main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

    .do_date {
        color:#b7b7b7;
    }
    .about-title {
        font-size: 24px;
        line-height: 32px;
        font-weight:500;
    }
    #color {
        width: calc(100% - 45px);
        float: left;
    }
    
    .shop-banner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(<?= $model->getBgImage('big') ?>);
    background-position: center;
    background-size: cover;
    }
@media (min-width: 1440px) {
.shop-product-item {
    margin-left: 11px;
    margin-right: 11px;
}
}
@media (min-width: 768px) {
    .product-list .col-md-2, .top-product .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


    #body-game {
        background-color: rgba(12,10,29,1.0) !important;
        color:#fff;
            
        background: rgb(13,82,18);
        background: radial-gradient(circle, rgb(24 13 82) 0%, rgb(37 10 80) 40%, rgb(5 1 25) 85%, rgb(1 2 22) 100%);
        background: radial-gradient(circle, rgba(13,82,18,1) 0%, rgba(10,80,16,1) 40%, rgba(1,25,2,1) 85%, rgba(1,22,7,1) 100%);
    }
    .text-gradient {
        background: linear-gradient(to right, #30CFD0, #c43ad6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .text-glow {
        text-shadow: 0 0 80px rgb(192 219 255 / 75%), 0 0 32px rgb(65 120 255 / 24%);
        font-size: 2em;
        padding: 2em 0;
        display: block;
    }
    
    .shop-product-img {
    background: #f6f6f6;
    border-radius: 8px;
    position: relative;
    margin: 0 0 4px;
    aspect-ratio: 1 / 1.28;
    overflow: hidden;
    width: 100%;
    height: auto;
}
#body-game main > .container {
    padding: 30px 15px 20px;
}
.shop-product-img img {
    width: 100%;
}

.shop-product-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#shop-wrap {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100vh;
    max-width: 600px;
    margin: 0 auto;
}
#shop-wrap, .shop-content,  #footer {
    padding: 20px 16px 14px;
}
#cart, #profile, #orders {display:none;}
.shop-content, #cart, #profile, #orders {
    overflow-y: auto;
    padding-inline: 16px;
    padding-top: 16px;
    margin-bottom: -16px;
    padding-bottom: 28px;
    margin: 0 -15px;
}
.navigation {
    width: 100%;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
}
.navigation .tabs {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px;
    gap: 8px;
    border-radius: 20px;
}
.tab {
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-radius: 16px;
    color: #fff;
    font-size: 10px;
    flex-basis: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    user-select: none;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 12px;
}
#footer {
    padding: 0;
    padding-top: 20px;
}
.shop-product-item button {
    width: 100%;
    padding: 7px 0;
    border-radius: 12px;
    background-color: #dc3545 !important;
    border:0;
        color:#fff;
}
.shop-product-item {
    margin-bottom:20px;
}
.shop-product {
    padding: 0;
    margin-bottom: 15px;
}
.shop-product-item {
    margin-left: 4px;
    margin-right: 4px;
}
.product-title {
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 6px;
}
.product-title {
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-price {
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    vertical-align: baseline;
}
.noselect, .count-buttons__button {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.empty-basket {
    text-align:center
}
.empty-basket img{
    width:100%;display:block;
}
.profile {
    aspect-ratio: 7 / 8;
    backdrop-filter: blur(0.75vw);
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 250ms;
}
.profile-tools {
    aspect-ratio: 7 / 4;
}
.profile-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: calc(100% - clamp(8px, 1vw, 12px));
    justify-content: center;
    padding: clamp(8px, 1vw, 12px);
}
.profile-content > .profile-pic {
    aspect-ratio: 1;
    border: clamp(3px, 0.4vw, 5px) solid white;
    border-radius: 100%;
    flex-shrink: 0;
    height: 70%;
    position: relative;
}
.profile-content > .profile-name {
    color: white;
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    margin: 0px;
    text-align: center;
    width: 100%
}
.profile > .profile-content > .profile-pic > .profile-pic-image {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 100%;
    height: calc(100% - clamp(10px, 1.5vw, 20px));
    margin: clamp(5px, 0.75vw, 10px);
    object-fit: cover;
    width: calc(100% - clamp(10px, 1.5vw, 20px));
}