* {
    margin: 0;
    padding: 0
}
em,
i {
    font-style: normal
}
ul,li {
    list-style: none
}
li{
    list-style-type: none;
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle
}
button {
    cursor: pointer
}
a {
  color: #878787;
  text-decoration: none !important;
}
a:hover {
    color: #ffc107;
}
button,input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    background: 0 0;
    border: none;
    border-radius: 0;
}
button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666
}
body, button, dd, dl, dt, h1, h2, h3, h4, h5, h6, hr, input, li, ol, option, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0 none;
}
.hide,
.none {
    display: none
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.clearfix {
    clear: both;
}

.fl {
    float: left;
    display: block;
}
.fr {
    float: right;
    display: block;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}


/* login */
#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    width: auto;
    height: auto;
    margin: 0 auto 0;
    position: relative;
}

/* header */
.header-top-wrap {
    padding: 13px 0;
    border-bottom: 1px solid #e9e8e8;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.custom-container {
    max-width: 1480px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.header-top-left ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-left ul li, .header-top-right ul li {
    position: relative;
    font-size: 12px;
    color: #666;
    padding-right: 15px;
    margin-right: 15px;
}

.header-top-left ul li:last-child, .header-top-right ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}
.header-top-right ul li a {
    color: #666;
}
.header-top-right ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.header-top-right ul li a:hover {
    color: #ffc107;
}
.header-top-left ul li, .header-top-right ul li{
    border-right: 1px solid #eaeaea;
}


.header-search-area {
    padding: 32px 0;
    border-bottom: 1px solid #f2f2f2;
}
.d-block {
    display: block!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.header-search-wrap {
    min-width: 588px;
}
.header-search-wrap form {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    border-radius: 4px;
    position: relative;
}
.header-search-wrap form:before {
    content: "";
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #dbdada;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em+.75rem+2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.header-search-wrap form .custom-select {
    display: inline-block;
    padding: 0 0 0 11px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #363636;
    vertical-align: middle;
    background: url(../images/d_arrow.png) no-repeat scroll 96% center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s ease-in-out;
    width: 65px;
    height: 54px;
}
.header-search-wrap form input {
    flex-grow: 1;
    border: 0;
    background: transparent;
    padding: 18px 20px;
    font-size: 12px;
    color: #363636;
}
.header-search-wrap form button {
    border: 0;
    padding: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    border-radius: 0 4px 4px 0;
    background: #fc9135;
}
.header-search-wrap form button:hover{
    background: #1f8500;
}
.flaticon-loupe-1:before {
    content: "\f118";
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon!important;
    font-style: normal;
    font-weight: normal!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-action>ul {
    display: flex;
    align-items: center;
    margin-left: 90px;
}
.header-action ul li:first-child {
    margin-left: 0;
}
.header-action .header-user>a, .header-action .header-wishlist>a, .header-action .header-cart-wrap>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #363636;
    background: #e8f8f7;
}
.header-action .header-user>a:hover{
    background: #b2faf5;
}
.header-action .header-wishlist>a:hover, .header-action .header-cart-wrap>a:hover{
    background: #ffd2ab;
}
.header-action .header-phone .icon i, .header-action .header-user>a i, .header-action .header-wishlist>a i {
    line-height: 0;
    display: block;
}
.header-action>ul .header-cart-action {
    display: flex;
    align-items: center;
}
.header-action .header-cart-wrap>a {
    background: #f8e3d1;
}
.header-cart-wrap .minicart {
    background: #f1f1f1;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 55px;
    transition: all .5s ease 0s;
    width: 165px;
    z-index: 9;
    box-shadow: 0 12px 24px 0rgba(120,120,120,0.3);
    visibility: hidden;
    transform: translateY(10px);
}
.header-cart-wrap .minicart>li {
    display: block;
    margin-bottom: 22px;
    margin-left: 0;
    overflow: hidden;
    padding: 0;
}
.header-action ul li:first-child {
    margin-left: 0;
}
.header-cart-wrap .minicart>li:last-child {
    margin-bottom: 0;
}
.header-cart-wrap .minicart .checkout-link a {
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fc9135;
}
.header-cart-wrap .minicart .checkout-link a:hover{
    background: #ff7e0c;
}
.header-action>ul .header-cart-action {
    display: flex;
    align-items: center;
    margin: 0 15px;
}
.header-cart-wrap .minicart .checkout-link a.black-color {
    background: #dc3545;
    color: #fff;
}
.header-cart-wrap .minicart .checkout-link a.black-color:hover{
    background: #ff172d;
}
.header-cart-wrap:hover .minicart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 9;
}


.menu-area {
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    box-shadow: 0 1px 4.65px 0.35px rgb(104 104 104 / 14%);
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.header-category {
    position: relative;
}
.header-category>a {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    min-height: 70px;
    min-width: 205px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
    background: #fc9135;
}
.header-category>a:hover{
    background: #ffc107;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fas {
    font-weight: 900;
}
.header-category>a i:first-child {
    margin-right: 18px;
}
.fa-bars:before {
    content: "\f0c9";
}
.header-category>a i:last-child {
    margin-left: auto;
}
.fa-angle-down:before {
    content: "\f107";
}
.category-menu {
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 5px 7.44px 0.56px rgb(185 185 185 / 13%);
    background: #fff;
    width: 100%;
    border: 1px solid rgb(175 175 175 / 25%);
    border-bottom: 4px solid #fc9135;
    border-top: 0;
    display: none;
    z-index: 2;
}
.category-menu>li {
    display: block;
}
.category-menu>li>a {
    display: flex;
    color: #545252;
    font-size: 14px;
    padding: 35.3px 50px 35.2px 25px;
    border-bottom: 1px solid rgb(175 175 175 / 25%);
    background: transparent;
    position: relative;
    align-items: center;
}
.category-menu>li>a>i {
    font-size: 16px;
    color: #acacac;
    margin-right: 15px;
}
.category-menu>li.menu-item-has-children>a::after {
    content: "\f105";
    position: absolute;
    right: 20px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #737373;
}
.flaticon-groceries:before {
    content: "\f10a";
}
.flaticon-cherry:before {
    content: "\f10b";
}
.flaticon-fish:before {
    content: "\f10c";
}
.flaticon-hazelnut:before {
    content: "\f10d";
}
.flaticon-meat:before {
    content: "\f10f";
}
.flaticon-cupcake:before {
    content: "\f110";
}
.flaticon-broccoli:before {
    content: "\f111";
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
}
.navbar-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 95px;
}
.navbar-wrap ul li {
    display: block;
    position: relative;
}
.navbar-wrap ul li a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #696868;
    font-family: 'Nunito',sans-serif;
    padding: 25px 40px;
    display: block;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
.navbar-wrap>ul>li.active>a, .navbar-wrap>ul>li:hover>a, .header-style-two .navbar-wrap>ul>li.active>a, .header-style-two .navbar-wrap>ul>li:hover>a, .mobile-menu .navigation li:hover>a, .mobile-menu .navigation li.active>a {
    color: #fc9135;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.header-super-store .dropdown-toggle {
    border: 0;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 20px;
    font-family: 'Nunito',sans-serif;
    color: #fff;
    background: #fc9135;
    border-radius: 50px;
    line-height: 1;
}
.header-super-store .dropdown-toggle:hover{
    background: #ffc107;
}
.header-super-store .dropdown-toggle i {
    font-size: 14px;
    margin-right: 14px;
    line-height: 0;
}
.flaticon-shop:before {
    content: "\f11f";
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-top-left .dropdown .dropdown-toggle::after, .header-super-store .dropdown-toggle::after {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: none;
    color: #525252;
    font-size: 11px;
}
.header-super-store .dropdown-toggle::after {
    color: #fff;
    vertical-align: middle;
    line-height: 0;
    margin-left: 13px;
}
.category-menu>li:hover>a {
    background: #f6f6f6;
}
.category-menu .megamenu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 1px 16px 0 rgb(220 220 220 / 47%);
    border: 1px solid #ebebeb;
    width: 1060px;
    min-height:425px;
    padding: 27px 20px 23px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s linear;
    z-index: 2;
    border-bottom: 5px solid #fc9135;
}
.category-menu>li:hover>.megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.category-menu .megamenu>.sub-column-item {
    width: 30.3333%;
    flex: 0 0 30.3333%;
    margin-bottom: 30px;
    padding: 0 15px;
}
.category-menu .megamenu>.sub-column-item>a {
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
    display: block;
    color: #222;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.category-menu .megamenu>.sub-column-item ul li {
    margin-bottom: 15px;
}
.category-menu .megamenu>.sub-column-item ul li a {
    display: inline-flex;
    color: #545252;
    font-size: 14px;
    text-transform: capitalize;
}

/* footer */
.footer-area.gray-bg {
    background: #f6f7f9;
}
.footer-area.gray-bg .row [class*="col-"]:last-child {
    -ms-flex: 0 0 27.3%;
    flex: 0 0 10.3%;
    max-width: 10.3%;
}
.mb-25 {
    margin-bottom: 25px;
}
.footer-contact-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}
.footer-contact-list .icon {
    font-size: 18px;
    color: #675f5b;
    line-height: 0;
    margin-right: 15px;
    margin-top: 4px;
}
.flaticon-place:before {
    content: "\f119";
}
.flaticon-telephone-1:before {
    content: "\f11a";
}
.flaticon-wall-clock:before {
    content: "\f11c";
}
.footer-contact-list p, .footer-contact-list p a {
    font-family: 'Nunito',sans-serif;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #675f5b;
}
.footer-widget .fw-title {
    margin-bottom: 25px;
}
.fw-title .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 0;
    font-weight: 600;
}
.fw-link ul li a {
    display: inline-block;
    color: #675f5b;
    font-size: 14px;
    line-height: 35px;
    font-family: 'Nunito',sans-serif;
}
.fw-link ul li a:hover {
    padding-left: 5px;
    color: #fc9135;
}
.pt-80 {
    padding-top: 80px;
}
.copyright-wrap {
    background: #eaeaea;
    padding: 24px 0;
}
.copyright-text p {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito',ui-sans-serif;
    color: #675f5b;
    margin-bottom: 0;
}
.footer-contact-list .number {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    color: #fc9135;
}
/* 当前位置 */
.breadcrumb-bg-two {
    background-image: url(../images/breadcrumb_bg02.jpg);
    background-position: center;
    background-size: cover;
    padding: 26px 0;
}
/* 分页 */
.pagination-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent;
    padding: 0;
}
.pagination-wrap ul li.prev {
    margin-right: 20px;
}
.pagination-wrap ul li {
    margin: 10px 5px 0;
}
.pagination-wrap ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.pagination-wrap ul li.prev a, .pagination-wrap ul li.next a {
    height: auto;
    width: auto;
    border-radius: 0;
    line-height: initial;
}
.pagination-wrap ul li a:hover, .pagination-wrap ul li.active a {
    background: #fc9135;
    color: #fff;
}


@media screen and (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .container, .container-md, .container-sm {
        /* max-width: 720px; */
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media screen and (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .d-lg-block {
        display: block!important;
    }
    .col-lg-2 {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
}
@media screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1330px;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 14.666667%;
        max-width: 14.666667%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 60.333333%;
        max-width: 60.333333%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 23%;
        max-width: 85%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
}
@media screen and (max-width: 1500px) {
    .custom-container {
        max-width: 1330px;
    }
    .header-action>ul {
        margin-left: 55px;
    }
    .navbar-wrap ul {
        margin-left: 55px;
    }
    .slider-bg {
        padding: 60px 45px;
        min-height: 440px;
    }
}