﻿

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}


.container {
    padding-left: 15px;
    padding-right: 15px;
}


a {
    color: var(--thm-gray);
}

    a,
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        cursor: pointer;
    }
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    background: var(--thm-base);
}

.main-header__top {
    position: relative;
    display: block;
    padding: 0px 80px;
    background-color: var(--thm-black);
}

.main-header__top-inner {
    position: relative;
    display: block;
    padding: 1.5px 0;
}

.main-header__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header__top-address {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-header__top-address li {
        position: relative;
        display: flex;
        align-items: center;
        line-height: 35px;
    }

        .main-header__top-address li + li {
            margin-left: 30px;
        }

        .main-header__top-address li .icon span {
            font-size: 13px;
            color: var(--thm-base);
        }

        .main-header__top-address li .text {
            margin-left: 10px;
        }

            .main-header__top-address li .text p {
                font-size: 13px;
                font-weight: 500;
                color: #ada8ba;
                margin: 0;
            }

            .main-header__top-address li .text a {
                font-size: 13px;
                font-weight: 500;
                color: #ada8ba;
                -webkit-transition: all 500ms ease;
                transition: all 500ms ease;
            }

                .main-header__top-address li .text a:hover {
                    color: var(--thm-base);
                }

.main-header__top-right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;
}

.main-header__top-right-text {
    margin-right: 30px;
}

    .main-header__top-right-text p {
        font-size: 13px;
        margin: 0;
        color: #ada8ba;
    }

        .main-header__top-right-text p span {
            color: var(--thm-extra);
        }

.main-header__top-right-social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0;
}

    .main-header__top-right-social a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--thm-base);
        font-size: 15px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .main-header__top-right-social a:hover {
            color: var(--thm-extra);
        }

        .main-header__top-right-social a + a {
            margin-left: 25px;
        }

.main-menu {
    position: relative;
    padding: 0 40px 0 80px;
    z-index: 91;
}

.main-menu-wrapper {
    position: relative;
    display: block;
}

.main-menu-wrapper-inner {
    position: relative;
    display: block;
}

.main-menu-wrapper__left {
    position: relative;
    display: block;
    float: left;
}

.main-menu-wrapper__logo {
    position: relative;
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 165px;
}

.main-menu-wrapper__main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    float: right;
    padding: 14px 0;
    align-items: center;
}

.main-menu-wrapper__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 80px;
}

.main-menu-wrapper__call-icon {
    font-size: 30px;
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .main-menu-wrapper__call-icon:hover {
        color: var(--thm-extra);
    }

.main-menu-wrapper__call-number {
    margin-left: 20px;
}

    .main-menu-wrapper__call-number h5 {
        color: var(--thm-black);
        font-size: 14px;
        font-weight: 500;
        line-height: 27px;
    }

        .main-menu-wrapper__call-number h5 a {
            color: #171717;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .main-menu-wrapper__call-number a:hover {
        color: var(--thm-extra);
    }

    .main-menu-wrapper__call-number p {
        font-size: 13px;
        margin: 0;
        line-height: 13px;
        color: #67656f;
    }

.main-menu-wrapper__search-box-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    /*padding: 8.5px 0;*/
    padding-top: 6px;
}

    .main-menu-wrapper__search-box-cart-box:before {
        position: absolute;
        top: -13px;
        bottom: -13px;
        left: -40px;
        content: "";
        background-color: var(--thm-bdr-color);
        width: 1px;
    }

.main-menu-wrapper__search,
.main-menu-wrapper__cart {
    font-size: 24px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__cart {
    margin-left: 25px;
}

.main-menu-wrapper__search:hover {
    color: var(--thm-extra);
}

.main-menu-wrapper__cart:hover {
    color: var(--thm-extra);
}









.stricky-header.main-menu {
    padding: 0 40px 0 80px;
    background-color: var(--thm-base);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
}

    .main-menu .main-menu__list > li + li,
    .stricky-header .main-menu__list > li + li {
        margin-left: 55px;
    }

    .main-menu .main-menu__list > li > a,
    .stricky-header .main-menu__list > li > a {
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        color: var(--thm-gray);
        position: relative;
        transition: all 500ms ease;
    }

        .main-menu .main-menu__list > li > a::before,
        .stricky-header .main-menu__list > li > a::before {
            content: '';
            width: 100%;
            height: 2px;
            border-radius: 0px;
            background-color: var(--thm-primary);
            position: absolute;
            bottom: -4px;
            left: 0;
            transition: transform 500ms ease;
            transform: scale(0) translateY(-50%);
            z-index: -1;
        }

    .main-menu .main-menu__list > li.nav_current > a,
    .main-menu .main-menu__list > li:hover > a,
    .stricky-header .main-menu__list > li.nav_current > a,
    .stricky-header .main-menu__list > li:hover > a {
        color: var(--thm-black);
        /*text-shadow: 0 0 1px currentColor;*/
    }

        .main-menu .main-menu__list > li.nav_current > a::before,
        .main-menu .main-menu__list > li:hover > a::before,
        .stricky-header .main-menu__list > li.nav_current > a::before,
        .stricky-header .main-menu__list > li:hover > a::before {
            transform: scale(1) translateY(-50%);
        }

        .main-menu .main-menu__list > li.nav_current > a::before {
            background-color: var(--thm-extra);
        }

        .main-menu .main-menu__list > li:hover > a::before {
            background-color: var(--thm-extra);
        }

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: var(--thm-bdr-radius);
    border-bottom-right-radius: var(--thm-bdr-radius);
}


    .main-menu .main-menu__list li ul li:last-child > a,
    .stricky-header .main-menu__list li ul li:last-child > a {
        border-bottom-left-radius: var(--thm-bdr-radius);
        border-bottom-right-radius: var(--thm-bdr-radius);
    }

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

    .main-menu .main-menu__list li ul li + li,
    .stricky-header .main-menu__list li ul li + li {
        border-top: 1px solid RGBA(var(--thm-black), 0.1);
    }

    .main-menu .main-menu__list li ul li a,
    .stricky-header .main-menu__list li ul li a {
        font-size: 13px;
        line-height: 30px;
        color: var(--thm-black);
        display: flex;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 6px;
        padding-bottom: 6px;
        transition: 500ms;
    }

    .main-menu .main-menu__list li ul li:hover > a,
    .stricky-header .main-menu__list li ul li:hover > a {
        background-color: var(--thm-primary);
        color: #fff;
    }

    .main-menu .main-menu__list li ul li > ul,
    .stricky-header .main-menu__list li ul li > ul {
        top: 0;
        left: 100%;
    }

        .main-menu .main-menu__list li ul li > ul.right-align,
        .stricky-header .main-menu__list li ul li > ul.right-align {
            top: 0;
            left: auto;
            right: 100%;
        }

        .main-menu .main-menu__list li ul li > ul ul,
        .stricky-header .main-menu__list li ul li > ul ul {
            display: none;
        }
    .nav_badge {
        position: absolute;
        right: -32px;
        top: 18px;
        font-size: 10px;
        border-radius: 10px;
        background: #f20707;
        color: #fff;
        height:14px;
        line-height:12px;
        padding:0 4px;
    }
    .stricky-header {
        position: fixed;
        z-index: 991;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        visibility: hidden;
        transform: translateY(-120%);
        transition: transform 500ms ease, visibility 500ms ease;
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    }

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
}

    .mobile-nav__buttons a + a {
        margin-left: 10px;
    }

    .mobile-nav__buttons a:hover {
        color: var(--thm-base);
    }

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-primary);
    cursor: pointer;
    transition: 500ms;
    margin-right: 20px;
}

    .main-menu .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    position: relative;
    display: block;
}



/*--------------------------------------------------------------
# Main Menu All Responsice Css
/////////
--------------------------------------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu-wrapper__call {
        display: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 100px;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header__top-right-text {
        display: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 50px;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header__top-right-text {
        display: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 50px;
    }

    .main-menu-wrapper__call {
        display: none;
    }

    .main-menu .mobile-nav__toggler {
        margin-right: 0;
        padding: 33px 0;
        display: inline-block;
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }
}




@media (max-width: 767px) {
    .main-header__top {
        display: none;
    }

    .main-menu-wrapper__right {
        display: none;
    }

    .main-menu-wrapper__left {
        float: none;
    }

    .main-menu-wrapper__logo {
        margin-right: 0;
    }

    .main-menu-wrapper__main-menu {
        float: right;
    }

    .main-menu {
        padding: 0 30px 0 0;
    }


        .main-menu .mobile-nav__toggler {
            margin-right: 0;
            padding: 20px 0;
            display: inline-block;
        }

            .main-menu .mobile-nav__toggler i {
                font-size: 20px;
                color: #000
            }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--thm-black);
    }
}



/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

    .mobile-nav__wrapper .container {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-nav__wrapper.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
    }

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--thm-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

    .mobile-nav__content .thm-btn {
        padding: 8px 0;
        width: 100%;
        text-align: center;
    }

    .mobile-nav__content .logo-box {
        margin-bottom: 40px;
        display: flex;
    }

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--thm-text-dark);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .mobile-nav__content .main-menu__list ul {
        display: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav__content .main-menu__list li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-nav__content .main-menu__list li a {
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        color: #ffffff;
        font-size: 14px;
        font-family: var(--thm-font);
        font-weight: 500;
        height: 46px;
        align-items: center;
        transition: 500ms;
    }

        .mobile-nav__content .main-menu__list li a.expanded {
            color: var(--thm-secondary);
        }

        .mobile-nav__content .main-menu__list li a button {
            width: 30px;
            height: 30px;
            background-color: var(--thm-primary);
            border: none;
            outline: none;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            transform: rotate(-90deg);
            transition: transform 500ms ease;
        }

            .mobile-nav__content .main-menu__list li a button.expanded {
                transform: rotate(0deg);
                background-color: #fff;
                color: var(--thm-black);
            }

    .mobile-nav__content .main-menu__list li.cart-btn span {
        position: relative;
        top: auto;
        right: auto;
        transform: translate(0, 0);
    }

    .mobile-nav__content .main-menu__list li.cart-btn i {
        font-size: 16px;
    }

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .mobile-nav__top .main-menu__login a {
        color: var(--thm-text-dark);
    }

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

    .mobile-nav__social a {
        font-size: 16px;
        color: var(--thm-primary);
        transition: 500ms;
    }

        .mobile-nav__social a + a {
            margin-left: 30px;
        }

        .mobile-nav__social a:hover {
            color: #ffffff;
        }

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .mobile-nav__contact li {
        color: var(--thm-text-dark);
        font-size: 14px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
    }

        .mobile-nav__contact li + li {
            margin-top: 15px;
        }

        .mobile-nav__contact li a {
            color: #ffffff;
            transition: 500ms;
        }

            .mobile-nav__contact li a:hover {
                color: var(--thm-primary);
            }

        .mobile-nav__contact li > i {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: var(--thm-primary);
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 11px;
            margin-right: 10px;
            color: #fff;
        }

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# MegaMenu产品菜单 
--------------------------------------------------------------*/

.megamenu {
}

.megamenu_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 72px;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: var(--thm-bdr-radius);
    border-bottom-right-radius: var(--thm-bdr-radius);
    left: -20px;
    width: 1060px;
    z-index: 99;
    transition: all .2s;
    padding: 20px 20px 30px 20px;
    background: #f8f8f8;
    display: flex;
    /*justify-content:space-between;*/
    flex-wrap: wrap
}

@media only screen and (min-width: 1200px) {
    .megamenu ul {
        display: none !important;
    }
}

.megamenu:hover > .megamenu_content {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .megamenu_content {
        display: none;
    }
}

.megamenu_item {
    width: 300px;
    border: solid 1px #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 20px;
    height: 200px;
    padding: 20px;
    position: relative;
    transition: all .3s;
}

    .megamenu_item:hover {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        border:solid 1px var(--thm-primary)
    }

.megamenu_item_header {
    display: flex;
    height: 40px;
    align-items: center;
    align-content: center;
}

    .megamenu_item_header i {
        width: 30px;
        line-height: 30px;
        background: var(--thm-primary-ain);
        text-align: center;
        margin-right: 14px;
        color: #ffffff;
        border-radius: 6px;
        font-size: 20px;
        height: 30px;
    }

    .megamenu_item_header h3 a {
        font-size: 16px;
        font-weight: 600;
        color: var(--thm-black);
        margin: 0;
        padding: 0;
    }

.megamenu_item p {
    font-size: 12px;
    color: var(--thm-gray);
    margin: 0;
    padding: 4px;
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.megamenu_item_btn {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 20px;
    left: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.megamenu_item_btn_buy {
    cursor: pointer;
    margin-right: 20px;
    height: 34px;
    line-height: 34px;
    width: 110px;
    text-align: center;
    background: var(--thm-base);
    border: solid 2px var(--thm-black);
    color: var(--thm-black);
    font-size: 14px;
    transition: all .3s;
}

    .megamenu_item_btn_buy:hover {
        background: var(--thm-black);
        color: var(--thm-base);
    }

.megamenu_item_btn_down {
    cursor: pointer;
    height: 34px;
    width: 110px;
    line-height: 34px;
    text-align: center;
    background: var(--thm-primary);
    color: var(--thm-base);
    transition: all .3s;
    font-size: 14px;
}

    .megamenu_item_btn_down:hover {
        background: var(--thm-black);
        color: #fff;
    }

.megamenu_smitem:nth-child(4n+1){
    margin-left:20px;
}
.megamenu_smitem {
    width: 300px;
    border: solid 1px #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 20px;
    height: 60px;
    padding: 10px 20px;
    position: relative;
    display: flex;
    align-content: center;
    transition: all .3s;
}
    .megamenu_smitem:hover {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        border: solid 1px var(--thm-primary)
    }

.megamenusmitem_header {
    display: flex;
    height: 40px;
    align-items: center;
    align-content: center;
}

.megamenusmitem_header i {
    width: 30px;
    line-height: 30px;
    background: #f2ac06;
    text-align: center;
    margin-right: 14px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 20px;
    height: 30px;
}

.megamenusmitem_header h3 a {
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    padding: 0;
}
/*
.dropdown a:after {
    content: "\e87e";
    font-family: "iconfont" !important;
    margin-left: 4px;
}*/