:root[data-theme=green_black] {
    --accent-color-800: #ff2929;
    --accent-color-900: #ff2929;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    /* --bg-color-900: #1d1b1a; */
    --bg-color-800: #202020;
    --bg-color-700: #282828;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}
element.style {
}
.Banner-module__img {
    display: block;
    margin: 0 auto;
    max-width: 30%;
}
body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: var(--bg-color-800);
    color: rgb(255 255 255);
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-size: var(--default-font-size);
}
.Header-module__wrapper {
    background-color: var(--bg-color-700);
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    border-radius: 20px;  
    display: flex 
;
    align-items: center;
    flex-wrap: wrap;
}
.boxFooter {
    background: var(--bg-color-700);
    border-radius: 0 0 2px 2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.Shop-module__header {
    width: 100%;
    font-size: 17px;
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px; 
}
.Search-module__wrapper {
    width: 100%;
    display: flex
;
    height: 34px;
    border-radius: 2px;
    overflow: hidden;
    background: var(--bg-color-700);
    margin-top: 15px;
    border-radius: 20px;
}
.Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: var(--bg-color-700);
    padding: 10px 15px;
    border-radius: 2px;
    margin: 5px;
    transition: all .15s ease;
    border-radius: 20px; 
}
.Product-module__wrapper {
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
}
.boxHeader {
    background: var(--bg-color-700);
    border-radius: 2px 2px 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.ProfileContent-module__header {
    display: flex
;
    justify-content: flex-start;
    font-size: 17px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.boxBody:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.ProfileContent-module__input {
    width: 100%;
    display: flex
;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 15px;
    background: var(--bg-color-700);
    border-radius: 20px; 
}
.Button-module__btn {
    cursor: pointer;
    border-radius: 2px;
    padding: 7px 13px;
    border: 1px solid transparent;
    transition: all .2s ease;
    border-radius: 20px;
}
.PlayerBalance-module__btn {
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    border-radius: 20px;
}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    border-radius: 20px;
}
.LangSwitcher-module__btn {
    cursor: pointer;
    border-radius: 3px;
    display: flex
;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all .1s ease;
    border-radius: 20px;
}
.LangSwitcher-module__list {
    z-index: 50;
    margin-top: 2px;
    position: absolute;
    top: 100%;
    left: -10%;
    background: var(--bg-color-700);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -4px rgba(0, 0, 0, .2);
    padding: 8px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(-3px) scale(.94);
    visibility: hidden;
    pointer-events: none;
    transition: opacity .1s ease, transform .1s ease, visibility .1s step-end;
}
.LangSwitcher-module__lang {
    width: 100%;
    display: flex
;
    flex-direction: column;
    cursor: pointer;
    padding: 8px 12px;
    color: var(--font-color-700);
    white-space: nowrap;
    border-radius: 20px;
    text-align: left;
    transition: all .2s ease;
}