html {
    background-image: url(/wp-content/uploads/2026/01/home_bg-scaled.png);
}
.header-button a {
    border-radius: 0 !important;
    background: #d22b03;
    padding: 4px 12px;
    box-shadow: 0 4px 8px rgb(215 215 215 / 50%);
}
.sticky-add-to-cart--active, #wrapper, #main, #main.dark {
    background-color: rgba(0, 0, 0, 0) !important;
}
.btn {
    width: 100%;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    border-radius: 10px;
    line-height: 1;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 0;
}
@keyframes gradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.colgame  > .col-inner {
    border: 10px solid #eeee22;
    border-radius: 0px;
    padding: 20px;
    box-shadow: inset 0px 0px 10px -1px #8e8e8e;
}
h5.post-title a {
    font-size: 20px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    font-size: 18px;
}
.ux-menu-link__link i {
    color: #f98911;
}
.ux-menu-link__link:hover {
    color: #f98911 !important;
}
.mobile-nav > li> a {
    color: #fff;
}
.breadcrumb {
    padding-top: 12px;
}
#comments, span.post_comments, .entry-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.recent-blog-posts a {
    font-size: 19px;
}
.archive-page-header .page-title {
    text-align: center;
    font-size: 24px;
}
.copyright-footer p {
    margin-bottom: 0;
}
.copyright-footer {
    font-size: 17px;
    color: #fff;
}
.copyright-footer * {
    color: #ede907;
}