﻿.avatar-xl {
    width: auto;
}

.home-tag {
    padding: 10px 10px !important;
}

.mobi-show {
    display: none;
}

.desk-show {
    display: none;
}

.mobi-hide {
    display: block;
}

.new-badge {
    vertical-align: middle;
}

.btn-add-cart:hover {
    cursor: pointer;
}

.news-item {
    width: 50px;
    height: 50px;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
}

.franchises td.active:hover h5 {
    color: #e7ebf5;
    text-decoration: none !important;
}

.booster-box-item img {
    border: 1px solid #ffab00!important;
}

@keyframes movingtitle {
    30%, 60% {
        text-indent: 0%;
    }

    60%, 90% {
        text-indent: -110%;
    }
}

@-webkit-keyframes movingtitle {
    30%, 60% {
        text-indent: 0%;
    }

    60%, 90% {
        text-indent: -110%;
    }
}


@media screen and (min-width: 1280px) {
    .mobi-show {
        display: none;
    }

    .mobi-hide {
        display: none;
    }

    .desk-show {
        display: block;
    }

    .cc-card-img {
        max-width: 100px;
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 600px) {
    .mb-mobile {
        margin-bottom: 5px
    }

    .mobi-show {
        display: block;
    }

    .desk-show {
        display: block;
    }

    .mobi-hide {
        display: none;
    }

    .mobi-fran {
        max-height: 65px;
    }

    .mobi-item-container {
        height: 130px;
        width: 83px;
        white-space: nowrap;
    }

    .mobi-item-container-title {
        text-overflow: ellipsis;
        margin-top: 37px;
        overflow: hidden;
        min-width: 32vw;
    }

    .mobi-item-container-title-long {
        -webkit-animation: movingtitle 8s infinite linear;
        animation: movingtitle 8s infinite linear;
    }

    .mobi-item-container-game {
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 32vw;
    }

    .mobi-item-container-game-long {
        -webkit-animation: movingtitle 8s infinite linear;
        animation: movingtitle 8s infinite linear;
    }

    .mobi-item-container-badges {
        margin-top: 5px;
    }


    /* .cc-card-img {
        max-width: 115px;
    }*/
}
