
.stars_top {
    border: 1px solid #d6d6d6;
    background: #eeeeee;
    min-height: 1000px;
}

.stars_top .second_nav ul{
	list-style: none;
    margin: 20px;
}

.stars_top .second_nav ul li{
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.stars_top .second_nav ul li:hover {
    background: #FCFCFC;
}

.stars_top .second_nav ul .active{
    color: #555555;
    cursor: default;
    display: block;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    border-bottom: 0;
    background: #FCFCFC;
}

.stars_top .second_nav ul li a{
	color: #555555;
    padding: 14px;
    display: block;
}

.stars_top .info{
    clear: both;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px;
    color: #525252;
    border-radius: 0 5px 5px 5px;
    font-size: 14px;
    background: #FCFCFC;
}

.stars_top .main-img {
    display: block;
    margin: 0 auto;
}

.stars_top .info p{
	clear: both;
	padding-bottom: 20px;
}

.stars_top .info p .bold{
    font-weight: bold;
}

.stars_top .info p #stars-num{
    color: #2982FF;
    font-weight: bold;
}

.stars_top .info p .lvl-bonus{
    font-weight: bold;
}

.stars_top .info a {
    color: #2982FF;
}

.stars_top .info a:hover {
    text-decoration: underline;
}

.stars_top .info .star_list {
	clear: both;
}

.stars_top .info .star_list .star-content .star_display{
	float: left;
	cursor: pointer;
	background: url(../img/gold-star.gif) repeat-x;
	background-size: 100% 100%;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 10px;
	-webkit-transition: all 0.4s ease-out; /* Safari and Chrome */
    -moz-transition: all 0.4s ease-out; /* Firefox */
    -ms-transition: all 0.4s ease-out; /* IE 9 */
    -o-transition: all 0.4s ease-out; /* Opera */
    transition: all 0.4s ease-out;
	border: 1px solid #fff;
}

.stars_top .info .star_list .star-content{
    -webkit-animation: pop-in 1.5s;
    -moz-animation: pop-in 1.5s;
    -ms-animation: pop-in 1.5s;
	-webkit-transition: all 1.0s ease-out; /* Safari and Chrome */
    -moz-transition: all 1.0s ease-out; /* Firefox */
    -ms-transition: all 1.0s ease-out; /* IE 9 */
    -o-transition: all 1.0s ease-out; /* Opera */
    transition: all 1.0s ease-out;
    position: relative;
    display: inline-block;
}

.stars_top .info .star_list .star-content canvas{
	position: absolute;
	height: 80px;
    width: 80px;
    margin-top: -20px;
    margin-left: -20px;
}

.stars_top .info .star_list .star-content[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 4px;
    margin-top: 60px;
    color: #000;
    position: absolute !important;
    z-index: 20;
    top: 22px;
    left: -10px;
    width: 94px;
    overflow: hidden;
    height: 71px;
    background: #abb500;
    -webkit-animation: pop-in 1.0s;
    -moz-animation: pop-in 1.0s;
    -ms-animation: pop-in 1.0s;
    -webkit-transition: all 1.0s ease-out; /* Safari and Chrome */
    -moz-transition: all 1.0s ease-out; /* Firefox */
    -ms-transition: all 1.0s ease-out; /* IE 9 */
    -o-transition: all 1.0s ease-out; /* Opera */
    transition: all 1.0s ease-out;
}

.stars_top .info .star_list .star_display:hover{
	*-ms-transform: rotate(360deg);
    *-webkit-transform: rotate(360deg);
    *transform: rotate(360deg);
	border: 1px solid #F0DC00;
	width: 80px;
	height: 80px;
	margin: 0;
}

.stars_top table{
    width: calc(100% - 40px);
    margin: 20px;
    border-collapse: collapse;
}

.stars_top table thead{
	color: #F2F2F2;
	font-size: 12px;
	background: #4A4A4A;
}

.stars_top table thead tr{
	height: 35px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

.stars_top table tbody{
	color: #474747;
	font-size: 14px;
}

.stars_top table tbody tr{
	color: #474747;
	line-height: 25px;
	border-bottom: 1px solid #EDEDED;
}

.stars_top table tbody tr a{
	color: #474747;
}

.stars_top table tbody tr a:hover{
	text-decoration: underline;
}

@-webkit-keyframes pop-in {
	0% { opacity: 0; -webkit-transform: scale(0.5); }
	100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
	0% { opacity: 0; -moz-transform: scale(0.5); }
	100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
	0% { opacity: 0; transform: scale(0.5); }
	100% { opacity: 1; transform: scale(1); }
}

body.dark .stars_top .second_nav ul li.active {
    color: #d8d8d8;
    background: #191919;
    border: 1px solid #313131;
    border-bottom: 0;
}

body.dark .stars_top .second_nav ul li a {
    color: #d8d8d8;
}

body.dark .stars_top .second_nav ul li:hover {
    color: #d8d8d8;
    background: #191919;
}

body.dark .stars_top {
    border: 1px solid #444444;
    background: #1d1d1d;
}

body.dark .stars_top .info {
    color: #d8d8d8;
    border: 1px solid #2d2d2d;
    background: #191919;
}

body.dark .stars_top .info .star_list .star-content .star_display {
    border: 1px solid #674e4e;
}

body.dark .stars_top .info p #stars-num{
    color: #f6ff00;
}

body.dark .info span.star {
    color: #f6ff00;
}

body.dark .stars_top table tbody tr {
    color: #c1c1c1;
    border-bottom: 1px solid #232323;
}

body.dark .stars_top table tbody tr a {
    color: #d6d6d6;
}

/* SHOP SECTION */

.stars_top .container.shop {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.stars_top .info .desc {
    position: relative;
    border: 1px solid #8585858a;
    background: #5b5b5b1a;
    margin-top: 10px;
    padding: 10px;
}

.shop-item {
    text-align:center;
    padding: 10px;
    border: 1px solid rgb(248,249,250);
    border-radius: 5px;
    flex-basis: calc(25% - 30px);
    -webkit-animation: pop-in .5s;
    -moz-animation: pop-in .5s;
    -ms-animation: pop-in .5s;
    box-shadow: inset rgb(231 231 231 / 34%) 0 0 20px;
}

.shop-item .icon {
    margin: 10px 0 10px 0;
}

.shop-item .buttons {
    min-height: 70px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap-reverse;
}

.shop-item .buttons button {
    align-self: flex-start;
    flex-basis: 100%;
}

.modal-input {
    box-sizing: border-box!important;
    height: 35px;
    font-size: 13px;
    background-color: #ededed;
    padding-left: 6px;
    width: calc(100% - 30px);
    margin: 0 15px 10px 15px;
    display: block;
    line-height: 35px;
    color: #252525;
    border: 1px solid #c9c9c9;
}

@media( max-width:860px ) {
    .responsive .shop-item {
        flex-basis: calc(33.33% - 30px);
    }
}

@media( max-width:740px ) {
    .responsive .shop-item {
        flex-basis: calc(50% - 30px);
    }
}