g*,
body,
ul,
ul li {
    padding: 0;
    margin: 0;
    font-family: "MyriadPro-Regular";
}
@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../fonts/MyriadPro-Regular.eot");
    /*src: url("../fonts/MyriadPro-Regular.woff"),*/
    src: url("../fonts/MyriadPro-Regular.ttf"),
        url("../fonts/MyriadPro-Regular.svg");
}
@font-face {
    font-family: "MyriadPro-Semibold";
    src: url("../fonts/MyriadPro-Semibold.eot");
    src: url("../fonts/MyriadPro-Semibold.woff"),
        url("../fonts/MyriadPro-Semibold.ttf"),
        url("../fonts/MyriadPro-Semibold.svg");
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.woff"),
        url("../fonts/Poppins-SemiBold.ttf"),
        url("../fonts/Poppins-SemiBold.svg");
}
@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.woff"), url("../fonts/Poppins-Light.ttf"),
        url("../fonts/Poppins-Light.svg");
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}
input,
textarea,
select,
button {
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}
select {
    display: block;
}
option {
    display: block;
}
.visible-xs {
    display: none;
}
ul li {
    list-style: none;
}
a {
    color: #333;
    transition: all 0.5s ease 0s;
}
.form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.headeryd .headright button {
    background: none;
}
.headBox {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*.headBox .nav {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/
.free {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    background-color: #262626;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins-SemiBold";
}
#menu {
    display: inline-block;
    width: auto;
    border: none;
    /*min-height: 44px;*/
    margin-bottom: 0;
    width: 100%;
}
.topbar {
    width: 100%;
    height: auto;
    background-color: #262626;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.topbar .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar .inner .left {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.topbar .inner .left p {
    margin-bottom: 0px;
}
.topbar .inner .left dl {
    display: flex;
    margin-bottom: 0px;
}
.topbar .inner .left dl dd a {
    color: #fff;
    margin: 0 5px;
}
.topbar .inner .middle {
    text-align: center;
    font-size: 14px;
}
.topbar .inner .right {
    display: flex;
}
.topbar .inner .right .lang {
    display: flex;
}
.topbar .inner .right .lang li a {
    color: #fff;
    margin: 0 2px;
}
.topbar .inner .right .login {
    display: flex;
    margin-left: 20px;
}
.topbar .inner .right .login li a {
    color: #fff;
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.topbar .inner .right .login li a img {
    max-width: 100%;
    margin: 0 5px;
}

.headBox .toptop {
    display: flex;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 10px 30px;
}
.headBox .toptop .headtop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.headBox .navcon {
    display: flex;
    align-items: center;
}
.headBox .headtops .col-md-7 {
    max-height: 50px;
}
.headBox .navcon .cart {
    min-height: 50px;
}
.headBox .logo {
    overflow: hidden;
    position: relative;
    z-index: 9999;
}
.headBox .logo img {
    display: block;
    max-width: 100%;
}
.searchform-fly-overlay,
.menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: all ease-in-out 0.25s;
    z-index: 10000999;
}
.searchform-fly-overlay .btn-close-search {
    font-size: 40px;
    display: block;
    position: absolute;
    top: 20%;
    right: 20%;
    line-height: 40px;
    height: 40px;
    transition: all 0.3s;
    color: #fff;
}
.searchform-fly-overlay .searchform-fly {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.searchform-fly-overlay p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 70px;
}
.search-form {
    position: relative;
}
.searchform-fly-overlay .search-field {
    width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
    border: 0 !important;
    text-align: center;
    font-size: 24px;
    padding: 20px;

    transition: all 0.3s ease-out;
    font-weight: 300;
    max-width: 95%;
    height: auto;
}
#search input {
    border: none;
    height: 40px;
    border-radius: 30px;
    padding-left: 6px;
    border-right-width: none;
    background-color: #e5ecf2;
}
.search-form .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    right: 35px;
    border: none;
    color: #ffff;
    background: none;
    padding: 0;
}
.search-form .search-button i {
    background: none;
    color: #13548c;
}
.open-search-form.searchform-fly-overlay,
.open-menu-fullscreen.menu-full-screen {
    visibility: visible;
    opacity: 1;
}
.headBox .header-account {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 50px;
}
.headBox .header-account .input-group a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#form-language a {
    padding: 10px 0px;
}
.headBox .header-account .input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5px 1px 5px;
    position: relative;
}
.header-account i {
    font-style: normal;
    /*color: #e50007;*/
    font-size: 20px;
}
.header-account .input-group i {
    font-style: normal;
    color: #e50007;
    font-size: 20px;
}
.header-account #tel i {
    font-size: 22px;
    padding-bottom: -3px;
}
.headBox .header-account #cart .number {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.headright {
    color: #333 !important;
    font-size: 16px;
}
.headright #phone {
    margin: 0 1.5rem;
}
.headright #phone .number {
    position: absolute;
    right: -15px;
    top: -5px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.headBox .header-account > div {
    margin-left: 5px;
    white-space: nowrap;
}
.headBox .header-account > div > img,
.headBox .header-account > div a > img {
    margin-right: 10px;
    margin-top: -4px;
}
.headBox .header-account > div > span,
.headBox .header-account > div a > span {
    font-size: 18px;
    color: #e50007;
    font-family: "Poppins-SemiBold";
}

.headBox .nav-ul {
    display: flex;
    justify-content: space-between;
    z-index: 9998;
    align-items: center;
}
.navbar {
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
}
.navbar-nav {
    min-height: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headBox .nav-ul .subnav li a {
    display: inline-block;
    text-align: center;
    color: #333;
    transition: background 0.1s linear 0s;
    -webkit-transition: background 0.1s linear 0s;
    -moz-transition: background 0.1s linear 0s;
    -o-transition: background 0.1s linear 0s;
    font-size: 21px;
}
.headBox .nav-ul .subnav li a i {
    margin-left: 5px;
}
.headBox .nav-ul .subnav li a img {
    height: 35px;
    margin: -2px 0 0 10px;
}
.headBox .nav-ul .subnav li a:hover {
    color: #4a4fa1;
    background: none;
}

.headBox .nav-ul .subnav li .this {
    color: #f36e22;
}
.navbar-nav::before {
    display: none;
}

.fixednav {
    position: fixed;
    top: 0;
    background-color: #fff;
}

.menu-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    top: 0;
}
.menu-box {
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000000001;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
    color: #fff;
    right: 0;
}
.menu-box .shop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.menu-box .shop p {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.menu-box .shop p img {
    margin-right: 5px;
}
.menu-box.open {
    transform: translateX(0);
}
.open .logo img {
    display: block;
    margin: 100px auto;
}
.open .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.language-bg {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.language-box {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 10001;
    display: none;
}
.nav > li > a {
    font-size: 19px;
    font-family: "Poppins-SemiBold";
    color: #262626;
}
.nav > li > a:hover {
    background: none;
    color: #e50007;
}
.nav li .cart {
    border: 1px solid #fff;
}
.nav li .cart #cart {
    border-right: 1px solid #fff;
}
.btn-group .dropdown-menu,
#top .list-inline li .dropdown-menu,
#account-box .dropdown-menu {
    min-width: 100px;
    border-radius: 0 !important;
    padding: 0;
    top: 120%;
    border: none;
    left: 50%;
    color: #333;
    text-align: left;
    margin-left: -55px;
    box-shadow: 0 16px 48px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 10px 0px;
}
.btn-group .dropdown-menu:before,
.list-inline li .dropdown-menu:before,
#account-box .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -0.4375em;
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.footer {
    width: 100%;
    height: auto;
    background: #f3f6f9;
    overflow: hidden;
    position: relative !important;
    padding: 50px 0px;
    color: #fff;
    background-color: #f3f6f9;
}

footer .promise {
    width: 100%;
    height: auto;
    background-color: #f3f6f9;
    padding: 30px 0px;
}
@media (max-width: 996px) {
    .section2.introduction {
        margin: 0;
    }
}
@media (max-width: 768px) {
    .nav > li > a {
        font-size: 16px;
    }
    .category-wrapper{
        flex-wrap: wrap;
    }
    .category-wrapper li{
        margin: 10px ;
    }
    .product-wrapper{
        padding: 0 15px;
    }
    .product-info .product-introduce,.product-info .product-introduce{
        padding: 50px 30px;
    }
    .product-info-cate .product-info-wrapper > .container{
        padding: 0 15px;
    }
    .product-info .product-info .info-content .description .pro-cart .quantity-box > div{
        width: 50px;
        height: 50px;
    }
    .product-info .product-introduce .introductions > div{width: 100%;}
    .product-info .product-introduce .p_title-2{white-space: inherit;}
    .product-info .product-introduce .p_title-2:after{display: none;}
}
@media (max-width: 768px) {
    footer .promise {
        width: 100%;
        height: auto;
        background-color: #f3f6f9;
        padding: 10px 0px;
    }
}
footer .promise img {
    max-width: 100%;
}
footer .promise span {
    font-size: 21px;
    font-family: "Poppins-SemiBold";
}
footer .letter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
footer .bottom {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    background-color: #19232c;
    padding: 20px;
}
footer .bottom img {
    max-width: 100%;
}
footer .bottominner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
footer .bottominner .left {
    width: 24%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .bottominner .left .ximg {
    width: 16%;
}
footer .bottominner .left .ximg img {
    overflow: hidden;
}
footer .bottominner .left .con {
    width: 80%;
    color: #fff;
}
footer .bottominner .left .con span {
    width: 100%;
}
footer .bottominner .left .con b {
    font-size: 21px;
    display: block;
    font-family: "Poppins-SemiBold";
}
footer .bottominner .left .con span {
    font-size: 16px;
}
footer .bottominner .letter {
    width: 40%;
}
.newsletter {
    width: 100%;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}

.newsletter input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #333;
    background: transparent;
    box-shadow: initial;
    padding-left: 16px;
    font-size: 16px;
    background: none;
}
.newsletter button {
    width: 56px;
    height: 40px;
    box-sizing: border-box;
    background: #dce6ee;
    border: none;
    font-size: 12px;
    border-radius: 5px;
    color: #19232c;
}
footer .bottominner .links {
    width: 18%;
    display: flex;
    align-items: center;
    color: #fff;
}
footer .bottominner .links ul {
    display: flex;
    margin-bottom: 0px;
}
footer .bottominner .links p {
    margin-bottom: 0px;
}
footer .bottominner .links ul li {
    width: 50px;
    height: 50px;
    background-color: #8c9196;
    border-radius: 50%;
    margin: 0 10px;
}
footer .bottominner .links ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
footer .bottominner .links ul li a i {
    color: #19232c;
    text-transform: uppercase;
    font-size: 20px;
}
.footer .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .inner .logo {
    /*width: 20%;*/
}
.footer .inner .logo img {
    max-width: 100%;
}
.footer .inner .right {
    width: 80%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer .inner .right h3 {
    font-size: 18px;
    color: #4f4248;
    font-family: "Poppins-SemiBold";
}
.footer .inner .right a {
    display: block;
    font-size: 14px;
    color: #4f4248;
    margin-top: 10px;
}
.footer .inner .right img {
    max-width: 100%;
    margin-top: 10px;
}

.copy {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px 0px;
}
.copy p {
    font-size: 14px;
    margin: 0;
    color: #262626;
    text-align: center;
}
.headBoxFixed {
    background: #fff;
    position: relative;
    padding-top: 10px;
    top: 0;
}
.menu-box.open {
    transform: translateX(0);
}
.open .logo img {
    display: block;
    margin: 100px auto;
}
@media screen and (max-width: 500px) {
    .footer .inner .logo img {
        width: 60%;
    }
}
.line-limit-length {
    height: 66px;
    overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
    color: #4a4a4a !important;
}
.nav > li > a {
    font-size: 16px;
}
