<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.bd-header {
    height: 125px;
}

    .bd-header .bd-header-container {
    }

    .bd-header .bd-logo {
        padding: 25px 30px 0 30px;
        width: 343px; /* (logo image width) + (left padding) + (right padding) */
    }

        .bd-header .bd-logo img {
            width: 283px;
            height: 70px;
        }

    .bd-header .bd-menu {
        margin-right: 10px;
    }

        .bd-header .bd-menu a {
            margin-right: 20px;
            font-size: 1rem;
        }

    .bd-header .bd-search {
        width: 22%;
    }

        .bd-header .bd-search input[type=text] {
        }
        /*.bd-header .bd-search .form-group {
                    width: auto !important;
                }
                .bd-header .bd-search .form-group .input-group {
                    width: 100%!important;
                }
                    .bd-header .bd-search .form-group .input-group input[type=text] {
                        height: 40px;
                    }*/

    .bd-header .bd-cart {
        width: 125px;
        padding-top: 27px;
    }

        .bd-header .bd-cart a:nth-child(1) {
            display: none;
        }

        .bd-header .bd-cart span {
            font-size: 1rem;
        }

        .bd-header .bd-cart .bd-cart-text {
        }


/* ---------------------------------------------------------- */

.bd-footer {
}

</pre></body></html>