#container_max_view
{
    margin-bottom: 50px;
}

/*ADS*/
.right_ad_160x600, .left_ad_160x600, .top_ad_300x250, .bottom_ad_300x250
{
    display: none !important;
}
/*ADS*/

/*TXT*/
.shop-small-txt
{
    font-size: smaller;
    font-weight: 900;
    color: #000000;
}

.shop-medium-txt
{
    font-size: larger;
    font-weight: 900;
    color: #000000;
}
/*TXT*/

/*ITEMS*/
#shop-items
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.item-img
{
    position: relative;
    top: 20px;
    height: 150px;
    max-width: 95%;
}

.item-name, .item-wear
{
    position: relative;
    top: 20px;
    height: 25px;
}

.alert_box img
{
    margin-top: 0px !important;
}

.item-stock
{
    position: relative;
    top: 90px;
}

.button_buy, .button_noPoints
{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
    top: 80px;
    min-width: 150px;
    padding: 20px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    letter-spacing: 3px;
    font-family: 'Dosis', sans-serif;
    color: white;
    background-color: #171a21;
    border: 0px;
}

.button_buy:hover
{
    background: #00ff22;
    color: black;
    box-shadow: 0 0 5px #00ff22,
                0 0 10px #00ff22,
                0 0 25px #00ff22,
                0 0 50px #00ff22;
}

.button_noPoints:hover
{
    background: #ff0000;
    color: black;
    box-shadow: 0 0 5px #ff0000,
                0 0 10px #ff0000,
                0 0 25px #ff0000,
                0 0 50px #ff0000;
}

    /*RARITY*/
    .Covert, .Classified, .Restricted, .Mil-Spec, .Industrial-Grade, .Consumer-Grade, .Normal, .Special
    {
        width: 260px;
        height: 400px;
        max-width: 95%;
        margin: 30px;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 30px;
        box-sizing: border-box;
        transition: 0.8s;
    }

    .Covert
    {
        box-shadow: 0 0 2px #ff0000,
                    0 0 5px #ff0000,
                    0 0 15px #ff0000,
                    0 0 25px #ff0000,
                    inset 0 0 5px #ff0000,
                    inset 0 0 15px #ff0000;
    }

    .Classified
    {
        box-shadow: 0 0 2px #ff00dd,
                    0 0 5px #ff00dd,
                    0 0 15px #ff00dd,
                    0 0 25px #ff00dd,
                    inset 0 0 5px #ff00dd,
                    inset 0 0 15px #ff00dd;
    }

    .Restricted
    {
        box-shadow: 0 0 2px #c300ff,
                    0 0 5px #c300ff,
                    0 0 15px #c300ff,
                    0 0 25px #c300ff,
                    inset 0 0 5px #c300ff,
                    inset 0 0 15px #c300ff;
    }

    .Mil-Spec
    {
        box-shadow: 0 0 2px #0004ff,
                    0 0 5px #0004ff,
                    0 0 15px #0004ff,
                    0 0 25px #0004ff,
                    inset 0 0 5px #0004ff,
                    inset 0 0 15px #0004ff;
    }

    .Industrial-Grade
    {
        box-shadow: 0 0 2px #0077ff,
                    0 0 5px #0077ff,
                    0 0 15px #0077ff,
                    0 0 25px #0077ff,
                    inset 0 0 5px #0077ff,
                    inset 0 0 15px #0077ff;
    }

    .Consumer-Grade
    {
        box-shadow: 0 0 2px #a1a1a1,
                    0 0 5px #a1a1a1,
                    0 0 15px #a1a1a1,
                    0 0 25px #a1a1a1,
                    inset 0 0 5px #a1a1a1,
                    inset 0 0 15px #a1a1a1;
    }

    .Normal
    {
        box-shadow: 0 0 2px #00f7ff,
                    0 0 5px #00f7ff,
                    0 0 15px #00f7ff,
                    0 0 25px #00f7ff,
                    inset 0 0 5px #00f7ff,
                    inset 0 0 15px #00f7ff;
    }

    .Special
    {
        box-shadow: 0 0 2px #fffb00,
                    0 0 5px #fffb00,
                    0 0 15px #fffb00,
                    0 0 25px #fffb00,
                    inset 0 0 5px #fffb00,
                    inset 0 0 15px #fffb00;
    }
    /*RARITY*/

    .shop_type
    {
        list-style-type: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .shop_type li 
    {
        margin: 20px;
    }
/*ITEMS*/

