.shop-title {
    background: #3d3d3d;
    background: -moz-linear-gradient(top, #3d3d3d 0%, #181818 15%, #181818 100%);
    background: -webkit-linear-gradient(top, #3d3d3d 0%,#181818 15%,#181818 100%);
    background: linear-gradient(to bottom, #3d3d3d 0%,#181818 15%,#181818 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#181818',GradientType=0 );
    border-bottom-color: #090909 !important;
    border-left-color: #262626;
    border-right-color: #262626;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    padding: 10px 0 10px 5px;
    margin: 2px 0 0 0;
}

.shop-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #181818;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #111111;
    color: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shop-container a:hover .shop-article {
    background: #1D0409;
    border-bottom-color: #262626;
}

.shop-container a:hover .shop-article .cost{
    background: #202020;
}

.shop-article {
    margin: 0 5px 10px 5px;
    display: block;
    padding: 10px;
    text-align: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    transition: all .15s linear;
    border: 1px solid transparent;
    background-color: #202020;
    border-top-color: #262626;
    border-right-color: #262626;
    border-left-color: #262626;
    border-bottom-color: #111111;
    color: #CCCCCC;
    border-radius: 5px;
    user-select: none;
    overflow: hidden;
}

.shop-article .title {
    margin: 0 !important;
    font-size: 1.5em !important;
}

.shop-article .cost {
    display: inline-block;
    background: #1D0409;
    max-width: 63px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
}

.shop-article .level {
    display: inline-block;
    width: 50px;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
}

.shop-article .level-0 {
    background: #808080;
}
.shop-article .level-1 {
    background: #9C8867;
}
.shop-article .level-2 {
    background: #CF7F29;
}
.shop-article .level-3 {
    background: #A2A41B;
}
.shop-article .level-4 {
    background: #4D4D4C;
}
.shop-article .level-5 {
    background: #315DCE;
}
.shop-article .level-6 {
    background: #A42ACC;
}

.shop-article span div {
    height: 85px;
}

.cut {
    border-color: #333333 !important;
}

.article-container {
    display: flex;
    background-color: #181818;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #111111;
    color: #CCCCCC;
    padding: 10px;
}

.article-desc {
    align-items: center;
    justify-content: center;
    background-color: #181818;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #111111;
    color: #CCCCCC;
    padding: 10px;
    font-size: 1.2em;
}

.article-img {
    width: 50%;
    text-align: center;
}

.article-buy {
    width: 50%;
    text-align: center;
}

.article-cost {
    text-align: right;
    font-size: 1.8em;
    padding: 2px 3px 2px 0;
}

.article-level {
    text-align: right;
    margin-bottom: 3px;
    padding: 2px;
}

.article-buy .level-0 .icon {
    color: #808080;
}
.article-buy .level-1 .icon {
    color: #9C8867;
}
.article-buy .level-2 .icon {
    color: #CF7F29;
}
.article-buy .level-3 .icon {
    color: #A2A41B;
}
.article-buy .level-4 .icon {
    color: #4D4D4C;
}
.article-buy .level-5 .icon {
    color: #315DCE;
}
.article-buy .level-6 .icon {
    color: #A42ACC;
}

.article-crowd {
    text-align: right;
    padding: 2px;
}

.article-active {
    color: #2ecc71;
    font-size: 1.4em;
    text-align: left;
    padding: 5px;
}

.article-buynow {
    text-align: left;
    padding: 5px;
    font-size: 1.3em;
}

.article-buynow select {
    display: table-cell;
    width: 41%;
    height: 25px;
    padding-left: 5px;
}

.article-buynow input {
    margin-top: 10px;
    display: flex;
    width: 51%;
    height: 30px;
}

.article-data {
    text-align: left;
}

.article-error {
    background: red;
    padding: 10px;
    margin: 2px 0 10px 0;
    border-radius: 5px;
    border: 1px solid #262626;
    text-align: center;
    color: #fff;
}

.article-success {
    background: green;
    padding: 10px;
    margin: 2px 0 10px 0;
    border-radius: 5px;
    border: 1px solid #262626;
    text-align: center;
    color: #fff;
}

.purchase-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #181818;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #111111;
    color: #CCCCCC;
    padding-top: 5px;
}

.purchase-container hr {
    margin-bottom: 5px;
}

.purchase-container table {
    width: 100%;
    padding: 0 10px 0 10px;
}

.purchase-container table th {
    padding: 5px;
}

.purchase-container table td {
    text-align: center;
}

.tab {
    width: 100%;
}

.tabBar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #262626;
}

.tabBar button {
    height: 40px;
    border: 0;
    margin: 0;
    padding: 0 15px;
    margin: 0 5px 5px 0;
    background: #181b1e;
    color: #fff;
    border: 1px solid #262626;
    border-radius: 5px;
    outline: none;
}

.tabBar button:hover {
    background: #9e2222;
    cursor: pointer;
}

.activeTab {
    background: green;
}

.vertical_center_div {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.horizontal_center_div {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.categorie_button {
    display: block;
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0 5px 5px 5px;
    padding: 5px;
    background: #3d3d3d;
    background: -moz-linear-gradient(top, #3d3d3d 0%, #181818 30%, #181818 100%);
    background: -webkit-linear-gradient(top, #3d3d3d 0%,#181818 30%,#181818 100%);
    background: linear-gradient(to bottom, #3d3d3d 0%,#181818 30%,#181818 100%);
    border-style: solid;
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #090909;
}

.sites_bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #181818;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #111111;
    color: #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sites_bar a {
    display: block;
    background-color: #181818;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #111111;
    font-size: 13px;
    padding: 3px 6px;
    margin-right: 3px;
}