html {
    background-image: url(/wp-content/uploads/2026/03/main-bg-pc-C8GbqI8v-scaled-1.webp);
}
.sticky-add-to-cart--active, #wrapper, #main, #main.dark {
    background-color: rgba(17, 17, 17, 0);
}
.header-button a {
    background: #cb0000;
    border-radius: 5px !important;
    padding: 4px 12px;
    box-shadow: 0px 5px 15px 0px rgb(252 140 0 / 48%);
}
#masthead ul li.menu-item a {
    font-size: 16px;
    line-height: 1;
}
#masthead ul li.menu-item.active a {color: #ffbf00;}
#masthead ul li.menu-item {
    margin: 0 12px;
}
.img-banner img {
    border-radius: 20px;
    border: solid 2px #ffbf00;
}
.dk-text {
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(to bottom, #feffaa 0, #faffdb 29%, #ffbb43 80%, #fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
}
.dk-text p {
    margin-bottom: 10px;
}
.img-center {
    margin: 0 auto;
}
.text-2 {
    font-size: 13px;
}
.section-title-container .section-title {
    color: #fff;
    background: linear-gradient(to bottom, #feffaa 0, #faffdb 29%, #ffbb43 80%, #fede5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}
.section-title-container b {
    background: transparent;
}
.content-home {
    border: 1px solid #ffe49e;
    border-radius: 10px;
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
}
.content-home {
    scrollbar-width: thin;
    scrollbar-color: #ffe49e transparent;
}
.post-item .box {
    border: solid 1px #ffe49e;
    padding: 6px;
}
.post-item .box .box-text {
    padding: 10px;
}
.nopad {
    padding-bottom: 0;
}
.copyright-footer {
    color: #fff;
    font-size: 13px;
}
footer .section-title-container .section-title {
    font-size: 20px;
}
.section-title-container .section-title, .section-title-container .section-title span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 14px;
}
.ux-menu-link__link:hover {
    color: #fff !important;
    text-decoration: underline;
}
.breadcrumb {
    margin-top: 12px;
    font-size: 13px;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.is-divider {
    display: none;
}
span.widget-title {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
}
.archive-page-header h1 {
    text-align: center;
}
@media (min-width: 992px){
    .post-sidebar {
        border: 0 !important;
        padding-left: 0 !important;
    }
}
@media (max-width: 991px){
    .mfp-content {
        background: #000000 !important;
    }
    .off-canvas .nav-vertical>li>a {
        color: #fff;
    }
    #wide-nav {
        background: transparent;
    }
    .header-button a {
        padding: 2px 10px;
    }
    .header-main {
        margin-bottom: 10px;
    }
}