#storePage .categories-tab { padding: 8px 15px; background:#f6f6f6; height:75px; font-size:12px; }
#storePage .category { display: inline-table; text-align: center; }
#storePage .category p { width: 100%; max-width: 50px; overflow: hidden; text-overflow: ellipsis; margin: 0; }
#storePage .category-thumbnail-wraper { text-align: center; border-radius: 50%; }
#storePage .category-thumbnail { padding: 2px; width: 45px; border-radius: 50%; vertical-align: middle; }
#storePage .category-thumbnail:active { width: 40px; transition: width .1s, height .1s; }
#storePage .unread { border: 2px solid #afafaf; }
#storePage .read { border: 3px solid #d31010; }
#storePage .carousel-item { display: flex; justify-content: space-around; align-items: center; }
#storePage .dots { text-align: center; font-size: 30px; color: #fff; position: absolute; bottom: 40px; left: 0; right: 0; }
#storePage .dots > span { cursor: pointer; }