/*APPLE ONLY STYLES*/
#btn_SubInfo, #apple_install1 {
    display: none;
}
#btn_SubInfo {
    padding: .4em .8em;
    font-size: x-small;
    width: fit-content !important;
    height: min-content;
}
#appleMessage{
  position: fixed;
  background-color: #000000aa;
  height: calc(100dvh);
  width: 100vw;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1111;
  color: #000;
  /*display: none;
}
.appleInstallHide{
    display:none !important;
*/
  }
#appleMessage .container{
  margin: 1em;
  background: linear-gradient(#fff, #ffffffaa);
  position: relative;
  border-radius: 15px;
  height: -webkit-fill-available;
}
#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;
}
#appleMessage .header{
    display: flex;
  position: relative;
}
#appleMessage #slides{
    display: flex;
    width: -webkit-fill-available;
    margin: 0 auto;
    justify-content: center;
}
#appleMessage .text{
    padding: 10px;
  width: -webkit-fill-available;
  text-align: center;
}
#appleMessage .msg .msgtxt{
    display: flex;
    gap: 1em;
    margin: 0 auto;
    width: fit-content;
    padding: 0px;
    flex-direction: column;
}
#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{
  display: block;
  border-radius: 15px;
}
#appleMessage .apple_tutorial_img_zoomed1{
  display: block;
  width: -webkit-fill-available;
  height: 42%;
  border-radius: 15px;
  object-fit: cover;
  object-position: 0% 91%;
}

#appleMessage .apple_tutorial_img_zoomed2{
  display: block;
  width: -webkit-fill-available;
  height: 42%;
  border-radius: 15px;
  object-fit: cover;
  object-position: 0% 68%;
}
#appleMessage .apple_tutorial_img_zoomed3{
  display: block;
  width: -webkit-fill-available;
  height: 42%;
  border-radius: 15px;
  object-fit: cover;
  object-position: 0% 9%;
}
#appleMessage .apple_tutorial_img_zoomed4{
  display: block;
  width: -webkit-fill-available;
  height: 42%;
  border-radius: 15px;
  object-fit: cover;
  object-position: 0% 15%;
}
#appleMessage .icon{
    height: 24px;
  width: 24px;
  padding:0 5px ;
}
.msgtxt1{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-between;
}
.msg1, .msg2{
    display: flex;
    gap: 1em;
    max-width: calc(100dvw - 4em);
    max-height: calc(44dvh - 2em);
}

#appleMessage .fa-warning{
    color: #fe2;
    text-shadow: 0 0 1px #000;
}
.msgcontainer{
    
height: calc(100dvh - 6em);
    
max-height: -webkit-fill-available;
    
display: flex;
    
flex-direction: row;
}
@supports (-webkit-touch-callout: none) { /* CSS specific to iOS devices */
/* CSS specific to iOS devices */
 #btn_install2{
    display: none !important;
 }
 #btn_SubInfo. #apple_install1 {
    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); 
 }
}
