@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/Helvatica-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/Helvatica.ttf');
    font-weight: 500;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/Helvetica/Helvatica-Bold.ttf');
    font-weight: 700;
}

body {
    font-family: Helvetica !important ;
    color: #666666 !important;
}
#fix-top-menu .container-fluid.menutopid {
    background: #fff !important;
}
.moMoOnline{
    display: none !important;
}

body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: Helvetica !important;
}

.coll-icon span, .menu-top>li>a, .head-call span, .prd-infor .product-details>a>h2, .flexbox-title-content .flexbox-title-name, .title-top,
.blog-read-viewed h3 span, .blog-read-item .caption a.title-category, .blog-read-item .caption h4 a,
.footer-col p, .footer-col h4, .title-collection span, .selling-point a, .deliver-top-no .tit,
.deliver-top .tit-color, #tab-product .tab-content *, .title-more a.link, #detail-product .product h1, #product-form h3, .link-view-detail .newclick,
.btnCart .product-buy a span, div#product-review h3, .title-review, .prd-infor .product-details>a>h3,
#nav-wrapper .menu li a, .archive-box h1, .post-header h2 a, .post-header h1, .promo-overlay h4, .widget ul li a,
.widget ul.side-newsfeed li .side-item .side-item-text h4 a, .post-entry *, .item-related h3 a, .titleCheckout h2,
#column1>h2, #column2 h2, #column3>h2
{
    color: #5A5A5A !important;
    font-family: Helvetica !important;
}
#detail-product .product .price .variant-price{
    color: #000000;
}
#cart h2, .selling-point-cart, .footerContain .container-fluid, .ttmail span,form#mc-embedded-subscribe-form input[type=email]{
    color:  #666666 !important;
    background-color: #fff !important;
}
input#mc-embedded-subscribe, .btnCart .product-buy a span{
    border: 1px solid #666666 !important;
}
.footerContain .container-fluid{
    border-bottom: 1px solid #666666 !important;

}
.btnCart .product-buy a{
    color:  #666666 !important;
    background-color: #fff !important;

}
.widget-title{
    color:  #666666 !important;
    background-color: #fff !important;
    border: 1px solid #666666 !important;
}
.title-top {
    border: none;
}
.productHot, .productHome, .productsDiscount {
    display: none;
}
.btnBuy {
    border: 2px solid #666666;
    color: #666666;

}
.comment .addnow {
     color: #666666;
     background-color: #fff;
     border: 1px solid #666666;
 }
#mc_embed_signup_scroll input#mc-embedded-subscribe {
    color: #666 !important;
    background-color: #D7D7D7 !important;
    border: 1px solid #D7D7D7 !important;
}
.footer-col a, li.togleclick.coll-icon.paddingleftnone i{
    color: #666666 !important;
    /*font-family: FontAweSome !important;*/
}
.menu-top>li.logo-top-home.active, .menu-top>li.logo-top-home:hover {
    background-color: #fff !important;
}
#top-bar {
    background: #fff !important;
    border-bottom: 1px solid #666;
}
#nav-wrapper .menu .sub-menu{
    background: #fff !important;
    border: 1px solid #666;
}
#nav-wrapper ul.menu ul a:hover, #nav-wrapper .menu ul ul a:hover {
    color: #fff;
    background: #D7D7D7;
    font-family: Helvetica !important;
}
#top-social a, #top-search a.search , .social-widget a{
    color: #666;
}
.widget-title:after {
    border-top-color: #666;

}
.store-footer {
    display: none;
}
.flexbox-title-content {
    background: none;
}
.back-to-top a, .paginator span.currentPage, .pagination .paginator a:hover, .search-collection button {
    background: #666;
}
.search-collection {
    border: 2px solid #666;
}
.head-store {
    display: none;
}
.ft-img >li {
    display: none;
}
.prd-infor .product-details a img{
    height: 350px;
    object-fit: scale-down;
    width: 100%;
}
span.product-hot {
    position: absolute;
    top: 0;
    left: 0;
}
.tit-color a {
    color: #e32124;
}
.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #e32124;
}
.ew-alo-phone {
    display: none;
}
/*========================== ew-alo-phone =============================*/
.ew-alo-phone {
    position: fixed;
    bottom: 25%;
    z-index: 999;
    left: -3%;
}
.ew-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #48A5D4;
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important
}
.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important
}
.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone:hover .ew-alo-ph-circle {
    border-color: #309ACF;
    opacity: .5
}
.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle {
    border-color: #ffc272;
    opacity: .5
}
.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #48A5D4;
    opacity: .5
}
.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}
.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle {
    border-color: #FDAA38;
    opacity: .5
}
.ew-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}
.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}
.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone:hover .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #309ACF;
    opacity: .75 !important
}
.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #ffc272;
    opacity: .75 !important
}
.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa;
    opacity: .75 !important
}
.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc;
    opacity: .75 !important
}
.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}
.ew-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0197/img/temp/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important
}
.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important
}
.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #309ACF
}
.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-img-circle {
    background-color: #FDAA38
}
.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
    background-color: #E83952
}
.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
    background-color: #ccc
}
.ew-alo-phone.ew-alo-gray .ew-alo-ph-img-circle {
    background-color: #FDAA38
}
@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes ew-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes ew-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
/*========================== End ew-alo-phone =============================*/
.productHot .product-wrapper, .productHome .product-wrapper,
.productsDiscount .product-wrapper,
.productsCate .product-wrapper{
    width: calc( 25% - 10px );
    float: left;
}
.productsCate .item-wrp{
    padding: 0 15px;
}
.product-wrapper{
    border:none;
}
.prd-infor:hover{
    box-shadow: none;
}

/*view product*/


.Product {
    position: relative;
    margin: 0 auto 50px;
    max-width: 1330px;
}
.Product__Gallery {
    position: relative;
    margin-bottom: 28px;
}
.Product__SlideshowNav {
    display: none;
}
.Carousel {
    position: relative;
}
.Product__Wrapper{
    display: flex;
    flex-wrap: wrap;
}
.Product__Info .ProductMeta__Title{
    font-weight: bold;
    font-style: normal;
    color: #333;
    letter-spacing: -.02rem;
    font-size: 1.8rem;
    line-height: 2.3rem;
}
.Product__Info .price label{
    font-size: 1.6rem;
}
.Product__Info .price span{
    padding-right: 8px;
    text-decoration: line-through;
    font-weight: 600;
}

.Product__Info .price{
    font-size: 1.75rem;
    line-height: 1.25;
    color: #333;
    margin-left: 0;
    padding-right: 8px;
    text-decoration: line-through;
}
.Product__Info #product-form ul{
    margin-bottom: 20px;
}
#product-form ul.option2 span{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #fff;
}
#product-form ul.option2 li:hover span{
    box-shadow: 0 0 0 1px #ddd;
}
#product-form ul.option li.active span{
    background-image: none;
}
#product-form ul.option2 li.active span{
    box-shadow: 0 0 0 1px #000;
    border: 2px solid #fff;
}
#product-form ul.option1 span{
    border: 1px solid #e0e0e0;
}
#product-form ul.option1 li:hover span{
    border-color: #333;
    color: #333;
    box-shadow: none;
}
#product-form ul.option1 li.active span{
    border-color: #333;
    color: #333;
    box-shadow: none;
}
#product-form .quantity{
    display: none;
}
#product-form ul.option li{
    margin: 8px;
}
.Product__Info #product-form ul{
    margin-left: -8px;
}
.Product__Info #product-form .product-btn-buy button:hover:before{
    transform-origin: right center;
    transform: scaleX(0);
}

.Product__Info #product-form .product-btn-buy button:before{
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    background-color: #000;
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
}
.Product__Info #product-form .product-btn-buy button:last-child{
    margin-top: 10px;
}
.Product__Info #product-form .product-btn-buy button:hover{
    color: #000;
    background-color: transparent;
}

.Product__Info #product-form .product-btn-buy button{
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2em;
    background-color: transparent;
    font-weight: 500;
    transition: color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
    position: relative;
    color: #fff;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}
.Collapsible__Button {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
}
.Heading {
    font-weight: 500;
    font-style: normal;
    color: #333;
    transition: color .2s ease-in-out;
}
.Collapsible__Plus {
    position: absolute;
    right: 0;
    top: calc(50% - 5.5px);
    width: 11px;
    height: 11px;
}
.Collapsible__Plus:before {
    width: 11px;
    height: 1px;
    opacity: 1;
}

.Collapsible__Plus:before, .Collapsible__Plus:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}
.Collapsible__Plus:after {
    width: 1px;
    height: 11px;
}
.Collapsible__Inner {
    display: block;
    height: 0;
    visibility: hidden;
    transition: height .35s ease-in-out,visibility 0s ease-in-out .35s;
    overflow: hidden;
}
.Collapsible__Content {
    padding-bottom: 18px;
}

.Collapsible+.Collapsible {
    border-top: none;
}
.shopify-section-product-recommendations {
    border-top: 1px solid #e0e0e0;
}
.shopify-section-product-recommendations .Section--spacingNormal {
    padding: 50px 0;
}
.sectionHeader--center {
    text-align: center;
    margin-bottom: 40px;
}
.sectionHeader--center h3{
    text-transform: uppercase;
    margin-top: -0.325em;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    color: #333;
    transition: color .2s ease-in-out;
}
.ProductItem {
    text-align: center;
    white-space: normal;
}
.ProductItem__Wrapper {
    position: relative;
}
.ProductItem__ImageWrapper {
    display: block;
}
.ProductItem__Info h2 a{
    color: #333;
}
.ProductItem__Info h2{
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    font-style: normal;
    color: #333;
    transition: color .2s ease-in-out;
}
.ProductItem__Info h2,
.ProductItem__Info {
    font-size: 12px;
}
.ProductItem__Info {
    margin-top: 20px;
}
.Price--highlight{
    color: #f94c43;
}
.ProductItem__PriceList .tp_product_price_old{
    margin-right: 5px;
}
.ProductItem__PriceList{
    font-weight: 700;
    font-style: normal;
    color: #333;
    transition: color .2s ease-in-out;
    line-height: 1.65;
}
.product-template{
    position: relative;
    margin: 0 auto 50px;
}
.Collapsible__Button.active .Collapsible__Plus:after,
.Collapsible__Button.active .Collapsible__Plus:before{
    transform: translate(-50%,-50%) rotate(90deg);
}
.Collapsible.active .Collapsible__Inner {
    visibility: visible;
    transition: height .35s ease-in-out;
    overflow: visible;
    height: auto;
}
.Collapsible__Button.active .Collapsible__Plus:before {
    opacity: 0;
}
.Collapsible--large .Collapsible__Button{
    font-weight: 600;
}
.Collapsible--large .Collapsible__Button {
    padding: 34px 0;
    background-color: transparent;
    outline: none;
    border: none;
}
.Collapsible {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.name-color, .name-size{
    color: #333;
    background: white;
    line-height: 1.65;
    font-weight: 600;
}

@media screen and (min-width: 641px) {
    .ProductItem__Info h2,
    .ProductItem__Info {
        font-size: 13px;
    }
    .Product {
        margin-bottom: 80px;
    }
    .product-template{
        margin-bottom: 80px;
    }
}
.Product__QuickNav {
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.Product__QuickNav a {
    display: block;
    padding: 11px 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    color: #333;
    transition: color .2s ease-in-out;
}
.Product__QuickNav svg {
    position: absolute;
    right: 18px;
    top: calc(50% - 5px);
    height: 10px;
    width: 8px;
}

@media screen and (min-width: 1008px) {
    .ProductList {
        margin: 0 90px;
    }
    .shopify-section-product-recommendations .Section--spacingNormal {
        padding: 80px 0;
    }
    .SectionHeader--center {
        margin-bottom: 70px;
    }
    .Product__Gallery {
        padding-left: 50px;
    }
    .Product__Gallery--stack .Product__SlideshowNav--thumbnails{
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
        margin-bottom: -50px;
        width: 70px;
        left: 0;
        height: fit-content;
        z-index: 1;
        padding-top: 50px;
    }
    .Product__SlideshowNavImage:not(:last-child) {
        margin-bottom: 18px;
    }
    .Product__SlideshowNavImage.is-selected {
        border-color: #333;
    }
    .Product__SlideshowNavImage {
        display: block;
        border: 1px solid transparent;
        transition: all .2s ease-in-out;
        cursor: pointer;
    }
    .Product__Gallery--stack .Product__SlideItem {
        margin-bottom: 30px;
    }
    .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
        transform: translateY(50px);
        opacity: 0;
        transition: transform 1.2s cubic-bezier(.25,.46,.45,.94),opacity 1.2s cubic-bezier(.25,.46,.45,.94);
    }
    .Product__Gallery--stack .Product__Slideshow .Image--lazyLoaded.Image--fadeIn {
        transform: translateY(0);
        opacity: 1;
    }
    .Product__Slideshow {
        padding-top: 50px;
        width: calc(100% - 70px);
    }
    .Product__InfoWrapper{
        padding: 30px 0;
    }

    .Product__Info {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        right: 0;
        margin: 0 100px -40px 40px;
    }
    .Product__SlideshowNavScroller div.product-gallery__thumb{
        border: 1px solid transparent;
    }
    .Product__SlideshowNavScroller div.product-gallery__thumb.active{
        border-color: #333;
    }
    .Product__SlideshowNavScroller div.product-gallery__thumb:not(:last-child){
        margin-bottom: 18px;
    }
    .Product__Slideshow #sliderproduct li:not(:last-child){
        margin-bottom: 30px;
    }
    .Product__Aside{
        padding-left: 50px;
    }
    .Product__Tabs {
        margin: 80px 0;
    }

    .Product__Tabs .Collapsible__Content {
        padding-right: 80px;
    }
    .Collapsible--large .Collapsible__Content {
        padding-bottom: 45px;
    }
}

@media screen and (min-width: 1240px) {
    .Product__Gallery--stack.Product__Gallery--withThumbnails {
        display: flex;
        flex-wrap: nowrap;
    }
    .Product__Gallery {
        margin-bottom: 80px;
    }
    .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
        display: block;
    }
    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
        flex-grow: 0;
    }
    .Product__Slideshow {
        margin-left: auto;
        margin-right: auto;
    }
    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
        padding-left: 50px;
    }
}


@media screen and (max-width: 768px) {
    .prd-infor .product-details a img{
        height: auto;
        object-fit: scale-down;
    }
    .ew-alo-phone {
        display: block;
    }
    .Product__Gallery{
        margin: 0 -15px 30px -15px;
    }
    #sliderproduct .owl-controls .owl-dots .owl-dot.active span{
        background: #333333;
        border-color: #333333;
    }
    #sliderproduct .owl-controls .owl-dots .owl-dot span{
        width: 9px;
        height: 9px;
        margin: 0 6px;
        border-radius: 50%;
        cursor: pointer;
        background: transparent;
        border: 1px solid #e0e0e0;
        transition: color .2s ease-in-out,background .2s ease-in-out;
    }
    #sliderproduct .owl-controls .owl-dots{
        padding: 0;
        margin: 22px 0 0;
    }
    .ProductList{
        padding: 0 15px;
    }
}
.pc-title{
    font-size: 11px;
    margin: 0;
    padding: 11px 16px;
    font-weight: 500;
    cursor: pointer;
    padding-left: 12px;
    position: relative;
    width: 100%;
}
.pc-title:after{
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 7px;
    transition: transform ease-in-out .3s;
    -webkit-transition: transform ease-in-out .3s;
}
.pc-title.active:after{
    transform: rotate(-180deg);
}
.pc-content,.none-point,footer .top .footer-social-icon a.social-icon.fa-twitter, footer .top .footer-social-icon a.social-icon.fa-google-plus{
    display: none;
}

.flexbox-title-content .flexbox-title-name{
    font-size: 20px !important;
    color: #000 !important;
    cursor: pointer;
}
.flexbox-title-content .flexbox-title-name.active {
    color: #f13b43 !important;
    font-weight: 500;
}
.back-to-top.display{
    bottom: 150px;
}
#formCheckOut>div {
    height: 700px;
}
.purchaseInfo label.short {
    width: 100%;
}
/*contact*/
#contact.arcontactus-widget .arcontactus-message-button,
#header-menu{
    background-color: #666 !important;
}

.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg{
    color: #04061b;
}

.arcontactus-widget.arcontactus-message{
    right: 25px;
    bottom: 90px;
    transition: all .3s;
}

.modal-backdrop {opacity: 0!important;}
.modal-backdrop{
    top: auto;
}

#size-guide-modal .modal-dialog {
    top: 30px;
}

#size-guide-modal {
    background: rgba(0,0,0,.5);;
}

.size-guide {
    font-size: 14px;
    color: #333;
     margin: 5px 0;
    display: block;
}

.size-guide:hover {
    color: #333;
}

.product-single__policy {
    padding-top: 20px;
}

.product-policy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: .03em;
}

.product-policy__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 33.33333333%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-policy__icon {
    position: relative;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}

.product-policy__icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.Product__Aside {
    display: none;
}

.image-product-checkout {
    display: block;
    margin-right: 5px;
}

.bannerWrp {
    margin: 0 0px!important;
}
footer .top .footer-social-icon a.social-icon {
    background: black;
    margin: 0;
}

footer .top .footer-social-icon .fa:before {
    font-size: 26px;
    color: #fff;
    line-height: 32px;
}
footer .top .footer-social-icon .fa:after {
    content: none;
}
.menu-top>li {
    padding: 0 30px;
}
@media (min-width: 1200px) {
    #formCheckOut #column1,
    #formCheckOut #column2,
    #formCheckOut #column3 {
        width: 33.333333%;
    }
}

@media (min-width: 1400px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100%;
    }

    #customer_login {
        margin: 0 10px;
    }

    .page-header h1{
        margin-right: 10px;
        margin-left: 10px;
    }

    .container .orderView {
        margin-right: 15px;
        margin-left: 15px;
    }

    .col-lg-header-15 {
        width: 20%;
    }

    .col-lg-header-45 {
        width: 45%;
    }

    .col-lg-header-25 {
        width: 25%;
    }

    .col-lg-header-10 {
        width: 10%;
    }
}
.head-call{
    background: none;
}

.promo-overlay h4 {
    font-size: 14px;
}

@media (max-width: 768px) {
    .flexbox-title-content .flexbox-title-name {
        font-size: 14px !important;
    }
    .flexbox-title-content {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    #formCheckOut>div {
        height: 560px;
    }
}
.head-log{
    display: none;
}
.menu-top{
    justify-content: center;
}
.content-center h3{
    text-align: center;
    height: 64px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px !important;
    font-weight: 600;
}
@media (min-width: 1200px){
    .d-menu-flex{
        display: flex;
    }
    .togleclick.coll-icon{
        display: none;
    }
    #nav-wrapper .menu li a {
        font-size: 14px;
    }
}
@media (min-width: 1400px){
    .logo>a{
        justify-content: center;
    }
}
.prd-infor .product-details .field-sale{
    top:3px;
    left: 3px;
}
.field-sale img{
    width: 70px;
}
@media (min-width: 992px) {

    .tp_header .col-md-12 {
        width: 100%;
        float: unset;
    }

    .tp_header .col-md-11 {
        width: 91.66666667%;
        float: unset;
    }

    .tp_header .col-md-10 {
        width: 83.33333333%;
        float: unset;
    }

    .tp_header .col-md-9 {
        width: 75%;
        float: unset;
    }

    .tp_header .col-md-8 {
        width: 66.66666667%;
        float: unset;
    }

    .tp_header .col-md-7 {
        width: 58.33333333%;
        float: unset;
    }

    .tp_header .col-md-6 {
        width: 50%;
        float: unset;
    }

    .tp_header .col-md-5 {
        width: 41.66666667%;
        float: unset;
    }

    .tp_header .col-md-4 {
        width: 33.33333333%;
        float: unset;
    }

    .tp_header .col-md-3 {
        width: 25%;
        float: unset;
    }

    .tp_header .col-md-2 {
        width: 16.66666667%;
        float: unset;
    }

    .tp_header .col-md-1 {
        width: 8.33333333%;
        float: unset;
    }
}
.tp_header .container .row{
    display: flex;
}
.searchBlock{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-cart-icon{
    position: relative;
    min-width: 100px;
}
.box-cart-icon .open-cart-popup{
    display: flex;
    align-items: center;
}
.head-call,
.logo>a{
    justify-content: center;
}
.menutopid .d-menu-flex{
    justify-content: center;
}
.menu-li img{
    display: none;
}
.search-collection{
    border: none;
}
.box-cart-icon .open-cart-popup .info{
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 2px;
}
.box-cart-icon i{
    font-size: 20px !important;
    color: #000;
    margin-left: 5px;
}
.box-cart-icon .open-cart-popup #count_Cart{
    background-color: #000;
    top: 0px;
    right: -1px;
}
.search-box .search-icon i{
    font-size: 18px !important;
    color: #000;
}
.search-box{
    margin-left: 10px;
}
.search-icon{
    padding-top: 8px;
}
.logo img{
    max-height: 60px;
}
.search-box{
    position: relative;
}
.frm-search-desktop-wrap{
    position: absolute;
    top:32px;
    right: 0;
    display: none;
}
.frm-search-desktop{
    display: flex;
}
.frm-search-desktop button{
    border: none;
    background-color: initial;
}
.frm-search-desktop button i{
    font-size: 18px !important;
    color: #000;
}
.frm-search-desktop input{
    padding: 6px 10px;
    width: 340px;
    border: none;
    border-bottom: 1px solid #000;
}
.product-cate-waller .productsCate:last-child .box-list-cate:not(:first-child) {
    display: none !important;
}

/* ALl news*/
.evo-blog-header .evo-blog-header-content {
    min-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px 40px;
    flex-flow: column;
    text-align: center;
    width: 65%;
    margin: 0 auto;
}
.evo-blog-header .evo-blog-header-content h1 {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color: #fff;
}
.evo-blog-header .evo-blog-header-content .evo-blog-des {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
.evo-list-blog-page {
    margin-top: 20px;
}

.evo-list-blog-page .evo-list-blogs .blog-item {
    margin-bottom: 15px;
}

.evo-list-blog-page .evo-list-blogs .blog-item:nth-child(3n+1) {
    clear: left;
}

.evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
    position: relative;
    overflow: hidden;
    height: 247px;
    padding-top: 57%;
}

.evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image img {
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: initial;
    width: 100%;
}
.line-clamp {
    position: relative;
    height: 43px;
    overflow: hidden;
    display: block;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 43px;
    height: auto;
    min-height: 43px;
}
.evo-list-blog-page .evo-list-blogs .blog-item a h3 {
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.67;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
}
.evo-list-blog-page .evo-list-blogs .blog-item a p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.52px;
    margin-bottom: 0;
    color: #1c1c1c;
    text-align: left;
}
.evo-list-blog-page .evo-list-blogs .blog-item a:hover .evo-article-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.evo-list-blog-page .evo-list-blogs .blog-item a:hover h3 {
    color: #916841;
}
.evo-list-blog-page .col-md-4 {
    width: 33.33333333%;
}
.pagination.news-paginator {
    width: 100%;
    text-align: center;
}
.news-paginator .paginator span.currentPage {
    background-color: #916841;
    border-color: #916841;
    color: #fff;
}
.pagination.news-paginator .paginator a {
    background: #1c1c1c;
    color: #fff;
}
.pagination.news-paginator .paginator a:hover {
    background: #916841;
}
/*  News Detail */
.bread-crumb {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}
.bread-crumb .breadcrumb {
    background: transparent;
    color: rgba(112,126,137,0.5);
    padding: 0;
    margin: 0;
    font-size: 1em;
    border-radius: 0;
}
.bread-crumb .breadcrumb li {
    display: inline;
}
.bread-crumb .breadcrumb a {
    color: #707e89;
}
.bread-crumb .breadcrumb li span .fa {
    color: #666;
    padding: 0 5px;
}
.bread-crumb .breadcrumb li span {
    display: inline;
    color: #000;
    padding: 0 2px;
    font-size: 14px;
}
.bread-crumb .breadcrumb li a:hover,.bread-crumb .breadcrumb li.active,.bread-crumb .breadcrumb li strong {
    color: #333;
    font-weight: 500;
}
.bread-crumb .breadcrumb li strong {
    font-weight: 600;
}
.bread-crumb .breadcrumb>li+li:before {
    display: none;
}
.evo-article .title-head {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1c1c1c;
}
.evo-article {
    margin-top: 30px;
}
.evo-article .postby {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    margin-top: 15px;
    color: #676767;
}
.evo-article .article-details {
    margin-top: 50px;
}
.tag_article .inline {
    font-weight: 600;
    display: inline;
}

.tag_article a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.tag_article a::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0,0,0,0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.tag_article a::after {
    background: #fff;
    border-bottom: 15px solid white;
    border-left: 10px solid #eee;
    border-top: 13px solid white;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.col-md-12.margin-bottom-10 {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
.article-main .social {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 0;
}
.evo-article-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    background-color: #1c1c1c;
    margin-top: 15px;
}
.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-head {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.evo-article-toolbar .evo-article-toolbar-left .evo-article-toolbar-title {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
.margin-bottom-10{
    margin-bottom: 10px;
    clear: both;
}
.form-coment {
    margin-top: 45px;
}
.form-coment h5 {
    font-size: 20px;
    font-weight: 500;
}
.content-intro {
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
@media (min-width: 1200px){
    .news-content .container,.news-detail .container {
        width: 1170px;
    }
}
@media (max-width: 991px){
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 153px;
    }
}
@media (max-width: 767px){
    .evo-blog-header .evo-blog-header-content {
        padding: 20px 0 40px;
        width: 100%;
    }
    .evo-list-blog-page .evo-list-blogs .blog-item {
        margin-bottom: 25px;
    }
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 67px;
    }
    .evo-list-blog-page .col-sm-4 {
        width: 33.33333333%;
    }
    .article-wraper .row {
        margin: 0;
    }
    .article-details img {
        width: 100% !important;
    }
}
@media (max-width: 480px){
    .evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image {
        height: 267px;
    }
    .evo-list-blog-page .col-xs-12 {
        width: 100%;
    }
}
span.time_new {
    opacity: 0.5;
    color: #000;
}
.evo-list-blog-page .evo-list-blogs .blog-item a p{
    line-height: 29px;
}
.evo-list-blog-page .evo-list-blogs .blog-item a h3{
    font-weight: 600;
}
.evo-list-blog-page .evo-list-blogs .blog-item a .evo-article-image img {
    height: 100%;
}
.news-detail section.bread-crumb.margin-bottom-10,.news-detail .postby{
    display: none;
}

@media screen and (min-width: 1008px) {
    .swiper-tabs {
        margin: 0 90px;
        padding-top: 30px;
    }
    #home-slider-mobile{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .swiper-tabs {
        padding: 0 15px;
        padding-top: 10px;
    }
    #home-slider{
        display: none;
    }
    .prd-infor .product-details .field-sale span{
        font-size: 9px;
    }
    .prd-infor .product-details .field-sale .icon-bottom{
        margin-right: 0;
        margin-top: -5px;
    }
    .content-center h3{
        font-size: 20px!important;
        height: 50px;
    }
    .product-wrapper h2.tp_product_name{
        font-size: 10px !important;
    }
}
.btnRed.btn-login-comment{
    border: 1px solid #000;
    background: #000;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.title_chir{
    text-align: center;
}
.title_chir h2{
    font-size: 18px;
    text-transform: uppercase;
}
.commentProduct-content .ic{
    width: 100px;
}
#menu-mb{
    right: 90px;
    left: unset !important;
}
#mobile-menu .logo{
    margin-left: 0%;
    text-align: left;
}
#home-slider-mobile {
    overflow: hidden;
    width: 100%;
}