.hotKeywordBox{
    display: inline-block;
    height: 33px;
    margin-right: 10px;
    padding: 8px 18px 0 18px;

    border-radius: 20px;
    background-color: white;
    color: rgb(40, 41, 44);
    font-size: 17px;
    letter-spacing: -0.57px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    cursor: pointer;
}

.hotKeywordBox:hover{
    color: white;
    background-color: rgb(40, 41, 44);
}

.caricaturesSearchBox{
    display: inline-block;
    width: 340px;
    height: 472px;
    margin: 10px;

    border-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0 ,0 ,0.06);
}

.caricaturesSearchBox:hover{
    box-shadow: 0 3px 8px 0 rgba(0, 0 ,0 ,0.1);
}

.caricaturesListItem:hover{
    box-shadow: 0 3px 8px 0 rgba(0, 0 ,0 ,0.1);
}

.caricaturesImg{
    width: 320px;
    height: 452px;
    padding:10px;
}

.stickerBox{
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 10px 20px 10px 0;
    padding: 10px;

    border-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0 ,0 ,0.15);
}

.stickerBox:hover{
    box-shadow: 0 3px 8px 0 rgba(0, 0 ,0 ,0.1);
}

.stickerImg{
    width: 100%;
    height: 100%;
}

.noResultDiv{
    width: 100%;
    height: 493px;
    text-align: center;
}

.noResultImg{
    width: 254px;
    height: 196px;
    margin-top: 80px;
    margin-bottom: 32px;
}

.noResultTxt{
    color: rgb(153, 153, 153);
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.showAllBtn{
    display: block;
    position: absolute;
    width: 1420px;
    height: 44px;
    margin-left: 10px;
    margin-top: 40px;
    padding-top: 15px;
    z-index: 10;

    background-color: rgb(254, 180, 130);
    color: white;
    text-align: center;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
}

.searchCaricaturesShowAllBtn{
    top: 955px;
}
@media (max-width: 1440px) and (min-width: 1080px){
    .searchCaricaturesShowAllBtn{
        width: 1060px;
    }
}
@media (max-width: 1080px) and (min-width: 720px){
    .searchCaricaturesShowAllBtn{
        width: 700px;
    }
}

.searchStickersShowAllBtn{
    margin-left: 0;
    top: 690px;
}
@media (max-width: 1440px) and (min-width: 1080px){
    .searchStickersShowAllBtn{
        width: 940px;
    }
}
@media (max-width: 1080px) and (min-width: 720px){
    .searchStickersShowAllBtn{
        width: 700px;
    }
}
