html {
    scroll-behavior: smooth;
}

.page-title {
    background-color: rgb(42, 42, 42);
    background:
        radial-gradient(circle at 8% 30%, rgba(255, 204, 0, 0.22), transparent 34%),
        radial-gradient(circle at 60% 55%, rgba(42, 42, 42, 0.08), transparent 28%),
        #11110f;
}


.page-title .breadcrumbs {
    color: #FFCC05;
}

.page-title .breadcrumbs a {
    color: #fff;
    font-size: 1em;
}

.page-title .breadcrumbs a:last-child {
    color: #FFCC05;
}

.page-title .woocommerce-ordering select {
    background-color: rgba(42, 42, 42, 0.5);
    border-color: #494949;
    color: #FFCC05;
    margin-bottom: 1em;
}

.header-button-2 span {
    color: #000 !important;
}

@media screen and (max-width: 767px) {
    .header-button-1,
    .header-button-2 {
        display: none !important;
    }
}

@media (max-width: 849px) {
.category-page-title.page-title  .medium-text-center {
        float: none !important;
        text-align: left !important;
        width: 100% !important;
    }
}