.mobilePackDiv{
    margin-top: 5px;
    width: 360px;
}

.mobileBanner{
    width: 360px;
    height: 45px;
}

.mobileBannerTxt{
    float: right;
    margin-right: 40px;
    margin-top: 10px;

    font-size: 17px;
    font-weight: bold;
    color: rgb(62, 62, 62);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.mobileStickersDiv{
    margin: 3px 3px 0 3px;
}

.mobileStickerDiv{
    display: inline-block;
    width: 98px;
    height: 98px;
    padding: 5px;
    margin: 5px;

   box-shadow: 0 1px 3px 0 rgba(0, 0 ,0 ,0.15);
   border-radius: 2px;
}

.mobileStickerDiv:hover{
    box-shadow: 0 3px 8px 0 rgba(0, 0 ,0 ,0.1);
}

.mobileStickerImg{
    width: 100%;
    height: 100%;
}

.mobileHotKeyBox{
    display: inline-block;
    height: 32px;
    margin-right: 8px;
    padding:9px 18px 0 18px;

    border-radius: 20px;
    background-color: white;
    color: rgb(40, 41, 44);
    font-size: 15px;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    cursor: pointer;
}

.mobileHotKeyBox:hover{
    color: white;
    background-color: rgb(40, 41, 44);
}

.mobileCaricaturesChangeBtn{
    display: block;
    width: 340px;
    height: 30px;
    margin-left: 10px;
    margin-top: 20px;
    padding-top: 12px;

    background-color: rgb(254, 180, 130);
    color: white;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    cursor: pointer;
}