@font-face {
    font-family: 'iconfont';
    src: url("/Themes/NarChips/Content/iconfont/iconfont.eot");
    src: url("/Themes/NarChips/Content/iconfont/iconfont.eot?#iefix") format("embedded-opentype"), url("/Themes/NarChips/Content/iconfont/iconfont.woff2") format("woff2"), url("/Themes/NarChips/Content/iconfont/iconfont.woff") format("woff"), url("/Themes/NarChips/Content/iconfont/iconfont.ttf") format("truetype"), url("/Themes/NarChips/Content/iconfont/iconfont.svg#iconfont") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

    .clearfix::before {
        content: "";
        display: table;
    }

body {
    background: #fff;
    font-family: "Microsoft Ya Hei", sans-serif;
}

.heart {
    width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .heart {
        width: 955px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
    .heart {
        width: 720px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .heart {
        width: 100%;
        padding: 0 15px;
    }
}

.cover {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

.sidebar {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999999999;
    color: #fff;
}

@media screen and (max-width: 1240px) {
    .sidebar {
        display: none;
    }
}

.sidebar .sidebar-hide-box {
    position: absolute;
    right: -20px;
    top: 0;
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background: #333333;
    cursor: pointer;
    transition: right 0.3s;
}

    .sidebar .sidebar-hide-box.show {
        right: 0;
        transition-delay: 0.3s;
    }

    .sidebar .sidebar-hide-box:hover {
        background: #0f5d8b;
    }

.sidebar .sidebar-show-box {
    position: absolute;
    right: 0;
    top: 0;
    transition: right 0.3s;
    transition-delay: 0.3s;
}

    .sidebar .sidebar-show-box.hide {
        right: -40px;
        transition-delay: 0s;
    }

    .sidebar .sidebar-show-box .iconfont {
        background: #333333;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        border-bottom: 1px solid #484848;
    }

        .sidebar .sidebar-show-box .iconfont:first-child {
            border-top-left-radius: 7px;
        }

        .sidebar .sidebar-show-box .iconfont:last-child {
            border-bottom-left-radius: 7px;
            border-bottom: none;
        }

        .sidebar .sidebar-show-box .iconfont:hover {
            background: #0f5d8b;
        }

.shipping-right {
    width: 76px;
    height: 69px;
    position: fixed;
    right: 0;
    top: 62%;
    z-index: 999999999;
}

@media screen and (max-width: 1240px) {
    .shipping-right {
        display: none;
    }
}

.shipping-right .shipping-content {
    position: absolute;
    top: 69px;
    right: 0;
    width: 300px;
    height: 200px;
    border: 1px solid #0f5d8b;
    background: #56a0ad;
    transition: all 0.75s;
    transform: translateX(200%);
}

.shipping-right:hover .shipping-content {
    transform: translateX(0);
}

.top-header {
    position: relative;
    z-index: 999999;
    background-color: #ebebeb;
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    color: #fff;
}

    .top-header .social, .top-header .followus {
        float: left;
        display: flex;
        color: #555;
    }

        .top-header .followus li {
            margin-left: 10px;
            font-weight: 600;
        }

        .top-header .followus span.iconfont {
            padding: 3px;
            line-height:53px;
        }

        .top-header .social a, .top-header .top-header-menu a {
            font-weight: bold;
            color:#555;
        }

            .top-header .social a:hover, .top-header .top-header-menu a:hover {
                color: #8d8a8a;
            }

    .top-header .menu {
        float: right;
        line-height: 40px;
        height: 40px;
        padding: 0px;
        margin: 0px;
    }

        .top-header .menu .iconfont {
            font-size: 25px;
        }


@media screen and (min-width: 768px) {
    .top-header .menu {
        display: none;
    }
}
    @media screen and (max-width: 768px) {
        .top-header .followus {
            display: none;
        }
    }

    @media screen and (max-width: 767px) {
        .top-header {
            height: 40px;
        }

            .top-header .social {
                line-height: 40px;
            }

            .top-header .followus {
                display: none;
            }
    }

    .top-header .top-header-menu {
        float: right;
        transition: right 0.4s;
    }

        .top-header .top-header-menu li {
            position: relative;
            float: left;
            margin-right: 20px;
            cursor: pointer;
        }

            .top-header .top-header-menu li .iconfont {
                padding-left: 10px;
            }

            .top-header .top-header-menu li.close-this {
                height: 40px;
            }

                .top-header .top-header-menu li.close-this .iconfont {
                    float: right;
                }

    @media screen and (min-width: 768px) {
        .top-header .top-header-menu li.close-this {
            display: none;
        }
    }

    .top-header .top-header-menu li:hover {
        color: #0f5d8b;
    }

    .top-header .top-header-menu li .hidden-menu {
        position: absolute;
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        width: 100px;
        line-height: 25px;
        background: #fff;
        border: 1px solid #eee;
        text-align: center;
        transition: all 0.25s;
        z-index: -99;
        visibility: hidden;
        opacity: 0;
    }

        .top-header .top-header-menu li .hidden-menu a {
            color: #000;
            display: block;
        }

            .top-header .top-header-menu li .hidden-menu a:hover {
                color: #0f5d8b;
            }

        .top-header .top-header-menu li .hidden-menu.show-this {
            top: 40px;
            opacity: 1;
            visibility: visible;
            z-index: 9999;
        }

    @media screen and (max-width: 767px) {
        .top-header .top-header-menu {
            position: fixed;
            right: -50%;
            top: 0;
            z-index: 999;
            height: 100%;
            width: 50%;
            background: #0e5a87;
        }

            .top-header .top-header-menu li {
                float: none;
                padding: 0 20px;
                line-height: 40px;
                font-size: 16px;
                border-bottom: 1px solid #eee;
                margin-right: 0;
            }

                .top-header .top-header-menu li .hidden-menu {
                    display: none;
                    position: static;
                    border: none;
                    width: 100%;
                    transition: unset;
                    transform: unset;
                    opacity: 1;
                    visibility: visible;
                }

                    .top-header .top-header-menu li .hidden-menu a {
                        display: block;
                        font-size: 14px;
                        line-height: 30px;
                        border-bottom: 1px solid #eee;
                    }

                        .top-header .top-header-menu li .hidden-menu a:last-child {
                            border-bottom: none;
                        }
    }

    .main-header {
        position: relative;
        z-index: 99999;
        background: #ffffff;
        height: 120px;
    }

    @media screen and (max-width: 960px) {
        .main-header {
            height: auto;
            width: 100%;
        }
    }

    .main-header .heart {
        position: relative;
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding-bottom: 10px;
    }

    @media screen and (max-width: 960px) {
        .main-header .heart {
            height: auto;
            padding-bottom: 30px;
        }
    }

    @media screen and (max-width: 767px) {
        .main-header .heart {
            padding-bottom: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    }

    @media screen and (max-width: 446px) {
        .main-header .heart {
            text-align: center;
        }
    }

    .main-header .heart .top-logo {
        float: left;
        height: 70px;
        margin-top: 10px;
    }

    @media screen and (max-width: 960px) {
        .main-header .heart .top-logo {
            display: block;
            float: none;
            height: 50px;
            margin: 25px auto 0;
        }
    }

    .main-header .heart .search {
        width: 728px;
        margin: 25px 0 0 60px;
    }

        .main-header .heart .search .search-input1 {
            position: relative;
        }

            .main-header .heart .search .search-input1 input {
                height: 45px;
                border: 3px solid #0f5d8b;
                width: 100%;
                padding: 0 47px 0 12px;
            }

            .main-header .heart .search .search-input1 .search-button {
                position: absolute;
                right: 0;
                top: 0;
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                background: #0f5d8b;
                color: #fff;
                cursor: pointer;
            }

                .main-header .heart .search .search-input1 .search-button .iconfont {
                    font-size: 24px;
                }

        .main-header .heart .search .hot-search {
            padding-top: 10px;
            color: #a0a0a0;
            font-size: 14px;
        }

            .main-header .heart .search .hot-search a {
                padding-left: 7px;
            }

                .main-header .heart .search .hot-search a:hover {
                    color: #0f5d8b;
                    text-decoration: underline;
                }

    @media screen and (max-width: 1199px) {
        .main-header .heart .search .hot-search {
            display: none;
        }
    }

    @media screen and (max-width: 1199px) {
        .main-header .heart .search {
            width: 435px;
        }
    }

    @media screen and (max-width: 960px) {
        .main-header .heart .search {
            position: relative;
            float: left;
            right: 0;
            top: 0;
            margin-left: 0;
            width: 320px;
        }
    }

    @media screen and (max-width: 767px) {
        .main-header .heart .search {
            width: 100%;
            margin: 15px 0;
        }
    }

    .main-header .heart .shopping-cart1 {
        position: relative;
        top: 25px;
        margin-left: 60px;
        width: 170px;
        height: 45px;
    }

    @media screen and (max-width: 960px) {
        .main-header .heart .shopping-cart1 {
            position: relative;
            float: right;
            margin-left: 5px;
        }
    }

    @media screen and (max-width: 767px) {
        .main-header .heart .shopping-cart1 {
            margin: 0;
        }
    }

    @media screen and (max-width: 446px) {
        .main-header .heart .shopping-cart1 {
            float: none;
            display: inline-block;
            top: 0;
        }
    }

    .main-header .heart .shopping-cart1 .shopping-cart-left {
        border: 1px solid #eee;
        padding: 5px 35px 5px 13px;
        height: 45px;
    }

    @media screen and (max-width: 446px) {
        .main-header .heart .shopping-cart1 .shopping-cart-left {
            text-align: left;
        }
    }

    .main-header .heart .shopping-cart1 .shopping-cart-left .shopping-cart-top {
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        padding: 2px 0 3px;
    }

    .main-header .heart .shopping-cart1 .shopping-cart-left .item-price {
        font-size: 12px;
        line-height: 1;
    }

    .main-header .heart .shopping-cart1 .shopping-cart-icon {
        position: absolute;
        right: 0;
        top: 0;
        width: 41px;
        height: 45px;
        line-height: 45px;
        background: #0f5d8b;
        text-align: center;
        cursor: pointer;
    }

        .main-header .heart .shopping-cart1 .shopping-cart-icon .iconfont {
            color: #fff;
            font-size: 24px;
        }

    .nav {
        position: relative;
    }

    .bg1header {
        background: #0e5a87;
        position: relative;
        z-index: 9999;
    }

    .nav .banner-top {
        height: 54px;
    }

        .nav .banner-top > * {
            float: right;
        }

        .nav .banner-top .banner-top-left {
            position: absolute;
            width: 230px;
            background: #f4f4f4;
            line-height: 54px;
            color: #333;
            font-family: "Arial MT", sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin-right: 10px;
        }

            .nav .banner-top .banner-top-left span:not(.iconfont) {
                padding-left: 16px;
            }

            .nav .banner-top .banner-top-left .categories-icon {
                float: right;
                padding-right: 16px;
                font-size: 20px;
                cursor: pointer;
            }

    @media screen and (max-width: 767px) {
        .nav .banner-top .banner-top-left {
            height: 35px;
            line-height: 35px;
            position: absolute;
            left: 15px;
            top: -50px;
            padding: 0;
        }
    }

    @media screen and (max-width: 446px) {
        .nav .banner-top .banner-top-left {
            left: 0;
            right: 0;
            top: -100px;
            margin: 0 auto;
        }
    }

    .nav .banner-top .banner-top-left .banner-main-categories {
        padding-bottom: 4px;
        min-width: 230px;
        background: #fefefe;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
        text-transform: none;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        line-height: 1.2;
    }

        .nav .banner-top .banner-top-left .banner-main-categories.show-out {
            top: 54px;
            z-index: 999999;
            visibility: visible;
            opacity: 1;
        }

    @media screen and (max-width: 767px) {
        .nav .banner-top .banner-top-left .banner-main-categories {
            border-bottom: 1px solid #eee;
        }
    }

    .nav .banner-top .banner-top-left .banner-main-categories li {
        padding: 0 21px 0 16px;
        color: #666666;
        cursor: pointer;
    }

        .nav .banner-top .banner-top-left .banner-main-categories li.bmc-title {
            height: 30px;
            line-height: 30px;
        }

        .nav .banner-top .banner-top-left .banner-main-categories li.bmc-norm {
            height: 27px;
            line-height: 27px;
            vertical-align: middle;
            background: #dcdbdb;
        }

            .nav .banner-top .banner-top-left .banner-main-categories li.bmc-norm:hover {
                background: #d0c8c8;
            }

            .nav .banner-top .banner-top-left .banner-main-categories li.bmc-norm img {
                font-size: 20px;
                vertical-align: middle;
                padding: 0 7px;
                position: relative;
                top: 0;
            }

        .nav .banner-top .banner-top-left .banner-main-categories li.bmc-title .title {
            font-weight: 700;
        }

    .nav .banner-main-categories li.bmc-inner-title > a {
        font-weight: 700;
        white-space: nowrap;
    }

    .nav .banner-top .banner-top-left .banner-main-categories li.bmc-inner-title:not(:first-child) {
        margin-top: 15px;
    }

    @media screen and (max-width: 767px) {
        .nav .banner-main-categories li {
            border-top: 1px solid #eee;
            height: auto;
        }

            .nav .banner-main-categories li.bmc-title {
                height: 40px;
                line-height: 40px;
            }

            .nav .banner-main-categories li.bmc-norm {
                height: 40px;
                line-height: 40px;
            }

            .nav .banner-main-categories li.bmc-inner-title > a {
                font-weight: 700;
            }
    }

    .nav .banner-main-categories .bmc-norm-sub {
        width: 930px;
        overflow: auto;
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-fill: auto;
        column-fill: auto;
        -webkit-column-rule: 1px solid #e2e2e2;
        column-rule: 1px solid #e2e2e2;
        height: 350px;
    }

    .nav .banner-top .banner-top-left .banner-main-categories li .show-box {
        vertical-align: middle;
    }

        .nav .banner-top .banner-top-left .banner-main-categories li .show-box > div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle;
        }

        .nav .banner-top .banner-top-left .banner-main-categories li .show-box .arrow-right {
            position: absolute;
            right: 0;
            top: 6px;
            width: 16px;
            line-height: 16px;
            height: 16px;
            color: #666666;
            display: none;
        }

            .nav .banner-top .banner-top-left .banner-main-categories li .show-box .arrow-right .iconfont {
                display: none;
            }

    .nav .banner-top .banner-top-left .banner-main-categories li .inside-box {
        background: #fff;
        position: absolute;
        top: 54px;
        left: 260px;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        padding: 20px;
    }

        .nav .banner-top .banner-top-left .banner-main-categories li .inside-box.show {
            left: 230px;
            opacity: 1;
            z-index: 99;
            visibility: visible;
        }

    .nav .banner-top .banner-top-left .banner-main-categories.show-out li .inside-box.show {
        top: 0px;
    }

    @media screen and (max-width: 767px) {
        .nav .banner-top .banner-top-left .banner-main-categories li .inside-box {
            display: none;
            position: static;
            width: 100%;
            opacity: 1;
            transition: unset;
        }
    }

    .nav .banner-top .banner-top-left .banner-main-categories li:hover {
        color: #0f5d8b;
    }

    @media screen and (max-width: 767px) {
        .nav .banner-top .banner-top-left .banner-main-categories {
            position: absolute;
            top: 80px;
            width: 100%;
            left: -15px;
        }

            .nav .banner-top .banner-top-left .banner-main-categories.show-out {
                top: 50px;
                z-index: 99999;
                opacity: 1;
            }
    }

    @media screen and (max-width: 1199px) {
        .nav .banner-top .banner-top-left {
            cursor: pointer;
        }
    }

    .nav .banner-top .banner-top-other a {
        float: left;
        height: 14px;
        color: #fff;
        line-height: 14px;
        font-size: 14px;
        margin: 20px 0;
        padding: 0 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

        .nav .banner-top .banner-top-other a:not(:first-child) {
            border-left: 1px solid #7e7e7e;
        }

        .nav .banner-top .banner-top-other a:hover {
            color: #e3e3e3;
            text-decoration: underline;
        }


    @media screen and (max-width: 960px) {
        .nav .banner-top {
            width: 100%
        }

            .nav .banner-top .banner-top-other a {
                padding: 0 10px;
            }
    }

    @media screen and (max-width: 767px) {
        .nav .banner-top .banner-top-other {
            float: none;
            text-align: center;
            width: 100%;
            height: 54px;
            overflow: hidden;
        }

            .nav .banner-top .banner-top-other a {
                float: none;
                display: inline-block;
            }

                .nav .banner-top .banner-top-other a:first-child {
                    border: none;
                }
    }

    @media screen and (max-width: 380px) {
        .nav .banner-top .banner-top-other a {
            padding: 0 8px;
        }
    }

    .nav .nav-cover {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        z-index: -9;
        transition: all 0.3s;
    }

        .nav .nav-cover.display {
            z-index: 999;
            opacity: 1;
        }

    .banner {
        background: #ebebeb;
    }

        .banner .banner-main {
            height: 420px;
        }

    @media screen and (min-width: 1200px) {
        .banner .banner-main {
            padding-left: 239px;
        }
    }

    @media screen and (max-width: 960px) {
        .banner .banner-main {
            height: auto;
        }
    }

    .banner .banner-main .banner-main-swiper {
        float: left;
        margin: 15px 15px 0 5px;
        height: 390px;
        width: 910px;
        overflow:hidden;
    }

    @media screen and (max-width: 960px) {
        .banner .banner-main .banner-main-swiper {
            float: none;
            margin: 0;
            width: 100%;
            height: auto;
        }

            .banner .banner-main .banner-main-swiper img {
                width: 100%;
            }
    }

    @media screen and (max-width: 1199px) {
        .banner .banner-main .banner-main-swiper {
            margin: 0 15px 0 0;
        }
    }

    .banner .banner-main .banner-main-swiper .swiper-text-box {
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
    }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

            .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-main-text {
                display: inline-block;
                color: #fff;
                font-size: 40px;
                text-align: center;
                border-bottom: 2px solid #0f5d8b;
                padding-bottom: 5px;
                font-weight: 700;
            }

            .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-minro-text {
                color: #fff;
                font-size: 25px;
                text-align: center;
                margin-top: 3%;
            }

            .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link {
                display: inline-block;
                margin-top: 5%;
                color: #0f5d8b;
                background: #fff;
                padding: 10px 25px;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 700;
            }

                .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link .iconfont {
                    display: inline-block;
                    font-size: 16px;
                }

                .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link:hover {
                    background: #0f5d8b;
                    color: #fff;
                }

    @media screen and (max-width: 767px) {
        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-main-text {
            font-size: 35px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-minro-text {
            font-size: 20px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link {
            padding: 8px 18px;
            font-size: 16px;
        }

            .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link .iconfont {
                font-size: 16px;
            }
    }

    @media screen and (max-width: 600px) {
        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-main-text {
            font-size: 25px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-minro-text {
            font-size: 18px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link {
            padding: 5px 15px;
            font-size: 15px;
        }

            .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link .iconfont {
                font-size: 15px;
            }
    }

    @media screen and (max-width: 500px) {
        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-main-text {
            font-size: 20px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-minro-text {
            font-size: 16px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link {
            padding: 5px 15px;
            font-size: 14px;
        }

            .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link .iconfont {
                font-size: 14px;
            }
    }

    @media screen and (max-width: 400px) {
        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-main-text {
            font-size: 18px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-minro-text {
            font-size: 14px;
        }

        .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link {
            padding: 5px 15px;
            font-size: 12px;
        }

            .banner .banner-main .banner-main-swiper .swiper-text-box .swiper-inside-box .swiper-link .iconfont {
                font-size: 12px;
            }
    }

    .banner .banner-main .banner-main-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 36px;
        left: 50px;
        width: auto;
    }

    @media screen and (max-width: 767px) {
        .banner .banner-main .banner-main-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 20px;
            left: 20px;
        }
    }

    .banner .banner-main .banner-main-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        background: transparent;
        opacity: 1;
        border: 2px solid rgba(255, 255, 255, 0.4);
    }

    .banner .banner-main .banner-main-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
        position: relative;
        background: #fff;
    }

        .banner .banner-main .banner-main-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
            content: '';
            position: absolute;
            left: -6px;
            top: -6px;
            width: 18px;
            height: 18px;
            background: #ffffff;
            opacity: 0.4;
            border-radius: 50%;
        }

    .banner .banner-main .banner-main-right {
        float: left;
        width: 230px;
        height: 390px;
        margin-top: 15px;
    }

    @media screen and (max-width: 960px) {
        .banner .banner-main .banner-main-right {
            float: none;
            width: 100%;
            height: auto;
        }
    }

    .banner .banner-main .banner-main-right > div {
        width: 230px;
        height: 187px;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: 10px 79px;
    }

    @media screen and (max-width: 960px) {
        .banner .banner-main .banner-main-right > div {
            margin: 15px 0 0;
            float: left;
            width: 49%;
            background-size: 333px 97px;
        }

            .banner .banner-main .banner-main-right > div:first-child {
                margin-right: 2%;
            }
    }

    @media screen and (max-width: 767px) {
        .banner .banner-main .banner-main-right > div {
            background-position: 0 79px;
            background-size: 1000px 97px;
        }
    }

    @media screen and (max-width: 400px) {
        .banner .banner-main .banner-main-right > div {
            float: none;
            width: 100%;
        }
    }

    .banner .banner-main .banner-main-right .banner-main-right-top {
        margin-bottom: 16px;
        background-image: url("/Themes/NarChips/Content/img/right-bg.png");
    }

    @media screen and (max-width: 960px) {
        .banner .banner-main .banner-main-right .banner-main-right-top {
            margin-bottom: 0;
        }
    }

    .banner .banner-main .banner-main-right .banner-main-right-top .banner-main-title {
        text-align: center;
        padding-top: 10px;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .banner .banner-main .banner-main-right .banner-main-right-top .banner-minor-title {
        text-align: center;
        padding-top: 8px;
        color: #45777c;
        font-size: 16px;
        text-transform: uppercase;
    }

    .banner .banner-main .banner-main-right .banner-main-right-bottom {
        background-image: url("/Themes/NarChips/Content/img/right-bg-2.png");
    }

        .banner .banner-main .banner-main-right .banner-main-right-bottom .banner-main-title {
            text-align: center;
            padding-top: 10px;
            color: #333;
            font-family: Helvetica, sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .banner .banner-main .banner-main-right .banner-main-right-bottom .banner-minor-title {
            text-align: center;
            padding-top: 8px;
            color: #45777c;
            font-family: Helvetica, sans-serif;
            font-size: 16px;
            text-transform: uppercase;
        }

    .banner .banner-main .banner-main-right .banner-main-right-img {
        height: 132px;
        text-align: center;
        vertical-align: bottom;
        position: relative;
    }

        .banner .banner-main .banner-main-right .banner-main-right-img img {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            max-height: 132px;
            width: auto;
            margin: 0 auto;
        }

    .best-sell {
        margin-top: 30px;
    }

        .best-sell .best-sell-top div {
            font-size: 14px;
            float: left;
            text-transform: uppercase;
            height: 45px;
            line-height: 45px;
            margin: 0 10px;
            border-bottom: 2px solid transparent;
            cursor: pointer;
            font-weight: 700;
        }

            .best-sell .best-sell-top div.choose {
                border-color: #0f5d8b;
            }

        .best-sell .best-sell-pd .best-sell-pd-box {
            border-top: 1px solid #ededed;
        }

    @media screen and (max-width: 1199px) {
        .best-sell .best-sell-pd .best-sell-pd-box {
            float: none;
        }
    }

    .best-sell .best-sell-pd .best-sell-pd-box > div {
        width: 15.6%;
        height: 278px;
        margin: 0.5%;
        padding: 1.5%;
        border-right: 1px solid #ededed;
    }

    .best-sell .best-sell-pd .best-sell-pd-box .product-title {
        height: 28px;
        line-height: 28px;
        margin: 0px;
    }

    .best-sell .best-sell-pd .best-sell-pd-box .add-info .buttons{
        overflow:hidden;
        display:none;
    }

@media screen and (max-width: 1199px) {
    .best-sell .best-sell-pd .best-sell-pd-box > div {
            width: 25%;
        }
    }

    @media screen and (max-width: 960px) {
        .best-sell .best-sell-pd .best-sell-pd-box > div {
            width: 32%;
            height: auto;
            border-bottom: 1px solid #ededed;
        }
    }

    @media screen and (max-width: 480px) {
        .best-sell .best-sell-pd .best-sell-pd-box > div {
            width: 100%;
            border-right: none;
        }

        .best-sell .best-sell-pd .best-sell-pd-box .item-box .picture > a:before {
            padding-top: 30%;
        }
    }

    .best-sell .best-sell-pd .best-sell-pd-box > div:last-child {
        border: none;
    }

    .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-img {
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-img .new {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            background: #0f5d8b;
            color: white;
            z-index: 99;
        }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-img .discount {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 40px;
            height: 40px;
            font-size: 14px;
            line-height: 1;
            text-align: center;
            border-radius: 50%;
            background: #ff894a;
            color: white;
            z-index: 99;
        }

            .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-img .discount span:first-child {
                display: inline-block;
                margin-top: 10px;
            }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-img .image-box-text {
            height: 25px;
            line-height: 25px;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: -25px;
            color: #fff;
            width: 100%;
            background: rgba(0, 0, 0, 0.5);
            transition: all 0.25s;
            cursor: pointer;
            z-index: 99;
        }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-img img {
            display: block;
            width: 130px;
            height: 130px;
            margin: 18px auto;
            transition: transform 0.25s ease;
        }

            .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-img img:hover {
                transform: scale(1.2);
            }

    .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-name {
        margin: 0 15px;
        color: #666666;
        font-size: 14px;
        display: block;
        height: 38px;
        width: 220px;
        overflow: hidden;
    }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-pd-name:hover {
            color: #0f5d8b;
        }

    .best-sell .best-sell-pd .best-sell-pd-box > div .bs-price {
        padding-top: 8px;
        margin: 0 20px;
        font-size: 0;
    }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-price .new-price {
            color: #e33333;
            font-family: arial, sans-serif;
            font-size: 16px;
            font-weight: 700;
        }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-price .old-price {
            margin-left: 10px;
            color: #aaaaaa;
            font-size: 12px;
            text-decoration: line-through;
        }

        .best-sell .best-sell-pd .best-sell-pd-box > div .bs-price .stars {
            position: relative;
            margin-left: 10px;
            top: 1px;
        }

            .best-sell .best-sell-pd .best-sell-pd-box > div .bs-price .stars .full-star, .best-sell .best-sell-pd .best-sell-pd-box > div .bs-price .stars .half-star {
                color: #ff6501;
            }

            .best-sell .best-sell-pd .best-sell-pd-box > div .bs-price .stars .none-star {
                color: #cad0d4;
            }

    .best-sell .best-sell-pd .best-sell-pd-box > div:hover .image-box-text {
        bottom: 0;
    }

    .best-sell .best-sell-pd .count-down {
        float: left;
        width: 240px;
        height: 277px;
        background: url("/Themes/NarChips/Content/img/deals.png") no-repeat center;
        background-size: cover;
    }

        .best-sell .best-sell-pd .count-down .big-title {
            padding-top: 120px;
            text-align: center;
            text-shadow: 0 5px 32px rgba(216, 47, 47, 0.38);
            color: #ffffff;
            font-family: Helvetica, sans-serif;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1;
        }

        .best-sell .best-sell-pd .count-down .small-title {
            text-align: center;
            color: #ffffff;
            font-family: Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 400;
            padding-top: 36px;
            line-height: 1;
        }

        .best-sell .best-sell-pd .count-down .time {
            position: relative;
        }

            .best-sell .best-sell-pd .count-down .time span {
                position: absolute;
                line-height: 1;
                color: #f7f7f7;
                font-size: 20px;
                font-weight: 700;
                letter-spacing: 3px;
                top: 29px;
            }

                .best-sell .best-sell-pd .count-down .time span.hour {
                    left: 62px;
                }

                .best-sell .best-sell-pd .count-down .time span.minute {
                    left: 109px;
                }

                .best-sell .best-sell-pd .count-down .time span.second {
                    left: 156px;
                }

    @media screen and (max-width: 1199px) {
        .best-sell .best-sell-pd .count-down {
            display: none;
        }
    }

    .category {
        margin-top: 50px;
    }

    @media screen and (max-width: 767px) {
        .category {
            margin-top: 15px;
            padding-top: 15px;
        }
    }

    .category.category-one {
        color: #ff6633;
    }

        .category.category-one .ct-tab-controller span.choose, .category.category-one .ct-tab-controller span:hover {
            color: #ffffff;
            background: #ff6633;
        }

            .category.category-one .ct-tab-controller span.choose::after, .category.category-one .ct-tab-controller span:hover::after {
                background: #ff6633;
            }

        .category.category-one .c-img-box .like:hover, .category.category-one .c-img-box .detail:hover, .category.category-one .c-img-box .big-img:hover, .category.category-one .c-img-box .add-to-cart1:hover {
            background: #ff6633 !important;
        }

        .category.category-one .category-tab-img-text-box .category-tab-img-main-text {
            border-color: #ff6633 !important;
        }

        .category.category-one .category-tab-img-text-box .category-tab-img-link {
            color: #ff6633 !important;
        }

            .category.category-one .category-tab-img-text-box .category-tab-img-link:hover {
                background: #ff6633 !important;
                color: #fff !important;
            }

    .category.category-two {
        color: #3e67c5;
    }

        .category.category-two .ct-tab-controller span.choose, .category.category-two .ct-tab-controller span:hover {
            color: #ffffff;
            background: #3e67c5;
        }

            .category.category-two .ct-tab-controller span.choose::after, .category.category-two .ct-tab-controller span:hover::after {
                background: #3e67c5;
            }

        .category.category-two .c-img-box .like:hover, .category.category-two .c-img-box .detail:hover, .category.category-two .c-img-box .big-img:hover, .category.category-two .c-img-box .add-to-cart1:hover {
            background: #3e67c5 !important;
        }

        .category.category-two .category-tab-img-text-box .category-tab-img-main-text {
            border-color: #3e67c5 !important;
        }

        .category.category-two .category-tab-img-text-box .category-tab-img-link {
            color: #3e67c5 !important;
        }

            .category.category-two .category-tab-img-text-box .category-tab-img-link:hover {
                background: #3e67c5 !important;
                color: #fff !important;
            }

    .category.category-three {
        color: #71972c;
    }

        .category.category-three .ct-tab-controller span.choose, .category.category-three .ct-tab-controller span:hover {
            color: #ffffff;
            background: #71972c;
        }

            .category.category-three .ct-tab-controller span.choose::after, .category.category-three .ct-tab-controller span:hover::after {
                background: #71972c;
            }

        .category.category-three .c-img-box .like:hover, .category.category-three .c-img-box .detail:hover, .category.category-three .c-img-box .big-img:hover, .category.category-three .c-img-box .add-to-cart1:hover {
            background: #71972c !important;
        }

        .category.category-three .category-tab-img-text-box .category-tab-img-main-text {
            border-color: #71972c !important;
        }

        .category.category-three .category-tab-img-text-box .category-tab-img-link {
            color: #71972c !important;
        }

            .category.category-three .category-tab-img-text-box .category-tab-img-link:hover {
                background: #71972c !important;
                color: #fff !important;
            }

    .category.category-four {
        color: #7b7768;
    }

        .category.category-four .ct-tab-controller span.choose, .category.category-four .ct-tab-controller span:hover {
            color: #ffffff;
            background: #7b7768;
        }

            .category.category-four .ct-tab-controller span.choose::after, .category.category-four .ct-tab-controller span:hover::after {
                background: #7b7768;
            }

        .category.category-four .c-img-box .like:hover, .category.category-four .c-img-box .detail:hover, .category.category-four .c-img-box .big-img:hover, .category.category-four .c-img-box .add-to-cart1:hover {
            background: #7b7768 !important;
        }

        .category.category-four .category-tab-img-text-box .category-tab-img-main-text {
            border-color: #7b7768 !important;
        }

        .category.category-four .category-tab-img-text-box .category-tab-img-link {
            color: #7b7768 !important;
        }

            .category.category-four .category-tab-img-text-box .category-tab-img-link:hover {
                background: #7b7768 !important;
                color: #fff !important;
            }

    .category .category-top {
        text-align: left;
        height: 53px;
        border-bottom: 3px solid;
        background: #fff;
        display: flex;
    }

    @media screen and (max-width: 960px) {
        .category .category-top {
            height: auto;
        }
    }

    .category .category-top .ct-title {
        height: 50px;
        line-height: 50px;
        width: 280px;
        background: #000;
        font-weight: 700;
        padding-left: 30px;
    }

    @media screen and (max-width: 960px) {
        .category .category-top .ct-title {
            width: 100%;
            display: none;
        }
    }

    .category .category-top .ct-title .ct-icon {
        width: 32px;
        height: 32px;
        margin: 9px 15px 0;
        border: 2px solid #ffffff;
        text-align: center;
        border-radius: 50%;
        float: left;
    }

        .category .category-top .ct-title .ct-icon img {
            width: 20px;
            height: 20px;
            position: relative;
            top: -5px;
        }

    .category .category-top .ct-title span {
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .category .category-top .ct-tab-controller {
        font-size: 0;
    }

        .category .category-top .ct-tab-controller span {
            position: relative;
            display: inline-block;
            padding: 0 18px;
            line-height: 50px;
            font-size: 14px;
            color: #000;
            cursor: pointer;
        }

            .category .category-top .ct-tab-controller span::after {
                content: '';
                position: absolute;
                top: 12px;
                right: 0;
                width: 1px;
                height: 26px;
                background: #e9e9e9;
            }

            .category .category-top .ct-tab-controller span:last-child::after {
                display: none;
            }

    @media screen and (max-width: 960px) {
        .category .category-top .ct-tab-controller {
            width: 100%;
            float: none;
        }
    }

    .category-tab-box {
        display: flex;
    }

    @media screen and (max-width: 960px) {
        .category .category-tab-box {
            height: auto;
        }
    }

    .category .category-tab-box .category-tab-img {
        width: 280px;
        height: 460px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

        .category .category-tab-box .category-tab-img .category-tab-img-text-box {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            padding: 0 20px;
        }

            .category .category-tab-box .category-tab-img .category-tab-img-text-box .category-tab-img-main-text {
                color: #fff;
                display: inline-block;
                font-size: 30px;
                text-align: center;
                border-bottom: 2px solid;
                padding-bottom: 5px;
                font-weight: 700;
            }

            .category .category-tab-box .category-tab-img .category-tab-img-text-box .category-tab-img-minor-text {
                color: #fff;
                font-size: 20px;
                text-align: center;
                font-size: 14px;
                margin-top: 3%;
            }

            .category .category-tab-box .category-tab-img .category-tab-img-text-box .category-tab-img-link {
                display: inline-block;
                margin-top: 5%;
                background: #fff;
                padding: 7px 25px;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 700;
            }

                .category .category-tab-box .category-tab-img .category-tab-img-text-box .category-tab-img-link .iconfont {
                    display: inline-block;
                    font-size: 16px;
                }

    @media screen and (max-width: 1199px) {
        .category .category-tab-box .category-tab-img {
            display: none;
        }
    }

    .category .category-tab-box .category-tab-item {
        width: calc(100% - 280px);
        padding: 21px 5px 10px 5px;
        background: #fff;
    }

        .category .category-tab-box .category-tab-item.noimg {
            width: 100%;
            height: 420px;
            padding: 21px 5px 10px 5px;
            background: #fff;
        }

    @media screen and (max-width: 1199px) {
        .category .category-tab-box .category-tab-item {
            margin-left: 0;
        }
    }

    @media screen and (max-width: 960px) {
        .category .category-tab-box .category-tab-item {
            margin: 0 auto;
            width: 100%;
        }
    }

    @media screen and (max-width: 660px) {
        .category .category-tab-box .category-tab-item {
            height: auto;
        }
    }

    .category .category-tab-box .category-tab-item li {
        float: left;
        padding: 0 10px 0 10px;
        width: 220px;
        text-align: center;
    }

    .category .category-tab-box .category-tab-item.noimg li {
        width: 198px;
    }

    @media screen and (max-width: 960px) {
        .category .category-tab-box .category-tab-item li {
            width: 33.33%;
        }
    }

    @media screen and (max-width: 660px) {
        .category .category-tab-box .category-tab-item li {
            width: 50%;
        }
    }

    @media screen and (max-width: 400px) {
        .category .category-tab-box .category-tab-item li {
            width: 100%;
        }
    }

    .category .category-tab-box .category-tab-item li .image-box {
        overflow: hidden;
        position: relative;
    }

        .category .category-tab-box .category-tab-item li .image-box .new {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            background: #0f5d8b;
            color: white;
            z-index: 99;
        }

        .category .category-tab-box .category-tab-item li .image-box .discount {
            position: absolute;
            right: 10px;
            top: 10px;
            width: 40px;
            height: 40px;
            font-size: 14px;
            line-height: 1;
            text-align: center;
            border-radius: 50%;
            background: #ff894a;
            color: white;
            z-index: 99;
        }

            .category .category-tab-box .category-tab-item li .image-box .discount span:first-child {
                display: inline-block;
                margin-top: 10px;
            }

        .category .category-tab-box .category-tab-item li .image-box .image-box-text {
            height: 25px;
            line-height: 25px;
            text-align: center;
            position: absolute;
            left: 0;
            bottom: -25px;
            color: #fff;
            width: 100%;
            background: rgba(0, 0, 0, 0.5);
            transition: all 0.25s;
            cursor: pointer;
        }

    .category .category-tab-box .category-tab-item li:hover .image-box-text {
        bottom: 0;
    }

    .category .category-tab-box .category-tab-item li img {
        width: 110px;
        height: 110px;
        margin: 30px auto 15px;
        display: block;
        transition: transform 0.25s;
    }

    .category .category-tab-box .category-tab-item li:hover img {
        transform: scale(1.15);
    }

    .category .category-tab-box .category-tab-item li .p1 {
        color: #646464;
        font-size: 13px;
        line-height: 16px;
        margin-top: 5px;
        margin-bottom: 8px;
        overflow: hidden;
        max-height: 36px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .category .category-tab-box .category-tab-item li .p2 {
        font-size: 14px;
        color: #054c7a;
        line-height: 18px;
        font-weight: bold;
        margin-top: 2px;
        overflow: hidden;
        height: 18px;
    }

    .category .category-tab-box .category-tab-item li:hover .p1 {
        color: #054c7a;
    }

    .category .category-tab-box .category-tab-right {
        padding: 0 11px 0 6px;
        width: 280px;
        background: #fff;
        float: left;
        height: 420px;
    }

    @media screen and (max-width: 1199px) {
        .category .category-tab-box .category-tab-right {
            width: 320px;
        }
    }

    @media screen and (max-width: 960px) {
        .category .category-tab-box .category-tab-right {
            display: none;
        }
    }

    .category .category-tab-box .category-tab-right h3 {
        color: #323232;
        font-size: 14px;
        margin-top: 9px;
        line-height: 46px;
        padding-left: 5px;
        border-bottom: 1px solid #f5f5f5;
    }

    .category .category-tab-box .category-tab-right ul li {
        padding: 15px 0;
        border-bottom: 1px solid #f5f5f5;
        overflow: hidden;
    }

        .category .category-tab-box .category-tab-right ul li img {
            display: none;
        }

        .category .category-tab-box .category-tab-right ul li.cutLi img {
            float: left;
            width: 70px;
            height: 70px;
            margin-right: 15px;
            display: block;
        }

        .category .category-tab-box .category-tab-right ul li.cutLi {
            transition: all 0.3s;
        }

        .category .category-tab-box .category-tab-right ul li .p1 {
            color: #969696;
            line-height: 15px;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .category .category-tab-box .category-tab-right ul li.cutLi .p1 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            white-space: normal;
        }

        .category .category-tab-box .category-tab-right ul li .p2 {
            font-size: 13px;
            color: #054c7a;
            font-weight: bold;
            margin-top: 6px;
            line-height: 14px;
        }

        .category .category-tab-box .category-tab-right ul li:hover .p1 {
            color: #054c7a;
        }

    .brand-showcase {
        background: #ffffff;
        margin-top: 30px;
        padding: 15px 0 30px;
        overflow: hidden;
    }

        .brand-showcase .bs-title {
            font-size: 14px;
            line-height: 24px;
            padding: 5px 60px 5px 12px;
            border-bottom: 3px solid #0f5d8b;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .brand-showcase .bs-img-box {
            margin-bottom: 15px;
        }

        .brand-showcase .bs-controller li {
            float: left;
            width: 20%;
            background: #f0f0f0;
            text-align: center;
            height: 80px;
            cursor: pointer;
            border-top: 2px solid transparent;
            border-bottom: 1px solid #0f5d8b;
        }

    @media screen and (max-width: 960px) {
        .brand-showcase .bs-controller li {
            width: 25%;
        }
    }

    @media screen and (max-width: 767px) {
        .brand-showcase .bs-controller li {
            width: 50%;
        }

            .brand-showcase .bs-controller li:nth-child(2n) {
                border: none;
            }
    }

    .brand-showcase .bs-controller li.choose {
        background: #fff;
        border-top-color: #0f5d8b;
        border-bottom: none;
        border-left: 1px solid #0f5d8b;
        border-right: 1px solid #0f5d8b;
    }

        .brand-showcase .bs-controller li.choose .iconfont {
            color: #0f5d8b;
        }

        .brand-showcase .bs-controller li.choose .bsc-text {
            color: #0f5d8b;
        }

    .brand-showcase .bs-controller li .iconfont {
        padding-top: 10px;
        font-size: 30px;
        color: #666;
    }

    .brand-showcase .bs-controller li .bsc-text {
        font-size: 14px;
        color: #666;
    }

    .brand-showcase .bs-content {
        padding: 30px;
        border: 1px solid #0f5d8b;
        border-top: none;
    }

    @media screen and (max-width: 960px) {
        .brand-showcase .bs-content {
            height: auto;
        }
    }

    @media screen and (max-width: 460px) {
        .brand-showcase .bs-content {
            padding: 10px 10px 0;
        }
    }

    .brand-showcase .bs-content .bs-content-box {
        background: url("/Themes/NarChips/Content/img/homeBgLine.png");
    }

        .brand-showcase .bs-content .bs-content-box a {
            font-size: 13px;
            color: #646464;
            line-height: 14px;
            float: left;
            padding: 0 20px;
            border-right: 1px solid #7f7f7f;
            margin: 15px 0;
        }

    .bottom-category {
        background: #ffffff;
        margin-top: 30px;
        padding-top: 30px;
    }

        .bottom-category .bc-box {
            width: 380px;
            margin: 0 30px 30px 0;
            float: left;
        }

            .bottom-category .bc-box:last-child {
                margin-right: 0;
            }

    @media screen and (max-width: 1199px) {
        .bottom-category .bc-box {
            width: 300px;
            padding: 0;
            margin: 0 23px 30px 0;
        }

            .bottom-category .bc-box:nth-child(4n) {
                margin: 0;
            }
    }

    @media screen and (max-width: 960px) {
        .bottom-category .bc-box {
            float: none;
            width: 380px;
            margin: 0 auto;
        }

            .bottom-category .bc-box:nth-child(3n) {
                margin: 0 auto;
            }
    }

    @media screen and (max-width: 410px) {
        .bottom-category .bc-box {
            width: 100%;
        }
    }

    .bottom-category .bc-box .img-box {
        position: relative;
        width: 380px;
        height: 110px;
        overflow: hidden;
    }

    @media screen and (max-width: 1199px) {
        .bottom-category .bc-box .img-box {
            width: 100%;
        }
    }

    .bottom-category .bc-box .img-box img {
        max-width: unset !important;
        float: right;
        width: 380px;
        height: 110px;
        transition: transform 0.25s ease;
    }

    .bottom-category .bc-box .img-box h4 {
        position: absolute;
        left: 25px;
        right: 25px;
        max-width: 90px;
        bottom: 50px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .bottom-category .bc-box .img-box a {
        position: absolute;
        left: 25px;
        bottom: 20px;
        font-size: 10px;
        line-height: 20px;
        font-weight: normal;
        padding: 0 10px;
        display: inline-block;
        vertical-align: top;
        border: none;
        background-color: #999;
        color: #fff;
        text-align: center;
    }

        .bottom-category .bc-box .img-box a:hover {
            background: #0f5d8b;
        }

    .bottom-category .bc-box .img-box:hover img {
        transform: scale(1.1);
    }

    .bottom-category .bc-box ul {
        list-style: none;
        padding: 10px 0;
        margin-bottom: 0;
        float: left;
        width: 100%;
    }

        .bottom-category .bc-box ul li {
            width: 50%;
            float: left;
        }

    @media screen and (max-width: 410px) {
        .bottom-category .bc-box ul li {
            width: 100%;
            float: none;
        }
    }

    .bottom-category .bc-box ul li a {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #666;
        line-height: 20px;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
        display: block;
        text-align: left;
    }

        .bottom-category .bc-box ul li a:before {
            content: '';
            position: absolute;
            left: 8px;
            top: 6px;
            width: 6px;
            height: 6px;
            border-top: 1px solid #666;
            border-right: 1px solid #666;
            transform: rotate(45deg);
        }

        .bottom-category .bc-box ul li a:hover {
            color: #0f5d8b;
        }

            .bottom-category .bc-box ul li a:hover:before {
                border-color: #0f5d8b;
            }

    .promise {
        padding: 15px 0;
        background: #fff;
    }

        .promise .heart div {
            position: relative;
            float: left;
            width: 25%;
            padding: 34px 0 10px 30px;
        }

    @media screen and (min-width: 960px) {
        .promise .heart div:not(:last-child):before {
            content: '';
            width: 1px;
            height: 40px;
            position: absolute;
            top: 50%;
            right: 0;
            bottom: 0;
            transform: translateY(-50%);
            background: #ccc;
        }
    }

    .promise .heart div .iconfont {
        font-size: 50px;
    }

    .promise .heart div span {
        height: 56px;
        line-height: 56px;
        display: inline-block;
        color: #555;
        font-size: 14px;
        text-transform: uppercase;
        margin-left: 10px;
        vertical-align: middle;
    }

    .promise .heart div:last-child {
        border: none;
    }

    @media screen and (max-width: 1199px) {
        .promise .heart div {
            height: auto;
            padding-left: 0 !important;
        }

            .promise .heart div .iconfont {
                display: block !important;
                margin: 0 auto;
            }

            .promise .heart div span {
                display: block;
                margin-left: 0;
                text-align: center;
                height: auto;
                line-height: 1;
                padding-top: 15px;
            }
    }

    @media screen and (max-width: 960px) {
        .promise .heart div {
            width: 50%;
            border-bottom: 1px solid #dedede;
        }

            .promise .heart div:nth-child(2n) {
                border-right: none;
            }
    }

    @media screen and (max-width: 500px) {
        .promise .heart div {
            width: 100%;
            border-bottom: 1px solid #dedede;
            border-right: none;
        }
    }

    footer.bottom {
        padding: 40px 0;
        background: #333;
    }

        footer.bottom .logo-box {
            float: left;
            text-align: center;
            width: 300px;
            padding: 0 15px;
        }

    @media screen and (max-width: 960px) {
        footer.bottom .logo-box {
            float: none;
            text-align: center;
            width: 100%;
            margin-bottom: 20px;
        }
    }

    footer.bottom .logo-box img {
        height: 38px;
        text-align: center;
    }

    footer.bottom .logo-box div {
        padding-top: 15px;
    }

        footer.bottom .logo-box div strong {
            float: left;
            text-align: left;
            width: 80px;
            color: #ccc;
            padding-right: 10px;
            font-size: 14px;
        }

        footer.bottom .logo-box div span {
            float: left;
            text-align: left;
            width: 180px;
            color: #999;
            font-size: 14px;
        }

    @media screen and (max-width: 960px) {
        footer.bottom .logo-box div span {
            width: calc(100% - 66px);
        }
    }

    footer.bottom .other-box {
        float: left;
        width: 200px;
        padding: 0 15px;
    }

        footer.bottom .other-box h4 {
            font-size: 14px;
            color: #ccc;
            line-height: 18px;
            margin-top: 0 !important;
            margin-bottom: 15px !important;
        }

        footer.bottom .other-box li a {
            padding: 2px 0;
            font-size: 14px;
            line-height: 30px;
            color: #999;
        }

            footer.bottom .other-box li a:before {
                display: inline-block;
                vertical-align: top;
                border: 2px solid;
                border-radius: 50%;
                margin: 9px 9px 0 0;
                content: '';
            }

            footer.bottom .other-box li a:hover {
                color: #0f5d8b;
            }

    footer.bottom .right-box {
        float: left;
        width: 300px;
        padding: 0 15px;
    }

    @media screen and (max-width: 1199px) {
        footer.bottom .right-box {
            margin-top: 20px;
        }
    }

    footer.bottom .right-box h4 {
        font-size: 14px;
        color: #ccc;
        line-height: 18px;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
    }

    footer.bottom .right-box input {
        display: inline-block;
        width: calc(100% - 40px);
        border: none;
        padding: 6px 15px;
        text-align: center;
        background-color: #fff;
        height: 36px;
        font-size: 13px;
    }

    footer.bottom .right-box .send {
        float: right;
        width: 40px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        background: #0f5d8b;
    }

        footer.bottom .right-box .send .iconfont {
            font-size: 24px;
        }

    footer.bottom .right-box .social-icon {
        font-size: 0;
    }

        footer.bottom .right-box .social-icon a {
            margin-right: 10px;
        }

            footer.bottom .right-box .social-icon a .iconfont {
                font-size: 25px;
                color: #999;
            }

    .search-box-select {
        position: absolute;
        left: 0;
        top: 0;
        height: 35px !important;
        border-color: #eee !important;
        border-radius: 0;
    }

    span.search-box-text {
        float: none !important;
        width: 100%;
        display: block;
        padding: 0 35px 0 118px;
    }

    @media (max-width: 480px) {
        span.search-box-text {
            padding: 0 35px 0 78px;
        }
    }

    #small-searchterms {
        width: 100% !important;
        border-radius: 0 !important;
    }

    #topcartlink {
        display: block !important;
    }

    .button-1, .eu-cookie-bar-notification button, .login-form-in-header .login-button, .category-navigation-list-wrapper:hover .category-navigation-title, .newsletter-email .newsletter-subscribe-button, .home-page-polls .poll .buttons input, .contact-vendor-button, .item-box .buttons .button-2:hover, .grouped-btn:hover, .write-review .title strong, .center-2 .product-list .item-box .buttons .button-2, .comment-form-btn strong, .write-review .button-1, .qq-uploader .qq-upload-button, .blog-posts .read-more, .news-items .read-more, .forums-table-section .view-all a, .topic-post .post-actions .quote-post-button, .ropc .complete-button button, .spc-categories .category-picture .spc-to-all-products, .jCarouselMainWrapper .slick-dots .slick-active button, .sale-of-the-day-offer .owl-dot.active {
        background: #0f5d8b !important;
        font-weight: 400;
    }

    .page-title h1 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .mini-shopping-cart input[type="button"] {
        height: 35px !important;
        line-height: 35px !important;
        border-radius: 0 !important;
    }

    @media screen and (max-width: 1024px) {
        .mini-shopping-cart {
            display: none !important;
        }
    }

    @media screen and (min-width: 768px) {
        .master-column-wrapper {
            margin: 30px 0;
        }
    }

    @media screen and (max-width: 1199px) {
        .master-column-wrapper {
            padding: 0 15px;
        }
    }

    .cart-collaterals > div {
        border-radius: 0 !important;
    }

        .cart-collaterals > div > .title {
            font-size: 16px !important;
            border-radius: 0 !important;
            background: #ededed;
        }

    .totals {
        background: #ebebeb !important;
        border-radius: 0 !important;
        margin-top: 20px;
    }

    .button-1, .button-2, #shopping-cart-form *, .customer-blocks *, .registration-page * {
        border-radius: 0 !important;
    }

    .flyout-lower, .button-2, .cart th, .data-table th, .forums-table-section th, .account-page {
        background-color: #d2d2d2 !important;
    }

    .cart th, .data-table th, .forums-table-section th, .title {
        color: #333 !important;
    }

        .title * {
            font-size: 14px !important;
            color: #333 !important;
        }

    .block-category-navigation.block .title {
        color: #fff;
        background-color: #0e5a87;
    }

        .block-category-navigation.block .title strong {
            color: #fff !important;
        }

    .block-category-navigation .listbox {
        max-height: 680px;
        overflow: hidden scroll;
    }

    .newsletter .title h4 {
        font-size: 14px;
        color: #ccc !important;
        line-height: 18px;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        text-transform: uppercase;
    }

    .ajax-loading-block-window:before, .ajax-loading-block-window:after, .two-row-carousels .slick-arrow:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-state-active.ui-tabs-active a, .order-progress .active-step.last a:before, .block-account-navigation.block .list a.active, .nopAjaxCartPanelAjaxBusy:before, .nopAjaxCartPanelAjaxBusy:after, .miniProductDetailsPanelAjaxBusy:before, .miniProductDetailsPanelAjaxBusy:after, .ui-slider-handle, .productPanelAjaxBusy:before, .productPanelAjaxBusy:after, .infinite-scroll-loader:before, .infinite-scroll-loader:after, .cloudzoom-ajax-loader:before, .cloudzoom-ajax-loader:after, .jCarouselMainWrapper .slick-next:hover, .jCarouselMainWrapper .slick-prev:hover, .quickView .k-loading-image:before, .quickView .k-loading-image:after, .quickView .cloudzoom-ajax-loader:before, .quickView .cloudzoom-ajax-loader:after, .panel-loader-effect .spinner:before, .panel-loader-effect .spinner:after, .spc-categories .loading-overlay:before, .spc-categories .loading-overlay:after, .spc-body .loading-overlay:before, .spc-body .loading-overlay:after, .spc-products .slick-arrow:hover {
        color: #054c7a !important;
    }

        .link-rss:hover:before, .field-validation-valid, .username-available-status, .cart a, .data-table a, .compare-products-table a, .forums-table-section a, .cart .product a:hover, .data-table .product a:hover, .compare-products-table .product a:hover, .forums-table-section .product a:hover, .cart .edit-item a, .data-table .edit-item a, .compare-products-table .edit-item a, .forums-table-section .edit-item a, .mini-shopping-cart .count a:hover, .mini-shopping-cart .price, .mini-shopping-cart .totals strong, .login-form-in-header .in-header-register .register-button:hover, .login-form-in-header .inputs input:focus + .inputs-icons, .footer-block a:hover, .social-sharing a:hover:before, .footer-block .title:before, .footer-block .title:after, .block .title:before, .block .list li.active > a, .block .list a:hover, .block .view-all a:hover, .block .tags li a:hover, .product-tags-all-page li a:hover, .poll > strong, .block .answer label:hover, .breadcrumb a:hover, .breadcrumb a:hover span, .item-box .actual-price, .item-box .tax-shipping-info a, .vendor-item:hover .title a, .manufacturer-item:hover .title a, .category-grid .item-box:hover .title a, .manufacturers .value, .product-review-links a:hover, .product-no-reviews a:hover, .compare-products .add-to-compare-list-button:hover, .compare-products .add-to-compare-list-button:hover:before, .back-in-stock-subscription:hover:before, .overview .additional-details div .value a, .variant-overview .additional-details div .value a, .download-sample a, .product-social-sharing li a:hover:before, .email-a-friend:hover:before, .overview .product-price, .variant-overview .product-price, .tier-prices .item-price, .product-tags-list a, .ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-state-active.ui-tabs-active a, .product-review-helpfulness .vote:hover:before, .wishlist-page .share-info a, .compare-products-mobile .price .item span, .email-a-friend-page .title a, .accept-privacy-policy .read, .account-page .button-2.return-items-button:hover, .account-page .button-2.return-items-button:hover:before, .order-total td label, .order-total td span, .cart-total .order-total, .terms-of-service .read, .cart-collaterals > div > .title:hover, .cart-collaterals > div > .title:before, .cart-collaterals .message-success, .checkout-page .add-button .btn-holder.open:before, .order-completed .order-number, .opc > li.allow:not(.active) .step-title:after, .opc > li.active .step-title .number, .opc > li.active .step-title .title, .order-details-page .order-overview .order-number, .sitemap-page a, .post-date, .news-date, .post-navigation a:before, .post-navigation a:after, .back-to-all-button:hover, .back-to-all-button:hover:before, .blog-page .tags li, .blogpost-page .tags a, .read-comments:hover, .read-comments:hover:before, .new-comment .result, .news-list-homepage .view-all a, .news-list-homepage .view-all a:after, .current-time, .forum-search-box .advanced > a:hover, .forum-table a:hover, .topic-post .pm-button:before, .topic-post .post-vote > .vote.up:hover:before, .topic-post .post-vote > .vote.down:hover:before, .compare-products-table .product-price td, .order-progress .active-step.last a span, .category-navigation-list-wrapper ul li:hover > a, .category-navigation-list-wrapper ul li:hover > span, .category-navigation-list-wrapper ul li:hover > a:after, .header-links a:hover, .header-links a:hover:before, .block.block-recently-viewed-products .list a:hover, .block-account-navigation.block .list a:hover, .block-account-navigation.block .list a:hover:after, .block-account-navigation.block .list a.active, .block-account-navigation.block .list a.active:after, .header-selectors-wrapper > div input[type="radio"]:checked + label, .ajaxCart .k-window-titlebar.k-header .k-window-actions .k-icon:hover:before, .productAddedToCartWindowDescription strong, .clearFilterOptionsAll:hover, .filter-block .toggleControl:before, .filter-block a.clearFilterOptions:hover:before, .filter-block a.clearPriceRangeFilter:hover:before, .picture-thumbs .slick-prev:hover:before, .picture-thumbs .slick-next:hover:before, .instant-search-item .detail .price, .home-page .jCarouselMainWrapper.small-products .nop-jcarousel .carousel-title:before, .mega-menu .sublist li:hover > a, .category-navigation-list .dropdown .box .title a, .category-navigation-list .dropdown .box .subcategory-item a:hover, .mega-menu .manufacturers .box:hover .title, .mega-menu .vendors .box:hover .title, .previous-product a:before, .next-product a:before, .quickView .k-window-titlebar.k-header .k-window-actions a:hover:before, .quickViewWindow #accordion > h3 span:before, .quickViewWindow .product-variant .product-price, .ropc .section .title:after, .ropc .coupon-box-panel .message-success, .ropc .giftcard-box-panel .message-success, .ropc .cart-total .cart-total-row span, .sale-of-the-day-offer .product-name a:hover, .sale-of-the-day-offer .price.actual-price, .sale-of-the-day-offer .slick-arrow:hover:before, .rich-blog-homepage .view-all a, .rich-blog-homepage .view-all a:after, .blog-search-results .search-term-highlighter, .share-post li a:hover:before, .post-relations li a, .spc-products .spc-header li:hover, .spc-categories .navigation li:hover, .spc-header li.active, .spc-categories .navigation li.active, .spc-categories .category-title, .spc-categories .category-sublist a:hover, .spc-categories .slick-prev:hover:before, .spc-categories .slick-next:hover:before, .advantages-item .title a:hover, .block .view-all a {
            color: #054c7a !important;
        }

    .block-account-navigation.block .list a.active {
        border-right: 2px solid #0f5d8b !important;
        color: #054c7a !important;
    }

    @media (min-width: 1025px) {
        .mini-shopping-cart .flyout-cart-scroll-area {
            width: 340px !important;
        }

        .block-account-navigation.block .list a {
            text-transform: none !important;
            font-weight: bold !important;
            color: #444 !important;
        }

            .block-account-navigation.block .list a:after {
                color: #444 !important;
            }
    }

    .account-page .fieldset .title {
        background: #fff !important;
    }

        .account-page .fieldset .title strong {
            font-weight: 400 !important;
        }

    .account-page .address-list .title {
        background: #fff !important;
    }

        .account-page .address-list .title strong {
            font-weight: 400 !important;
        }

    .inputs input[type="text"], .inputs input[type="password"], .inputs input[type="email"], .inputs input[type="tel"], .inputs select, .inputs textarea {
        height: 35px !important;
        line-height: 35px !important;
    }

    @media (min-width: 1200px) {
        .slick-track > div {
            margin-right: 10px;
        }

        .gallery .thumb-item {
            max-width: 100% !important;
        }
    }

    #product-details-form .ribbon-position {
        display: none !important;
    }
    /*
#product-details-form .button-2.add-to-compare-list-button, #product-details-form .button-2.email-a-friend-button {
    background: transparent !important;
}
*/
    #product-details-form .overview .add-to-cart-button {
        padding: 0 22px;
        float: left;
        width: calc(100% - 90px);
    }

    #product-details-form .ui-tabs-nav li.ui-state-active a {
        background: transparent;
        border-color: #0f5d8b !important;
    }

    .product-grid .add-to-cart-qty-wrapper {
        box-sizing: border-box;
        height: 40px;
        float: left;
        width: 60px;
        margin-right: 3px;
        vertical-align: top;
        border: 1px solid #e7e7e7;
        overflow: hidden;
    }

        .product-grid .add-to-cart-qty-wrapper .productQuantityTextBox {
            border: none !important;
            padding: 0;
            width: 40px !important;
        }

        .product-grid .add-to-cart-qty-wrapper .button-2.product-box-add-to-cart-button {
            float: left !important;
        }

    .product-grid .item-box .ajax-cart-button-wrapper {
        width: 100% !important;
    }

    .product-grid .ajax-cart-button-wrapper .product-box-add-to-cart-button {
        width: calc(100% - 63px) !important;
    }

    .full-description, .product-specs-box {
        max-width: 875px !important;
        margin: 0;
        padding: 25px;
    }

    .full-description {
        text-align: left;
    }

        .full-description h2 {
            font-size: 14px;
            margin-bottom: 15px;
        }

    .product-reviews-page {
        margin: 0 auto;
    }

    .product-specs-box .title {
        padding: 15px 0;
        margin-bottom: 0;
    }

    .overview .qty-input {
        border-radius: 0;
    }

    .product-review-list .title {
        line-height: 40px;
        text-align: center;
    }

    .product-review-list .product-review-item {
        position: relative;
        text-align: left !important;
    }

        .product-review-list .product-review-item > * {
            margin-right: 220px;
        }

    @media screen and (max-width: 767px) {
        .product-review-list .product-review-item > * {
            margin-right: 0;
        }
    }

    .product-review-list .product-review-item * {
        text-align: left !important;
    }

    .product-review-list .product-review-item .product-review-helpfulness {
        position: absolute;
        right: 3%;
        top: 40px;
        margin-right: 0;
    }

    @media screen and (max-width: 1199px) {
        .product-review-list .product-review-item .product-review-helpfulness {
            right: 20px;
            top: 30px;
        }
    }

    @media screen and (max-width: 1024px) {
        .product-review-list .product-review-item .product-review-helpfulness {
            right: 15px;
            top: 15px;
        }
    }

    @media screen and (max-width: 767px) {
        .product-review-list .product-review-item .product-review-helpfulness {
            position: static;
        }
    }

    .product-review-list .product-review-item .product-review-box .rating {
        margin: 0 !important;
    }

    .product-review-list .product-review-item .review-info .separator {
        display: none !important;
    }

    .write-review {
        max-width: 600px !important;
        margin: 10px auto 40px !important;
        background-color: #fff !important;
    }

    .back-in-stock-subscription input.button-2 {
        background: transparent !important;
    }

    .tier-prices .title {
        background: transparent !important;
    }

    .flyout-cart-scroll-area .remove-item {
        display: none !important;
    }

    .mini-shopping-cart .product {
        margin: 0 0 0 70px !important;
    }

    .overview.top {
        float: left !important;
        width: 100% !important;
        padding: 0 !important;
        border-bottom: 1px dashed #c0e8ff;
    }

    @media screen and (max-width: 1199px) {
        .overview.top {
            float: none !important;
        }
    }

    .overview.top .product-name {
        width: 100% !important;
        min-height: unset !important;
    }

    .overview .attributes {
        padding: 30px 20px 10px;
        margin-bottom: 0;
    }

    @media screen and (max-width: 1199px) {
        .overview .attributes * {
            text-align: center;
        }
    }

    .overview .prices {
        margin: 0 0 20px;
    }

    .overview .reviews-and-compare {
        float: none !important;
        text-align: center !important;
        width: 100% !important;
    }

    .overview .product-reviews-overview {
        margin: 0;
        height: auto !important;
    }

        .overview .product-reviews-overview .product-review-box {
            margin: 8px 0 !important;
        }

    .overview .compare-products {
        margin: 0 !important;
    }

    .breadcrumb li {
        line-height: 1 !important;
        margin-bottom: 10px;
    }

        .breadcrumb li .delimiter {
            position: relative;
            top: -2px;
        }

    .priceRangeFilterPanel7Spikes {
        display: none;
    }

    .product-selectors {
        font-size: 14px !important;
    }

        .product-selectors > div > span {
            line-height: 45px;
        }

        .product-selectors .product-page-size > span:nth-of-type(2) {
            float: right;
        }

    .product-grid .item-box .add-to-compare-list-button,
    .product-grid .item-box .add-to-wishlist-button,
    .best-sell-pd .item-box .add-to-wishlist-button {
        width: 40px !important;
        border-radius: 50% !important;
        background-color: #ebebeb !important;
    }

        .product-grid .item-box .add-to-compare-list-button:hover,
        .product-grid .item-box .add-to-wishlist-button:hover {
            background-color: #0f5d8b !important;
        }

    .ui-tabs-panel.ui-corner-bottom.ui-widget-content {
        margin: 0 !important;
    }

    .productTabs {
        width: 875px;
    }

    @media screen and (max-width: 1199px) {
        .productTabs {
            width: auto;
        }
    }

    .product-specs-box {
        padding: 0;
    }

    .product-prices-box > div:first-child {
        border-radius: 0 !important;
    }

    .product-prices-box .button-2.add-to-wishlist-button:hover {
        background: #0f5d8b !important;
        color: #fff !important;
    }

        .product-prices-box .button-2.add-to-wishlist-button:hover::before {
            color: #fff !important;
        }

    .product-more-detail {
        position: relative;
        margin-top: 30px;
        z-index: 9;
    }

        .product-more-detail .product-more-detail-inner-box {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            border: 1px solid #eeeeee;
        }

    @media screen and (max-width: 1199px) {
        .product-more-detail .product-more-detail-inner-box {
            position: static;
        }
    }

    .product-more-detail .product-more-detail-inner-box .product-more-detail-item {
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

        .product-more-detail .product-more-detail-inner-box .product-more-detail-item:last-child {
            border-bottom: none;
        }

        .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-title {
            background: #fff;
            height: 50px;
            position: relative;
            line-height: 50px;
            font-size: 14px;
            text-align: left !important;
            padding: 0 15px;
            vertical-align: middle;
            cursor: pointer;
            color: #0f5d8b;
        }

            .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-title span {
                vertical-align: middle;
                color: #0f5d8b;
            }

                .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-title span.only-text {
                    margin-left: 5px;
                    font-size: 14px;
                    font-weight: 700;
                }

                .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-title span.iconfont {
                    font-size: 20px;
                }

                    .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-title span.iconfont.arrow-down {
                        position: absolute;
                        right: 15px;
                        top: 0;
                        opacity: 0.4;
                        transition: transform 0.5s;
                    }

                        .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-title span.iconfont.arrow-down.rotate {
                            transform: rotate(-180deg);
                        }

            .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-title:hover .arrow-down {
                opacity: 1 !important;
            }

        .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-content {
            display: none;
            padding: 10px 15px;
            background: #f6f6f6;
        }

            .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-content .delivery-date {
                margin: 0 0 5px !important;
                text-align: left !important;
                line-height: 22px;
            }

                .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-content .delivery-date span {
                    vertical-align: middle;
                }

                    .product-more-detail .product-more-detail-inner-box .product-more-detail-item .product-more-detail-content .delivery-date span.iconfont {
                        font-size: 18px;
                    }

        .product-more-detail .product-more-detail-inner-box .product-more-detail-item:nth-child(1) .product-more-detail-content .delivery-date, .product-more-detail .product-more-detail-inner-box .product-more-detail-item:nth-child(2) .product-more-detail-content .delivery-date {
            position: relative;
            padding-left: 10px;
        }

            .product-more-detail .product-more-detail-inner-box .product-more-detail-item:nth-child(1) .product-more-detail-content .delivery-date::before, .product-more-detail .product-more-detail-inner-box .product-more-detail-item:nth-child(2) .product-more-detail-content .delivery-date::before {
                content: '';
                position: absolute;
                top: 9px;
                left: 0;
                width: 4px;
                height: 4px;
                background: #8c8c8c;
                border-radius: 50%;
            }

    .block.filter-block .title::before {
        color: transparent !important;
    }

    .opc .step-title .title {
        background: transparent !important;
    }

    @media screen and (max-width: 1000px) {
        .checkout-page {
            max-width: 610px;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 767px) {
        .checkout-page {
            margin: 30px auto 0;
        }
    }

    .checkout-list {
        max-width: unset;
        width: 100%;
    }

        .checkout-list .checkout-title {
            font-size: 16px;
            font-weight: 700;
            text-align: center;
            color: #0f5d8b;
            line-height: 40px;
            background: #f6f6f6;
        }

        .checkout-list .checkout-detail {
            width: calc(50% - 15px);
            float: left;
        }

    @media screen and (max-width: 1000px) {
        .checkout-list .checkout-detail {
            float: none;
            width: 100%;
        }
    }

    .checkout-list .checkout-detail ol > li {
        border: 1px solid #eeeeee;
        margin-bottom: 15px;
    }

        .checkout-list .checkout-detail ol > li .select-address {
            padding: 20px 0;
            text-align: center;
            font-size: 0;
        }

            .checkout-list .checkout-detail ol > li .select-address.text-align-left {
                text-align: left;
                padding: 20px 25px;
            }

            .checkout-list .checkout-detail ol > li .select-address > div {
                padding-bottom: 10px;
            }

                .checkout-list .checkout-detail ol > li .select-address > div:last-child {
                    padding-bottom: 0;
                }

            .checkout-list .checkout-detail ol > li .select-address span {
                display: inline-block;
                font-size: 16px;
                padding: 6px 20px;
                margin: 0 10px;
                border: 1px solid #e7e7e7;
                color: #8c8c8c;
                cursor: pointer;
            }

                .checkout-list .checkout-detail ol > li .select-address span.choose, .checkout-list .checkout-detail ol > li .select-address .category.category-one .ct-tab-controller span:hover, .category.category-one .ct-tab-controller .checkout-list .checkout-detail ol > li .select-address span:hover, .checkout-list .checkout-detail ol > li .select-address .category.category-two .ct-tab-controller span:hover, .category.category-two .ct-tab-controller .checkout-list .checkout-detail ol > li .select-address span:hover, .checkout-list .checkout-detail ol > li .select-address .category.category-three .ct-tab-controller span:hover, .category.category-three .ct-tab-controller .checkout-list .checkout-detail ol > li .select-address span:hover, .checkout-list .checkout-detail ol > li .select-address .category.category-four .ct-tab-controller span:hover, .category.category-four .ct-tab-controller .checkout-list .checkout-detail ol > li .select-address span:hover {
                    border-color: #0f5d8b;
                    color: #fff;
                    background-color: #0f5d8b;
                }

            .checkout-list .checkout-detail ol > li .select-address label {
                font-size: 16px;
                color: #000;
            }

        .checkout-list .checkout-detail ol > li .old-address {
            padding: 0 25px 25px;
        }

            .checkout-list .checkout-detail ol > li .old-address li {
                position: relative;
                padding: 10px;
                margin-bottom: 15px;
                border: 1px solid #f6f6f6;
                background: #f6f6f6;
            }

                .checkout-list .checkout-detail ol > li .old-address li.choose {
                    border: 1px solid #0f5d8b;
                    background: transparent;
                }

                .checkout-list .checkout-detail ol > li .old-address li:last-child {
                    margin-bottom: 0;
                }

                .checkout-list .checkout-detail ol > li .old-address li p {
                    font-size: 14px;
                    padding-left: 30px;
                }

                .checkout-list .checkout-detail ol > li .old-address li input {
                    border: none;
                    width: 17px;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 10px;
                    z-index: 99999;
                    opacity: 0;
                }

                .checkout-list .checkout-detail ol > li .old-address li label {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 10px;
                    z-index: 1;
                    opacity: 1;
                }

                    .checkout-list .checkout-detail ol > li .old-address li label::before {
                        margin-right: 0;
                    }

        .checkout-list .checkout-detail ol > li select, .checkout-list .checkout-detail ol > li input {
            border: 1px solid #e7e7e7;
            height: 35px;
            line-height: 35px;
            border-radius: 0 !important;
        }

        .checkout-list .checkout-detail ol > li .new-address-list {
            display: none;
            padding: 0 25px 25px;
        }

        .checkout-list .checkout-detail ol > li .input-box {
            margin-bottom: 15px;
        }

            .checkout-list .checkout-detail ol > li .input-box label {
                display: inline-block;
                width: 116px;
                text-align: right;
                font-size: 14px;
                margin-right: 10px;
            }

                .checkout-list .checkout-detail ol > li .input-box label span {
                    color: #ff0000;
                }

            .checkout-list .checkout-detail ol > li .input-box select, .checkout-list .checkout-detail ol > li .input-box input {
                width: calc(100% - 130px);
            }

        .checkout-list .checkout-detail ol > li .payment-method .method-list {
            margin: 25px;
        }

            .checkout-list .checkout-detail ol > li .payment-method .method-list li {
                border: 1px solid #f6f6f6;
                border-radius: 0;
                background: #f6f6f6;
            }

                .checkout-list .checkout-detail ol > li .payment-method .method-list li.choose {
                    border: 1px solid #0f5d8b;
                    background: transparent;
                }

            .checkout-list .checkout-detail ol > li .payment-method .method-list label {
                font-size: 16px;
            }

            .checkout-list .checkout-detail ol > li .payment-method .method-list .payment-description {
                font-size: 14px;
            }

        .checkout-list .checkout-detail ol > li .opc .step {
            padding: 20px 20px;
        }

    .checkout-list .checkout-product {
        width: calc(50% - 15px);
        float: right;
    }

    @media screen and (max-width: 1000px) {
        .checkout-list .checkout-product {
            float: none;
            width: 100%;
        }
    }

    .checkout-list .checkout-product .checkout-product-list {
        border: 1px solid #eeeeee;
        padding-bottom: 20px;
    }

        .checkout-list .checkout-product .checkout-product-list li {
            padding: 20px 20px 0;
        }

            .checkout-list .checkout-product .checkout-product-list li > * {
                float: left;
            }

            .checkout-list .checkout-product .checkout-product-list li .product-center {
                width: calc(80% - 80px);
                padding-left: 20px;
            }

                .checkout-list .checkout-product .checkout-product-list li .product-center .product-name {
                    font-size: 16px;
                    color: #444;
                    margin-bottom: 10px;
                    line-height: 25px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .checkout-list .checkout-product .checkout-product-list li .product-center .product-attr {
                    font-size: 16px;
                    color: #8c8c8c;
                    line-height: 25px;
                }

            .checkout-list .checkout-product .checkout-product-list li .product-right {
                text-align: right;
                width: 20%;
                font-size: 16px;
            }

                .checkout-list .checkout-product .checkout-product-list li .product-right .product-price {
                    font-size: 16px;
                    color: #0f5d8b;
                    font-weight: 700;
                    line-height: 25px;
                }

                .checkout-list .checkout-product .checkout-product-list li .product-right .product-qty {
                    color: #8c8c8c;
                    line-height: 25px;
                }

                    .checkout-list .checkout-product .checkout-product-list li .product-right .product-qty span {
                        font-weight: 700;
                    }

    .checkout-list .checkout-product .checkout-product-total {
        padding-top: 30px;
    }

        .checkout-list .checkout-product .checkout-product-total .total-little-box {
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            color: #8c8c8c;
        }

            .checkout-list .checkout-product .checkout-product-total .total-little-box .total-little-box-left {
                float: left;
            }

            .checkout-list .checkout-product .checkout-product-total .total-little-box .total-little-box-right {
                float: right;
            }

        .checkout-list .checkout-product .checkout-product-total .total-big-box {
            height: 42px;
            line-height: 42px;
            font-size: 18px;
            border: 1px solid #eeeeee;
            border-left: none;
            border-right: none;
            font-weight: 700;
        }

            .checkout-list .checkout-product .checkout-product-total .total-big-box .total-big-box-left {
                float: left;
                color: #000;
            }

            .checkout-list .checkout-product .checkout-product-total .total-big-box .total-big-box-right {
                float: right;
                color: #0f5d8b;
            }

        .checkout-list .checkout-product .checkout-product-total .totals {
            padding: 25px;
            background: #f6f6f6 !important;
        }

            .checkout-list .checkout-product .checkout-product-total .totals > div {
                max-width: unset;
            }

                .checkout-list .checkout-product .checkout-product-total .totals > div .cart-total-left {
                    width: 60%;
                }

                .checkout-list .checkout-product .checkout-product-total .totals > div .cart-total-right {
                    width: 40%;
                }

        .checkout-list .checkout-product .checkout-product-total .checkout-button {
            text-align: center;
            padding-top: 30px;
        }

            .checkout-list .checkout-product .checkout-product-total .checkout-button button {
                float: right;
                width: 150px;
                border: 1px solid #0f5d8b;
                color: #fff;
                background: #0f5d8b;
                height: 45px;
                line-height: 45px;
                text-align: center;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
            }

                .checkout-list .checkout-product .checkout-product-total .checkout-button button:hover {
                    color: #0f5d8b;
                    background: #fff;
                }

    .cart-collaterals .deals .coupon-box .title {
        background: transparent !important;
    }

    .totals .total-info .cart-total .order-total .cart-total-left label,
    .totals .total-info .cart-total .order-total .cart-total-right span {
        font-size: 14px !important;
    }

    @media (min-width: 1200px) {
        .overview .breadcrumb {
            margin-bottom: 10px !important;
        }
    }

    .full-description + .product-collateral .product-specs-box {
        padding-bottom: 0;
    }

    .product-collateral .product-specs-box .table-wrapper {
        padding: 25px;
    }

    .product-reviews-overview {
        margin-top: 5px !important;
        margin-bottom: 15px !important;
    }

    .write-review .title {
        background: transparent !important;
    }

        .write-review .title .write-review-title span {
            color: #fff !important;
        }

    /*# sourceMappingURL=newIndex.css.map */

    .chek-cont {
        text-align: left;
    }

    .chektitle {
        font-size: 16px;
        color: #0f5d8b;
        font-weight: 800;
        background: #eee;
        padding: 10px;
    }

    .checkout-setion {
        float: left;
        width: 33.33%;
    }

    .chek-cont .pad3 {
        padding: 0 30px;
    }

    .cheksubt {
        font-size: 12px;
        color: #010101;
        margin-bottom: 15px;
    }

    .chek-cont .width100 {
        width: 100%;
    }

    .check-btn {
        text-align: right;
    }

    .payment-logo {
        display: inline-block;
        margin: 0 15px 0 0;
        vertical-align: middle;
    }

        .payment-logo + .payment-details {
            display: inline-block;
            vertical-align: middle;
            max-width: calc(100% - 90px);
        }

    .back-link {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px 10px 0;
    }

        .back-link a {
            display: block;
            padding: 0 20px;
            background-color: #eee;
            height: 32px;
            width: 95px;
            line-height: 32px;
            color: #959595;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .info table {
        border: none !important;
    }

    .totals {
        background-color: transparent !important;
        border: 1px solid #eee;
        padding: 20px;
    }

    .buttons {
        text-align: right;
    }

    .coupon-info {
        margin-top: 20px;
        padding: 25px 0;
        border-top: 1px solid #eee;
    }

    .coupon-title {
        font-size: 18px;
        color: #555555;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .coupon-text {
        font-size: 16px;
        color: #999999;
        margin-bottom: 10px;
    }

    .coupon-box {
        width: 100%;
    }

    .coupon-inpt {
        width: 168px;
        height: 44px;
        border: 1px solid #eee;
        padding: 0 10px;
        font-size: 16px;
    }

    .coupon-btn {
        width: 112px;
        height: 44px;
        background-color: #e5e5e5;
        border: none;
        color: #666666;
        font-size: 16px;
    }

    .counpon-totl {
        text-align: center;
        background-color: #f2f2f2;
        padding: 10px 0;
        font-weight: 600;
    }

        .counpon-totl span {
            color: #d13e3e;
        }

    .goods-box {
        border: 1px solid #eee;
        padding: 20px;
        max-height: 500px;
        overflow: auto;
    }

    .goods-img {
        float: left;
        width: 70px;
        height: 70px;
        border: 1px solid #eee;
    }

    .goods-info {
        float: left;
        width: calc(100% - 70px);
        padding-left: 10px;
        font-size: 14px;
    }

    .goods-list {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

        .goods-list:last-child {
            border-bottom: none;
        }

    .goods-num {
        position: absolute;
        right: 0px;
        bottom: 10px;
        font-size: 12px;
        text-align: right;
        color: #d13e3e;
    }

        .goods-num p {
            line-height: 1.2;
        }

    @media screen and (max-width: 1150px) {
        .checkout-setion {
            width: 100%;
        }
    }

    @media screen and (max-width: 500px) {
        .coupon-inpt {
            width: 100px;
        }
    }

    @media screen and (max-width: 1199px) {
        .nav .banner-main-categories .bmc-norm-sub {
            width: 690px;
        }
    }

    @media screen and (max-width: 960px) {
        .nav .banner-main-categories .bmc-norm-sub {
            width: 450px;
        }
    }


    .product-grid, .category-grid, .topic-block, .news-list-homepage {
        margin-top: 50px;
    }


    .home-page-body .nav-cover {
        display: none !important;
    }



    .home-page-body .banner-main {
        display: block !important;
    }

    @media screen and (min-width: 1200px) {
        .home-page-body .banner-main-categories {
            position: static !important;
            z-index: 99 !important;
            opacity: 1 !important;
        }
    }

    @media screen and (min-width: 1200px) {
        .home-page-body .banner-main-categories {
            visibility: visible !important;
        }
    }

    .home-page-body .master-column-wrapper {
        margin-top: 0 !important;
    }

    .home-page-body .master-column-wrapper {
        padding: 0 !important;
    }

    .home-page-body .master-wrapper-content {
        background: #f6f6f6;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .home-page-body .master-column-wrapper {
        margin-bottom: 0 !important;
    }



    .block-popular-term .title {
        text-align: center;
        padding: inherit;
        background: none;
    }

        .block-popular-term .title strong {
            font-weight: 600;
        }

    .block-popular-term.block .listbox {
        padding: 18px 0;
    }

    .block-popular-term li {
        padding: 8px;
    }

    .truncate {
        white-space: nowrap; /* 防止文本换行 */
        overflow: hidden; /* 隐藏超出容器的内容 */
        text-overflow: ellipsis; /* 显示省略号 */
        width: 300px; /* 设置容器的宽度 */
    }

    /* 滚动条轨道 */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }

    /* 滚动条 */
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: #F5F5F5;
    }

    /* 滚动条滑块 */
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #949596;
    }