﻿@charset "utf-8";

@font-face {
    font-family: "Microsoft JhengHei";
    src: url("./fonts/Microsoft JhengHei.eot");
    src: url("./fonts/Microsoft JhengHei.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Microsoft JhengHei.woff2") format("woff2"),
    url("./fonts/Microsoft JhengHei.woff") format("woff"),
    url("./fonts/Microsoft JhengHei.ttf") format("truetype"),
    url("./fonts/Microsoft JhengHei.svg#Microsoft JhengHei") format("svg");
}

body {
    font-family: Microsoft JhengHei, arial, helvetica, sans-serif;
    color: #333;
    font-size: 1rem;
}

.container { max-width:100%;}
@media (min-width: 1200px){
    .container { max-width: 1170px; }
}

a {
    text-decoration: none;
    color: #252525;
}

a:hover,
a:focus {
    text-decoration: none;
}

a,
input,
button {
    outline: none !important;
}

/* index top star */

.home-top {
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    background: #333;
}

.top-top-contact {
    max-width: 1170px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.top-containar {
    max-width: 1170px !important;
}

.home-top-information {
    display: flex;
    justify-content: space-between;
    padding: 0 10px !important;
    color:#fff;
}

.home-top-information span {
    display: block;
    width: 1px;
    height: auto;
    background: #fff;
}
.home-top-information a {
    color:#fff!important;
}
.home-top-information a:hover {
    text-decoration: underline;
}

.top-mailbox a {
    color: #fff;
    transition: .4s;
}

.top-mailbox a:hover {
    text-decoration: underline;
    transition: .4s;
}

.home-top-second {
    background-color: #f6f7f6;
    padding: 8px 10px;
    font-size: 14px;

}

.top-second-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-second-left {
    font-weight: 400;
    margin: 7px 4px;
    text-align: center;
}

.top-second-right {
    margin: 4px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-second-nav {
    float: left;
}

.top-second-nav a {
    float: left;
    transition: .4s;
}

.top-second-nav a::after {
    content: '|';
    float: right;
    font-size: 14px;
    color: #ccc;
    display: block;
    margin: 0 5px;
}

.top-second-nav a:hover {
    color: #333;
    text-decoration: underline;
    transition: .4s;
}

.top-hotline a{
    color: #fff;
}

.lang {
    float: left;
    padding: 0 !important;
}

.lang .dropbtn {
    background: none;
    color: white;
    font-size: 14px;
    color: #333;
    border: none;
    cursor: pointer;
}

.lang .dropbtn .HK-ch {
    display: block;
    margin: 4px 4px 0 0;
    float: left;
    width: 26px;
    height: 16px;
    background: url(../images/HK-CH.png) no-repeat center;
}

/* 容器 <div> - 需要定位下拉内容 */
.lang .dropdown {
    position: relative;
    display: inline-block;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* 下拉菜单的链接 */
.dropdown-content1 a {
    color: black;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.eng-lang {
    display: block;
    margin: 4px 4px 0 0;
    float: left;
    width: 26px;
    height: 16px;
    background: url(../images/ENG.png) no-repeat center;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content1 a:hover {
    background-color: #f1f1f1
}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content1 {
    display: block;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropbtn {
    background: none;
}


.header-top-text-othermenu {
    float: left;
    /* margin-right: 4px;
    margin-bottom: 4px; */
}

.photo-second-rightR {
    float: left;
    margin-top: 0px;
}

.photo-second-rightR a {
    display: block;
    width: 38px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    transition: .4s;
    margin: 0;
    float: left;
}

.photo-second-rightR a:hover {
    background-color: #1f1a17;
    color: #fff;
    transition: .4s;
}

.photo-second-rightR .active {
    background-color: #1f1a17;
    color: #fff;
}

.pc-ver a {
    display: block;
}

.pc-ver a:hover {
    color: #333;
    text-decoration: underline;
}

@media (max-width:992px) {
    .home-top-information {
        display: flex;
        justify-content: center;
    }
}

@media(max-width: 991.98px) {
    .header-top-text-othermenu {
        position: relative;
    }

    .header-top-text-othermenu button {
        border: 1px solid #999;
        height: 24px;
        padding: 0 2px;
        margin-right: 4px;
        font-size: 14px;
        color: #333;
    }

    .header-top-text-menu {
        position: absolute;
        top: 25px;
        right: 0;
        z-index: 9999;
        background: #efefef;
        min-width: 140px;
    }

    .header-top-text-menu a {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        padding: 5px 10px;
    }
}

@media(max-width: 991.98px) {
    .pc-menu {
        display: none;
    }
}

@media(min-width: 992px) {
    .phone-ver {
        display: none;
    }

    .pc-ver {
        display: flex;
    }

    .index-banner {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .index-banner-l {
        width: calc(20%-20px);
        margin-right: 20px;
        display: block;
    }

    .index-banner-r {
        width: 80%;
        overflow: hidden;
    }
}

@media(max-width: 560px) {
    .home-top-second {
        padding: 5px 4px;
        display: flex;
        flex-direction: column;
    }

    .top-second-left {
        font-size: 12px;
    }

    .header-top-text-othermenu button {
        font-size: 12px;
    }
}

@media(max-width: 414px) {
    .top-search-wrapper{
        /*width: 140% !important;*/
    }
}


@media(max-width: 375px) {
    .top-search-wrapper{
        /*width: 140% !important;*/
    }
}


@media(max-width: 320px) {
    .top-search-wrapper{
        /*width: 119% !important;*/
    }
}


/* index top end */

/* header star */

.header {
    padding: 20px 0 0;
}

.secmidrow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
}

.home-phone-secmid{
    padding: 10px 0;
}

.secmidbox{
    padding: 0 !important;
}

.header-box {
    padding: 0;
}

.logo {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.img-fluid {
    width: 100%;
    display: flex;
}

@media (max-width:992px) {
    /*
    .img-fluid {
        width: 80%;
    }
    */

    .headerrow {
        display: flex;
        justify-content: center;
    }

    .phonoheader {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width:576px) {
    .img-fluid {
        width: 100%;
    }
}

@media (max-width:570px) {
    /* .home-top-second {
        display: flex;
    } */
}

@media (max-width:414px) {
    .section-menu-c-search input {
        font-size: 12px !important;
    }

    .top-search-wrapper {
        padding: 4px 0 !important;
    }

    .searchbox {
        padding: 4px 10px !important;
    }

    .button-top-search {
        padding: 5px !important;
    }

    .photo-second-rightR{
        padding: 4px 0 !important;
    }

    .top-second-right{
        padding: 0 !important;
    }

    .photo-second-rightR a {
        width: 28px;
        height: 24px;
        font-size: 12px;
        margin-right: 4px;
    }
}

@media (max-width:375px) {

    .top-second-right{
        padding: 0 !important;
    }
}


@media (max-width:320px) {
    .top-second-right{
        padding: 0 !important;
    }
    .photo-second-rightR {
        float: right;
    }

}

.headerrow {
    display: flex;
    align-items: center;
}

.section-menu-c-search {
    display: flex;
    justify-content: center;
    height: 42px;
}

.section-menu-c-search input {
    width: 100%;
    font-size: 14px;
}

.top-search-wrapper {
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center;
}

.searchbox {
    padding: 4px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.button-top-search {
    width: 34%;
    background-color: #1F1A17;
    height: 42px;
    padding: 5px 9px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    justify-content: center;
}

.button-top-search span {
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}

@media (max-width:414px) {
    .section-menu-c-search {
        height: 32px;
    }

    .button-top-search {
        height: 32px;
    }

    .button-top-search span {
        font-size: 12px;
        margin-top: 1px !important;
    }
}


@media (max-width:320px) {
    .header-top-text-menu{
        max-width: 60px !important;
    }
    .header-top-text-menu a{
        font-size: 13px;
    }
    .section-menu-c-search{
        margin-right: 6px;
    }
}


.moduleL-cart {
    background: url(../images/cart.png) no-repeat left center;
    border: 1px solid #c6c6c6;
    height: 46px;
    line-height: 46px;
    color: #a9a9a9;
    overflow: hidden;
}


.moduleL-cart #cart-total {
    color: #000000;
}

.moduleL-cart>a {
    font-size: 14px;
    padding-left: 54px;
}

.middleRight_right>.moduleL-top {
    margin-top: 5px;
    text-align: center;
}

.middleRight_right>.moduleL-top>a {
    border-left: 1px solid #b5b5b5;
    color: #717171;
    font-size: 16px;
    padding: 0 2px 0 4px;
}

.middleRight_right>.moduleL-top>a:first-child {
    border-left: none;
    padding-left:0;
}

.middleRight_right>.moduleL-top>a:last-child {
    padding-right:0;
}

.middleRight_right .moduleL-top a {
    font-size: 14px;
}

.middleRight_right .moduleL-top a:hover {
    text-decoration: underline;
}

.home_cart {
    padding: 0 15px 0 4px;
}

@media (max-width: 768px) {
    .top-second-right{
        padding: 0;
    }
}

@media (max-width: 767px) {
    .moduleL-cart a span {
        font-size: 10px !important;
    }
}

@media (max-width: 576px) {
    .middleRight_right .moduleL-top a {
        font-size: 12px;
    }
    .middleRight_right>.moduleL-top>a {
        padding: 0 1px 0 3px;
    }
}


.st-menu {
    background-color: #333 !important;
}

/*.fa {
    color: #fff !important;
    padding: 14px;
    float: right !important;
    font-size: 20px !important;
}*/

.menu-mobile .menu-mobile-title {
    height: 36px !important;
    position: relative;
    text-align: right;
    padding-right:15px;
}

.st-menu ul li a {
    color: #fff !important;
}



/* header end */

/* menu star */

.menu {
    background: #333;
}

.menu-box {
    display: flex;
    justify-content: space-between;
}

@media(min-width: 992px) {
    .menu-box {
        justify-content: flex-start;
    }
}

.menu-box {}

.menu-box .dropdown {
    position: relative;
    display: inline-block;
    background-color: #e5322d;
}

.menu-left .menu-title {
    background-color: #e5322d;
    color: #fff;
    padding: 16px 38px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.menu-left .menu-title .menu-ico {
    display: block;
    float: left;
    margin-top: 4px;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background: url(../images/menuICO.png) no-repeat center;
}


/* ----- */
#nav {
    z-index: 500;
    width: 190px;
    height: 60px;
    list-style-type: none;
    margin: 0px;
    list-style-image: none;
    background-color: #E5322D;
}

#nav li.top {
    display: block;
    float: left;
    width: 100%;
}

#nav .top a.top_link {
    padding: 0px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}

#nav .top a.top_link span {
    PADDING-BOTTOM: 0px;
    position: relative;
    WIDTH: 190px;
    DISPLAY: block;
    text-align: center;
    FLOAT: left;
    PADDING-TOP: 0px;
    font-size: 16px;
    color: #fff;
}

#nav .top a.top_link span::before {
    content: '';
    display: block;
    position: absolute;
    float: left;
    left: 42px;
    top: 22px;
    width: 16px;
    height: 16px;
    background: url(../images/menuICO.png) no-repeat center;
}


#nav .top a.top_link span.down {
    PADDING-BOTTOM: 0px;
    DISPLAY: block;
    text-align: center;
}
/*

#nav .sub li {
    border-bottom: 1px solid #ddd;
    padding: 10px 32px;
}

#nav .sub li:hover {
    background-color: #EFEFEF !important;
}

#nav li:hover {
    z-index: 200;
    position: relative
}

#nav ul.sub {
    border: 1px solid #eee;
}

#nav li:hover ul.sub {
    z-index: 270;
    padding: 0;
    width: auto;
    white-space: nowrap;
    background-color: #fff;
    height: auto;
    top: 60px;
    left: 0px
}

#nav .senav {
    width: auto !important;
    left: 100px !important;
}

#nav .senavUL .senav:hover {
    color: #E5322D !important;
}

#nav .senavUL li {
    padding: 0 !important;
}

#nav .senavUL li .senav {
    padding: 10px 20px;
}

#nav .senavUL {
    background-color: #fff !important;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

#nav LI:hover UL.sub LI A {
    TEXT-INDENT: 5px;
    WIDTH: 124px;
    DISPLAY: block;
    COLOR: #000;
    FONT-SIZE: 14px;
    TEXT-DECORATION: none;
}

#nav LI:hover UL.sub LI A:hover {
    color: #333;
}

#nav LI:hover LI:hover UL {
    Z-INDEX: 400;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 150px;
    PADDING-RIGHT: 0px;
    WHITE-SPACE: nowrap;
    HEIGHT: auto;
    TOP: -1px;
    BORDER: #eee 1px solid;
    PADDING-TOP: 0px;
    LEFT: 188px;

}

#nav .fly::before {
    content: '';
    float: right;
    display: block;
    margin-right: -10px;
    width: 16px;
    height: 16px;
    background: url(../images/nav_right.png) no-repeat center;
}

#nav UL {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 0px;
    TOP: -9999px;
    LIST-STYLE-IMAGE: none;
    PADDING-TOP: 0px;
    LEFT: -9999px
}

#nav LI:hover UL UL {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 0px;
    TOP: -9999px;
    LIST-STYLE-IMAGE: none;
    PADDING-TOP: 0px;
    LEFT: -9999px
}

#nav LI:hover LI:hover UL UL {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 0px;
    TOP: -9999px;
    LIST-STYLE-IMAGE: none;
    PADDING-TOP: 0px;
    LEFT: -9999px
}

#nav LI:hover LI:hover LI:hover UL UL {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 0px;
    TOP: -9999px;
    LIST-STYLE-IMAGE: none;
    PADDING-TOP: 0px;
    LEFT: -9999px
}

#nav LI:hover LI:hover LI:hover LI:hover UL UL {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 0px;
    PADDING-RIGHT: 0px;
    HEIGHT: 0px;
    TOP: -9999px;
    LIST-STYLE-IMAGE: none;
    PADDING-TOP: 0px;
    LEFT: -9999px
}

#nav LI:hover LI:hover A.fly {
    text-decoration: underline;
    BORDER-BOTTOM-COLOR: #fff;
    BORDER-TOP-COLOR: #fff;
    COLOR: #333;
    BORDER-RIGHT-COLOR: #fff;
    BORDER-LEFT-COLOR: #fff;

}

#nav LI:hover LI:hover LI:hover A.fly {
    BORDER-BOTTOM-COLOR: #fff;
    BORDER-TOP-COLOR: #fff;
    COLOR: #333;
    BORDER-RIGHT-COLOR: #fff;
    BORDER-LEFT-COLOR: #fff;
}

#nav LI:hover LI:hover LI:hover LI:hover A.fly {
    BORDER-BOTTOM-COLOR: #fff;
    BORDER-TOP-COLOR: #fff;
    COLOR: #333;
    BORDER-RIGHT-COLOR: #fff;
    BORDER-LEFT-COLOR: #fff;
}

#nav LI:hover LI:hover LI:hover LI:hover LI:hover A.fly {
    BORDER-BOTTOM-COLOR: #fff;
    BORDER-TOP-COLOR: #fff;
    COLOR: #333;
    BORDER-RIGHT-COLOR: #fff;
    BORDER-LEFT-COLOR: #fff;
}

#nav LI:hover LI:hover LI A.fly {
    COLOR: #000;
}

#nav LI:hover LI:hover LI:hover LI A.fly {
    COLOR: #000;
}

#nav LI:hover LI:hover LI:hover LI:hover LI A.fly {
    COLOR: #000;
}
*/


.nav-cat li {
    position: relative;
}

.nav-cat ul {
    position: absolute;
    left:100%;
    top:0;
    width: 100%;
    max-width: 190px;
    border: 1px solid #eee;
    display: none;
    z-index: 9992;
}

.nav-cat li:hover > ul {
    display: block;
}

.nav-cat ul.first-cat {
    left:0;
    top:100%;
}

.nav-cat ul li{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.nav-cat ul li:last-child {
    border-bottom: none;
}

.nav-cat ul ul {
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border:none;
    z-index: 9993;
}
.nav-cat ul ul ul {
    z-index: 9994;
}
.nav-cat ul ul ul ul{
    z-index: 9995;
}

.nav-cat ul.first-cat {
    top:100%;
}

.nav-cat ul li a{
    display: block;
    width: 100%;
    height:100%;
    padding: 10px 14%;
    position: relative;
    font-size:14px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav-cat ul li.has-sub > a::before {
    content: '';
    position: absolute;
    right:10%;
    top:12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/nav_right.png) no-repeat center;
}



.menu-right {
    padding: 0;
    display: flex;
    align-items: center;
}

.menuli {
    margin: 0;
    padding: 0 20px;
}

.menuli li {
    float: left;
}

.menuli li::before {
    content: '|';
    color: #fff;
}

.menuli li:last-child::before {
    content: '';
}

.menuli li a {
    font-size: 1rem;
    color: #fff;
    float: left;
    margin: 0 40px;
}

.menuli li a:hover {
    text-decoration: underline;
}

@media (max-width:1024px) {
    .box-menu .menu li::after {
        /*margin: 0 26px !important;*/
    }
}

.box-menu .menu > li {
    padding-left:30px;
    padding-right:30px;
    position: relative;
    white-space: nowrap;
}

@media(min-width: 1280px) {
    .box-menu .menu > li {
        padding-left:38px;
        padding-right:38px;
    }
}

@media (max-width:930px) {
    .menuli li a {
        margin: 0 6px;
    }
}

@media (max-width:768px) {
    #nav {
        height: 48px;
    }

    #nav .top a.top_link span.down {
        height: 48px;
        line-height: 48px;
    }

    #nav .top a.top_link span::before {
        top: 15px !important;
    }

    #nav li:hover ul.sub {
        top: 48px !important;
    }

    .rightMenu {
        padding: 0 !important;
    }
}

.dropdown .rightMenu {
    border: none;
    cursor: pointer;
    background: none;
}

.dropdown .rightMenu span {
    display: block;
}

/* 容器 <div> - 需要定位下拉内容 */
.menu-right .dropdown {
    position: relative;
    display: inline-block;
    background: none;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content3 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

/* 下拉菜单的链接 */
.dropdown-content3 a {
    color: black;
    font-size: 14px;
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content3 a:hover {
    background-color: #f1f1f1;
    text-decoration: underline;
}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content3 {
    display: block;
}



@media (max-width:324px) {
    .dropdown-content3 {
        min-width: 120px;
    }

    .dropdown-content3 a {
        font-size: 12px;
    }
}

/* new nav star */

.box-menu {
    padding: 0;
}

.box-menu .menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    justify-items: flex-start;
    align-items: flex-start;
}

.box-menu .menu li {
    /*float: left;*/
}

.box-menu .menu li::after {
    content: '|';
    color: #fff;
    font-size: 16px;
    /*margin: 0 38px;*/
    position: absolute;
    right:0;
    top:0;
}

.box-menu .menu li:last-child::after {
    content: '';
}

.box-menu .menu li span {
    font-size: 16px;
    color: #fff !important;
}

.box-menu .menu li span:hover {
    text-decoration: underline;
}

/* new nav end */


/* menu ennd */

/* banner star */


.home-banner {
    margin-top: 10px;
}

.swiper-container {
    max-width: 1170px;
    height: 100%;
}

.bannerImg {
    position: relative;
    overflow: hidden;
}

.bannerImg img {
    max-width: 100%;
    height: auto;
}

.swiper-pagination {
    text-align: right;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    padding-right: 60px;
    bottom: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    opacity: 1;
    background: none;
}

.swiper-pagination-bullet-active {
    background: #e5322d;
    border: 2px solid #e5322d;
}


/* banner end */



/* location slide */
.location-photo .slider-for button { display: none; }
.location-photo .slick-prev, .location-photo .slick-next { position: absolute; display: block; height: 30px; width: 30px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.location-photo .slick-prev:focus, .location-photo .slick-next:focus { outline: none; }
.location-photo .slick-prev.slick-disabled:before, .location-photo .slick-next.slick-disabled:before { opacity: 0.25; }
.location-photo .slick-prev:before, .location-photo .slick-next:before { font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.location-photo .slider-nav .slick-prev { left: -15px; background: url(../images/left-icon-n.png) center no-repeat ; z-index: 222; top: 60%; }
@media(min-width: 768px) {
    .location-photo .slider-nav .slick-prev { top: 58%; }
}
@media(min-width: 1024px) {
    .location-photo .slider-nav .slick-prev { left: -18px; }
}
@media(min-width: 1440px) {
    .location-photo .slider-nav .slick-prev { left: -25px; top: 56%; }
}
.location-photo .slick-prev:before { content: ''; }
.location-photo .slider-nav .slick-next { right: -15px; background: url(../images/right-icon-n.png) center no-repeat ; z-index: 222; top: 60%; }
@media(min-width: 768px) {
    .location-photo .slider-nav .slick-next { top: 58%; }
}
@media(min-width: 1024px) {
    .location-photo .slider-nav .slick-next { right: -18px; }
}
@media(min-width: 1440px) {
    .location-photo .slider-nav .slick-next { right: -25px; top: 56%; }
}
.location-photo .slick-next:before { content: ''; }
.location-photo .slick-slider { margin-bottom: 15px; }
.location-photo .slider-for img { width: 99%;border:1px solid #efefef;}
.location-photo .slider-nav img { width: 100%;border-radius: 5px;border:1px solid #efefef;}
@media(min-width: 1400px){
    .location-photo .slider-for img { width: 100%; }
}
.location-photo .slider-nav .slick-slide.slick-current.slick-active img { border: 1px solid #1b2c56; }
.location-photo .slick-slide { outline:none; }

.location-photo .slider-nav .slick-slide{
    float: none;
    width: 100% !important;
}
.location-photo .slider-nav .slick-slide{margin-top: 5px;}
@media(min-width: 768px){
    .location-photo .slider-nav .slick-slide{margin-top: 15px;}
}
@media(min-width: 992px){
    .location-photo .slider-nav .slick-slide{margin-top: 20px;}
}
@media(min-width: 1400px){
    .location-photo .slider-nav .slick-slide{margin-top: 25px;}
}
.location-photo{
    display: flex;
}
.information-box{
    padding-top: 30px;
}
.slider-for{
    width: 81%;
}
@media (max-width: 767px) {
    .slider-for {
        padding-left: 10px;
    }
}
.slider-for img{
    width: 100%;
}
.slider-nav {
    /*max-width: 19%;*/
    max-width: 10%;
}
.location-photo .slider-nav .slick-prev { top: -14px; left: 20%;transform: rotate(90deg); background: url(../images/left-icon-n.png) center no-repeat ;background-size: 45px; z-index: 222; }
.location-photo .slider-nav .slick-next {right: 20%; top: 100%;transform: rotate(90deg); background: url(../images/right-icon-n.png) center no-repeat ;background-size: 45px;z-index: 222;  }
@media(min-width: 360px) {
    .location-photo .slider-nav .slick-prev { top: -14px; left: 25%; }
    .location-photo .slider-nav .slick-next {right: 25%; }
}
@media(min-width: 375px) {
    .location-photo .slider-nav .slick-prev { left: 25%; }
    .location-photo .slider-nav .slick-next {top:100%;right: 25%; }
}
@media(min-width: 411px) {
    .location-photo .slider-nav .slick-prev { left: 32%; }
    .location-photo .slider-nav .slick-next { right: 32%; }
}
@media(min-width: 576px) {
    .location-photo .slider-nav .slick-prev { left: 37%;}
    .location-photo .slider-nav .slick-next { right: 37%;}
}
@media(min-width: 768px) {
    .location-photo .slider-nav .slick-prev { left: 30%;}
    .location-photo .slider-nav .slick-next { right: 33%;}
}
@media(min-width: 1024px) {
    .location-photo .slider-nav .slick-prev {top: 0;left: 38%; }
    .location-photo .slider-nav .slick-next {top: 100%;right: 38%; }
}
@media(min-width: 1400px) {
    .location-photo .slider-nav .slick-prev { top: 0px; left: 37%;}
    .location-photo .slider-nav .slick-next { top: 98%;right: 37%;}
}

.slider-nav .slick-slide.slick-current.slick-active{
    /*border: 1px solid #f2c75c;*/
}
.slider-for.slick-initialized.slick-slider{
    margin-left: 0px;
}
.product-left{
    margin-left: 0px;
}
.slider-nav {
    max-width: 19%;
    /*max-width: 10%;*/
}
.slick-list{height: 100%;}

@media(min-width: 360px) {
    .slider-for.slick-initialized.slick-slider{
        margin-left: 0px;
    }
    .product-left{
        margin-left: 0px;
    }
    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}
@media(min-width: 375px) {
    .slider-for.slick-initialized.slick-slider{
        margin-left: 0px;
    }
    .product-left{
        margin-left: 0px;
    }
    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}
@media(min-width: 411px) {
    .slider-for.slick-initialized.slick-slider{
        margin-left: 0px;
    }
    .product-left{
        margin-left: 0px;
    }
    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}
@media(min-width: 768px) {
    .slider-for.slick-initialized.slick-slider{
        margin-left: 15px;
    }
    .product-left{
        margin-left: 15px;
    }
    .slider-nav {
        max-width: 19%;
        /*max-width: 10%;*/
    }
}

@media(min-width: 1024px) {
    .slider-for.slick-initialized.slick-slider{
        margin-left: 20px;
    }
    .product-left{
        margin-left: 27px;
    }
}

@media(min-width: 1440px) {
    .slider-for.slick-initialized.slick-slider{
        margin-left: 30px;
    }
    .product-left{
        margin-left: 30px;
    }
    .slider-nav {
        max-width: 19%;
    }
}

/* location slide end*/

/* promotionDiv star */

.promotion-containar {
    margin-top: 10px;
    max-width: 1170px !important;
}

.promotionDiv-img {
    overflow: hidden;
    position: relative;
}

.promotionDiv-img img {
    max-width: 100%;
    height: auto;
}

.home-promotion {
    margin-top: 20px;
}

.promotion-containar {
    max-width: 1170px !important;
}

.promotionBox {
    display: flex;
    justify-content: center;
}

/* promotionDiv wnd */

/* product star */

.home-product {
    margin: 20px 0;
}

.product-container {
    max-width: 1170px !important;
}

.product-tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #1f1a17;
    padding: 10px 30px;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}


.listDiv {
    width: 100%;
    overflow: hidden;
}

.productLi {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    background: url(../images/new_product.png);
}

@media (max-width:767px) {
    .row-5>li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .productLi {
        margin-bottom: 10px;
    }
}

.productImg {
    position: relative;
    overflow: hidden;
    transition: .4s;
}

.productImg img {
    max-width: 100%;
    height: auto;
    transition: .4s;
}

.productImg:hover img {
    transition: .4s;
    transform: scale(1.1);
}

.product-con {
    background-color: #fefffe;
}

.product-con-top {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.product-con-top b {
    font-size: 16px;
    color: #8dbe4b;
    font-weight: 400;
}

.product-con-top p {
    font-size: 12px;
    color: #898989;
    margin: 4px 0;
}

.product-con-top i {
    font-size: 14px;
    font-style: normal;
}

.product-con-buttom {
    padding: 10px;
    background-color: #f7f7f7;
}

.pro-cart {
    display: block;
    width: 116px;
    height: 36px;
    background: url(../images/pro_cart.png) no-repeat center;
    font-size: 14px;
    color: #1F1A17;
    font-style: normal;
    line-height: 36px;
    text-align: right;
    padding-right: 6px;
}

.product-con-top b:hover {
    text-decoration: underline;
}

.product-con-top p:hover {
    /* text-decoration: underline; */
}

.product-con-top i:hover {
    text-decoration: underline;
    color: #000;
}

.productLi a {
    color: #000;
}


/* product emd */

/* footer sta */

.footer {
    background-color: #1f1a17;
    padding: 30px 0;
}

.footer-containar {
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.footerbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.foo-con {
    padding-top: 10px;
}

.foo-Title {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}

.foo-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.copy {
    font-size: 14px;
    display: block;
    color: #fff;
    text-align: center;
}

.copy:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width:375px) {
    .foo-Title {
        font-size: 16px;
        color: #fff;
        text-decoration: underline;
    }

    .foo-list a {
        display: block;
        color: #fff;
        font-size: 14px;
        margin: 5px 0;
    }
}


.footer-bottom-list-tit {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-bottom-list ul li a {
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}

.footer-icon img {
    width: 30px;
    height: auto;
    margin-right: 15px;
    margin-top: 15px;
}

.footer-icon img:hover {
    opacity: 0.8;
}

#footer-menu-show1,
#footer-menu-show2,
#footer-menu-show3 {
    display: none;
}

@media(min-width: 768px) {
    .footer-top-logo img {
        height: 60px;
    }

    #footer-menu-show1,
    #footer-menu-show2,
    #footer-menu-show3 {
        display: block;
    }
}

@media(min-width: 1200px) {
    .footer-top-logo img {
        height: 70px;
    }
}

.footer-link {
    display: flex;
    flex-wrap: wrap;
}

.footer-link a {
    color: #252525;
    margin-right: 15px;
}

.footer-link a:hover {
    color: #fd9100;
}


/* footer end */

/*back-to-top*/
#back-to-top {
    position: fixed;
    right: 4%;
    bottom: 2.5%;
    z-index: 999;
    padding: 0 !important;
    background: #e5322d;
    border-radius: 10px;
}

#back-to-top .foo-up {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

@media(min-width: 768px) {
    #back-to-top {
        right: 6%;
        bottom: 6%;
    }
}

#back-to-top a {
    color: #fff;
}

.back-to-top .fa {
    font-size: 20px;
}


.input-group-append {
    cursor: pointer;
}

.fixed-menu, header, .box-logo {
    background-color: #fff;
}

.main-menu-wrapper, footer {
    background-color: rgb(31, 26, 23);
    color: #fff;
}

.main-bg-color {
    background-color: rgb(31, 26, 23);
    color:#fff;
}
.main-border-color{
    border-color: rgb(31, 26, 23)!important;
}

.a-color {
    color:rgb(31, 26, 23);
}

.bg-color, .secondary-bg-color {
    background-color: #efefef;
}

.border-style-2 {
    border: 2px solid #ededed;
    padding:1rem;
}

.nav-tabs-main-color .nav-link{
    background-color: #efefef;
}

.nav-tabs-main-color.nav-tabs .nav-link.active {
    background: rgb(31, 26, 23);
    color:#fff;
}

.big-border{
    width: 100%;
    height:10px;
    background-color: #fba615;
}

.module-carousel .swiper-slide .carousel-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.2);
    color: #fff;
    transition: 0.5s;
    font-weight: bold;
    text-align: center;
    font-size:16px;
}
@media(min-width: 768px) {
    .module-carousel .swiper-slide .carousel-title{
        font-size:18px;
    }
}
.module-carousel .swiper-slide:hover .carousel-title{background: rgba(0,0,0,0.3);text-decoration: none}

.module-slideshow-wrapper {
    margin-top:0.375rem;
}
@media(min-width: 768px) {
    .module-slideshow-wrapper.no-full-slideshow .swiper-slide .item{
        margin-left:20%;
    }
}

.widget-title-more-style {
    position: relative;
    font-size: 1rem;
    padding-right: 2rem;
    padding: 10px;
    background-color: #efefef;
    margin-bottom: 20px;
}
.widget-title-more-style .title{
    font-weight: bold;
}

.widget-title-more-style .more{
    position: absolute;
    top: 9px;
    right: 10px;
    color:rgb(31, 26, 23);
    text-decoration: underline;
}

.product-featured-wrapper {
    margin-bottom: -10px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(31, 26, 23);
}

.module-post-wrapper {
    padding:10px;
    height: calc(100% - 47px);
}
.module-post-wrapper .item .inner {
    background-color: #fff;
    padding:10px;
}
.module-post-wrapper .item {
    margin-top: 10px;
}
.module-post-wrapper .item h3{
    font-size:1rem;
    line-height: 1.525rem;
}


.module-product-block-wrapper {
    margin:2rem 0;
}
.module-product-block-wrapper .product-layout .product-inner {
    border:none;
}
.module-product-block-wrapper .swiper-button-prev{
    left:22px;
    background-color: rgba(27,44,86,0.8);
    border:none;
    width: 30px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    color:#fff;
}
.module-product-block-wrapper .swiper-button-next{
    right:22px;
    background-color: rgba(27,44,86,0.8);
    border:none;
    width: 30px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    color:#fff;
}
.module-product-block-wrapper .swiper-button-prev.swiper-button-disabled, .module-product-block-wrapper .swiper-button-next.swiper-button-disabled{
    opacity: 0.8;
}
.module-product-block-wrapper .swiper-button-prev i, .module-product-block-wrapper .swiper-button-next i {
    font-size:1.275rem;
}
.module-product-block-wrapper .swiper-button-prev:after, .module-product-block-wrapper .swiper-button-next:after {
    display: none;
}

.module-product-block-wrapper .index-product .index-product-list{border:0;}
.module-product-block-wrapper .nav-tabs{display: flex;border-bottom: 0;align-items: flex-end;}
.module-product-block-wrapper .nav-tabs .nav-item{width: 50%;}
.module-product-block-wrapper .nav-tabs .nav-link{
    color: #3e3a39;
    border:0;
    padding: 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
}
.module-product-block-wrapper .tab-content{border:8px solid;padding: 30px;overflow: hidden;border-radius: 0 0 5px 5px;}
.module-product-block-wrapper .slick-prev{width: 30px;height: 50px;background: rgba(27,44,86,0.8);z-index: 999;border-radius: 0 10px 10px 0;}
.module-product-block-wrapper .slick-next{width: 30px;height: 50px;background: rgba(27,44,86,0.8);;z-index: 999;border-radius: 10px 0 0 10px;}

@media(min-width: 992px){
    .module-product-block-wrapper .nav-tabs .active{padding: 20px 15px !important;}
    .module-product-block-wrapper .nav-tabs .nav-item{width: 25%;}
    .module-product-block-wrapper .nav-tabs .nav-link{font-size: 20px;}
}
@media(min-width: 1200px){
    .module-product-block-wrapper .nav-tabs .nav-link{font-size: 24px;}
}




/** top ad start **/

.page-top-banner-wrapper {
    padding:0.725rem 0;
}
@media(min-width: 768px) {
    .page-top-banner-wrapper {
        padding:1rem 0;
    }
}
/** top ad end **/



.input-group-btn .btn {
    border-radius: 0;
    text-decoration: underline;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-5 > div {
    padding-left:5px;
    padding-right:5px;
}

.full-loading {
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    width:100%;
    height:100%;
    background: #fff url('../images/loading.gif') no-repeat center center;
}

.popup-body {
    padding-top:0.5rem;
}


.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #737373;
}

div.required .control-label:after {
    content: '* ';
    color: #f00;
    margin-left: 2px;
    font-weight: bold;
}

.transition-05 {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.no-border-table {
    border:none;
}
.no-border-table td, .no-border-table th {
    border:none;
    padding:0.275rem 1rem;
}

.pagination {
    justify-content: center;
    margin-top: 1.375rem;
}
.pagination .page-item {
    margin-left:7px;
    margin-right:7px;
}

.pagination .page-item .page-link {
    border-radius: 0;
    padding: .425rem .825rem;
    border: 1px solid #efefef;
    color: #3e3a39;
    background-color: #fff!important;
}
.pagination .page-item.active .page-link {
    background-color: rgb(31, 26, 23)!important;
    color:#fff;
}
.pagination .page-item .page-link:hover {
    text-decoration: underline;
}
.pagination .page-item.first, .pagination .page-item.last {
    display: none;
}



.default-border-title {
    border-bottom: 2px solid rgba(0,0,0,.125);
    font-size: 1.5rem;
}

.default-border-title>span {
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
}

.default-border-title>span:before {
    content: '';
    position: absolute;
    width: calc(100%);
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #fba615;
}

.border-left-title {
    position: relative;
    padding-left:1rem;
    font-size:1.375rem;
}
h1.border-left-title {
    margin-bottom: 1rem;
}
.border-left-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 4px;
    height: 80%;
    background-color: rgb(31, 26, 23);
}

.breadcrumb {
    background-color: #f5f5f5;
    padding:10px 15px;
    /*border-bottom: 1px solid #f8f8f8;*/
    margin-bottom: 1.725rem;
    margin-top: 20px;
    font-size:14px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '»';
}
.layui-layer {
    max-width: 100%!important;
}
.layui-layer-title {
    background-color: rgb(31, 26, 23)!important;
    color:#fff!important;
    font-weight: bold;
}
.popup-content {padding:0 15px;max-height: 100%!important;}
.layui-layer-btn {
    text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {background-color:rgb(31, 26, 23)!important;color:#fff!important;border:none!important;}
.layui-layer-rim iframe {max-height: 100%!important;height: 626px!important;}

.btn-info {
    padding: .5rem 2rem;
    background-color: #fba615!important;
    color: #fff !important;
    border: 0!important;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    white-space:nowrap;
    border-radius: 4px;
    font-size: 16px;
}
.btn-primary {
    padding: .5rem 2rem;
    background-color: rgb(31, 26, 23)!important;
    color: #fff !important;
    border: 0!important;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    white-space:nowrap;
    border-radius: 4px;
    font-size: 16px;
}
.btn.btn-full {
    width: 100%;
}
.btn.btn-min {
    padding: .2rem 1rem;
}

.btn-primary:hover {
    opacity: 0.8;
    border: 0;
}

.btn-default, .btn-default:hover, .btn-default:link, .btn-default:focus, .btn-default:active {
    overflow: hidden;
    position:relative;
    border-radius: 4px;
    background-color: #DDDDDD;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    white-space:nowrap;
    z-index: 0;
    border:none!important;
    box-shadow:none!important;
    padding: .5rem 2rem;
    color:#000;
}

.btn-default:hover {
    opacity: 0.8;
    border: 0;
}


.form-group {
    margin-bottom: 1.375rem;
}
.popup-body .form-group {
    margin-bottom: 1rem;
}
.form-control {
    box-shadow: none !important;
    border-radius: 0!important;
    height: calc(1.5em + .75rem + 4px);
}

.form-control:focus{
    border-color:rgb(31, 26, 23);
}
.has-error .form-control {
    border-color: #a94442;
}

.common-pad-tb {
    padding-top:20px;
    padding-bottom: 30px;
}
#content {
    min-height: 60vh;
    padding-bottom: 50px;
}

.full-content-center {
    width: 100%;
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
}

.nav-tabs-style {
    border:1px solid #efefef;
}
.nav-tabs-style .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}
.nav-tabs-style .nav-tabs a {
    text-decoration: none;
    display: block;
    height: 48px;
    line-height: 48px;
    background-color: #fbfbfb;
    border: 1px solid #efefef;
    border-color: transparent transparent #efefef transparent;
}

.nav-tabs-style .nav-tabs a.active {
    background-color: #FFFFFF;
    border-color: transparent #efefef transparent transparent;
}

.nav-tabs-style .nav-tabs-half li:last-child a.active {
    border-color: transparent transparent transparent #efefef;
}

.nav-tabs-style .tab-pane {
    padding: 0 15px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

@media(min-width: 768px) {
    .nav-tabs-style .tab-pane {
        padding: 0 40px;
    }
}

.nav-tabs-half > li {
    width: 50%;
    text-align: center;
}

.tabset-title {
    text-align: center;
    margin-bottom: 20px;
}


.sidebar-widget .title {
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    padding-left:18px;
    padding-bottom: 10px;
    display: none;
}
@media(min-width: 768px) {
    .sidebar-widget .title .toggle-icon {
        display: none;
    }
}


.sidebar-widget li {
    box-shadow: none;
    /*margin: 10px 0 0;*/
    /*padding-bottom: 10px;*/
    border-bottom: none;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    margin-bottom: 2px;
}
.sidebar-widget ul ul li {
    border-bottom: none;
    /*padding-left:5px;*/
    /*padding: 5px 0;*/
    margin-top: 0;
    font-weight: normal;
    background-color: #fff;
}
.sidebar-widget li .category-href {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    position: relative;
    color: #3e3a39;
    background-color: #e7e7e7;
}
.sidebar-widget ul ul {
    /*padding-left: 30px;*/
    list-style: none;
}

.sidebar-widget ul ul li a{
    padding-left:20%;
    display: block;
    width: 100%;
    height:100%;
    padding-top:10px;
    padding-bottom:10px;
}

.sidebar-widget ul ul ul li a{
    padding-left:25%;
}

.sidebar-widget ul ul ul ul a{
    padding-left:30%;
}

.sidebar-widget ul ul li.active a, .sidebar-widget ul ul li a:hover {
    color: #a6262e;
}

.sidebar-widget ul ul li a:hover {
    text-decoration: underline;
}

.sidebar-widget ul ul li:first-child {
    /*padding-top:0;*/
}
.sidebar-widget ul ul li a{
    border-bottom: 1px solid #f7f7f7;
}

.sidebar-widget ul ul li:last-child {
    padding-bottom: 10px;
    border-bottom: 0;
}
.sidebar-widget ul ul ul ul li:last-child {
    padding-bottom: 0;
}
.sidebar-widget .toggle-icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
    /*background: url(../images/up-icon.png) center no-repeat;*/
    background-size: 14px;
    position: absolute;
    right:6px;
    top:2px;
}
.sidebar-widget .toggle-icon.collapsed {
    /*background: url(../images/down-icon.png) center no-repeat;*/
    background-size: 14px;
}
.sidebar-widget a:hover {
    text-decoration: none;
}
.sidebar-widget .panel a.category-href{
    padding-left: 20%;
    background-image: url(../images/aLeft.png);
    background-position: 8% center;
    background-repeat: no-repeat;
}
.sidebar-widget .panel.active a.category-href, .sidebar-widget .panel:hover a.category-href{
    background-image: url(../images/aBottom.png);
    background-color: #1f1a17;
    color:#fff;
}

/***** Success start *****/
.success-message {
    text-align: center;
}
.success-message .icon-wrapper {
    color:#00d025;
}
.success-message .icon-wrapper i{
    font-size:4.725rem;
}
.success-message .title {
    margin-top: 0.725rem;
}
.success-message .inner {
    margin: 1rem 0;
}
/*** Success end ***/


/**** account module start ****/
.account-module {
    border-radius: 0;
}
.account-module ul i {
    font-size: 1.175rem;
    width: 18px;
    text-align: center;
}
.account-module .list-group-item {
    border:none;
    border-bottom: 1px solid #ededed;
}
.account-module a:hover {
    text-decoration: none;
}

/**** account module end ****/



.category-banner-wrapper img {
    width: 100%;
}

/***** product list start ****/
.row.product-row {
    margin-left: -5px;
    margin-right: -5px;
}
.row.product-row .product-layout{
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.product-layout .product-inner {
    border: 1px solid #efefef;
    position: relative;
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
}

@media(min-width: 768px) {
    .row.product-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .row.product-row .product-layout{
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-layout .product-inner {
        margin-bottom: 20px;
    }
}

@media(min-width: 992px) {
    .row.product-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row.product-row .product-layout{
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-layout .product-inner {
        margin-bottom: 30px;
    }
}
.product-layout .product-inner .product-promotion-thumb {
    max-height: 44px;
    position: absolute;
    left:0;
    top:0;
}
.product-layout .image {
    overflow: hidden;
    margin-top:20px;
}

@media(min-width: 576px) {
    .product-layout .image {
        margin-top:30px;
    }
}

.product-layout .image:hover img{
    transform: scale(1.08);
    transition: all 0.8s;
}

.product-layout .caption {
    margin-top:10px;
    text-align: left;
    padding-left:10px;
    padding-right:10px;
}

.product-layout .product-name {
    font-size:16px;
    font-weight: bold;
    height: 36px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-layout .product-name a {
    color:#8dbe4b;
}
.product-layout .product-summary {
    font-size:14px;
    color: #898989;
    height: 72px;
    overflow: hidden;
}

.product-layout .price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#000;
}

.product-layout .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    font-size:14px;
    height: 20px;
    margin-top:-4px;
}

.product-list .product-inner .image {
    float: left;
    display: inline-block;
    width: 200px;
}

.product-list .product-inner .caption {
    text-align: left;
    margin-left: 200px;
}

/***** product list end ****/

/***** product detail start ****/
.product-images {
    display: flex;
    margin-bottom: 2rem;
}

.product-images .slider-nav img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
}
.product-images .slider-nav .slick-slide.slick-current.slick-active img {
    border: 1px solid rgb(31, 26, 23);
}

.product-images .slider-for img {
    border: 1px solid #efefef;
    width: 99%;
}

.product-images .slider-nav .slick-slide{margin-top: 5px;}
@media(min-width: 768px){
    .product-images .slider-nav .slick-slide{margin-top: 15px;}
}
@media(min-width: 992px){
    .product-images .slider-nav .slick-slide{margin-top: 20px;}
}
@media(min-width: 1400px){
    .product-images .slider-nav .slick-slide{margin-top: 25px;}
}

.product-images .slider-nav .slick-prev { top: 0px; left:50%; margin-left:-10px; transform: rotate(90deg); background: url(../images/left-icon-n.png) center no-repeat ;background-size: 46px; z-index: 222; text-indent: -9999px;}
.product-images .slider-nav .slick-next {top: 99%; left:50%; margin-left:-10px; transform: rotate(90deg); background: url(../images/right-icon-n.png) center no-repeat ;background-size: 46px;z-index: 222; text-indent: -9999px;}



/***** product detail start ****/
.elevate-zoom-wrapper {
    /*display: flex;*/
    margin-bottom: 2rem;
    position: relative;
}

.product-thumbnail-gallery {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.product-thumbnail-gallery.swiper-horizontal {
    margin-top: 8px;
}
@media (min-width: 768px) {
    .product-thumbnail-gallery.swiper-horizontal {
        padding: 0 30px;
    }
}

.product-thumbnail-gallery .swiper-container {
    background-color: transparent;
}

.product-thumbnail-gallery .swiper-button {
    position: absolute;
    display: block;
    margin-top: -10px;
    background: transparent;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: rgb(31, 26, 23);
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
    outline: none;
    cursor: pointer;
}
.product-thumbnail-gallery.swiper-horizontal .prev-thumb {
    top: 50%;
    margin-top: -10px;
    left: -5px;
}
.product-thumbnail-gallery.swiper-horizontal .next-thumb {
    top: 50%;
    margin-top: -10px;
    right: -4px;
}

.product-thumbnail-gallery .swiper-button.swiper-button-disabled{
    cursor: default;
    color: #999;
    opacity: .7;
}

.product-description {
    font-size:14px;
    overflow: hidden;
}
.product-description h1 {
    font-size:24px;
}
.product-description .summary {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.product-description .product-price-wrapper {
    font-size:32px;
    font-weight: bold;
    margin-top: 0.5rem;
}
.product-description .product-price-wrapper .price-old{
    font-size:20px;
    color:#aaa;
}
.product-description .quantity-input-wrapper .form-control{
    text-align: center;
    min-width: 40px;
    max-width: 120px;
}
.product-description .quantity-input-wrapper a:hover{
    text-decoration: none;
}

.product-description .product-cart-action{
    margin-bottom: 0;
}
.product-description .buttons {
    margin-top:.375rem;
}
.product-description .buttons .btn {
    width: 100%;
    max-width: 260px;
    padding-top:6px;
    padding-bottom:6px;
    margin:5px 0;
}

.product-description-related .widget-title{margin-bottom:15px;padding-bottom:5px;font-weight: bold;border-bottom: 1px solid #efefef;}
.product-description-related .widget-title span{padding: 10px 20px;border-radius: 5px 5px 0 0;background: rgb(31, 26, 23);
    color: #fff;font-size:16px;}

#product .radio input, #product .checkbox input {
    display: none;
}

 #product .radio span, #product .checkbox span {
    display: block;
    position: relative;
    padding: 6px 5px;
    margin-bottom: 4px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
}

#product .radio input:checked+span, #product .checkbox input:checked+span {
    border: 2px solid rgb(31, 26, 23);
    padding: 5px 4px;
}

#product-related.swiper-container {
    padding-bottom: 2rem;
}

#product-related.swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.product-video-wrapper {
    margin-top: 2rem;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    max-width: 1100px;
}
.product-video-wrapper iframe {
    width: 100%!important;
    height: 38vw;
}
.product-video-wrapper .video-title {
    text-align: center;
    font-size: 1.375rem;
}

.tab-content-pad {
    padding:15px;
}

.table-style {
    width: 100%;
}
.table-style td {
    padding:0.175rem 0;
    vertical-align: middle;
}
.table-style td.td-text {
    width: 80px;
}
.table-style td.td-space {
    width: 14px;
}
/***** product detail end ****/



/*** min cart start ****/
#box-min-cart {
    position: absolute;
    right:0;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media(min-width:768px){
    #box-min-cart{position: fixed;top: 0;width: 350px;}
}
#box-min-cart ul li .table{padding: 0 10px !important;margin:10px 0;border-bottom:1px solid #ddd;}
#box-min-cart .table tr td a{color:#222;}
#box-min-cart .table tr td .model{margin: 5px auto;display: inline-block;}
#box-min-cart .table tr td .model span{color:#666;}
#box-min-cart .table tr td .price{color:#000;}
.min-cart-title {background-color: rgb(31, 26, 23);font-size: 18px;text-align: left;padding:10px;margin:0;color:#fff;position: relative;}
.min-cart-close {color:#fff!important;position: absolute;right:10px;top:2px;}
#cart.active #box-min-cart {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color:#222;
}

.min-cart-totals{margin-left:0 !important;margin-right:0px !important;border-top:1px solid #ffb84c !important;}
.min-cart-backdrop {
    position: fixed;
    top:0;
    left:0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
}
@media(min-width: 320px) and (max-width: 767px){
    #box-min-cart{position: fixed;top:0;}
    .head-height{height:55px;}
    .foot-height{height:48px;}
}

#cart.active .min-cart-backdrop {
    visibility: visible;
    opacity: 1;
}

#box-min-cart .table>tbody>tr>td, #box-min-cart .table>tbody>tr>th, #box-min-cart .table>tfoot>tr>td, #box-min-cart .table>tfoot>tr>th, #box-min-cart .table>thead>tr>td, #box-min-cart .table>thead>tr>th {
    padding:10px;
    border-top:0;
    background: transparent!important;
}
#box-min-cart .table-striped>tbody>tr {
    background: transparent!important;
}
#box-min-cart .img-thumbnail {padding:0 5px;border:none;border-radius: 0;}
#cart .min-cart-top-title a {color:#94c11f}
/**** min cart end ****/


/**** checkout & cart start ****/

.checkout-checkout {
    background-color: #f5f5f5;
}
.checkout-step {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.checkout-step .step {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    max-width: 33%;
    margin-left: -2px;
    margin-right: -2px;
    color: black;
}
.checkout-step .step .badge {
    position: relative;
    background-color: transparent;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.checkout-step .step span {
    display: block;
    padding: 0 5px;
}
.checkout-step .step .badge .text {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.checkout-step .step .badge::before {
    content: " ";
    background-color: #cccccc;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}
.checkout-step .step .badge::after {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: " ";
    background-color: #cccccc;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 0;
}
.checkout-step .step:first-child .badge::before {
    width: 50%;
    left: 50%;
}
.checkout-step .step:last-child .badge::before {
    width: 50%;
    right: 50%;
}
.checkout-step .step.visited .badge::after, .checkout-step .step.active .badge::after {
    background-color: #000;
}
.checkout-step .step.active {
    color:#fff;
}
.checkout-step .step.active .badge-title {
    color:#000;
}
.checkout-step .step.active .badge::before{
    background: #000;
}



.quantity-wrapper .btn {
    padding:0;
    width: 30px;
    height: 36px;
    border: 1px solid #ced4da!important;
    border-radius: 0;
    background-color: #f8f8fa;
}
.quantity-wrapper .input-group-prepend:last-child .btn {
    border-left: none!important;
}

.quantity-wrapper .form-control {
    min-width: 30px;
    max-width: 100px;
    height: 36px;
    text-align: center;
}

.checkout-section {
    border-radius: 0;
    border: 1px solid #ededed;
    margin-bottom: 20px;
    background-color: white;
}

.shopping-cart .section-header {
    padding: .65rem 1rem;
    border-bottom: 1px solid #ededed;
    background-color: #f8f8fa;
    line-height: 26px;
}
.section-title {
    font-size: 1.175rem;
    font-weight: bold;
    margin: 0;
}

.shopping-cart .table-header, .shopping-cart .table-row {
    padding: 1rem;
}
.shopping-cart .table-row{
    border-top: 1px solid #EDEDED;
}

.shopping-cart .table-header, .shopping-cart .table-row{
    display: flex;
    justify-content: space-between;
}

.shopping-cart .table-footer {
    border-top: 1px solid #EDEDED;
}

.card {
    border-radius: 0!important;
    border: 1px solid #ededed;
}
.card .card-header {
    border-radius: 0!important;
    font-size: 1.175rem;
    font-weight: bold;
    padding: .65rem 1rem;
    background-color: #f8f8fa;
    border-bottom: 1px solid #ededed;
}



@media(min-width: 768px) {
    .shopping-cart .table-header-title, .shopping-cart .item {
        width: 18%;
    }

    .shopping-cart .item-img {
        width: 90px;
    }
    .shopping-cart .item-name {
        width: 24%;
    }
    .shopping-cart .item-price {
        text-align: center;
    }
    .shopping-cart .item-quantity {
        text-align: center;
    }
    .shopping-cart .item-total {
        text-align: center;
    }
    .shopping-cart .item-action {
        width: 40px;
    }

    .shopping-cart .quantity-wrapper {
        align-items: center;
        justify-content: center;
    }
}



@media (max-width: 767px) {
    .shopping-cart .table-header {
        display: none;
    }
    .shopping-cart .section-header {
        border-bottom: none;
    }
    .table-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cart-item .item-name > a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .shopping-cart .table-body .item-img {
        width: 24%;
    }
    .shopping-cart .table-body .item-name {
        width: 72%;
    }
    .shopping-cart .table-body .item-price {
        width: 100%;
        text-align: right;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .shopping-cart .table-body .item-action {
        position: absolute;
        right:0;
        top:10px;
    }

    .shopping-cart .table-row {
        position: relative;
    }

}

.checkout-product-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
}
.checkout-product-wrapper .item{
    display: flex;
    flex-direction: row;
    width:100%;
    padding:0.75rem 0;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ededed;
}
.checkout-product-wrapper .item .image {
    width: 80px;
    margin-right:5px;
}
.checkout-product-wrapper .item .info {
    padding-top:3px;
    width: 80%;
}

.checkout-product-wrapper .item .name {
    font-size:16px;
}

.checkout-product-wrapper .item .price-qty {
    font-size:14px;
    text-align: right;
    color:#e85667;
}

.checkout-total-wrapper {
    padding:0 0.75rem;
}
.checkout-total-wrapper .item {
    width: 100%;
    margin:5px 0;
}
.checkout-total-wrapper .item:last-child {
    margin-top: 10px;
    color:#e85667;
    font-size:20px;
}

.quick-checkout-wrapper .checkout-section, .common-pad-1{
    padding:0.75rem;
}
.quick-checkout-wrapper .checkout-section.checkout-cart-section{
    padding:0;
}

.quick-checkout-wrapper .title-wrapper {
    color:rgb(31, 26, 23);

    border-bottom: 1px solid #ededed;
    margin-bottom: 1rem;
}
.quick-checkout-wrapper h2 {
    font-size: 1.175rem;
}
.quick-checkout-wrapper .title-wrapper h2 {
    position: relative;
    padding-left: 1rem;
    font-weight: bold;
}
.quick-checkout-wrapper .title-wrapper h2:before {
    content: '';
    position: absolute;
    left:0;
    top:1px;
    width: 4px;
    height: 80%;
    background-color:rgb(31, 26, 23);
}

.checkout-cart-section .section-header {
    padding: 1rem;
    text-align: center;
    background-color: rgb(31, 26, 23);
    color:#fff;
}

.button-submit-wrapper {
    padding-left:0.75rem;
    padding-right:0.75rem;
    padding-bottom: 1.5rem;
}

.checkout-border-line {
    border-top: 1px solid #ededed;
    padding-top: 1rem;
}

.quick-checkout-wrapper .checkout-section .radio {
    position: relative;
    display: inline-block;
    border: 1px solid #d2d2d2;
}
.quick-checkout-wrapper .checkout-section .radio.active {
    border: 2px solid rgb(31, 26, 23);
}

.quick-checkout-wrapper .checkout-section .radio label {
    padding: 8px 11px;
    margin:0;
}
.quick-checkout-wrapper .checkout-section .radio.active label {
    padding: 7px 10px;
}
.quick-checkout-wrapper .checkout-section .radio input {
    display: none;
}

.checkout-address-list li {
    border-bottom: 1px solid #ededed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding:8px 5px;
    cursor: pointer;
}
.checkout-address-list li .item {
    width: 93%;
    position: relative;
    padding-left:30px;
}
.checkout-address-list li .item:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border: 1px solid #999;
    border-radius: 100%;
    position: absolute;
    left:0;
    top:1px;
}
.checkout-address-list li.active .item:before {
    background-color: #fff;
    border: 1px solid rgb(31, 26, 23);
}
.checkout-address-list li.active .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: rgb(31, 26, 23);
    border-radius: 100%;
    position: absolute;
    left:4px;
    top:5px;
}

.checkout-address-list li .address-action {
    width: 5%;
    text-align: right;
    cursor: pointer;
}

.checkout-address-list i {
    color:rgb(31, 26, 23);
}

.btn-new-address {
    cursor: pointer;
}

@media (min-width: 992px) {
    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        max-width: 1170px;
    }

    #quick-checkout-connect .quick-checkout-connect-wrapper .order-info {
        overflow: hidden;
        margin: 0 auto;
    }
}

.success-items {
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}
.success-items h1{
    font-size:1.725rem;
}
.success-items .icon-wrapper {
    font-size: 4rem;
    text-align: center;
    color:#4cb64c;
}
.success-items a {
    color: #192c56;
}


.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 9px;
    margin-top: 0;
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 9px;
        margin-bottom: 0;
        text-align: right;
    }
}


.faq-wrapper .card.card-style {
    margin-bottom: 1rem;
}

.faq-wrapper .card.card-style .card-header {
    padding:0;
    border-bottom: none;

}
.faq-wrapper .card.card-style .card-header .card-link {
    display:block;
    padding: .65rem 3rem .65rem 1rem;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.faq-wrapper .card.card-style .card-header .card-link:after {
    content: '';
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-down.png);
    background-size: 100%;
    position: absolute;
    right:1rem;
    top:.55rem;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.faq-wrapper .card.card-style .card-header .card-link.collapsed:after {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.faq-wrapper .card.card-style .card-header .card-link.collapsed {
    border-bottom: none;
}



/**** post start ****/
.post-wrapper .post-list {
    border-bottom: 1px solid #ededed;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.post-wrapper .post-list a:hover {
    text-decoration: none;
}

.post-wrapper .post-list .title {
    font-size:1.525rem;
}
.post-wrapper .post-list .summary {
    margin: .375rem 0;
}
.post-wrapper .post-list .more {
    margin-top: .5rem;
}
.post-wrapper .post-list .more a{
    text-decoration: underline;
    color: rgb(31, 26, 23);
}
@media(max-width: 767px) {
    .post-wrapper .post-list .title {
        margin-top:.725rem;
    }
}

.post-detail-wrapper .heading-title {
    text-align: center;
    font-size:1.725rem;
}
.post-detail-wrapper .date {
    text-align: center;
    margin:1rem 0;
}
/**** post end ****/

/**** account start ****/

.account-info {
    padding-top:1rem;
    margin-bottom: 2rem;
}

.account-info .hello span {color:#23a1d1;font-weight: bold;}
.account-main-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #ededed;
    padding:10px;
    height: 100%;
}
.account-information-wrapper {
    padding-left:15px;
    padding-top: 15px;
}
.account-info .account-avatar {
    padding-top:6px;
    text-align: center;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.account-info .account-avatar .fa {
    font-size: 5rem;
}
.account-base-info-wrapper {
    border: 1px solid #ededed;
    padding:10px;
}
.account-base-info-wrapper .item {
    border-bottom: 1px dashed #ededed;
    padding:0.5rem 0.725rem;
}
.account-base-info-wrapper .item i {
    width: 18px;
    text-align: center;
    color:#aeb1bb;
}

.account-inner-buttons > .row{
    justify-content: center;
}
.account-inner-buttons .item {margin-top:2rem;}
.account-inner-buttons .item > a {
    text-align: center;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    color:#fff!important;
}
.account-inner-buttons .item a .fa {
    font-size: 36px;
    margin-top: 8px;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.account-inner-buttons .item h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}
.account-inner-buttons .item:hover a .fa {
    font-size: 44px;
    opacity: 1;
    margin-top: 2px;
    -webkit-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
}
.account-inner-buttons .item:hover a {
    text-decoration: none!important;
}

.account-wrapper {
    border: 2px solid #ededed;
    padding:1rem;
}
.table-middle td, .table-middle th {
    vertical-align: middle;
}


.mobile-order-list .item {
    margin-bottom: 15px;
}
.mobile-order-list .head {
    background-color: #efefef;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.mobile-order-list .head div {
    margin: 8px 0;
}
.mobile-order-list .body .info-item {
    margin: 5px 0;
    padding-right:10px;
}

.mobile-order-list .body .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mobile-order-list .inner .image {
    width: 18%;
    padding-right:2%;
}
.mobile-order-list .inner .info {
    width: 80%;
}

.mobile-order-list .btn {
    padding: 4px 10px;
}

.wishlist-wrapper .delete{
    position: absolute;
    top:5px;
    right: 5px;
}


.no-items, .box-empty {
    text-align: center;
    padding:2rem 0;
}

.social-media-wrapper .item {
    margin-left: 2px;
    margin-right: 2px;
}


.fixed-contact-icon-wrapper {
    position: fixed;
    z-index: 9999;
    right: calc(4% + 56px);
    bottom: 2.5%;
    display:flex;
}
@media(min-width: 768px) {

    .fixed-contact-icon-wrapper {
        position: fixed;
        z-index: 9999;
        right: calc(6% + 56px);
        bottom:6%;
        display:flex;
    }
}
.fixed-contact-icon-wrapper .item {
    margin:0 10px;
    position: relative;
}
.fixed-contact-icon-wrapper .item > a{
    display: block;
    width: 46px;
    height: 46px;
    background-color: #2a3a91;
    border-radius: 10px;
    text-align: center;
    color:#fff;
    padding-top:8px;
}
.fixed-contact-icon-wrapper .item.item-messenger > a{
    padding-top:6px;
}
.fixed-contact-icon-wrapper .item.item-whatsapp > a{
    background-color: #47b449;
}
.fixed-contact-icon-wrapper .item.item-messenger > a{
    background-color: #0064ff;
}
.fixed-contact-icon-wrapper .item.item-wechat > a{
    background-color: #2dc100;
}
.fixed-contact-icon-wrapper .item > a i {
    font-size:1.8rem;
}
.fixed-contact-icon-wrapper .item.item-wechat > a i {
}
.fixed-contact-icon-wrapper .item > a img {
    width: 75%;
}
.fixed-contact-icon-wrapper .children-wrapper {
    position: absolute;
    right:115%;
    top:0;
    display: none;
}
.fixed-contact-icon-wrapper .item.active .children-wrapper {
    display: block;
}
.fixed-contact-icon-wrapper .children-inner {
    background-color: #fff;
    min-width: 180px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgb(161 163 175 / 11%);
    padding:0.725rem;
    position: relative;
    font-size:14px;
}

.fixed-contact-icon-wrapper .children-inner:after, .fixed-contact-icon-wrapper .children-inner:before {
    border: solid transparent;
    content: '';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
}

.fixed-contact-icon-wrapper .children-inner:after {
    border-width: 7px;
    border-left-color: #fff;
    top: 24px;
}

.fixed-contact-icon-wrapper .children-inner:before {
    border-width: 9px;
    border-left-color: #E0E1E5;
    top: 22px;
}

.fixed-contact-icon-wrapper .w-btn {
    font-size: 14px;
    background: #2dc100;
    color: #fff;
    width: 100%;
    padding: 6px 15px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

.fixed-contact-icon-wrapper .info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.fixed-contact-icon-wrapper .whatsapp-inner .photo {
    width: 28%;
    margin-right:5px;
}
.fixed-contact-icon-wrapper .whatsapp-inner .photo img {
    border-radius: 100%;
}
.fixed-contact-icon-wrapper .whatsapp-inner p {
    line-height: 1.375rem;
}
.fixed-contact-icon-wrapper .whatsapp-inner .info {
    font-size:1rem;
}
.fixed-contact-icon-wrapper .qrcode-inner img {
    max-width: 180px;
}

@media(min-width: 768px) {
    .fixed-contact-icon-wrapper .item > a {
        width: 46px;
        height: 46px;
        padding-top: 8px;
    }
    .fixed-contact-icon-wrapper .item > a i {
        font-size:1.8rem;
    }
    .fixed-contact-icon-wrapper .children-inner {
        min-width: 210px;
    }
}

/**** account end ****/

@media(max-width: 767px) {
    .common-pad-tb {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.follow-wrapper .icon-wrapper{
    display: flex;
    flex-direction: row;
}
.follow-wrapper a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 100%;
    color: #fff;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    text-decoration: none;
}

.follow-wrapper .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.follow-wrapper a:hover{background: #f50589;}
.follow-wrapper a .fa{font-size: 16px;}




/**** cookies policy start ****/
.cookie-policy-wrapper {
    padding: 1rem 0;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    left:0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    color:#fff;
}
.cookie-policy-wrapper .button-cookie-policy {
    text-align: center;
}
@media(min-width: 768px) {
    .cookie-policy-wrapper .container {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
    }
    .cookie-policy-wrapper .text {
        width: 88%;
    }
}
/**** cookies policy end ****/




.layui-layer-setwin .layui-layer-close2 {
    right:0;
    top:0;
    width: 20px;
    height: 20px;
    background: none;
    font-family: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.layui-layer-setwin .layui-layer-close2:after {
    content: "\f00d";
    width: 20px;
    height: 20px;
    font-size: 1.275rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.layui-layer-setwin .layui-layer-close1 {
    right:0;
    top:-4px;
    width: 20px;
    height: 20px;
    background: none;
    font-family: inherit;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.layui-layer-setwin .layui-layer-close1:after {
    content: "\f00d";
    width: 20px;
    height: 20px;
    font-size: 1.275rem;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .9;
}

.cart-num {
    padding: 0 5px;
    position: absolute;
    top: -2px;
    right: -6px;
    background: #c47139;
    border-radius: 50%;
    font-size: 12px;
    min-width: 16px;
    height: 16px;
    line-height: 8px;
    text-align: center;
    color:#fff;
}

.quick-checkout-wrapper .checkout-login {
    margin-bottom: 0;
}


a{text-decoration: none;color:#3e3a39;}
a:hover{color: #192c56;}
a,input,button {outline: none!important;}
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}

.cart-wrapper {
    padding: 10px;
    background-color: #f7f7f7;
    border-top:1px solid #efefef;
}

.btn-add-to-cart {
    padding:0;
}

.common-wrapper-title {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #1f1a17;
    padding: 10px 30px;
}

.header-cart-item-wrapper {
    display: block;
    border: 1px solid #c6c6c6;
    height: 46px;
    line-height: 46px;
    color: #a9a9a9;
    overflow: hidden;
}

.header-cart-item-wrapper .cart-icon {
    display:inline-block;
    width: 46px;
    height: 100%;
    background-color: #1f1a17;
    text-align: center;
}

.header-cart-item-wrapper .cart-icon .fa {
    font-size:24px;
    color:#fff;
}
.header-cart-item-wrapper .cart-text {
    padding-left:4px;
    font-size:14px;
    color:#000000;
}

.btn-add-to-cart {
    height: 36px;
    line-height: 36px;
    background-color: #e7e7e7;
    border-radius: 0;
}
.btn-add-to-cart .icon {
    display:inline-block;
    width: 36px;
    height: 100%;
    background-color: #1f1a17;
    text-align: center;
}

.btn-add-to-cart .icon .fa {
    font-size:20px;
    color:#fff;
}
.btn-add-to-cart .text {
    padding-left:3px;
    padding-right:3px;
    font-size:14px;
    color:#000000;
}

.module-slideshow {
    margin-top: 5px;
}
.module-slideshow .swiper-pagination {
    text-align: right;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    opacity: 1;
    background: none;
}

.swiper-pagination-bullet-active {
    background: #e5322d!important;
    border: 2px solid #e5322d;
}

.index-promotion-icon{
    position:fixed;
    bottom:30px;
    left:0px;
    z-index: 999999;
    background: rgba(0,0,0,0.5);
    color: #000;
    border-radius: 50%;
}
.index-promotion-icon a{
    position: absolute;
    top: -30px;
    right: 0;
    z-index:999999;
    color: #252525;
    background: rgba(255,255,255,0.7);
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.index-promotion-icon img{
    font-size:18px;
    line-height: 20px;
    max-width: 150px;
    display: inline-flex;
    text-align:center;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
@media(max-width: 767.98px){
    .index-new-icon a{width: 100px;bottom:3%;}
    .index-promotion-icon{display: none;}
    .home_cart {
        padding-right: 0;
    }
}

.btn.btn-bar, .button-close-menu {
    color:#fff;
}

.button-close-menu {
    padding-top:5px;
}

.tax-discounts-box li{
    border: 1px solid #dedede;
    padding:6px 10px;
    margin-bottom: 10px;
}

.checkout-cart.quick-checkout-wrapper {
    overflow: hidden;
}


.payme-step {font-size: 14px;color:#666;}
.payme-step .step {
    display: inline-block;
    background-color: #666;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    margin-right: 4px;
    border-radius: 100%;
}

.quick-checkout-connect-wrapper .title {
    font-size:1.725rem;
}
.quick-checkout-connect-wrapper .total {
    font-size:1.425rem;
}

.head-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.head-links a {
    margin-left:5px;
    margin-right:6px;
    position: relative;
}

.head-links a:after {
    content: '|';
    position: absolute;
    right:-6px;
    top:0px;
    font-size:14px;
}
.head-links a:last-child:after {
    display: none;
}


.payment-method-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: left;
    margin-left:-3px;
    margin-right:-3px;
}

.payment-method-wrapper .radio {
    height:48px;
    line-height:48px;
    margin-left:3px;
    margin-right:3px;
}

.payment-method-wrapper .radio label{
    padding-top:1px!important;
    padding-bottom:1px!important;
}
.payment-method-wrapper .radio img {
    margin-top:-3px;
    display: inline-block;
}
.payment-method-wrapper .radio.active label{
    padding-top:0!important;
    padding-bottom:0!important;
}



.fixed-top.home-top, .fixed-top.home-top-second {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}