﻿body {
}
.j-header {
    --toolbar-bg: #f8f8f8;
    --nav-active-bg: #7bac2c;
    --nav-active-color: #fff;
    --nav-hover-bg: #7bac2c;
    --nav-hover-color: #fff;
    --search-color: #000;
    --toolbar-color: #000;
    --nav-color: #fff;
    --nav-bg: #7bac2c;
}

.j-header {
    position: sticky;
    top: 0;
    z-index: 99;
}


.nav-fixed {
    position: relative;
    top: 0 !important;
    width: 100%;
    z-index: 99;
}
.j-toolbar {
    background-color: var(--toolbar-bg);
    z-index: 1001;
}
.container.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
}
.j-toolbar_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 50%;
}
.j-welcome {
    white-space: nowrap;
    color: var(--wellcome-color);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.j-toolbar_menu {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-toolbar_menu_item {
    display: block;
}

.j-toolbar_menu_item > a {
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 11px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--toolbar-color);
}

.toolbar-cart__link {
    position: relative;
}
.j-toolbar_menu_item > a .svg-icon {
    font-size: 18px;
}

svg:not(:root) {
    overflow: hidden;
}

.svg-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.header-cart {
    width: 400px;
    padding: 0 15px;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.header-cart__empty {
    width: 400px;
    padding: 20px 15px;
}

.header-cart__empty {
    text-align: center;
    color: #999;
    font-size: 14px;
}
.j-toolbar_menu_item {
    display: block;
}

.dropdown, .dropup {
    position: relative;
}

.j-QR-code {
    text-align: center !important;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    border: none;
}
.header-cart {
    width: 400px;
    padding: 0 15px;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.j-toolbar_menu_item {
    display: block;
}

.hide {
    display: none !important;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

    .dropdown-menu > li > a {
        padding: 6px 0 6px 15px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }
.j-toolbar_menu_item {
    display: block;
}
   
   
.j-language .svg-icon {
    font-size: 12px !important;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.j-language li {
    line-height: 40px;
}
.dropdown-menu > li > a {
    padding: 6px 0 6px 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.j-language .dropdown-menu li img {
    margin-right: 5px;
}
.j-header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    z-index: 900;
    padding: 0px 0;
}

.j-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
    .j-logo a, .j-logo h1 {
        margin: 0 5px 0 0;
        padding: 0;
    }
        .j-logo h1 a {
            margin: 0;
        }

    .j-logo a, .j-logo h1 {
        margin: 0 5px 0 0;
        padding: 0;
    }

    .j-logo a {
        display: block;
    }
        .j-logo a img {
            width: 110px;
            display: block;
            /*max-height: 60px;*/
        }
.j-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.j-search_form {
    position: relative;
    width: 475px;
}
.j-search_form button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .j-search_form button, input, optgroup, select, textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }
    .j-search_form .btn-search {
        top: 24px;
    }

    .j-search_form .btn-search {
        position: absolute;
        right: 12px;
        top: 24px;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
        .j-search_form .btn-search .svg-icon {
            color: var(--search-color);
        }

.j-search .h-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
    position: relative;
    cursor: pointer;
}
.login-dialog {
    position: absolute;
    top: 38px;
    right: 0;
    width: 370px;
    height: auto;
    -webkit-box-shadow: 0 3px 15px 0 rgba(190,207,229,.1), 0 1px 15px 0 #e5eaf2;
    box-shadow: 0 3px 15px 0 rgba(190,207,229,.1), 0 1px 15px 0 #e5eaf2;
    z-index: 99;
    background: #fff;
    border-radius: 6px;
    padding: 30px 20px;
}
    .login-dialog .title {
        border-bottom: 2px solid #e7e7e7;
        margin-bottom: 20px;
    }
        .login-dialog .title span {
            display: block;
            text-align: center;
            padding-bottom: 14px;
            font-size: 16px;
            font-family: Poppins-SemiBold;
            line-height: 23px;
            position: relative;
        }
    .login-dialog .title-close {
        position: absolute;
        right: 16px;
        top: 16px;
    }
        .login-dialog .title-close .svg-icon {
            cursor: pointer;
            font-size: 24px;
            fill: #a7abb3;
        }

.login-dialog .desc {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 14px;
    text-align: center;
    margin-bottom: 4px;
}
.login-dialog .j-btn {
    line-height: 40px;
    padding: 0 15px;
    border-radius: 0;
    height: 40px;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.w100 {
    width: 100% !important;
}

.j-btn {
    text-transform: uppercase;
    min-width: 145px;
}

.j-btn {
    display: inline-block;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    color: #fff;
    background: var(--primary-color);
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 2px;
}
.login-dialog .dg-perhaps {
    position: relative;
    height: 20px;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
}
    .login-dialog .dg-perhaps span {
        font-size: 12px;
        color: #888e97;
        padding: 0 20px;
        position: relative;
        background: #fff;
    }
.login-dialog .desc {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 14px;
    text-align: center;
    margin-bottom: 4px;
}
.login-dialog .dg-register {
    background: #150CBF;
    border-color: #150CBF;
}

.login-dialog .j-btn {
    line-height: 40px;
    padding: 0 15px;
    border-radius: 0;
    height: 40px;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.w100 {
    width: 100% !important;
}

.j-btn {
    text-transform: uppercase;
    min-width: 145px;
}

.j-btn {
    display: inline-block;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    color: #fff;
    background: var(--primary-color);
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 2px;
}
.j-nav {
    background-color: #7bac2c;
}
    .j-nav .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


nav.greedy.themeSencond {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav.greedy {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
    nav.greedy .hidden {
        visibility: hidden;
    }

    nav.greedy button {
        position: absolute;
        right: 0;
        border: 0;
        height: 100%;
        padding: 0 14px;
        outline: 0;
        background-color: transparent;
        cursor: pointer;
        z-index: 9;
    }

.hidden {
    display: none;
}

.hidden {
    display: none !important;
}
nav.greedy .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hamburger .svg-icon {
    fill: var(--nav-color);
}

nav.greedy .visible-links {
    display: inline-table;
    padding-right: 32px !important;
}

.j-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.greedy .visible-links > li {
    display: table-cell;
}

.j-menu li, .j-menu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.j-menu_item {
    position: relative;
}
    .j-menu_item > a.active {
        background-color: var(--nav-active-bg);
        color: var(--nav-active-color);
    }

    .j-menu_item > a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        color: var(--nav-color);
        white-space: nowrap;
    }
nav.greedy .hidden {
    visibility: hidden;
}

nav.greedy .hidden-links {
    position: absolute;
    right: 0;
    top: 100%;
    background: var(--nav-bg);
    -webkit-box-shadow: 1px 0 10px rgba(0,0,0,.1);
    box-shadow: 1px 0 10px rgba(0,0,0,.1);
    border-radius: 4px;
    z-index: 9;
}
.hidden {
    display: none;
}

.hidden {
    display: none !important;
}
.j-search_input {
    height: 40px;
}

.j-search_input {
    width: 475px;
    height: 32px;
    border: 1px solid var(--search-border-color);
    border-radius: 2px;
    padding: 6px 17px;
    line-height: 20px;
    color: var(--search-color);
    background-color: transparent;
    outline-color: var(--search-border-color);
}
input[type="text"] {
    /* -webkit-appearance: none; */
    border: 1px solid gray !important;
}
.footer {
    padding-top: 20px;
    color: #fff;
    background-color: #333436;
}

.subcribe_div {
    padding: 20px 0 40px;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.share {
    font-size: 12px;
}
.footer a {
    color: #fff;
}

.my-media {
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
}
    .my-media i {
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
    /*content: "\f09a";*/
}
.my-media + .my-media {
    margin-right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.footer a {
    color: #fff;
}

.my-media {
    display: inline-block;
    font-size: 22px;
    margin-right: 10px;
}
    .my-media i {
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
    .company-info .foot-icon {
        max-width: 350px;
        text-align: left;
    }

.foot-icon {
    min-height: unset;
}

.foot-icon {
    padding-left: 80px;
    position: relative;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.address:before {
    background: url(../images/address.png) center no-repeat!important;
}
.mobile-phone:before {
    background: url(../images/phone2.png) center no-repeat !important;
}

.email:before {
    background: url(../images/email.png) center no-repeat !important;
}

.foot-icon:before {
    content: '';
    background: url(../images/phone.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 68px;
    width: 68px;
}
.font-info {
    opacity: 0.7;
    line-height: 25px;
}
.footer .address a {
    word-wrap: break-word;
}

.footer a {
    color: #fff;
}
.footer a {
    color: #fff;
}
.googleEmailCopy {
    padding: 5px 10px !important;
    display: none;
}
.footer .footer-top {
    padding: 20px 0;
    border-bottom: 1px solid #272729;
}
.footer .w-nav {
    text-align: center;
    margin-top: 10px;
}
    .footer .w-nav a {
        display: inline-block;
        color: #fff;
    }
.footer .footer-bottom {
    padding: 5px 0;
    font-size: 12px;
    opacity: .8;
}
.text-center {
    text-align: center;
}
.footer .footer-bottom p {
    padding: 0;
    margin: 0 0 5px;
}

.click-hover {
    cursor: pointer;
}
.onejiantou {
    margin-left: 0;
    width: 11px;
    position: absolute;
    right: 0;
    top: 18px;
}
.nav-cart {
    position: relative;
    float: left;
    margin-top: 20px;
    line-height: 28px;
    top: -15px;
}
.top-nav .fl a {
    text-decoration: none !important;
    display: block;
}
.nav-cart i.p-icon {
    float: left;
    background-position: -49px -49px;
    width: 34px;
    height: 30px;
    vertical-align: middle;
}
.loading {
    margin: 0px;
}
/*.twokhover, .j-menu_item a {
    color: white !important;
}*/
.top-nav li {
    line-height: 23px!important;
}
.lazy{
    /*width:auto;*/
}
.top-nav li a {
    color: white;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container {
            width: 1200px;
        }

        .visible-lg-block {
            display: block !important;
        }
    }
