/*APPLE ONLY STYLES*/
#btn_SubInfo {
    padding: .4em .8em;
    font-size: x-small;
    width: fit-content !important;
    display: none;
}
#appleMessage{
  position: fixed;
  background-color: color-mix(in srgb, var(--scheme-black) 67%, transparent);
  height: calc(100dvh);
  width: 100vw;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  color: var(--scheme-black);
  /*display: none;
}
.appleInstallHide{
    display:none !important;
*/
  }
#appleMessage .container{
  margin-block: 5em;
  background: linear-gradient(var(--scheme-white), color-mix(in srgb, var(--scheme-white) 67%, transparent));
  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: var(--scheme-black);
}
#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: var(--scheme-accent);
    text-shadow: 0 0 1px var(--scheme-black);
}

@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */
 #btn_SubInfo:not(.hide) {
        display: flex;
 }
 #cart {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    min-height: 100lvh !important;
    max-height: none !important;
    transform: none !important;
    background-color: var(--scheme-black);
 }
 #wamodal, #itemSides, #itemMods, #itemAddMods {
    max-height: calc(100dvh - 12em); 
 }
}
