<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, button, input, select, textarea {
    background: #222;
}

.container-fluid {
    padding: 0;
}

.navbar {
    width: 100%;
    display: block;
    padding: 1% 5%;
    top: 0px;
    border-bottom: #a98a1f 1px solid;
}

.logo {
    width: 300px;
}

.open-menu {
    font-size: 30px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: unset;
}

.navbar-toggler {
    border: 0;
}

.navbar-dark .navbar-nav .nav-link {
    display: block;
    text-decoration: none;
    padding: 18px 20px;
    color: #fff;
    font-size: 1.2em;
    white-space: nowrap;
}


.drop-menu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    top: 72px;
    position: absolute;
    background-color: #333;
    color: #fff;
!important;
    z-index: 99999;
    border: 0;
    border-radius: 0;
    width: 233.45px;
    display: none;
    font-size: 1.2em;
    padding-left: 1.2rem;
}

.drop-item {
    color: #ffffff;
}

.drop-menu li {
    background: #333;
!important;
    list-style: none;
    line-height: 22px;
    padding: 15px 0;
    width: 185px;
}

.drop-menu li a {
    text-decoration: none;
}

.drop-menu li:hover {
    background: #333;
!important;
}

.drop-menu li:hover &gt; a {
    color: #a98a1f;
}

.slides {
    position: relative;
}

.slides img {
    width: 100%;
    height: auto;
}

.carousel-indicators button {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
    color: #fff;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.frontpage-block-title {
    border-bottom: 3px solid #a98a1f;
    color: #fff;
}

/*.frontpage-news{
    padding-top: 30px;
}*/
.homepage-postimage {
    width: 120px;
    float: left;
    margin-top: 40px;

}

.homepage-postcontent {
    float: left;
    padding: 30px 10px;
    color: #fff;
}

.homepage-postcontent h3 {
    color: #fff;
}

.homepage-postcontent span {
    color: #a98a1f;
}

.homepage-posts {
    padding-bottom: 30px;
}

.homepage-postcontent h3 a {
    color: #fff;
}

.homepage-postcontent h3 a:hover {
    color: #a98a1f;
}

.homepage-postcontent p {
    color: #fff;
    display: none;
}

.frontpage-news-right {
    padding-top: 30px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    width: 100%;
    background: #222;
}

.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 30px 0;
}

.footer-menu {

}

.footer-menu-title {
    padding: 10px 0;
    color: #fff;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;

}

.footer-menu a:hover {
    color: #a98a1f;

}

.site-info {
    width: 100%;
    display: block;
    clear: both;
    padding: 30px 0;
    border-top: #a98a1f 1px solid;
}

.site-info .wrapper {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
    line-height: 1.4;
}

/*subcategory start*/
.subcategory {
    text-decoration: none;
    background: #222;
    overflow: hidden;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    z-index: 99;
}

.subcategory ul.product-cats {
    text-decoration: none;
    list-style: none;
    margin: 0 34px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow: auto;
    white-space: nowrap;
}

.subcategory li.category {
    text-decoration: none;
    width: 108px;
    list-style: none;
    animation: chapternav-slidein 350ms backwards;
    display: inline-block;
    margin: 0 1.5em;
    vertical-align: top;
}

.subcategory .category span.subcategory-lable {
    word-wrap: break-word;
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    text-decoration: none;
    list-style: none;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0em;
    display: block;
    margin: 0;
    color: #fff;
    text-align: center;
}


.subcategory .category a {
    text-decoration: none;
}

.subcategory img {
    height: auto;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content #container {
    max-width: 1600px;
    margin: 0px auto 0px;
    display: block;
    padding: 5%;
    background-color: #fff;
}

.site-content .content-area {
    max-width: 1600px;
    margin: 0px auto 0px;
    display: block;
    background-color: #fff;
}

.site-content {
    background-color: #fff;
}

.site-main {
    padding: 5%;
}


.shop-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

/*.widget_wpc_filters_widget{
    display: none;
}*/
.wpc-filters-open-button-container {
    display: none;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .sidebar-wrap {
        margin-bottom: 2rem;
    }

    .shop-sidebar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    /* .wpc-filters-widget-content {
         position: fixed;!important;
         bottom: 0;
         right: 0;
         left: 0;
         top: 5%;
         z-index: 999999;
         padding: 0;
         background-color: #fff;
         margin: 0;
         box-sizing: border-box;
         border-radius: 7px 7px 0 0;
         transition: transform .25s;
         transform: translate3d(0, 120%, 0);
         -webkit-overflow-scrolling: touch;
         height: auto;
     }
 */
    .wpc_show_bottom_widget .wpc-filters-widget-content {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        top: 5%;
        z-index: 999999;
        padding: 0;
        background-color: #fff;
        margin: 0;
        box-sizing: border-box;
        border-radius: 7px 7px 0 0;
        transition: transform .25s;
        transform: translate3d(0, 120%, 0);
        -webkit-overflow-scrolling: touch;
        height: auto;
    }

    .wpc-filters-main-wrap {
        display: none;
        background-color: #fff;
    }

    .widget .widget_wpc_filters_widget {
        position: absolute;
    }

    .wpc-filters-open-button-container.wpc-open-button-12498 {
        display: block;
        height: 40px;
        text-align: left;
        border: 1px solid #2c2d33;
        border-radius: 2px;
        line-height: 1.5;
        padding: 7px 12px;
        background-color: transparent;
        color: #2c2d33;
        box-sizing: border-box;
        text-decoration: none !important;
        font-weight: 400;
        transition: none;
        position: relative;
    }

    .shop-toolbar .col-md-6:first-child {
        margin-bottom: 1rem;
    }

    .shop-toolbar .text-md-end {
        text-align: left !important;
    }

    .product-item {
        margin-bottom: 1.5rem;
    }
}


@media screen and (max-width: 737px) {
    .footer-menu {
        display: block;
        float: left;
        margin: 20px;
        width: 35%;
        height: 200px
    }
}

@media (min-width: 768px) {
    .navbar-dark .nav-item:hover {
        color: #a98a1f;
        background-color: #333;
        border-top: #9ea461 5px;
    }

    .wpc-widget-close-container {
        display: block;
    }

    .navbar-dark .nav-item:hover &gt; .nav-link {
        color: #a98a1f;
    }

    .nav-item:hover &gt; .nav-link ~ .drop-menu {
        display: block;
        color: #fff;!important;
        position: absolute;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width: 767px) {

    .overlay {
        position: fixed; /* 鍥哄畾鍦ㄥ睆骞曚笂 */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* 鍗婇€忔槑鐨勯粦鑹茶儗鏅� */
        z-index: 8; /* 纭繚閬僵鍦ㄦ渶涓婂眰 */
        display: block; /* 榛樿闅愯棌 */


    }
    #search-3{
        position: relative;
        top: 60px;
    }
   .woocommerce-products-header{
       display: none;
    }
    .subcategory {
        display: none;
    }
    /*.wpc_show_bottom_widget .wpc-filters-widget-wrapper {
        padding: 20px 20px 15px;
    }*/
    .wpc-open-button {
        display: block;
        border: solid 1px;
        padding: 7px 14px;
        position: absolute;
        top: 80px;
        z-index: 10;
    }

    .wpc-filter-set-12498 .wpc-filters-open-widget {
        width: 100%;
        display: inline-block;
        text-align: left;
        border: 1px solid #2c2d33;
        border-radius: 2px;
        line-height: 1.5;
        padding: 7px 12px;
        background-color: transparent;
        color: #2c2d33;
        box-sizing: border-box;
        text-decoration: none !important;
        font-weight: 400;
        transition: none;
    }

    .navbar {
        width: 100%;
        display: block;
        padding: 1% 5%;
        top: 0px;
        border-bottom: #a98a1f 1px solid;
        position: absolute;
        z-index: 99;
    }

    .navbar &gt; .container-fluid {
        display: flex;
        justify-content: space-between;
    }

    .nav-item:hover &gt; .nav-link ~ .drop-menu {
        /*   display: block;
           color: #fff;
           !important;
           z-index: 99;
           position: absolute;*/
    }

    .navbar-dark .nav-item:hover {
        /*color: #a98a1f;
        background-color: #333;
        border-top: #9ea461 5px;*/
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 18px 20px 5px;
    }


    .drop-menu {
        box-shadow: unset;
        top: unset;
        position: relative;
        background-color: unset;
        color: #fff;
        z-index: 99999;
        border: 0;
        border-radius: 0;
        width: 100%;
        display: block;
        font-size: 1.2em;
        padding-left: 3.2rem;
    }

    .drop-menu li {
        background: unset;
        list-style: none;
        line-height: 22px;
        padding: 10px 0;
        width: 100%;
    }

}

@media screen and (max-width: 430px) {
    .logo {
        width: 220px
    }
}

/*flexslider styles start*/
.flexsliderbox * {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.flexsliderbox a, .flexsliderbox img {
    border: 0;
}

.woocommerce-breadcrumb * {
    color: #767676;
}

.woocommerce-products-header h1 {
    font-size: 50px;
    margin: 0.67em 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget-title {
    font-size: 28px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    background-color: #fff;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

.main-content a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}.main-content a{
     text-decoration: none;
     color: #404040;
}.main-content h2{
      font-size: 26px !important;
      font-weight: 700;
      text-align: center;
}
 @media (max-width: 767px) {
    .main-content h2{
          font-size: 22px !important;
     }
}</pre></body></html>