:root {
    --white: #dbdbdb;
    --black: #1b1821;
    --shade: #353535;
}

body, html {
    background-color: #1b1921 !important;
}
.form-control, .modal-content, .bg-soft {
    background-color: var(--black) !important;
}


input, .text-black .text-muted {
    border: 2px solid var(--shade) !important;
}

.text-black a:not(.btn), .text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h6, .text-black .h1, .text-black .h2, .text-black .h3, .text-black .h4, .text-black .h5, .text-black .h6, .text-black .display-1, .text-black .display-2, .text-black .display-3, .text-black .display-4, .title, .category, .item-price, .item-title, .modal-title, .label, label, .input-group .form-control, .text-soft, .text-soft:hover, .text-black, .text-black:hover, h4, p, .text-black h5 {
    color: var(--white) !important;
}

h5.font-weight-bolder.mb-1.text-black[class="font-weight-bolder mb-1 text-black"] {
    color: var(--black) !important;
}

p.small.mb-0.text-uppercase.text-black[class="small mb-0 text-uppercase text-black"] {
    color: var(--black) !important;
}

.cart-cost {
    color: var(--white) !important;
}

.cart-item-actions {
    border: 2px solid var(--shade) !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
    color: var(--white) !important;
    fill: var(--white) !important;
}

.top-products { 
    display: none !important 
}

.section#servers {
    display: none;
}

.navbar {
    display: none !important 
}

::-webkit-scrollbar {
    width: 4px !important;
}

::-webkit-scrollbar-thumb {
    background: #F5B759 !important;
    border-radius: 2px !important;
}

::-webkit-scrollbar-track {
    background: #2E2E2E !important;
}

.product-card, .server-card {
    background: var(--black) !important;
    border: 0px solid transparent !important;
}

.select-server-card {
    background: var(--black);
    border: 0px solid transparent !important;
}

.filter-items {
    display: flex;
    flex-wrap: wrap;
}

.filter-item {
    width: calc(25% - 20px);
    margin: 10px;
}

@media screen and (max-width: 1300px) {
    .filter-item {
        width: calc(33.33% - 20px);
    }
}

@media screen and (max-width: 1000px) {
    .filter-item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 800px) {
    .filter-item {
        width: 100%;
    }
}

.btn.btn-icon.btn-warning.mt-lg-0.mt-3 {
    display: none !important;
}

.btn.btn-icon.btn-warning.mt-lg-0.mt-3 svg {
    display: none !important;
}

.btn.btn-warning.w-100 svg {
    display: none !important;
}

.item-title {
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
}

.item-price.text-center.text-truncate.mb-md-0.mb-3 {
    margin-left: 15px !important;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: bold !important; 
    line-height: 15px !important;
    max-width: 250px !important;
    width: 250px !important;
}

.btn.btn-warning.w-100 {
    font-size: 0 !important;
    overflow: hidden !important;
}

.btn.btn-warning.w-100 {
    width: 85% !important;   
    padding: 5px 10px !important; 
    margin-left: 15px !important;
    border-radius: 7px !important;
    max-width: 100px !important;
}


.btn.btn-warning.w-100:before {
    content: "Купить" !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #dbdbdb !important;
    transition: all 0.2s ease !important;
    letter-spacing: 0.025em !important;
}

html, body {
    height: 65% !important;
}

.h-100 {
    z-index: unset !important;
    display: flex !important;
    margin-top: -0.7% !important;
    margin-bottom: -3% !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.shop-title {
    margin-left: -0.9% !important;
}

.general-online {
    margin-left: -1.0% !important;
}

.icon-indicator-warning.mr-1 {
    margin-left: -0.8% !important;
}

.section-image {
    background: url(https://easydonate.s3.easyx.ru/images/backgrounds/1e86edc95b31a4bdd1f6a4241b1924e024d911f45a972859cb1a6a1f7c1da919.png) 0% 0% / cover no-repeat !important;
    border-radius: 48px !important;
    overflow: hidden !important;
    max-width: 1280px !important;
    max-height: 576px !important;
    width: 100% !important;
    height: 85% !important;
}

.overlay-warning {
    position: relative !important;
}

.text-center {
    text-align: center !important;
}

