/*APPLE ONLY STYLES*/
#btn_SubInfo {
    padding: .4em .8em;
    font-size: x-small;
    width: fit-content !important;
    display: none;
}
#appleMessage{
  position: fixed;
  background-color: #000000aa;
  height: calc(100dvh);
  width: 100vw;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #000;
  /*display: none;
}
.appleInstallHide{
    display:none !important;
*/
  }
#appleMessage .container{
  margin-block: 5em;
  background: linear-gradient(#fff, #ffffffaa);
  position: relative;
  border-radius: 15px;
  height: calc(100dvh - 10em);
}
#appleMessage .card{
  background: url(https://ct.ttmenus.com/tutorial/apple/bg1.webp);
  padding: 0 15px 15px;
  position: relative;
  border-radius: 15px;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
#appleMessage .header{
    display: flex;
  position: relative;
}
#appleMessage #slides{
    display: flex;
    margin: 0 auto;
    width: fit-content;
    height: -webkit-fill-available;
    align-items: stretch;
}
#appleMessage .text{
    padding: 10px;
  width: -webkit-fill-available;
  text-align: center;
}
#appleMessage .msg .msgtxt{
    display: flex;
   
    margin: 0 auto;
    width: fit-content;
    padding: 0px;
}
#appleMessage .msg p{
    padding: 5px 0;
     text-align: center;
}
#appleMessage .appleMsgBtns{
    padding: 0;
  position: absolute;
  margin: 0;
  color: #000;
}
#appleMessage .appleMsgBtnClose{
    right: 0;
}
#appleMessage .appleMsgBtnRight{
    right: 0;
    top: 50%;
}
#appleMessage .appleMsgBtnLeft{
    left: 0;
    top: 50%;
}
#appleMessage .appleMsgBtns .fa{
  font-size: xx-large;
}
#appleMessage .apple_tutorial_img{
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 10px auto;
  display: block;
  border-radius: 15px;
}
#appleMessage .icon{
    height: 24px;
  width: 24px;
  padding:0 5px ;
}
#appleMessage .fa-warning{
    color: #fe2;
    text-shadow: 0 0 1px #000;
}

@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */
/* CSS specific to iOS devices */
 #btn_SubInfo {
        display: flex !important;
 }
 #cart{
    height: calc(100dvh - 12.4em);
 }
 
 #cartcount {
    top: .4em !important;
 }
 .cartopen #cartcount {
    top: calc(-50dvh + 24em) !important;
    margin-left: 11em;
 }
 #wamodal, #itemSides, #itemMods, #itemAddMods {
    max-height: calc(100dvh - 12em); 
 }
}
