@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
body {

}
.amount {
  margin: 2px auto;
  padding: 2px;
  text-align: center;
}

#banner {
  width: 45%; 
  margin-left: 15px; 
  margin-bottom: 25px
}
/*
.button {
  display: block;

   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;

   }

.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   */
   .button-container {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 2%;
   }
  #cart {
 
    float: right;
    margin-right: 2%;
    margin-top: 15px;
}
  }
  #cart table {
    border-spacing: 0;
    border-collapse: collapse
  }
  #cart span {
    font-weight: bold;
    float: right;
  }
  #cart td:first-child {
    text-align: right;
  }
    #cart table tr td:last-child {

  }
  .even {
    background-color: rgba(141, 255, 223, .13);
  }
.img {border-right: 1px solid black }
  .items {
      width:175px;
      height:125px;

    }
  .item_amount {
/*    position: relative;
    right: 25px; */
        height: 125px;
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .item_desc {
    clear: left;
  }

  .item_name {
    font-family: 'Caveat Brush', cursive;
    font-size: 3.8vw;
    font-weight: bold;
    color: #b38bcc;
    text-shadow: 2px 2px 2px rgb(14, 0, 7, 1);
    width: 100%;
    padding-bottom: 2px
  }
  #menu {
    margin-right: 10px;
    margin-left: 10px;
  }
  .menu_desc {
    width: 90%;
    font-size: 2.5vw;
    margin-left: 5px;
    padding: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .menu_desc div {
  /*  margin-bottom: 15px; */
  }
.menu_items.active { 
  margin-top: 15px;
  margin-bottom: 30px;
  }
.menu_items:hover, .menu_items.active {
  border: 2px solid black;
  border-radius: 5px;
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.9);
}

.menu_items:hover .price, .menu_items.active .price { 
  font-weight: bold; 
  font-size: 20px;
}
.menu_items img {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
  }
.menu_items:hover img, .menu_items.active img {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      }
 
  .menu_items {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100%;
    border: 1px solid black;
    border-radius: 15px;
    margin-bottom: 5px;
    height:125px;
    -webkit-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.85), 0 0 16px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .menu_items div {
    float: left;
    overflow: hidden;
  }

  #menu td:nth-child(2) {
    margin-left: 125px;
  }
  #menu td:last-child {
    text-align: center;
    width: 75px;
    padding: 15px;
  }
  #menu td{

    padding-bottom: 45px;
  }
.num_container { margin-right: 125px; }
  .num {
  position: relative;
        border: 1px solid black;
    -webkit-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    padding: 5px;
    background: rgba(255,255,255,0.7);
    margin: 5px 2px;
    width: 85px;
    font-weight: 600;
    font-size: 14px;
    }
  .odd {
    background-color: rgba(173, 216, 230, .4);
  }
  .placeorder {
    margin-left: 160px;
    vertical-align: right;
  }
  .price {
      color: green;
    }
  .tabs {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    -moz-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
      background-color: #deeff5;
      padding: 5px;
      display: inline-block;
      width: 100px;
      text-align: center;
  }
  .tabs_container {
    position: absolute;
    top: 0px;
    right: 25px
  }
    td { vertical-align:top }
    .viewer {
      width: 100px;
      cursor: pointer;
    }
      @media (min-width:650px) {  .menu_desc, .item_amount { font-size: 17px; } }
@media only screen and (max-width: 800px) {
  #paypal { display: none; }
}
      /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
 padding: 10px 25px 125px 25px;
 min-height: 90%;
overflow: auto;
}
#caption p { text-align: left !important;}
/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
  }

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

   opacity: 1;

}

#paypal {
  position: absolute;
  right: 10px;
  top: 60px;
  width: 18%;
}

 .contact {
    width: 300px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Arial, sans-serif;
  }

  .contact label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
  }

  .contact input, .contact textarea {
    width: 94%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
  }

  .contact textarea {
    height: 120px;
    resize: vertical;
  }

  .contact .button {
    /* width: 100%; */
    padding: 10px;
    background-color: #FFA500;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
  }

  .contact .button:hover {
    background-color: #FF7F00;
  }

  .contact div {
    text-align: center;
  }
  
.menu_sub_container {
    display: flex; 
    flex-direction: column; 
    width: 100%; 
}
.menu_sub {
    display: none; 
    padding: 10px;
    height: 100px;
    border-radius: 5px;
    transition: max-height 0.3s ease-out;
    margin-top: 10px;
}

.menu_sub.open {
    display: block; 
}

.ingredients { 
  margin: 10px
}

#cartItems {
  display: none;
  width: 98%;
  margin-right: 10px;
  margin-left: 13px;
}


.slider-container {
  margin-top: 0px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.save { 
  width: fit-content;
}
