/*body*/
@font-face {
    font-family: NunitoSans;
    src: url(../../../tp/T0333/font/NunitoSans-Regular.ttf);
}

@font-face {

    font-family: "SairaCondensed-Bold";
    font-display: block;
    src: url(../font/SairaCondensed-Bold.ttf) format("truetype");

}
body {
    margin: 0;
    padding: 0;
    /*font-size: .875rem;*/
    color: #111;
    line-height: 1.5;
    font-family: 'NunitoSans';
    font-size: 1rem;
    /*color: #373a3c;*/
    background-color: #fff;
}



body div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
.fullpage {
    display: block;
    width: 100%;
    overflow: hidden;
}
input:hover, input:active, input:focus, button:hover, button:active, button:focus, select:hover, select:active, select:focus, textarea:hover, textarea:active, textarea:focus {
    outline: none;
}
ul {
    list-style: none;
}
input, select {
    vertical-align: middle;
}
span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
input, button, select, textarea {
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
input, select, textarea {
    margin: 0;
}
select, input, textarea {
    font: 99% sans-serif;
}
a:focus, a:active, a:hover, a:hover:focus, a:hover:active, a:hover:hover {
    text-decoration: none;
}
article, aside, figure, footer, header, nav, section, details, summary {
    display: block;
}
.justify-content-xl-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@font-face {
    font-family: Barlow;
    src: url(../font/Barlow-Regular.ttf)
}
.breadcrumb {
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 20px 5px;
    background-color: transparent;
    font-size: 14px;
}
.breadcrumb ul li {
    float: left;
    padding: 0 15px 0 8px;
    line-height: 1;
    position: relative;
    margin-top: 10px;
}
.breadcrumb ul li:first-child {
    padding-left: 0;
}
.breadcrumb ul li a {
    display: block;
    text-decoration: none;
    color: #111;
    line-height: 1;
}
.container {
    max-width: 1600px;
    width: 85%;
}

/*header*/
header {
    font-family: 'Barlow';
    border-bottom: 1px solid #e1e1e1;
}
header .main-header {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.main-header .menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 15px;
}
.main-header .menu-inner .btn-showmenu {
    display: none;
    float: right;
    width: 20px;
    height: 16px;
    position: relative;
    z-index: 110;
}

.main-header .menu-inner .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .main-header .menu-inner .logo .change-area {
    font-size: 0.625rem;
    padding-top: 5px;
    margin: 0 15px;
    cursor: pointer;
    border-radius: 4px;
}
.main-header .menu-inner .logo .change-area .ct-area {
    background: #f4f4f4;
    padding: 2px 10px;
}
.main-header .menu-inner .logo .change-area span {
    display: block;
    position: relative;
}
.main-header .menu-inner .logo .change-area span.loca {
    font-size: 0.75rem;
    font-weight: bold;
}
.main-header .menu-inner .logo .change-area span {
    display: block;
    position: relative;
}
.main-header .menu-inner .logo .change-area span.loca:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #000000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 6px;
    right: 0;
}
.main-header .menu-inner .search-wrap {
    width: 677px;
}
.main-header .menu-inner .search-wrap {
    width: 677px;
}
.main-header .menu-inner .search-wrap form{
    position: relative;
}
header .main-header .search-wrap .searchwrap button img{
    width: 16px;
}
header .main-header .search-wrap .searchwrap button{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    border: none;
    border-radius: 30px;
    background: none;
}
header .main-header .search-wrap .searchwrap input{
    width: 100%;
    padding: 10px 30px 10px 50px;
    border-radius: 30px;
    background-color: #f4f4f4;
    border: 0;
}
header .search-mobi {
    display: none;
}
.main-header .menu-inner .tool-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .main-header .tool-right .myaccount .myaccounttoggle ul li:first-child:after {
    content: "/";
    padding: 0 5px;
}
header .main-header .tool-right .myaccount .myaccounttoggle ul li{
    display: inline-block;
    text-transform: uppercase;
}
header .main-header .tool-right .myaccount .myaccounttoggle a:hover {
    color: #f15b67;
}
header .main-header .tool-right .myaccount .myaccounttoggle a {
    color: #000000;
}
header .main-header .tool-right .myaccount .myaccounttoggle ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .main-header .tool-right .cart a span {
    color: red;
}
header .main-header .tool-right .cart a span {
    font-size: 1.125rem;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: super;
}
header .main-header .tool-right .cart img{
    width: 29px;
}
header .main-header .tool-right .myaccount {
    cursor: pointer;
    position: relative;
    margin-right: 15px;
}
header .main-header .myaccount .avatar img{
    max-width: none;
    height: 100%;
}
header .main-header .myaccount .avatar{
    margin-right: 20px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 49px;
}
header .main-header .myaccount {
    position: relative;
}
header .main-header .myaccount .list-login ul li a{
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
header .main-header .myaccount .list-login ul li a:hover{
    color: #f15b67;
    border-bottom: 2px solid #f15b67;
}
header .main-header .myaccount .list-login ul li{
    padding: 5px;
    text-align: left;
}
header .main-header .myaccount .list-login ul{
    width: 200px;
    background: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    padding: 5px;
}
header .main-header .myaccount .list-login{
    display: none;
    position: absolute;
    top: 98%;
    left: 0;
    padding: 5px 0;
    z-index: 200;
}
header .main-header .myaccount:hover .list-login{
    display: block;
}

/*menu*/
header .menuwrap .menu .menulink {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 15px 0;
}
header .menuwrap .menu .menulink > li {
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
}
header .menuwrap .menu .menulink > li > a:hover {
    border-bottom: 2px solid #f15b67;
    color: #f15b67;
}
header .menuwrap .menu .menulink > li > a {
    text-decoration: none;
    color: #111;
    padding-bottom: 5px;
}
header .menuwrap .menu .menulink > li.hassub .btn-showsub i,header .menuwrap .menu .menulink > li.hassub .btn-closesub i{
    display: inline-block;
    position: relative;
    font-size: 18px;
}
header .menuwrap .menu .menulink > li.hassub .btn-showsub,header .menuwrap .menu .menulink > li.hassub .btn-closesub {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.875rem;
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: right;
    font-weight: lighter;
    z-index: 500;
    display: none;
}
header .menuwrap .menu .menulink > li:hover .sub {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    display: block;
}
header .menuwrap .menu .group-login {
    display: none;
}

header .menuwrap .menu .menulink > li .sub ul li {
    width: 100%;
    padding: 5px 29px;
}
header .menuwrap .menu .menulink > li .sub ul li:hover>a:after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f15b67;
}
header .menuwrap .menu .menulink > li .sub ul li:hover>a {
    color: #f15b67;
}
header .menuwrap .menu .menulink > li .sub ul li a {
    display: inline-block;
    text-decoration: none;
    color: #111;
    position: relative;
}
a:hover, a {
    color: #111;
}
.breadcrumb>li {
    position: relative;
    font-size: 14px;
}
.breadcrumb>li+li:before {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 56%;
    left: -7px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.breadcrumb>li{
    display: inline-block;
    padding: 0 15px 0 10px;
    position: relative;
}
/*menu mobile*/
.main-header .menu-inner .btn-showmenu span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.main-header .menu-inner .btn-showmenu:after {
    content: "";
    display: block;
    height: 2px;
    background: #000000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.main-header .menu-inner .btn-showmenu:before {
    content: "";
    display: block;
    height: 2px;
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}
.search-wrap-mobile .searchwrap button img {
    width: 16px;
}
.search-wrap-mobile .searchwrap input {
    width: 100%;
    padding: 10px 30px 10px 50px;
    border-radius: 30px;
    background-color: #f4f4f4;
    border: 0;
}
.search-wrap-mobile .searchwrap button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    border: none;
    border-radius: 30px;
    background: 0 0;
}
.search-wrap-mobile .search-wrap form {
    position: relative;
}
.search-wrap-mobile{
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: height 5s ease;
    transition: height 5s ease;
    position: relative;
}
.search-wrap-mobile.open-search {
    height: auto;
    margin-bottom: 15px;
    padding: 0 15px;
}
.main-header-top-mobile .close-menu {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.main-header-top-mobile .profile-mobile .avatar img {
    max-width: none;
    height: 100%;
}
.main-header-top-mobile .profile-mobile ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header-top-mobile .profile-mobile .avatar {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}
.main-header-top-mobile .profile-mobile {
    float: right;
}
.main-header-top-mobile{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}
.view-product-mobi{
    display: none;
}
.checkout-page-title{
    padding-top: 20px;
}
.checkout-page-title h2{
    color: #144e49;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.3;
}
.page-checkout{
    padding: 30px 0;
}
.page-checkout .woocommerce-cart-form__contents thead{
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 3px solid #ececec;
}
.page-checkout .woocommerce-cart-form__contents thead tr th{
    font-weight: 600;
}
.page-checkout .woocommerce-cart-form__contents thead tr th.product-name{
    width: 43%;
    padding: 6px 6px 6px 0;
}
.page-checkout .woocommerce-cart-form__contents thead tr th.product-quantity{
    width: 28%;
    padding: 6px;
}
.page-checkout .woocommerce-cart-form__contents thead tr th.product-subtotal{
    width: 29%;
    padding: 6px 0 6px 6px;
    text-align: right;
}
.page-checkout .woocommerce-cart-form__contents thead tr{
    display: flex;
    align-items: center;
}
.page-checkout .woocommerce-cart-form__contents .cart_item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-thumbnail{
    width: 20%;
    padding: 15px 6px;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-thumbnail .btn-delete{
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-thumbnail img{
    width: auto;
    height: auto;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-name{
    width: 23%;
    padding: 15px 6px;
    font-size: 13px;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-name .variation{
    color: #888;
    margin: 5px 0;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-quantity{
    width: 28%;
    padding: 15px 6px;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-quantity .cart_prd_quantity_wrapper{
    display: flex;
    align-items: center;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-quantity .cart_prd_quantity_wrapper .input-group-number{
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #888;
    border: 1px solid #ddd;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-quantity .cart_prd_quantity_wrapper .updateCart{
    width: 28px;
    padding: 0;
    height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 0;
    line-height: 30px;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-subtotal{
    width: 29%;
    padding: 15px 6px;
}
.page-checkout .woocommerce-cart-form__contents .cart_item .product-subtotal .woocommerce-Price-amount{
    color: #d33;
    font-weight: bold;
    font-size: 13px;
}
.button-continue-shopping{
    color: #118C86;
    border: 2px solid;
    padding: 4px 15px;
    margin: 15px 0 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.cart_totals h2{
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #ececec;
    padding: 6px 0;
    margin-bottom: 16px;
}
.cart_totals .cart-subtotal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 2px solid #ececec;
    margin-bottom: 25px;
}
.cart_totals .cart-subtotal .woocommerce-Price-amount{
    white-space: nowrap;
    color: #d33;
    font-weight: bold;
}
.cart_totals .checkout-button{
    display: block;
    background: #118c86;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 7px;
}
@media (max-width: 991px) {
    header .main-header .tool-right .myaccount,.main-header .menu-inner .search-wrap {
        display: none;
    }
    .main-header .menu-inner .btn-showmenu{
        display: block;
    }
    .main-header .menu-inner .tool-right{
        width: calc(100% - 185px);
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    header .search-mobi {
        display: block;
        margin-right: 10px;
        width: 20px;
    }
    header .main-header .tool-right .cart .carttoggle a{
        text-decoration: none;
        color: #000000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .main-header .tool-right .cart img {
        width: 23px;
    }
    .main-header .menu-inner{
        margin: 15px 0;
    }
    .main-header .menu-inner .logo{
        width: 150px;
    }
    .menuwrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 2000;
    width: 50%;
    height: 100%;
    overflow: scroll;
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: translateX, 0.35s;
    transition: translateX, 0.35s;
    }
    .menuwrap.open-menu {
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        transform: translateX(0%);
    }
    header .menuwrap .menu {
        padding: 15px 0;
    }
    header .menuwrap .menu .group-login li a{
        color: #000000;
        display: block;
        padding: 15px 0;
    }
    header .menuwrap .menu .group-login{
        display: block;
        border-top: 1px solid #f15b67;
    }
    header .menuwrap .menu .menulink{
        display: block;
        margin: 0;
    }
    header .menuwrap .menu .menulink>li{
        padding: 5px 0;
    }
    header .menuwrap .menu .menulink>li.hassub .btn-showsub{
        display: block;
    }
    header .menuwrap .menu .menulink>li .sub.open-sub{
        height: auto;
    }
    header .menuwrap .menu .menulink>li .sub{
        height: 0;
        overflow: hidden;
        display: block;
        width: 100%;
        -webkit-transition: height 5s ease;
        transition: height 5s ease;
        position: relative;
    }
    header .menuwrap .menu .menulink>li>a {
        padding: 10px 0px;
        line-height: 1;
        display: block;
        font-size: 14px;
    }
    header .menuwrap .menu .menulink .btn-menu-child.open-menu .btn-showsub{
        display: none;
    }
    header .menuwrap .menu .menulink .btn-menu-child.open-menu .btn-closesub{
        display: block;
    }

}
@media (max-width: 767px) {
    .menuwrap {
        width: 80%;
    }
    .homepage #homepage_slider .owl-nav button{
        display: none;
    }
    .block .title-block .view-all{
        display: none;
    }
    .view-product-mobi{
        display: block;
        text-align: center;
        padding-bottom: 30px;
    }
    .item .product-item{
        margin-bottom: 20px;
    }
}
@media (max-width: 543px) {
    .main-header .menu-inner .tool-right {
        width: calc(100% - 135px);
    }
    .main-header .menu-inner .logo{
        width: 100px;
    }

    .menuwrap {
        width: 100%;
    }
}
/*foter*/
.footer .main-footer {
    background-color: #f4f4f4;
    padding: 40px 0;
}
.footer .main-footer .group-footer {
    margin-bottom: 25px;
}
.footer .main-footer .group-footer .title-group {
    text-transform: uppercase;
    font-weight: 600;
}
.footer .main-footer .group-footer ul {
    margin: 25px 0;
}
.footer .main-footer .group-footer ul li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding-bottom: 15px;
}
.footer .main-footer .group-footer ul li a:hover {
    color: #f15b67;
}
.footer .main-footer .group-footer.list-cn ul {
    margin: 5px 0 30px;
}
.footer .main-footer .group-footer.list-cn ul li {
    display: inline-block;
    padding-right: 10px;
}
.footer {
    font-family: 'Barlow';
}
.footer .main-footer .link-show, .footer .main-footer .hotline {
    text-decoration: none;
    color: #f15b67;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer .main-footer .link-show i, .footer .main-footer .hotline i {
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.72);
}
.footer .main-footer .hotline span{
    color: rgba(0, 0, 0, 0.72);
}

img, iframe {
    vertical-align: middle;
}
img, object, embed {
    max-width: 100%;
}
.footer .footer-bottom {
    text-align: center;
    font-size: 1rem;
    padding: 20px 10px;
}
.back-to-top.show{
    position: fixed;
    z-index: 2147483647;
}
.back-to-top img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.back-to-top{
    cursor: pointer;
    bottom: 80px;
    right: 20px;
    padding: 10px 20px;
    width: 40px;
    height: 40px;
    color: #898989;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}


/*maps*/
.shop{
    padding-bottom: 30px;
    font-size: 14px;
}
.breadcrumb ul li:last-child span{
    color: #000000;
    text-transform: uppercase;
}
.breadcrumb ul li:last-child:after {
    content: none;
}
.breadcrumb ul li:after {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.product-image:hover .img__p .avatar,
.img__p .img-hover{
    display: none!important;
}
.product-image:hover .img__p .img-hover{
    display: block!important;
}
#popupHome .modal-dialog{
    margin-top: 10%;
}
#popupHome .close{
    position: absolute;
    top: -23px;
    right: -23px;
    z-index: 999;
    background: #fff;
    color: #000;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}