  /* ---------- 头部 ---------- */
        .header-top {
            background: #242424;
            border-bottom: 1px solid #000;
            line-height: 32px;
            width: 100%;
            color: #ccc;
        }
        .header-top a {
            color: #ccc;
        }
        .header-top a:hover {
            color: #69bd43;
        }
        .welcome-msg {
            display: inline-block;
            padding: 2px 15px 2px 0;
            margin: 0 12px 0 0;
            font-size: 13px;
            border-right: 1px solid #000;
        }
        .phone {
            padding: 2px 0;
        }

        .language-currency-wrapper {
            float: right;
            margin-top: 1px;
        }
        .language-currency-wrapper .block {
            float: left;
            margin: 0;
            position: relative;
            border-bottom: none;
        }
        .language-currency-wrapper .block span {
            display: inline-block;
            text-transform: capitalize;
        }
        .language-currency-wrapper .block:hover {
            cursor: pointer;
        }
        .language-currency-wrapper .block>div {
            line-height: 32px;
            position: relative;
        }
        .language-currency-wrapper .block>div>span:hover {
            color: #69bd43;
        }
        .language-currency-wrapper .block>div img {
            margin: 0 3px 0 15px;
        }
        .language-currency-wrapper .block>ul {
            position: absolute;
            right: 0;
            top: 52px;
            padding: 10px;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            opacity: 0;
            visibility: hidden;
            z-index: 1001;
            text-align: left;
            transition: all 0.3s ease-out 0s;
        }
        .language-currency-wrapper .block>ul li {
            list-style: none;
            background: #fbfbfb;
        }
        .language-currency-wrapper .block>ul li a {
            position: relative;
            white-space: nowrap;
            line-height: 30px;
            color: #666;
            font-size: 12px;
            padding-left: 12px;
            display: block;
        }
        .language-currency-wrapper .block>ul li a img {
            margin-right: 8px;
            margin-top: 0;
        }
        .language-currency-wrapper .block>ul li a .cur_icon {
            margin-right: 6px;
        }
        .language-currency-wrapper .block>ul li a:hover {
            color: #69bd43;
        }
        .language-currency-wrapper .block:hover>ul {
            margin-top: 0;
            top: 32px;
            opacity: 1;
            visibility: visible;
        }
        .language-currency-wrapper .block.block-language {
            border-left: 1px solid #000;
            padding: 0 0 3px;
        }
        .language-currency-wrapper .block.block-language>ul {
            min-width: 132px;
            left: 0;
            margin: auto;
        }
        .language-currency-wrapper .block.block-currency {
            margin-left: 15px;
        }
        .language-currency-wrapper .block.block-currency>ul {
            min-width: 114px;
            margin: auto;
        }

        .headerlinkmenu {
            line-height: normal;
            display: inline-block;
            text-align: right;
            float: right;
        }
        .headerlinkmenu .links {
            display: inline-block;
        }
        .headerlinkmenu .links div {
            display: inline-block;
            text-align: right;
        }
        .headerlinkmenu div.links div a {
            display: inline-block;
            padding: 10px 10px 5px 8px;
            letter-spacing: 0.5px;
            color: #ccc;
        }
        .headerlinkmenu div.links div a span {
            margin-left: 8px;
        }
        .headerlinkmenu div.links div a:hover {
            color: #69bd43;
        }

        .top-search {
            margin-top: 13px;
        }
        #search {
            padding-top: 12px;
        }
        #search .input-group {
            border: 1px solid #e0e0e0;
            display: inline-block;
            overflow: hidden;
            width: 100%;
            background: #fff;
        }
        #search input {
            height: 38px;
            display: inline-block;
            width: 60%;
            border: none;
            background: #fff;
            border-left: 1px solid #e8e6e2;
            box-shadow: none;
        }
        .form-control::-moz-placeholder {
            color: #39342e;
        }
        #search button {
            line-height: 28px;
            padding: 4px 16px 6px 15px;
            float: right;
            background: #fafafa;
            border: none;
            color: #39342e;
            border-left: 1px solid #e8e6e2;
        }
        #search button:hover {
            background: #ffa200;
            color: #fff;
        }
        #search button i {
            font-size: 15px;
        }
        .cate-dropdown {
            float: left;
            width: 145px;
            height: 35px;
            border: none;
            display: inline-block;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url(../images/select-arrow.png) no-repeat right center;
            padding-right: 28px;
            padding-left: 18px;
            cursor: pointer;
            color: #39342e;
        }
        .cate-dropdown:focus {
            border: none;
        }

        .logo {
            vertical-align: middle;
            margin-top: 32px;
            text-align: left;
            display: inline-block;
            margin-bottom: 32px;
        }

        /* ---------- 导航 ---------- */
        nav {
            /* 去掉 position: sticky，让 JS 控制固定 */
            z-index: 999;
            width: 100%;
            background: #f7f7f7;
            border-bottom: 1px solid #e8e6e2;
            border-top: 1px solid #e8e6e2;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: box-shadow 0.2s ease;
        }
        nav a {
            color: #39342e;
        }
        nav a:hover {
            color: #39342e;
        }
        /* 固定状态由 JS 添加类 .nav-fixed */
        nav.nav-fixed {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
            z-index: 999;
        }

        /* 移动端保持原样 */
        @media (max-width:767px) {
            nav {
                box-shadow: none;
                height: 50px;
            }
        }

        .mtmegamenu {
            width: 100%;
            position: relative;
            margin: auto 15px;
            font-family: sans-serif;
        }
        .mtmegamenu a:focus {
            outline: 0;
        }
        .mtmegamenu>ul {
            display: block;
            clear: both;
            margin: 0;
            padding: 0;
            text-align: left;
            height: 56px;
        }
        .mtmegamenu>ul>li {
            display: inline-block;
            font-size: 15px;
            text-transform: uppercase;
            margin-right: 40px;
            background: none !important;
        }
        .mtmegamenu>ul>li.demo_custom_link_cms {
            position: relative;
        }
        .mtmegamenu>ul>li img {
            max-width: 100%;
        }
        .mtmegamenu>ul>li img:hover {
            opacity: 0.8;
        }
        .mtmegamenu .mt-root-item {
            float: left;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            line-height: 55px;
            letter-spacing: 0.5px;
        }
        .mtmegamenu .mt-root-item a {
            color: #39342e;
            font-weight: 700;
            transition: color 0.3s ease;
        }
        .mtmegamenu .mt-root-item a .title_font span {
            color: #39342e;
            transition: color 0.3s ease;
        }
        .mtmegamenu .mt-root-item:hover a .title_font span {
            color: #69bd43;
        }
        .mtmegamenu .mt-root-item .title .icon-has-sub {
            font-size: 14px;
            margin-left: 10px;
            margin-top: 16px;
            vertical-align: top;
        }
        .mtmegamenu .mt-root-item.no-description .title {
            padding: 0 12px;
            display: block;
            padding-top: 1px;
        }
        .mtmegamenu .title_font span {
            font-weight: 900;
            font-size: 13px;
        }

        /* 每个 li.mt-root 作为相对定位容器 */
        .mtmegamenu > ul > li.mt-root {
            position: relative;
        }

        /* 下拉菜单 */
        .mtmegamenu .menu-items {
            position: absolute;
            z-index: 99999;
            top: 55px !important;
            box-sizing: border-box;
            padding: 15px;
            height: auto;
            border-bottom: 5px solid #ccc;
            background: #fff;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            line-height: normal;
            margin: auto;
            display: none;
            left: 0 !important;
            min-width: 200px;
        }
        .mtmegamenu .menu-items.col-xs-12 {
            width: auto;
            max-width: 100%;
            min-width: 400px;
        }
        .mtmegamenu .demo_custom_link_cms .menu-items {
            width: 200px !important;
            min-width: 200px !important;
        }

        .mtmegamenu .menu-items .icon {
            margin-right: 10px;
        }
        .mtmegamenu .menu-items ul {
            font-size: 0;
        }
        .mtmegamenu .menu-items li {
            font-size: 13px;
            list-style: none;
        }
        .mtmegamenu .menu-items>li {
            float: left;
            padding: 0 8px;
            list-style: none;
        }

        .mtmegamenu .demo_custom_link_cms .menu-items>li {
            width: 100%;
            padding: 0 5px 8px;
        }
        .mtmegamenu .demo_custom_link_cms .menu-items>li:last-child {
            padding-bottom: 0;
        }
        .mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a {
            font-size: 13px;
            text-transform: capitalize;
            font-weight: normal;
            border: 0;
            transition: all 0.3s ease;
        }
        .mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:hover {
            padding-left: 5px;
            color: #fe0100;
        }
        .mtmegamenu .demo_custom_link_cms .menu-item.depth-1>.title a:before {
            font-family: FontAwesome;
            content: "\f105";
            margin-right: 8px;
        }

        .mtmegamenu .menu-item.depth-1>.title.title_font {
            margin: 12px 0 10px 0;
            padding: 0 0 8px 0;
            border-bottom: 1px solid #ddd;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: 1px;
        }
        .mtmegamenu .submenu .title a {
            text-transform: capitalize;
        }
        .mtmegamenu .submenu .title a:before {
            content: "\f105";
            font-family: "FontAwesome";
            margin-right: 5px;
        }
        .mtmegamenu .submenu .title a:hover {
            color: #fe0100;
        }
        .mtmegamenu .submenu .title:hover a {
            margin-left: 5px;
        }
        .mtmegamenu .submenu .title a {
            margin-left: 0;
            transition: all 0.3s ease;
        }
        .mtmegamenu .submenu .title {
            float: none;
        }

        .mtmegamenu .submenu {
            overflow: hidden;
            margin-left: -1%;
            margin-right: -1%;
        }
        .mtmegamenu .submenu>li {
            margin: 0 1%;
        }
        .mtmegamenu .submenu>li .submenu>li {
            padding-left: 10px;
        }
        .mtmegamenu .menu-item>.title {
            padding: 5px 0;
        }

        [class*="menucol-"] {
            float: left;
        }
        .menucol-1-1 {
            width: 100% !important;
        }
        .menucol-1-2 {
            width: 50% !important;
        }
        .menucol-1-3 {
            width: 33.33% !important;
        }
        .menucol-2-3 {
            width: 66.67% !important;
        }
        .menucol-1-4 {
            width: 25% !important;
        }
        .menucol-3-4 {
            width: 75% !important;
        }
        .menucol-1-5 {
            width: 21% !important;
        }
        .menucol-2-5 {
            width: 37% !important;
        }
        .menucol-1-6 {
            width: 16.66% !important;
        }
        .menucol-1-10 {
            width: 10% !important;
        }

        /* ---------- 移动菜单 ---------- */
        html {
            overflow-x: hidden;
        }
        #page {
            position: relative;
            left: 0;
            overflow: visible;
        }
        .mmPushBody {
            width: 100%;
            height: 100%;
            overflow-x: hidden;
        }
        #mobile-menu {
            position: absolute;
            top: 0;
            background: #f7f7f7;
            z-index: 99999;
            display: none;
            font-size: 13px;
            line-height: 1.42857;
            text-transform: uppercase;
            border-right: 2px solid #39342e;
            letter-spacing: 0.5px;
        }
        .mobile-menu {
            list-style: none;
            margin: 0;
            width: 100%;
            float: left;
            padding-left: 0;
            position: relative;
            box-sizing: border-box;
        }
        .mobile-menu ul {
            margin: 0;
            padding-left: 0;
        }
        .mobile-menu .expand {
            right: 0;
            position: absolute;
            padding: 0 10px;
            color: #39342e;
            margin-left: 100px;
            font-size: 14px;
            cursor: pointer;
        }
        .mobile-menu li {
            display: block;
            border-top: 1px solid #e8e6e2;
            width: 100%;
            float: left;
            margin-left: 0;
            padding-left: 0;
            position: relative;
        }
        .mobile-menu li a {
            display: block;
            overflow: hidden;
            white-space: normal;
            color: #39342e;
            text-decoration: none;
            padding: 10px 10px 10px 15px;
            font-weight: 900;
            font-size: 13px;
            letter-spacing: 1px;
        }
        .mobile-menu li a:hover,
        .mobile-menu li a.active {
            color: #69bd43;
        }
        .mobile-menu li li {
            background: #f7f7f7;
        }
        .mobile-menu li li a {
            padding-left: 18px;
            text-transform: none;
            font-weight: 400;
        }
        .mobile-menu li li li a {
            padding-left: 28px;
            text-transform: capitalize;
            font-weight: normal;
        }
        .mobile-menu li li li:last-child {
            border-bottom: none;
        }
        .mobile-menu li li a span {
            font-family: sans-serif;
            text-transform: none;
            font-weight: 400;
        }

        .mm-toggle-wrap {
            color: white;
            line-height: 1;
            overflow: hidden;
        }
        .mm-toggle {
            cursor: pointer;
            font-size: 23px;
            display: none;
            width: auto;
            float: left;
            background: #69bd43;
            padding: 11px 14px;
        }
        .mm-toggle-wrap {
            display: none;
        }
        .mmPushBody .fa-align-justify:before {
            content: "\f00d";
        }

        /* ---------- 侧栏分类菜单 ---------- */
        .mega-container {
            position: relative;
            z-index: 100;
        }
        .navleft-container {
            position: absolute;
            width: 100%;
        }
        .mega-menu-title {
            background-color: #69bd43;
            color: #fff;
            cursor: pointer;
            height: 58px;
            margin-top: -1px;
        }
        .mega-menu-title h3 {
            font-size: 14px;
            font-weight: 900;
            margin: 0;
            padding: 19px 15px 11px;
            position: relative;
            text-transform: uppercase;
            height: 55px;
            color: #fff;
            letter-spacing: 1px;
        }
        .mega-menu-title h3:after {
            content: "\f039";
            display: inline-block;
            background: #69bd43;
            width: 55px;
            height: 58px;
            position: absolute;
            top: 0;
            right: 0;
            font-family: 'FontAwesome';
            text-align: center;
            color: #fff;
            font-size: 18px;
            line-height: 58px;
            font-weight: normal;
        }
        .mega-menu-title:hover h3:after {
            background: #ffa200;
        }
        .mega-menu-category {
            border: 2px solid #d9d9d9;
            border-top: 0;
            display: none;
            width: 100%;
        }
        .mega-menu-category ul {
            padding: 0;
            margin: 0;
        }
        .mega-menu-category>.nav>li>a {
            border-bottom: 1px solid #f1f1f1;
            padding: 15px 15px;
            color: #404040;
            background-color: #fff;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 900;
            position: relative;
        }
        .mega-menu-category>.nav>li>a:after {
            content: "\f105";
            font-family: FontAwesome;
            display: inline-block;
            font-size: 19px;
            position: absolute;
            right: 15px;
        }
        .mega-menu-category>.nav>li.nosub>a:after {
            display: none;
        }
        .mega-menu-category>.nav>li.more-menu {
            display: none;
        }
        .mega-menu-category>.nav>li.view-more>a {
            border-bottom: 0;
        }
        .mega-menu-category>.nav>li.view-more>a:after {
            content: "\f0fe";
        }
        .mega-menu-category>.nav>li>a:hover,
        .mega-menu-category>.nav>li>a:focus,
        .mega-menu-category>.nav>li.active>a {
            background-color: #ffa200;
            color: #fff;
        }

        .wrap-popup {
            position: absolute;
            left: 110%;
            top: 0;
            width: 700px;
            transition: all 0.3s ease-out;
            z-index: 100;
        }
        .wrap-popup.column2 {
            width: 400px;
        }
        .wrap-popup.column1 {
            width: 200px;
        }
        .mega-menu-category>.nav>li.active .wrap-popup {
            left: 100%;
        }

        .popup {
            background-color: #fff;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
            display: none;
            text-align: left;
            z-index: 3000;
            padding: 10px 20px;
        }
        .popup h3 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            margin-top: 5px;
            margin-bottom: 5px;
            letter-spacing: 1px;
        }
        .popup .nav>li>a {
            padding: 7px 0;
        }
        .popup .nav>li>a:hover,
        .popup .nav>li>a:focus {
            color: #34bcec;
            background-color: transparent;
        }
        a.ads1 {
            margin-top: 10px;
            display: inline-block;
        }
        a.ads1 img {
            max-width: 100%;
        }

        .box-banner {
            padding-bottom: 10px;
            position: relative;
        }
        .box-banner+.box-banner {
            margin-top: 10px;
        }
        .box-banner:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }
        .box-banner.menu-banner {
            margin-top: 8px;
        }
        .box-banner h3 {
            color: #fff;
            font-weight: 700;
            font-size: 22px;
            text-transform: uppercase;
            margin: 0;
        }
        .box-banner .price-sale {
            color: #69bd43;
            font-size: 36px;
            line-height: 40px;
            font-weight: 900;
        }
        .box-banner .price-sale sub,
        .box-banner .price-sale sup {
            font-size: 16px;
            font-weight: 700;
        }
        .box-banner .price-sale sub {
            bottom: 3px;
            left: -22px;
        }
        .box-banner .price-sale sup {
            top: -17px;
            left: -8px;
        }
        .box-banner a {
            text-transform: capitalize;
            color: #fff;
            text-decoration: underline;
        }
        .box-banner.media:first-child {
            margin-top: 10px;
        }
        .box-banner.media:last-child {
            margin-bottom: 5px;
        }
        .box-banner a:hover {
            color: #69bd43;
        }
        .add-desc {
            position: absolute;
            top: 12%;
            left: 10%;
            display: none;
        }
        .has-sep:before {
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            border-left: 1px solid #e5e5e5;
            left: -10px;
        }

        /* ---------- 头部 flex 布局 ---------- */
        .header-main-row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin: 0 -15px;
        }
        .header-main-row>[class*="col-"] {
            padding: 0 15px;
        }
        .header-logo-col {
            flex: 0 0 auto;
            width: auto;
        }
        .header-search-col {
            flex: 1 1 auto;
            text-align: right;
        }
        .header-search-col .top-search {
            display: inline-block;
            text-align: left;
            width: 100%;
            max-width: 560px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        /* ---------- 响应式 ---------- */
        @media (max-width:767px) {
            .header-main-row {
                flex-wrap: nowrap;
                padding: 8px 0;
            }
            .header-logo-col {
                flex: 0 0 50%;
                max-width: 50%;
                text-align: left;
            }
            .header-search-col {
                flex: 0 0 50%;
                max-width: 50%;
                text-align: right;
            }
            .header-search-col .top-search {
                max-width: 100%;
                margin-top: 2px;
                margin-bottom: 2px;
            }
            .logo {
                margin: 4px 0;
            }
            .logo img {
                max-height: 38px;
                width: auto;
            }
            #search .input-group {
                display: flex;
                align-items: center;
            }
            #search input {
                width: 100%;
                height: 32px;
                font-size: 12px;
                border-left: none;
            }
            #search button {
                padding: 2px 10px 4px;
                line-height: 24px;
                border-left: none;
            }
            .cate-dropdown {
                display: none !important;
            }
            #search {
                padding-top: 0;
            }
            nav {
                position: sticky; /* 在移动端保持 sticky 避免 JS 影响 */
                top: 0;
                box-shadow: none;
                height: 50px;
            }
            /* 移动端不需要 fixed 效果，禁用 JS 固定 */
            nav.nav-fixed {
                position: sticky !important;
                top: 0;
                box-shadow: none;
            }
            .mm-toggle {
                display: block;
            }
            .mm-toggle-wrap {
                display: inline-block;
            }
            nav .mtmegamenu {
                display: none;
            }
            .mm-label {
                margin-left: 3px;
                font-size: 16px;
                font-weight: 700;
                letter-spacing: 1px;
                margin: 0;
                padding: 16px 15px 11px;
                text-transform: uppercase;
                color: #39342e;
                line-height: 50px;
            }
            .headerlinkmenu .links {
                float: left;
            }
            nav {
                height: 50px;
            }
            .headerlinkmenu {
                padding-left: 0;
            }
            header .logo a img {
                width: 45%;
            }
        }

        @media (min-width:768px) and (max-width:991px) {
            .header-search-col .top-search {
                max-width: 80%;
            }
            .header-logo-col {
                flex: 0 0 25%;
                max-width: 25%;
            }
            .header-search-col {
                flex: 1 1 auto;
                text-align: right;
            }
            .logo {
                margin: 18px 0;
            }
            #search input {
                width: 44%;
            }
            .mtmegamenu {
                margin: auto;
            }
            .mtmegamenu .mt-root.demo_custom_link_cms .menu-items {
                left: 0 !important;
                width: 200px;
            }
            .mtmegamenu .menu-item.depth-1>.title.title_font {
                font-size: 13px;
            }
            .headerlinkmenu .links {
                margin-right: 12px;
            }
            .welcome-msg {
                float: left;
            }
            .headerlinkmenu {
                padding: 0;
            }
            .mega-menu-category {
                display: none;
            }
        }

        @media (min-width:992px) {
            .header-search-col .top-search {
                max-width: 560px;
                margin-left: auto;
                margin-right: 0;
            }
            .header-logo-col {
                flex: 0 0 auto;
            }
            .header-search-col {
                flex: 1 1 auto;
                text-align: right;
            }
            .logo {
                margin: 28px 0;
            }
        }

        @media (min-width:1200px) {
            .header-search-col .top-search {
                max-width: 620px;
            }
        }

        @media (max-width:479px) {
            .headerlinkmenu {
                padding-left: 0;
            }
            .headerlinkmenu .links {
                float: left;
            }
            .top-search {
                margin-bottom: 10px;
                margin-top: 4px;
                position: relative;
                z-index: 1000;
            }
            nav {
                height: 50px;
            }
            header .logo a img {
                width: 45%;
            }
        }

        @media (min-width:480px) and (max-width:767px) {
            .headerlinkmenu .links {
                float: left;
            }
            .logo {
                display: inline-block;
                margin: 8px 0;
                text-align: left;
            }
            .top-search {
                margin-bottom: 10px;
                position: relative;
                z-index: 1000;
            }
            nav {
                height: 50px;
            }
        }

        @media (min-width:640px) and (max-width:767px) {
            .logo {
                margin: 8px 0;
                text-align: left;
                padding-bottom: 0;
                width: auto;
            }
        }

        @media (min-width:768px) and (max-width:992px) {
            .mtmegamenu>ul>li {
                font-size: 12px;
                margin-right: 12px;
            }
            .mtmegamenu .menu-items {
                left: 0 !important;
                max-width: 730px;
            }
            .mtmegamenu .demo_custom_link_cms .menu-items {
                left: 0 !important;
                width: 200px;
            }
            .language-currency-wrapper .block.block-language,
            .language-currency-wrapper .block.block-currency {
                width: 55px;
            }
            .language-currency-wrapper .block.block-currency>div {
                margin-right: 8px;
            }
            .popup {
                padding: 12px;
            }
            .wrap-popup {
                width: 400px;
            }
        }

        @media (min-width:992px) and (max-width:1200px) {
            .headerlinkmenu .links {
                margin-right: 12px;
            }
            #search input {
                width: 56%;
            }
        }

        @media (min-width:768px) and (max-width:1200px),
        (max-width:990px) {
            .language-currency-wrapper .block>div img {
                margin-left: 10px;
            }
            .lg-cur span .lg-fr {
                display: none;
            }
        }

        @media (max-width:992px) {
            .language-currency-wrapper .block.block-language {
                width: 55px;
            }
        }

        @media (max-width:1024px) {
            .language-currency-wrapper .block.block-currency {
                width: 55px;
            }
            .language-currency-wrapper .block.block-currency>div {
                margin-right: 8px;
            }
        }

        @media (max-width:640px) {
            .logo {
                margin: 8px 0;
                text-align: left;
                padding-bottom: 0;
                width: auto;
            }
        }

        @media (max-width:768px) {
            header .logo a img {
                width: auto;
            }
        }