html, body {
    background-color: #141414 !important;
}
.product-card, .server-card {
    background: #ffffff05 !important;
    border: 0px solid #ffffff05 !important;
}
.select-server-card {
    background: #ffffff04 !important;
    border: 0px solid #E9E9E9 !important;
}
.form-control:focus {
    background-color: #ffffff03 !important;
}
.bg-light-dark {
    background-color: #141414 !important;
}
.categories {
    display: none !important;
}
.cart-card {
    background-color: #ffffff05 !important;
}
.bg-dark {
    background-color: #ffffff05 !important;
}
.title {
    display: none !important;
}
.row {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column;
}
p, ul, li {
    color: #6b97ff !important;
}
.black h5 {
    color: #ffffff;
}
.server-badge, .server-address, .lastpayments-date {
    background: #5b78bf0f !important;
    color: #647edf !important;
}
.btn {
    padding: 12px 12.5px !important;
}
.product-card .item-price {
    color: #fff !important;
}
.product-card .item-title {
    color: #fff !important;
}
.shop-description.text-muted::after {
    display: none;
}
.shop-description.text-muted {
    display: none;
}
.shop-title {
    display: none;
}
.shop-title::after {
    display: none;
}
@media (min-width: 576px) {
    .col-sm-6 {
        max-width: 100% !important;
    }
}
.chose-server-button {
    display: none;
}
.mb-1 {
    display: none !important;
}
.mr-1, .mx-1 {
    display: none !important;
}
.h-100 {
    height: 40% !important;
}
.mt-4, .my-4 {
    margin-top: 0rem !important;
}
.overlay-dark:before {
    background: #00000000 !important;
}
.fh-300 {
    height: 650px !important;
}
.lh-120 {
    display: none !important;
}
.order-lg-2 {
    display: none !important;
}
.order-lg-1 {
    order: 1;
    display: none !important;
}
@media (min-width: 576px) {
    .section {
        position: relative;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}
.btn-dark {
    background-color: #5947ff !important;
    border-color: #535b9d !important;
}
.btn-dark:hover {
    background-color: #716fdb !important;
    border-color: #6870e1 !important;
}
body > .navbar {
    position: absolute;
    background-color: #00000000 !important;
}
body > .navbar .navbar-nav .nav-link {
    color: #8d8d8d !important;
    font-weight: 500 !important;
    font-size: 1.05rem !important;
}
a.text-underline.small.text-dark {
    color: #2499ff !important;
    text-decoration: none !important;
}
a.text-underline.small.text-dark:hover {
    text-decoration: underline !important;
}
h1.nav-link-inner-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
a.nav-link {
    position: relative;
}
.navbar {
    backdrop-filter: blur(0px) !important;
}
.text-black h2, .text-black .h1, .text-black .display-3 {
    color: #ffffff;
}
a.nav-link::after {
    content: "";
    position: absolute;
    left: 18%;
    display: inline-block;
    background: #5c47ff;
    height: 3px;
    width: 68%;
    margin-top: 35px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
a.nav-link:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}