.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 {
    border: 0px solid transparent !important;
}

.select-server-card {
    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: #ffffff !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://cdn.easydonate.ru/images/backgrounds/6f/1e/6f1e30d035f534cb25c20d2d4b0b571a9428f45120775a9a4f527804a42109d4.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;
}