
       * {
        box-sizing: border-box;
      }
      
      a:link {
        color: grey;
        text-decoration: none;
      }
      
      /* visited link */
      a:visited {
        color: grey;
        text-decoration: none;
      }
      
      /* mouse over link */
      a:hover {
        color: grey;
        text-decoration: none;
      }
      
      /* selected link */
      a:active {
        color: grey;
        text-decoration: none;
      }


      .menu {
        float: left;
        width: 20%;
        text-align: center;
      }
      
      .menu a {
        display: inline-block;
        background-color: #f44336;
        color: #000000;
        padding: 8px;
    margin-top: 7px;
    display: block;
    width: 100%;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        opacity: 0.9;
      }
      .menu a.cart {
        display: inline-block;
        background-color: rgb(82, 54, 244);
        color: #ededed;
        padding: 8px;
    margin-top: 7px;
    display: block;
    width: 100%;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        opacity: 0.9;
      }
      
      .main {
        float: left;
        width: 60%;
        overflow-y: hidden;
        padding: 20px;
      }
      
      .right {
        background-color: #688bff;
        float: left;
        width: 20%;
        padding: 15px;
        margin-top: 7px;
        text-align: center;
      }

      table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
      }
      
      table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
      }
      
      table tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
      }
      
      table th,
      table td {
        padding: .625em;
        text-align: center;
      }
      
      table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
      }

      div.gallery {
        margin: 5px;
        border: 1px solid #ccc;
        float: left;
        text-align: center;
        width: 250px;
        vertical-align: middle;
        height: 500px;
      }
      div.gallerycocktails {
        margin: 5px;
        border: 1px solid #ccc;
        float: left;
        text-align: center;
        width: 250px;
        vertical-align: middle;
        height: 600px;
      }
      div.gallerycocktails img {
        width: auto;
        height: auto;
        max-width: 240px;
        max-height: 250px;
        aspect-ratio: auto;
      }

  
      div.gallery:hover {
        border: 1px solid #777;
      }
      
      div.gallery img {
        width: auto;
        height: auto;
        max-width: 240px;
        max-height: 150px;
        aspect-ratio: auto;
    }
      
      div.desc {
        padding: 15px;
        text-align: center;
        height: auto;
      }


      .image300{
        width:100%;
        max-width:300px;
      }

      div.redTable {
        border: 2px solid #A40808;
        background-color: #EEE7DB;
        width: 100%;
        text-align: center;
        border-collapse: collapse;
      }
      .divTable.redTable .divTableCell, .divTable.redTable .divTableHead {
        border: 1px solid #AAAAAA;
        padding: 3px 2px;
        width: 70%;
      }
      .divTable.redTable .divTableBody .divTableCell {
        font-size: 13px;
        width: 70%;
      }
      .divTableCell1{

        width: 30%;
      }
      
      .redTable .tableFootStyle {
        font-size: 13px;
      }
      
      .buttonqty {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 7px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        cursor: pointer;
      }

      .button {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
      }
      
      .button2 {background-color: #008CBA;} /* Blue */
      .button3 {background-color: #f44336;} /* Red */ 
      .button4 {background-color: #e7e7e7; color: black;} /* Gray */ 
      .button5 {background-color: #555555;} /* Black */

      .buttonleft {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        
      }
      .buttonright {
        background-color: #4CAF50; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        float: right;
      }

      form {
        display: block;
        margin-top: 3em;
    }
      .form-group {
        margin-bottom: 1rem;
        position: relative;
        font-family: Arial;
    }
    .form-radio {
      margin-bottom: 1rem;
      position: relative;
      font-family: Arial;
  }


    .form-select {
      margin-bottom: 1rem;
      position: relative;
      font-family: Arial;
  }

    .form-control {
      display: block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
 
  
  input[type="radio" i]{
  
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
  }


  select {
    display: block;
    font-size: 1.5em;
    padding: .6em 1.4em .5em .8em;
    width: 20em;
    max-width: 100%;
    /* useful when width is set to anything other than 100% */
    
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    border-radius: .5em;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
          for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
      */
    
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    
    background-size: .65em auto, 100%;
  }
  /* Hide arrow icon in IE browsers */
  
  select::-ms-expand {
    display: none;
  }
  /* Hover style */
  
  select:hover {
    border-color: #888;
  }
  
  select > *:hover {
    background-color: #dfac20;
  }
  /* Focus style */
  
  select:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
  }
  /* Set options to normal weight */
  
  select option {
    font-weight: normal;
  }
  

     
      input[type=text] {
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
      }
      input[type=number] {
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        width: 150px;
        font-size: 30px;
        font-weight: 900;
    }
  input[type=select] {
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        width: 150px;
        font-size: 30px;
        font-weight: 900;
    }
      table.TableCartButtons {
        border: 0px solid #000000;
      }
      table.TableCartButtons td, table.TableCartButtons th {
        border: 0px solid #AAAAAA;
      }

      a.order:link, a.order:visited {
        background-color: #49ff49;
        color: #4e4e4e;
        padding: 14px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-color:#4e4e4e;
        border-style: solid;
        width: 200px;

      }
      
      a.order:hover, a:active {
        background-color: #49ff49;
      }
      a.order1:link, a.order1:visited {
       
        color: #4e4e4e;
        padding: 14px 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        border-color:#4e4e4e;
        border-style: solid;
        width: 200px;
      }
      
      a.order1:hover, a:active {
        background-color: rgb(179, 179, 179);
      }

      a.product:link, a.product:visited {
        color: black;
        
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
      }
      
      a.product:hover, a.product:active {
        background-color: green;
        color: white;
      }


      /* DivTable.com */
      .divTable{ display: table; }
      .divTableRow { display: table-row; }
      .divTableHeading { display: table-header-group;}
      .divTableCell, .divTableHead { display: table-cell;}
      .divTableHeading { display: table-header-group;}
      .divTableFoot { display: table-footer-group;}
      .divTableBody { display: table-row-group;}
      
      





      @media only screen and (max-width: 620px) {
        /* For mobile phones: */
        .menu, .main, .right {
          width: 100%;
        }
        table {
            border: 0;
          }
        
          table caption {
            font-size: 1.3em;
          }
          
          table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
          }
          
          table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
          }
          
          table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: center;
          }
          
          table tr::before {
            /*
            * aria-label has no advantage, it won't be read inside a table
            content: attr(aria-label);
            */
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
          }
          
          table tr:last-child {
            border-bottom: 0;
          }


      }