.anime-msg{
    max-width: 300px;
    background-color: orange;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    left: 50%;
    text-align: center;
    padding: 25px;
    z-index: 1000;
    float: left;
    display: none;
    position: absolute; 
    z-index: 21000;
  }

  .anime-msgsettings{
    max-width: 300px;
    background-color: #e8841d;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    right: 5%;
    text-align: center;
    padding: 25px;
    padding-right: 55px;
    z-index: 1000;
    float: right;
    display: none;
    position: absolute; 
    z-index: 21000;
  }

  .anime-msgshipping{
    max-width: 300px;
    background-color: #e8841d;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 25px;
    padding-right: 55px;
    right: 0;
/*    left: 15%;
*/    z-index: 1000;
    display: none;
    position: absolute; 
    z-index: 21000;
  }
  .anime-msgsettings-error{
    max-width: 300px;
    background-color: red;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    right: 5%;
    text-align: center;
    padding: 25px;
    padding-right: 55px;
    z-index: 1000;
    float: right;
    display: none;
    position: absolute; 
    z-index: 21000;
  }

  .anime-msg-close{
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: red;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    z-index: 21000;
  }

  .anime-error-msg{
    max-width: 300px;
    background-color: red;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    left: 50%;
    text-align: center;
    padding: 25px;
    z-index: 1000;
    float: left;
    position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 21000;
  }

  .anime-error-msg-close{
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: white;
    color: black;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    z-index: 21000;
  }

  .anime-msgfixed{
    max-width: 300px;
    background-color: #e8841d;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    right: 5%;
    text-align: center;
    padding: 25px;
    padding-right: 55px;
    z-index: 1000;
    float: right;
    display: none;
    position: absolute; 
    z-index: 21000;
  }

  .anime-msg-mobile{
    max-width: 300px;
    background-color: orange;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    left: 20%;
    text-align: center;
    padding: 25px;
    z-index: 1000;
    float: left;
    top: 30px;
    display: none;
    position: absolute; 
    z-index: 21000;
  }

.anime-msg-close-mobile{
    position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: red;
    color: white;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    z-index: 21000;
}
  
.anime-msgsettings-mobile{
    max-width: 300px;
    background-color: #e8841d;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    left: 50%;
    text-align: center;
    padding: 25px;
    top: 30px;
    padding-right: 55px;
    z-index: 1000;
    float: left;
    display: none;
    position: absolute; 
    z-index: 1000;
}
.anime-msgsettings-error-mobile{
    max-width: 300px;
    background-color: red;
    color: white;
    border-radius: 15px;
    font-family: sans-serif;
    font-size: 16px;
    left: 50%;
    text-align: center;
    top: 30px;
    padding: 25px;
    z-index: 1000;
    float: left;
    display: none;
    position: absolute; 
    z-index: 21000;
  }

  .anime-error-msg-close-mobile{
     position: absolute;
    bottom: 10px;
    right: 15px;
    background-color: white;
    color: black;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    z-index: 21000;
  }