/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: SVN-Helves;
    src: url("fonts/SVN-Helves.ttf");
  }
  
  @font-face {
    font-family: SVN-Helves-bold;
    src: url("fonts/SVN-Helves-bold.ttf");
  }
  
  @font-face {
    font-family: SVN-Helves-italic;
    src: url("fonts/SVN-Helves-italic.ttf");
  }
  
  @font-face {
    font-family: SVN-Helves-bold-italic;
    src: url("fonts/SVN-Helves-bold-italic.ttf");
  }
body{
    font-family: SVN-Helves;
}
a:hover{
    color: rgb(244, 147, 33);
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    color:#555;
    width:100%;
    margin-top:0;
    margin-bottom:.5em;
    text-rendering:optimizeSpeed
    }
    .h1,h1{font-size:1.7em;line-height:1.3}.h2,h2{font-size:1.6em;line-height:1.3}.h3,h3{font-size:1.25em}.h4,h4{font-size:1.125em}.h5,h5{font-size:1em}.h6,h6{font-size:.85em;opacity:.8}h1.entry-title.mb{margin-bottom:30px}@media (max-width: 549px){h1{font-size:1.4em}h2{font-size:1.2em}h3{font-size:1em}}h6 span{font-weight:normal;font-weight:500}h3 label{display:inline-block;margin-right:10px}p{margin-top:0}h1>span,h2>span,h3>span,h4>span,h5>span,h6>span,p.headline>span{-webkit-box-decoration-break:clone;box-decoration-break:clone}
h1, h2, h3, h4, h5, h6 {
    color: #000;

}
.bcat-name a{color:#000;font-size:1.25em;/* text-transform:uppercase; */font-weight:bold;position: relative;}
.bcat-name{display:flex;justify-content: space-between;}
.bcat-name a:hover{color:#347e80}
.bcat-name span{display:flex; flex-direction: row;
    align-items: center;}
    .cat-vm a{font-size:13px;text-transform:capitalize;color:#666}
    .has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
        padding-top: 130px !important;
    }
    .search-field {
        /* background-color: rgba(255,255,255,.2) !important; */
        /* border-color: rgba(255,255,255,.09) !important; */
        /* color: #fff !important; */
    }
#header{}
#header .header-wrapper {
   
    background-color: #fff !important;
    /* opacity: 1; */
    /* z-index: 99999; */
    /* position: relative; */
    /* display: block; */
}
.searchform .button.icon i {
    font-size: 15px;
    color: #F49321;
    font-weight: 400 !important;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.grid-tools a {

    background-color: #12131a7a;
    
}
.header-cart-title{color: #df1f2e;}

.cart-icon strong:after {
 border: 2px solid #df1f2e;
}
.cart-icon strong {
    border: 2px solid #df1f2e;
    color: #df1f2e;
}
input[type=submit], input[type=submit].button, input[type=submit], .primary {
    background-color: #3b3b3b;    border-color: rgb(92 92 92);
}
.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: #4caf50;
}
.add_to_wishlist {color:#e91e63}
.add_to_wishlist i {
    /* font-family: "fl-icons" !important; */
    font-display: block;
    /* speak: none !important; */
    /* margin: 0; */
    /* padding: 0; */
    /* display: inline-block; */
    /* font-style: normal !important; */
    /* font-weight: normal !important; */
    /* font-variant: normal !important; */
    /* text-transform: none !important; */
    /* position: relative; */
    /* line-height: 1.2; */
    /* display: none; */
}
.add_to_wishlist i:before {
    /* content: ""; */
    }
.header-top {
    background-color: #48a14c;

}
.button-chinhsach{
    border-radius: 16px 0px;
    border: 1px solid #221f20!important;
}
.box-color{
    /* min-height: 38px; */
}
.section-content .button-chinhsach {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #000000 !important;
    margin-top: 5px;
    font-family: 'SVN-GILROY-SEMIBOLD';
    background: #FCFCFC;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    padding-top: 6px;
    margin-bottom: 10px;
    border-radius: 16px 0px;
    border: 1px solid #221f20!important;
    max-width: 360px;
}
.account-item .header-button a:hover {
    color: #FFC30A;
    text-decoration: underline;
}
.title-wrapper .name a:hover {
    color: #FFC30A;
    /* text-decoration: underline; */
}.form-home .wpcf7-submit:hover{ text-decoration: underline;}

.wcpr-filter-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 2px;
    padding: 10px 15px;
    display: inline-block;
    margin: 10px 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: black;
    background-color: white;
    transition: all 300ms ease-in-out 0s;
}
.wcpr-filter-container .wcpr-filter-button.wcpr-active {
    background-color: #FFC30A;
    color: white;
}

.wcpr-filter-button:hover {
    color: white;
    background-color: rgb(233 180 34)!important;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.header-top {
    background-color: transparent !important;
}
#header-contact li{
    color: #000;
}
#header-contact a{
    color: #000;
    text-transform: unset;
    font-weight: unset;
    font-size: 13px;
}
#header-contact a i{
    color: #df1f2e;
    font-size: 13px !important;
}
#header-contact >li+li>a:after{
    border-left: 1px solid #000;
}
#top-bar .container{
    /* border-bottom: 1px solid rgba(51,62,72,.1); */
}
.html_topbar_left a{
   color: #000;
   text-transform: unset;
   font-weight: unset !important;
   font-size: 13px;
}
.html_topbar_left a i{
   color: #df1f2e;
}
.searchform-wrapper{
    /* margin-left: 25px; */
}
#wide-nav .container{
    /* background-color: #2b3685; */
    /* background: rgba(0, 0, 0, 0.5); */
    /* border: 1px solid rgba(247, 230, 115, 0.2); */
    /* backdrop-filter: blur(10px); */
/* Note: backdrop-filter has minimal browser support */
    /* border-radius: 31.5px; */
}
.searchform-wrapper input[type=search] {
    height: 41px;
    border: 0;
    font-size: 13.5px;
    border: 1px solid rgb(112 110 110 / 50%);
    border-radius: 0;
    /* width: 194px; */
    font-size: 14px;
    line-height: 15px;
    color: #706E6E !important;
    background: #fff;
    /* font-family: SVN-Helves; */
    font-weight: 400;
}
.searchform-wrapper .searchform .button.icon {
    height: 41px;
    /* width: 65px; */
    /* border-top-right-radius: 3px !important; */
    /* border-bottom-right-radius: 3px !important; */
    /* background: #fff !important; */
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    border-radius: 0px !important;
    color: #FCFCFC !important;
    font-weight: 400;
}
#logo img {
    /* padding: 15px 0; */
}
.header-cart-link{
    color: #df1f2e !important;
}
#wide-nav .header-nav >li>a{
    color: #706E6E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    font-family: SVN-Helves-bold;
    position: relative;
}
.slider-home h2{
    font-size: 36px;
}
.slider-home .subheading {
font-size: 36px;
font-size: 25px;
color: #2b3685;
}
@media (min-width: 1200px)
{
  #wrapper {
    /* max-width: 1200px; */
}  
}
@media (min-width: 992px)
{
  #wrapper {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}  
}
#wrapper{
        /* -webkit-box-shadow: 0 0 8px #dddddd; */
        -ms-transform: 0 0 8px #dddddd;
        -o-transform: 0 0 8px #dddddd;
        /* box-shadow: 0 0 8px #ddd; */
        /* height: 100%; */
        /* position: relative; */
        /* background-color: #fff; */
        /* margin: 0 auto; */
}
body{
        background: #fff;
}
.bcat-name{
    margin: 0 auto 13px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.bcat-name .cat-name a:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #2b3685;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
}
.title-wrapper .category{
    font-size: 12px;
    color: #878787;
    margin-bottom: 5px;
    opacity: 1;
    text-transform: unset;
    display: none;
}
.title-wrapper .name a{
    color: var(--S1, #000);
    /* t3 */
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.title-wrapper .name a:hover{
     color: #F49321;
}
.price-cart-wrapper {
    position: relative;
    /* padding: 0 0 9px; */
    /* min-height: 42px; */
    border-bottom: 1px solid transparent;
    justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
}
.price-cart-wrapper  .product-price {
    line-height: 1.0855;
    padding: 0 5px 1px 0;
}
.product-add-cart{
        display: block;
}
.product-add-cart .btn-add-cart{
    display: block;
    text-align: center;
    /* background: #e6e6e6; */
    color: #fff;
    border: 1px solid #e6e6e6;
    width: 32px;
    height: 32px;
    line-height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    line-height: 33px;
    border: 0.5px solid #6B6B6B;
    border-radius: 5px 0px;
    /* justify-content: center; */
    /* display: flex; */
}
.product-add-cart .btn-add-cart img{
    padding-top: 5px;
}
.product-add-cart .btn-add-cart i{
     display: block;
    text-align: center;
    background: #e6e6e6;
    color: #fff;
    border: 1px solid #e6e6e6;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    line-height: 33px;
}
.product-wrapper {
    position: relative;
    margin: 0;
    padding: 5px 10px;
    background: white;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.product-wrapper:after {
    content: "";
    width: 100%;
    z-index: -1;
    border: 1px solid #dddddd;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    -moz-transform: rotateX(45deg);
    -webkit-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    transform: rotateX(45deg);
    moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
}
.product-wrapper:hover {
    z-index: 5;
    background: white;
}
.product-wrapper:hover:after {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
.product-wrapper:before {
    content: "";
    width: 1px;
    height: 70%;
    background: #dddddd;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translateY(-50%);
}
.cate-5 .col{
    padding-bottom: 10px;
}
.cate-5 img{
    height: 123px;
}
.title-wrapper .name{
   /* overflow: hidden; */
   /* text-overflow: ellipsis; */
   /* display: -webkit-box; */
   /* -webkit-line-clamp: 2; */
   /* -webkit-box-orient: vertical; */
   /* height: 40px; */
   /* transition: .3s all ease-in-out; */
}
.bcate{
    margin-bottom: 0;
}
.bcate .product-small.col{
    padding-bottom: 0;
    padding-top: 0;
}
.cate-5 .product-small:nth-child(1) .product-wrapper:before{
    display: none;
}
.cate-5 .product-small:nth-child(6) .product-wrapper:before{
    display: none;
}
.cate-4.product-small:nth-child(1) .product-wrapper:before{
    display: none;
}
.cate-4 .product-small:nth-child(5) .product-wrapper:before{
    display: none;
}
.title-h3-menu{margin-bottom: 0;}
.title-h3-menu h2{border: unset;text-align: center;position: relative;padding-bottom: 30px;}
.title-h3-menu h2 span{
   font-size: 36px;
   line-height: 49px;
   text-align: center;
   color: #6B6B6B;
   font-family: 'SFUSIGVARDEMIBOLD';
   border-bottom: unset;
   text-transform: unset;
   margin: 0 auto;
   text-align: center;
   /* margin-bottom: 0; */
   padding-bottom: 0;
}
.collection-item .item {
    position: relative;
    background: white;
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 15px;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.collection-item .item .image {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    padding: 0 10px 0 0;
}
.collection-item img{
    object-fit: cover;
    height: 100%;
    font-family: "object-fit:cover";
}
.collection-item .item .text-box {
    display: table-cell;
    vertical-align: middle;
    width: 55%;
    padding-left: 10px;
}
.collection-item .item .text-box h6 {
    font-weight: 400;
    margin: 0 0 8px;
    line-height: 1.3;
    font-size: 18px;
    text-transform: unset;
    opacity: 1;
}
.collection-item .item .text-box h6 a {
    color: #333e48;
    text-transform: unset;
}
.collection-item  .item:hover {
    border-left-color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6;
    z-index: 6;
}
.icon-dm{
    position: relative;
    background: white;
    display: flex;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 7px;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.icon-dm:hover{
    border-left-color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6;
    z-index: 6;
}
.icon-dm h6{
    font-weight: 400;
    margin: 0 0 8px;
    line-height: 20px;
    font-size: 17px;
    color: #333e48;
    opacity: 1;
    text-transform: unset;
}
.col-12-dm{
    padding-bottom: 0;
}
.xemthem-best{
    border-radius: 99px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    text-transform: unset;
}
.best-sell .product-wrapper1{
    /* position: relative; */
    /* margin: 0; */
    /* padding: 15px 20px; */
    /* background: white; */
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    /* -webkit-transition: all .35s ease 0s; */
    transition: all .35s ease 0s;
    /* display: table; */
    /* table-layout: fixed; */
    /* width: 100%; */
    /* height: 100%; */
}
.best-sell .product-wrapper1 .box-image{
    /* display: table-cell; */
    /* vertical-align: top; */
    /* width: 43%; */
    /* height: 214px; */
    /* padding: 0 15px 0 0; */
}
.best-sell .product-wrapper1 .box-text-products{/* display: table-cell; */vertical-align: top;width: 100%;/* padding: 0 0 0 15px; *//* height: 100%; */}
.best-sell .product-wrapper1:after {
    content: "";
    width: 100%;
    z-index: -1;
    border: 1px solid #dddddd;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    -moz-transform: rotateX(45deg);
    -webkit-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    transform: rotateX(45deg);
    moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
}
.best-sell .product-wrapper1:hover:after {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
.best-sell .product-wrapper1:before {
    content: "";
    width: 1px;
    height: 70%;
    background: #dddddd;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translateY(-50%);
    display: none;
}
.best-sell .product-small:nth-child(1) .product-wrapper1:before{
    display: none;
}
.best-sell .product-small:nth-child(5) .product-wrapper1:before{
    display: none;
}
#isures-recently--wrap .box-text-products{/* display: none; */}
#mc-embedded-subscribe-form .wpcf7-form-control-wrap input{
    color: #797979;
    height: 42px;
    width: 85%;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 11px 50px 11px 30px;
    line-height: 20px;
    border-radius: 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    -ms-border-radius: 25px 25px 25px 25px;
}
#mc-embedded-subscribe-form input.wpcf7-submit{
    height: 42px;
    padding: 6px 35px;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    /* background: #333e48; */
    color: #fff;
    /* border: 1px solid #333e48; */
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
}
.form-dki{
    padding-top: 30px !important;
    margin-bottom: 30px;
}
.form-dki .col{
    padding-bottom: 0;
}
.copyright-footer{
    display
}
.form-dki form{
    margin-bottom: 0;
}
.wpcf7-spinner{
    display: none;
}
.content-ft h3 {
    color: #2b3685;
    font-size: 20px;
    text-transform: uppercase;
}
.ul-footer-contact li {
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    list-style-type: none;
    float: left;
    /* padding-top: 0px; */
    align-items: center;
    display: flex;
}
.ul-footer-contact li b{
    float: left;
    width: auto;
    width: calc(100% - 41px);
    float: left;
    color: var(--S1, #000);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* font-weight: unset; */
}
.ul-footer-contact li b strong{
    font-weight: unset;
}
.ul-footer-contact li span {
    color: #FFC30A;
    width: 41px;
    float: left;
    line-height: 24px;
    font-size: 16px;
    padding-right: 15px;
}
.ul-footer-contact li span img{

}
footer .widget-title{
    color: var(--S1, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: unset;
    /* font-family: SVN-Helves-bold; */
}
footer .menu-menu-footer-container ul li a{
        /* color: #333e48 !important; */
        /* font-size: 14px; */
        /* display: inline-block; */
}
footer .is-divider{
    display:none;
}
.footer-primary .menu-menu-footer-container{
    display:none;
}
.copyright-footer{
    color: #000;
}
.breadcrumb {
    margin: 0 auto;
}
.breadcrumb>li {
    position: relative;
    display: inline-block;
    /* line-height: 36px; */
    color: #333e48;
    margin-left: 0 !important;
    margin-bottom: 0;
}   
.breadcrumb>li>a {
    display: inline-block;
    padding: 0;
    /* line-height: 36px; */
    position: relative;
    color: #333e48;
}
.breadcrumb>li.active {
    color: #333e48;
    font-weight: 500;
}
.breadcrumb>li+li {
    position: relative;
    padding: 0;
    margin-left: 0;
}
.breadcrumb>li+li:before {
    content: ">";
    font-family: arenafont;
    padding: 0 17px 0 15px;
    margin: 0;
    font-size: 14px;
    color: #333e48;
    position: relative;
    top: 1px;
    font-weight: 400;
}
.page-wrapper{
    padding-bottom: 0;
    padding-top: 0;
}
.entry-content{
     padding-top: 0;
}
.blog-archive .page-title{
    margin-top: 30px;
}
.blog-single{
    /* margin-top: 30px; */
}
.blog-archive .widget-title {
        background: #df1f2e;
        width: 100%;
        float: left;
        padding: 10px;
        color: #fff;
        text-transform: unset;
}
.blog-archive .is-divider{
display: none;
}
.blog-archive .widget ul{
    /* border: 1px solid #ececec; */
    /* padding: 0 5px; */
}

.blog-single .widget-title {
        background: #df1f2e;
    width: 100%;
    float: left;
    padding: 10px;
    color: #fff;
}
.blog-single .is-divider{
display: none;
}
.blog-single .widget ul{
    border: 1px solid #ececec;
    padding: 0 5px;
}
.cates-sp .product-category {
    border-bottom: 1px solid #dddddd;
    margin: 0;
    padding: 20px 20px 0;
    position: relative;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
}
.cates-sp .product-category:hover{
        -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6;
    z-index: 4;
}
.cates-sp .product-category:before {
    content: "";
    width: 1px;
    height: auto;
    background: #dddddd;
    position: absolute;
    display: block;
    left: 0;
    top: 50px;
    bottom: 50px;
}
.cates-sp .product-category:nth-child(1):before{
    display: none;
}
.cates-sp .product-category:nth-child(5):before{
    display: none;
}
.new-moi .post-item .box-image{
    display: table-cell;
    vertical-align: top;
    width: 90px;
    margin: 0;
    padding: 0px 9px 0 0;
    margin-top: 18px;
    padding-top: 15px;
}
.new-moi .post-item .box-image a{
        position: relative;
    display: block;
    height: 0;
    padding-bottom: 75px;
    width: 75px;
}
.new-moi .post-item .box-image a img{
        position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.new-moi .post-item .box-image a :before{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    -webkit-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s;
    background-color: #fff3;
    content: "";
    width: 100%;
    height: 0;
    z-index: 1;
}
.new-moi .post-item .box-image a:hover{
    width: 100%;
    height: 100%;
}
.new-moi .post-item .box-blog-post{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.new-moi .post-item .box-text{
    display: table-cell;
    vertical-align: top;
    padding-bottom: 0;
}
.new-moi .post-item .box-text h5{
    display: block;
    margin: 0;
    text-transform: none;
    color: #333e48;
    line-height: 1.4;
    font-size: 14px;
    font-weight: unset;
}
.new-moi{
    margin-right: 0 !important;
}
.new-moi .post-item{
    padding-right: 0;
    padding-bottom: 10px;
}
.blog-archive .tagcloud{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.blog-single .tagcloud{
    float: left;
    width: 100%;
    margin-top: 10px;
}
#woocommerce_product_categories-4{
        border: 2px solid #dddddd;
        float: left;
        width: 100%;
}
#woocommerce_product_categories-4 .is-divider{
    width: 100%;
    max-width: 100%;
    height: 2px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
#woocommerce_product_categories-4 span.widget-title{
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #333e48;
    line-height: 1.4;
    margin: 0 0 0;
    padding: 5px 12px 5px;
    position: relative;
    float: left;
    width: 100%;
}
.product-categories{
    float: left;
    width: 100%;
    padding:0 10px;
}
.product-categories li a{
    color: #333e48;
    font-size: 14px;
    font-size: 14px;
    padding: 7px 5px 7px 30px !important;
    position: relative;
}
#shop-sidebar .widget .is-divider{
    position: relative;
    display: none;
}

#shop-sidebar .widget .is-divider:before{
   
}
#shop-sidebar .widget ul{
    float: left;
    width: 100%;
}
.products .product-small .col-inner{
    position: relative;
    margin: 0;
    /* padding: 15px 20px; */
    padding-bottom: 0;
    background: white;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    margin-bottom: 20px;
}
.products .product-small .col-inner:after {
    content: "";
    width: 100%;
    /* z-index: -1; */
    border: 1px solid #dddddd;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    -moz-transform: rotateX(45deg);
    -webkit-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    transform: rotateX(45deg);
    moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
}
.products .product-small .col-inner:hover:after {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
.products .product-small .box {
    z-index: 9;
}
.products .product-small .add-to-cart-button a{
    font-size: 12px;
    text-transform: unset;
    margin-right: 0;
}
.products .product-small .box-image img{
    /* height: 171px; */
}
.products .product-small .col-inner .box-text{
    padding-bottom: 0;
    /* height: 130px; */
}
.product-small .col-inner .box-text >.ux-swatches{
    /* position: absolute; */
    /* z-index: 9; */
}
.product-small .col-inner .box-text .title-wrapper{
    /* padding-top: 45px; */
}
  .single_add_to_cart_button{
    opacity: 1;
 }
 .Viewed-home .title-wrapper{
    display: none;
 }
 .Viewed-home .products .product-small img{
    height: auto;;
 }
 .menu-dm{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
 }
 .best-sell{
    /* padding-top: 0 !important; */
    /* padding-bottom: 0 !important; */
    padding-left: 30px !important;
    padding-right: 30px !important;
 }
 .Viewed-home{
     padding-top: 0 !important;
    padding-bottom: 0 !important;
 }
 .image-tools.top.right{
    display: none;
 }
 #shop-sidebar .widget{

 }
 .related-products-wrapper .container-width{
    max-width: 100%;
    text-align: center;
    /* font-family: 'SVN-GILROY-SEMIBOLD'; */
    text-align: center;
    text-transform: unset;
    font-size: 30px;
    /* margin-bottom: 30px; */
    font-weight: unset;
    padding: 1em 0;
    margin-top: 0;
    border-top: 1px solid #333;
    font-size: 24px;
    line-height: 1.75rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #1a1a1a;
    font-family: SVN-Helves-bold;
    text-align: center;
 }
 .related-products-wrapper .box-image img{
    height: auto;
 }
 
 .related-products-wrapper .product-small.col:hover:after {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
 .related-products-wrapper .product-small.col:after {
    content: "";
    width: 100%;
    z-index: -1;
    border: 1px solid #dddddd;
    background: white;
    border-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 5px 0 #c6c6c6;
    -ms-transform: 0 0 5px 0 #c6c6c6;
    -o-transform: 0 0 5px 0 #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6;
    -moz-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    -webkit-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    -moz-transform: rotateX(45deg);
    -webkit-transform: rotateX(45deg);
    -o-transform: rotateX(45deg);
    -ms-transform: rotateX(45deg);
    transform: rotateX(45deg);
    moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0;
}
.yith-wcwl-add-button{
    /* display: none; */
}
.header-bg-color, .header-wrapper {
    background-color: transparent !important;
}
#wide-nav .header-nav >li>a:hover{color: #000000;}
    .nav-dropdown.nav-dropdown-default>li>a:hover {
  color: #FFC30A;
}
    .butom-tuvan a.plain:hover{
    color: #FFC30A;
    text-decoration: underline;
    }
   .search-size:hover{
    color: #FFC30A;
    text-decoration: underline;
   }
 @media(max-width: 480px){
    .bcat-name a{
        font-size: 16px;
    }
 }
 .header-nav.header-nav-main{/* justify-content: unset; *//* display: block; */}
 .header-nav.header-nav-main li.menu-item{margin: 0;}
 .header-nav.header-nav-main li.menu-item a{
    color: var(--S1, #000);
    /* t3 */
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
 }
.header-nav.header-nav-main li.menu-item a:hover{
     color: #FFC30A; 
     text-decoration: none; 
}
 .header-nav.header-nav-main li.current-menu-item a{
    border-bottom: 1px solid #fff;
 }
 .header-nav.header-nav-main li.custom.html_topbar_left{margin-left: 75px;}
 .tt-hd{text-align: center;}
 .tt-hd p{font-size: 14px;line-height: 15px;
/* identical to box height */color: #FFFFFF;font-family: 'SVN-GILROY-REGULAR';margin-bottom: 5px;}
.tt-hd p a{font-size: 14px;line-height: 15px;
/* identical to box height */color: #FFFFFF;font-family: 'SVN-GILROY-REGULAR';margin-bottom: 5px;}
.tt-hd p a:hover{
     color:#FFC30A;
    text-decoration: underline; 
}
 .tt-hd span{
    font-size: 16px;
    line-height: 17px;
/* identical to box height */
    color: #FFFFFF;
    font-family: 'SVN-GILROY-SEMIBOLD';
 }
 .searchform-wrapper input[type=search]::placeholder{
    font-size: 14px;
    line-height: 15px;
    color: #000 !important;
    font-weight: 400;
 }
 .account-item{border: unset !important;}
 .account-item .header-button{margin-left: 30px;}
 .account-item .header-button .login-dki{
    border-radius: 15px;
    border: 1px solid #F49321;
    text-transform: unset;
    padding: 2px 11px !important;
    color: #F49321;
    font-family: SVN-Helves-bold;
 }
 .account-item .header-button a{
    color: #F49321;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    /* line-height: 20px; */
    background-color: transparent !important;
    /* line-height: 33px; */
    text-transform: unset;
    /* border: 1px solid #F49321; */
    font-family: SVN-Helves-bold;
 }
.account-item .header-button a:hover{
     color: #FFC30A;
}
 .account-item .header-button a span{
    color: var(--S1, #000);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
 }
 .cart-icon strong{
    border-color: #fff !important;
    color: #fff !important;
 }
 .cart-icon strong:after{
    border-color: #fff !important;
 }
 #glt-footer{
    display: none;
 }
 #top-bar{
    /* margin-bottom: 0; */
    border-bottom: 1px solid rgb(112 110 110 / 50%);
 }
 .blang a {
    cursor: pointer;
}
.blang img {
    width: 36px;
    height: 23px;
    position: relative;
    z-index: 9999;
    padding: 2px 4px;
    border-radius: 8px;
}
.skiptranslate{
    display: none;
}
body{
top:0 !important;
}
.header-bottom{
    background-color: transparent !important;
    /* margin-bottom: 15px; */
    padding-bottom: 20px;
}
.dki-home .col{
    padding-bottom: 0;
}
.icon-dki{margin-top: 12px;display: flex;justify-content: center;align-items: center;}
.icon-dki p{
    color: #000;
    /* text-align: center; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.icon-phieu{margin-top: 16px;}
.icon-phieu p{
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.form-home{/* display: flex; */margin-top: 12px;/* margin-bottom: 10px; */}
.form-home .wpcf7-form-control-wrap {margin-bottom: 0;/* float: left; */width: auto;}
.form-home .wpcf7-form-control-wrap input{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* border-radius: 18px; */
    height: 34px;
    margin-bottom: 0;
}
.form-home .wpcf7-submit{
    /* float: left; */
    margin-top: 10px;
    background-color: #000000 !important;
    font-size: 14px;
    line-height: 15px;
/* identical to box height */


/* p5 */
    color: #fff;
    /* font-family: 'SVN-GILROY-SEMIBOLD'; */
    text-transform: unset;
    /* border-radius: 24px; */
    background: var(--S1, #000);
    font-weight: 700;
    height: 33px;
    padding: 0px 32px;
    /* margin-left: -20px; */
    /* margin-bottom: 0; */
    /* font-family: SVN-Helves-bold; */
}
.dki-home form{
    margin-bottom: 0;
}
.button-chinhsach{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #000000 !important;
    margin-top: 5px;
    font-family: 'SVN-GILROY-SEMIBOLD';
    background: #FCFCFC;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    padding-top: 6px;
    margin-bottom: 10px;
}
.button-chinhsach:hover{
    background-color: #FFC30A !important;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25) !important;
}
.list-left-collection21>li>.toggle>i.fa-minus{
    display: none;
}
.list-left-collection21>li.active>.toggle>i.fa-plus{
    display: none;
}
.list-left-collection21>li.active>.toggle>i.fa-minus{
    display: block;
}
.title-left-collection{
    font-size: 24px;
    line-height: 33px;
    color: #6B6B6B;
    font-family: 'SVN-GILROY-SEMIBOLD';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-top: 30px;
}
.title-left-collection::before{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 99.4px;
height: 3px;
background: url(/wp-content/uploads/2023/05/line-thuonghieu.png) no-repeat;
}
.title-left-collection::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    width: 20px;
    height: 24px;
    background: url(/wp-content/uploads/2023/05/traithieu.png) no-repeat;
    }
    .list-left-collection21{

    }
    .list-left-collection21>li.menu-item>a{
        font-size: 20px;
        line-height: 21px;
        color: #6B6B6B;
        font-family: 'SVN-GILROY-REGULAR';
    }
    .list-left-collection21>li.menu-item+li.menu-item{
        border-top: 0.2px solid #414040;
    }
    .list-left-collection21>li>.toggle>i{
        color: #6B6B6B !important;
        font-size: 14px;
        font-weight: unset;
    }
    .list-left-collection21>li:hover>a{
        color: #FFC30A;
    }
    .list-left-collection21>li:hover .toggle>i{
        color: #FFC30A !important;
    }
    .list-left-collection21>li.menu-item>a>span{
        font-size: 14px;
    }
    .h3-title-sl{

    }
    .h3-title-sl h3{border: unset;position: relative;padding-bottom: 8px;margin-top: 40px;}
    .h3-title-sl h3 span{
        font-size: 20px;
        line-height: 21px;
        text-align: center;
        color: #000000;
        font-family: 'SVN-GILROY-SEMIBOLD';
        text-transform: unset;
        border: unset;
        margin-right: 0;
    }
    .h3-title-sl h3::before{
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 18px;
height: 2px;
background: #000000;
border-radius: 1px;
    }
    .banner-text p{
        font-size: 14px;
line-height: 15px;
color: #000000;
font-weight: 400;
    }
    .banner-text .col-inner{
        padding: 20px 20px;
    }
    .buton-khampha{
        position: relative;
        border: unset;
        padding: 0;
        margin-top: 40px;
        background-color: transparent !important;
    }
    .buton-khampha span{
        font-size: 14px;
        line-height: 15px;
        color: #000000;
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
    }
    .buton-khampha::before{
       content: "";
       position: absolute;
       left: 0;
       bottom: 0;
       width: 94px;
height: 0px;
border: 0.5px solid #000000;
    }
    .banner-text::before{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 113px;
        height: 142px;
        
        z-index: 9;
    }
    .title-h3-menu h2::before{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0;
        margin: 0 auto;
        width: 20px;
    height: 24px;
   
    }
    .price-wrapper .price ins{
        color: var(--S4, #FFC30A);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
    }
    .woocommerce-Price-currencySymbol{
        /* display: none; */
    }
    .best-sell .col{
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .price-wrapper .price{

    }
    .price-wrapper .price del{
        color: var(--S1, #000);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: strikethrough;     
    }
    .price-wrapper .price del span{
        opacity: 1;
    }
    .price-wrapper .price>span{
        color: #F49321;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /* font-family: SVN-Helves-bold; */
    }
    .price-wrapper .price .amount-lh{
        font-size: 18px;
        line-height: 19px;
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
        color: #910012;
    }
    .h2-title-xuhuong{float: left;width: auto;}
    .h2-title-xuhuong h2{border: unset;position: relative;padding-right: 25px;}
    .h2-title-xuhuong h2 span{
        border: unset;
        font-size: 29px;
        line-height: 32px;
        font-family: 'SVN-GILROY-SEMIBOLD';
        color: #6B6B6B;
        border: unset;
        margin-right: 0;
        font-weight: unset;
    }
    .text-xh{float: left;margin-left: 24px;margin-top: 10px;}
    .text-xh p{
        font-size: 14px;
        line-height: 15px;
        color: #6B6B6B;
        font-family: 'SVN-GILROY-REGULAR';
        
    }
    .h2-title-xuhuong h2::before{
        content: "";
        position: absolute;
        right: 0;
        top: 2px;
        width: 0;
        height: 32px;
        background: #6B6B6B;
        border: 2px solid #6B6B6B;
        /* transform: rotate(-90deg); */
    }
    .xem-tc{text-align: right;float: right;margin-right: 0;font-weight: unset;padding: 0 25px;padding-right: 40px;position: relative;border: unset;}
    .xem-tc span{
        font-size: 16px;
line-height: 17px;
color: #000000;
font-family: 'SVN-GILROY-REGULAR';
position: relative;
    }
    .xem-tc span::before{
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        content: "\f178";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -26px;
        top: 3px;
        color: #000000;
    }
    .box-text1{
        background: #fff;
        padding: 15px 20px;
        box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%);
    }
    .box-text1 .post-meta{

    }
    .box-text1 .post-meta span{
        color: var(--S1, #000);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .box-text1 h5{
        color: #000;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
    }
    .box-text1 .from_the_blog_excerpt{
        color: var(--S1, #000);
        text-align: justify;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .xemthem_blog_excerpt{
        color: rgb(244, 147, 33);
        text-align: justify;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .xemthem_blog_excerpt img{
        margin-right: 10px;
        display: none;
    }
    .new-hot .image-cover img{
        border-radius: 10px 10px 0px 0px;
    }
    .new-hot a:hover h5{
        color: rgb(244, 147, 33);
    }
    .logo-ft{
        text-align: center;
    }
    .logo-ft img{
        width: auto !important;
        margin: 0 auto;
    }
    .text-ft{margin-top: 15px;}
    .text-ft p{
        font-size: 16px;
line-height: 17px;
text-align: justify;
color: #000000;
font-family: 'SVN-GILROY-REGULAR';
    }
    .absolute-footer{
        display: none;
    }
    .h4-title-ft{margin-bottom: 0;margin-top: 30px;}
    .h4-title-ft h4{

    }
    .h4-title-ft h4 span{
        font-size: 16px;
        line-height: 17px;
        text-align: justify;
        color: #6B6B6B;
        font-family: 'SVN-GILROY-SEMIBOLD';
        border: unset;
        text-transform: unset;
        margin-right: 0;
        padding-bottom: 0;
    }
    .h3-title-ft{margin-bottom: 0;}
    .h3-title-ft h3{border: unset;position: relative;padding-bottom: 10px;margin-bottom: 0px;}
    .h3-title-ft h3 span{
      color: var(--S1, #000);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
    }
    
    .cs3{/* margin-top: 40px; */}
    .cs3 .widget-title{
        /* font-size: 17px; */
        /* line-height: 22px; */
        /* color: #000000; */
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
        /* text-transform: unset; */
        /* margin-bottom: 20px; */
        /* padding-bottom: 30px; */
    }
    .footer-1 ul{
     margin-top: 10px;
 }
 .footer-1 ul li{margin-bottom: 10px;/* list-style-type: disc; */color: #000;margin-left: 0;border-top: unset !important;}
    .footer-1 ul li a{
        color: #706E6E;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
   
    .breadcrumb__list {
        list-style-type: none;
        display: flex;
        align-items: center;
        padding: 16px 0;
        border-bottom: 1px solid #f7f8f9;
    }
    .breadcrumb__item:first-child .breadcrumb__link {
        color: #6c6d70;
    }
    .breadcrumb__link {
        font-size: 14px;
        line-height: 24px;
    }
.breadcrumb__item{
    position:relative;
    margin-left: 0 !important;
    margin-bottom: 0;
}
    .breadcrumb__item + .breadcrumb__item .breadcrumb__link {
        color: #221f20;
        padding-left: 20px;
    }
    .breadcrumb__item + .breadcrumb__item:before {
        content: "";
        /* font-style: normal; */
        /* font-weight: normal; */
        /* font-variant: normal; */
        /* text-transform: none; */
        /* line-height: 1; */
        /* -webkit-font-smoothing: antialiased; */
        /* font-size: 10px; */
        /* margin-right: 16px; */
        margin-left: 0;
        color: #000;
        height: 1px;
        width: 8px;
        position: absolute;
        z-index: 9;
        top: 13px;
        left: 7px;
        background: #000;
    }
    header.entry-header{
        display: none;
    }
    .breadcrumb{
        list-style-type: none;
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f7f8f9;
    }
    .breadcrumb a{
        color: #000;
    }
    .breadcrumb span{
        color: #000;
    }
    .title-cate{

    }
    .title-cate h1{
        border: unset;
        font-size: 29px;
        line-height: 32px;
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
        color: #6B6B6B;
        border: unset;
        margin-right: 0;
        /* font-weight: unset; */
        text-align: center;
        margin: 20px 0;
        text-transform: uppercase;
    }
    .gach-link{
        margin: 0 5px;
    }
    .exclusive-head ul {
        display: flex;
        justify-content: center;
        overflow: auto;
        text-align: center;
    margin-bottom: 28px;
    }
    .exclusive-head ul li {
        color: #6C6D70;
        font-size: 20px;
        line-height: 30px;
        margin-right: 56px;
        display: inline-block;
        cursor: pointer;
        white-space: nowrap;
        display: block;
        list-style: none;
        border-top: unset !important;
    }
    .exclusive-head ul li a{
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
        color: #6C6D70;
        text-transform: uppercase;
        /* font-weight: unset !important; */
    }
    .exclusive-head ul li.active {
        color: #221F20;
        border-bottom: 2px solid #221F20;
        border-top: 0;
    }
    .exclusive-head .widget-title {
        display: none;
    }
    .news__title h1{
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
    }
    .news__title .time{
        line-height: 22px;
    color: #718096;
    font-size: 14px;
    margin-top: 5px;
    }
    .archive #shop-sidebar .widget {
        margin-bottom: 20px;
        /* border: 1px solid #F1F1F1; */
        /* background-color: #f5f5f5; */
        float: left;
        width: 100%;
    }
    .archive #shop-sidebar span.widget-title {
        /* background: #F49321; */
        color: #000;
        height: initial;
        display: block;
        line-height: 18px;
        padding: 9px 20px;
        margin-bottom: 5px;
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
        font-size: 21px;
        text-transform: unset;
        /* text-align: center; */
        padding: 15px 0;
        border-radius: 20px 20px 0px 0px;
    }
    .archive #shop-sidebar .widget li.wc-layered-nav-term {
        background: #f5f5f5;
        padding-left: 5px;
        float: left;
        margin-right: 10px;
        border: unset;
        margin-bottom: 5px;
        text-align: center;
        padding-right: 5px;
        border-radius: 3px;
    }
    .archive #shop-sidebar .widget li {
        padding: 0 15px 0 0px;
        /* background: url(/wp-content/uploads/2023/05/icon-check.png) 7px 10px no-repeat; */
    }
    .archive #shop-sidebar .widget li.wc-layered-nav-term a {
        /* background: url(/wp-content/uploads/2023/05/icon-check.png) 0px 6px no-repeat; */
        /* padding: 5px 0 5px 25px; */
    }
    .widget_layered_nav>ul>li>a {
        font-size: 12px;
        /* color: #797979; */
    }
    .archive #shop-sidebar .widget li.wc-layered-nav-term.chosen > a {
        /* background: url(/wp-content/uploads/2023/05/icon-check2.png) 0px 6px no-repeat; */
        z-index: 999;
        /* position: absolute; */
    }
    .archive #shop-sidebar .widget>ul {
        padding: 0;
    }
    .archive #shop-sidebar .widget li.chosen a:before{
        display: none;
    }
    .is-sticky-column.is-affixed .is-sticky-column__inner{
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .search-size{
        margin-top: 12px;
        font-size: 18px;
        line-height: 16px;
        display: block;
        /* font-family: 'SVN-GILROY-REGULAR'; */
        color: #000;
        margin-bottom: 10px;
    }
    .search-size img{
        width: 16px;
    }
    .tile-tuvan{margin-bottom: 0;}
    .tile-tuvan h3{border: unset;}
    .tile-tuvan span{
        color: #221f20;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 24px;
        margin: 0 auto;
        margin-bottom: 0;
        border: unset;
        font-family: 'SVN-GILROY-SEMIBOLD';
    }
    .table-size-product{

    }
    .table-size-product ul{

    }
    .table-size-product ul li{margin: 0 40px;}
    .table-size-product ul li a{
        color: #6C6D70;
        font-size: 25px;
        line-height: 30px;
        display: inline-block;
        cursor: pointer;
        font-family: 'SVN-GILROY-REGULAR';
        font-weight: unset;
        text-transform: unset;
    }
    .table-size-product table {
        width: 100%;
        border: 1px solid #dedede;
        /* border-radius: 32px 0; */
        border-spacing: 0;
    }
    .table-size-product table .title-table {
        color: #221f20;
        font-size: 20px;
        padding: 40px 18px;
        font-weight: 600;
        line-height: 30px;
    }
    .table-size-product .table-mobile {
        display: none;
    }
    .table-size-product table + table {
        margin-top: 40px;
    }
    .table-size-product table th, .table-size-product table td {
        text-align: left;
        padding: 16px 24px;
    }
    .butom-tuvan{
        /* text-align: center; */
    }
    .butom-tuvan a.plain{
    display: inline-block;
    }
   
    .butom-tuvan a.plain::before{content: "";position: absolute;left: 0;top: 2px;width: 1px;height: 20px;background: #000;}
    .butom-tuvan a.plain:nth-last-child():before{
        display: none;
    }
    .butom-tuvan a.plain{
        position: relative;
        /* padding-bottom: 18px; */
    }
    .butom-tuvan a.plain p{
        /* font-family: 'SVN-GILROY-REGULAR'; */
        /* margin-bottom: 5px; */
        font-size: 18px;
        padding-left: 10px;
        line-height: 22px;
        padding-bottom: -13px;
    }
    .butom-tuvan .button {
        margin-bottom: 0;
    }
    .table-content-product{
        margin-top: 20px;
            margin-bottom: 20px;
    }
    .woocommerce-tabs{
        display: none;
    }
    .table-content-product ul li{
        /* font-weight: 600; */
        /* font-size: 12px; */
        /* line-height: 16px; */
        /* padding-top: 16px; */
        /* padding-bottom: 16px; */
        /* border-bottom: 2px solid transparent; */
        /* color: #6c6d70; */
        cursor: pointer;
        position: relative;
        margin: 0 20px;
    }
    .table-content-product ul li a{font-weight: unset;font-size: 16px;text-transform: unset;color: #000;/* font-family: 'SVN-GILROY-REGULAR'; */}
.table-content-product ul li:hover a{
     color: #FFC30A;
}
.table-content-product ul li a:hover{
     text-decoration: none;
}
    .table-content-product ul {
        display: flex;
        border-bottom: 2px solid #f7f8f9;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .table-content-product .panel .active {
        display: block;
    }
    .table-content-product .panel {
        display: none;
        overflow: hidden;
        line-height: 2em;
        height: 12em;
    }
    .show-more {
        padding-top: 10px;
        padding-bottom: -10px;
        text-align: center;
        /* border-bottom: 1px solid #c9baba; */
    }
    .show-more a {
        margin-top: 50px;
        cursor: pointer;
    }
    .show-more .showImg {
        text-align: center;
        display: inline-block;
    }
    .show-more .hideImg {
        text-align: center;
        display: none;
    }
    .show-more .inline {
        margin-top: -16px;
        z-index: -1;
        border-bottom: 1px solid #c9baba;
        display: block;
    }
    .table-content-product .showContent {
        /* line-height: 1em; */
        height: auto;
    }
    .free-vanchuyen{
        margin-top: 20px;
    }
    .icon-vchuyen .icon-box-text{
        /* font-family: 'SVN-GILROY-REGULAR'; */
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #17191C;
        text-align: center;
        padding-bottom: 12px;
    }
    .productview{
        margin-top: 30px;
    }
    .productview >h3{
        /* font-family: 'SVN-GILROY-SEMIBOLD'; */
        text-align: center;
        text-transform: uppercase;
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: unset;
    }
    .product-info .price-wrapper{
        width: 100%;
        float: left;
    }
    .product-info .price-wrapper .badge-container{
        padding-left: 10px;
        float: left;
        margin-top: 0;
    }
    .product-info .price-wrapper .price {
        font-size: 24px;
        display: flex;
        float: left;
    }
    .product-info .price-wrapper .price ins {
        font-size: 24px;
        padding-right: 10px;
    }
    .product-info .price-wrapper .price del {
        font-size: 17px;
    }
    .product-info .price-wrapper .price .amount-lh {
        font-size: 24px;
    }
    .actionFix {
        position: fixed;
        right: 20px;
        bottom: 56px;
        z-index: 9;
    }
    .actionFix ul {
        padding: 0;
        margin: 0;
    }
    .actionFix ul li {
        list-style: none;
    }
    .actionFix ul li a {
        display: inline-block;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin: 2px 0;
        -webkit-animation: rotatePhone 1s infinite ease-in-out;
        -moz-animation: rotatePhone 1s infinite ease-in-out;
        animation: rotatePhone 1s infinite ease-in-out;
    }
    .actionFix ul li.phone a i {
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .actionFix ul li.phone a {
        animation: icon-luc-lac 1s infinite;
        position: relative;
        background: #fff;
        -webkit-animation: rotatePhone 1s infinite ease-in-out;
        -moz-animation: rotatePhone 1s infinite ease-in-out;
        animation: rotatePhone 1s infinite ease-in-out;
        margin-bottom: -2px;
        border: 2px solid #f10707;
        color: #f10707;
    }
    .actionFix ul li a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    @keyframes rotatePhone {
        0% {
            transform: rotate(0) scale(1) skew(1deg);
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    
        10% {
            transform: rotate(-25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
    
        20% {
            transform: rotate(25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
    
        30% {
            transform: rotate(-25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
    
        40% {
            transform: rotate(25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
    
        50% {
            transform: rotate(0) scale(1) skew(1deg);
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    
        100% {
            transform: rotate(0) scale(1) skew(1deg);
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    }
    
    @-webkit-keyframes rotatePhone {
        0% {
            transform: rotate(0) scale(1) skew(1deg);
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    
        10% {
            transform: rotate(-25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
    
        20% {
            transform: rotate(25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
    
        30% {
            transform: rotate(-25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
        }
    
        40% {
            transform: rotate(25deg) scale(1) skew(1deg);
            -webkit-transform: rotate(25deg) scale(1) skew(1deg)
        }
    
        50% {
            transform: rotate(0) scale(1) skew(1deg);
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    
        100% {
            transform: rotate(0) scale(1) skew(1deg);
            -webkit-transform: rotate(0) scale(1) skew(1deg)
        }
    }
    .color-home{
        width: 16px;
        height: 16px;
        /* border: 1px solid; */
    }
    .best-sell .ux-swatches .wvs-attachment-image{
        /* display: none; */
    }
    .best-sell .ux-swatches .ux-swatch--image{
        /* width: auto; */
        /* height: auto; */
        box-shadow: none;
    }
.best-sell .ux-swatches .ux-swatch--image img{
    /* display:none; */
}
    .category-page-row .ux-swatches .wvs-attachment-image{
        /* display: none; */
    }
    .category-page-row .ux-swatches .ux-swatch--image{
        /* width: auto; */
        /* height: auto; */
        box-shadow: none;
        border: 1px solid;
    }
.ux-swatches-in-loop .ux-swatch{
    border:1px solid;
    
}
    @media(max-width:768px){
.nav-small.mobile-nav{
    justify-content: right;
}
.dki-home .col {
    padding-bottom: 15px;
}
.form-home .wpcf7-form-control-wrap input{
    width: 100%;
}
.title-left-collection::after{
    display: none;
}
.searchform-wrapper .searchform .button.icon{
        right: 32px;
        /* background: #fff !important; */
        /* height: 30px; */
}
.off-canvas .nav-vertical>li>a {
    /* font-family: 'SVN-GILROY-SEMIBOLD'; */
    font-size: 12px;
    font-weight: 400;
}
.single-product .category-filtering{
    display: none;
}
.table-size-product table{
    display: none;
}
.table-size-product .table-mobile{
    display: block;
}
.table-size-product table td:first-child, .table-size-product table th:first-child {
    width: 30%;
}
.table-size-product table td:not(:first-child), .table-size-product table th:not(:first-child) {
    text-align: right;
}
.table-size-product table th, .table-size-product table td {
    font-size: 12px;
    padding: 8px;
}
.tile-tuvan span{
    font-size: 23px;
    line-height: 28px;
}
    }
    @media(max-width:549px){
        #logo img{
            padding: 10px 0;
        }
        .dki-home .col {
            padding-bottom: 0;
        }
        .icon-phieu p {
            font-size: 14px;
            line-height: 16px;
        }
        .button-chinhsach {
            font-size: 14px;
            line-height: 16px;
        }
        .title-left-collection {
            font-size: 20px;
            line-height: 25px;
            padding-bottom: 14px;
    margin-top: 0;
        }
        .title-h3-menu h2 span {
            font-size: 26px;
            line-height: 33px;
        }
        .price-wrapper .price {
            font-size: 15px;
            line-height: 17px;
        }
        .h2-title-xuhuong h2 span {
            border: unset;
            font-size: 22px;
            line-height: 26px;
        }
        .h2-title-xuhuong{
            margin-bottom: 0;
        }
        .text-xh {
            float: left;
            margin-left: 0;
            margin-top: 0;
        }
        .text-xh p{
            margin-bottom: 0;
        }
        .xem-tc{
            padding: 0 10px;
            margin-bottom: 0;
            padding-right: 40px;
        }
        .col9-tintuc{
            padding-bottom: 5px;
        }
        .box-text1 h5 {
            font-size: 18px;
            line-height: 22px;
        }
        .footer-1 .col{
            padding-bottom: 0;
        }
        .cs3 {
            margin-top: 10px;
        }
        .cs1 .widget {
            margin-bottom: 0;
        }
        .text-ft p{
            margin-bottom: 0;
        }
        .title-cate h1 {
            font-size: 25px;
            line-height: 29px;
        }
        .exclusive-head ul li{
            font-size: 16px;
            line-height: 28px;
            margin-right: 25px;
        }
        .butom-tuvan {
            text-align: center;
        }
        .butom-tuvan .button {
            margin-bottom: 0;
            width: 100%;
            margin-bottom: 10px;
        }
        .related-products-wrapper .container-width{
            font-size: 25px;
        }
        .productview >h3{
            font-size: 25px;
        }
    }
    .xemthem-products{
        text-align: center;
    }
    .xemthem-products a{
        background: #FFC30A;
        border-radius: 5px;
        font-size: 16px;
        line-height: 17px;
        color: #000000;
        font-family: 'SVN-GILROY-REGULAR';
        padding: 10px 30px;
    }
    .sticky-hide-on-scroll--active{
    
    }
    #wide-nav .sub-menu.nav-dropdown {
    /* overflow-y: scroll; */
    /* height: 300px; */
    /* display: block; */
    padding: 0px 0px;
}
#wide-nav ul.sub-menu.nav-dropdown>li {
    width: 100%;
    border-right: 0;
    position: relative;
    display: block;
}
#wide-nav ul.sub-menu.nav-dropdown>li>a{font-size: 14px;text-transform: unset;}
#wide-nav ul.sub-menu.nav-dropdown>li.menu-item-has-children>a{font-size: 14px;/* color: #000; */font-weight: unset;}
#wide-nav ul.sub-menu.nav-dropdown>li.menu-item-has-children>a::before{
    content: "\f105";
    position: absolute;
    right: 5px;
    top: 11px;
    font: normal normal normal 14px/1 FontAwesome;
}
#wide-nav ul.sub-menu.nav-dropdown>li.menu-item-has-children>ul.sub-menu.nav-column{
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 100%;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 1px solid #ececec;
    border: 2px solid #ddd;
}
#wide-nav ul.sub-menu.nav-dropdown>li.menu-item-has-children:hover ul.sub-menu.nav-column{
display: block;
}
.product-small .box-image{
    /* height: 214px; */
    position: relative;
}
.product-small .box-image .image-zoom a{
    /* position: relative; */
}

.product-small .box-image:before{
    content:"";
    position:absolute;
    top: 10px;
    left:10px;
    width: 55px;
    height: 53px;
    background: url(/wp-content/uploads/2023/07/logo-Glux-2.2.png) no-repeat;
    background-size: cover;
    z-index: 9;
    display: none;
}
.svi-gallery-top{
     position: relative;
}
.svi-gallery-top:before{
    content:"";
    position:absolute;
    top: 10px;
    left:10px;
    width: 74px;
    height: 74px;
    background: url(/wp-content/uploads/2023/07/logo-Glux-2.2.png) no-repeat;
    background-size: cover;
    z-index: 9;
    display: none;
}
.ux-swatches-in-loop{
        justify-content: center;
}
.svi-gallery-thumbs.swiper-horizontal {
    height: 140px;
}
.product-small .box-image .show-on-hover{
    /* display:none; */
}
.product-small .box-image img{
        /* height: 320px; */
        /* object-fit: cover; */
}
@media(max-width:549px){
    .header-wrapper.stuck .dki-home{
        display:none;
    }
    
}

.hdSuport span{
    color: var(--S1, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
    width: 100%;
}
.hdSuport strong{
    color: var(--S1, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    width: 100%;
}
.cart-item.has-icon >a::after{
    display: none;
}
.cart-item.has-icon{
    margin-left: 0;
}
#wide-nav{
    border-bottom: 1px solid rgb(112 110 110 / 50%);
    border-top: unset;
}
.header-nav.header-bottom-nav{
        flex-flow: unset;
}
.header-nav.header-bottom-nav>li>a>i{
    /* position: absolute; */
    /* right: 0; */
    /* top: 36%; */
    /* color: #706E6E; */
    /* opacity: 1; */
}
.header-nav.header-bottom-nav>li>a:hover>i{
color: #FFC30A;
}
.account-item .header-button a.account-login{
    /* line-height: 29px; */
    /* min-height: 15px !important; */
}
.account-item .header-button a.account-login:hover span{
    color: #FFC30A;
}
.slider-home .flickity-page-dots{

}
.slider-home .flickity-page-dots .dot{
    width: 6px;
    height: 6px;
}
.slider-home .flickity-page-dots .dot.is-selected{
    width: 11px;
    height: 11px;
    background-color: #FFC30A;
    border: unset;
}
.sec-vct{
    padding-left: 0;
    padding-right: 0;
}
.h2-title-home{margin-bottom: 0;}
.h2-title-home h2{border: unset;text-align: center;margin-bottom: 0;background: #F49321;padding: 10px 0;}
.h2-title-home h2 span{
    color: var(--S1, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    border: unset;
    padding-bottom: 0;
    font-family: SVN-Helves-bold;
}
.icon-vct{

}
.icon-vct:hover .icon-inner{
    background: #FFC30A;
    border-radius: 50%;
}
.icon-vct .icon-inner img{
    padding-top: 0;
   
}
.icon-vct:hover img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
   
}

.icon-vct .icon-box-text{

}
.icon-vct .icon-box-text h3{
    color: var(--S1, #000);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.icon-vct .icon-box-text p{
    color: var(--S1, #000);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.box-excerpt{
    color: var(--S1, #000);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.price-wrapper .price del .woocommerce-Price-amount bdi{
    color: #000 !important;
}
.but-xemthem{
    color: var(--S1, #000) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 30px;
    border: 2px solid #FFC30A !important;
    margin-bottom: 0;
}
.but-xemthem span{

}
.stuck{
    /* display: none !important; */
}
.col12-line{
    padding-bottom: 0;
}
.sec-hotrott{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.h3-title-home{margin-bottom: 0;}
.h3-title-home h3{
    border-radius: 20px 20px 0px 0px;
    border: 1px solid var(--S4, #FFC30A);
    background: var(--S4, #FFC30A);
    padding: 10px 10px;
}
.h3-title-home h3 span{
    color: var(--S1, #000);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: unset;
    padding-bottom: 0;
    text-transform: unset;
    margin: 0 auto;
}
.col-bottom{
    padding-bottom: 0;
}
.col12-border{

}
.col12-border>.col-inner{
    border-radius: 20px;
    border: 1px solid #E4DEE0;
    background: #FFF;
    overflow: hidden;
}
.icon-ht{padding: 0 10px;padding-bottom: 20px;padding-top: 15px;}
.icon-ht .icon-box-img{

}
.icon-ht .icon-box-img img{
    padding-top: 0;
    border-radius: 50%;
}
.icon-ht .icon-box-text{
    padding-left: 10px !important;
}
.icon-ht .icon-box-text h3{
    color: var(--S1, #000);
    /* text-align: center; */
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.icon-ht .icon-box-text p{
    color: var(--S4, #FFC30A);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.row-ht img{
    width: auto;
}
.sec-danhgia-kh{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.icon-danhgia{background: #FFC30A;padding-top: 10px;}
.icon-danhgia .section-title-container{margin-bottom: 0;}
.icon-danhgia .section-title-container h3{
    border: unset;
    text-align: center;
}
.icon-danhgia .section-title-container h3 span{
    color: var(--S1, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: unset;
    border: unset;
    margin: 0 auto;
    padding-bottom: 0;
}
.icon-danhgia .section-title-container h2{
    border: unset;
    text-align: center;
}
.icon-danhgia .section-title-container h2 span{
    color: var(--S1, #000);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    border: unset;
}
.icon-kh{margin-top: 10px;}
.icon-kh .icon-box-img{margin-bottom: 0;}
.icon-kh .icon-box-img img{
    width: 76px;
    height: 76px;
    border-radius: 50%;
}
.icon-kh .icon-box-text{display: -webkit-flex; /* Safari */display: grid;}
.icon-kh .icon-box-text .star-rating{
    order: 2;
    /* width: 100%; */
    display: inline-block;
    /* max-width: 100%; */
}
.icon-kh .icon-box-text .testimonial-text{
    order: 3;
    display: block;
    width: 100%;
}
.icon-kh .icon-box-text .testimonial-text p{
    color: var(--S1, #000);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.icon-kh .icon-box-text .testimonial-meta{order: 1;display: block;width: 100%;}
.icon-kh .icon-box-text .testimonial-meta .test_name{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.slider-danhgia{

}
.slider-danhgia .flickity-page-dots{bottom: -17px;}
.slider-danhgia .flickity-page-dots .dot{
    width: 29px;
    height: 4px;
    border-radius: 26px;
    background-color: #D9D9D9;
    opacity: 1 !important;
    /* margin: 0; */
    border: #D9D9D9;
}
.slider-danhgia .flickity-page-dots .dot.is-selected{
    width: 47px;
height: 7px;
border-radius: 26px;
background-color: var(--S4, #FFC30A);
}
.h2-title-gt{margin-bottom: 0;}
.h2-title-gt h2{border: unset;text-align: center;}
.h2-title-gt h2 span{
    color: var(--S1, #000);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
    border: unset;
    padding-bottom: 0;
}
.text-gioithieu{

}
.text-gioithieu p{
    color: var(--S1, #000);
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}
.item-service{
    position: relative;
    margin-top: 0;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    width: 100%;
    height: 100%;
}
.item-service:hover .content-sv{
    transition: var(--trans,opacity .4s ease 0s);
    height: 100%;
    bottom: 0;
}
.item-service:hover p{
    display: block;
}
.item-service:hover a{
    display: block;
}
.content-sv{
    background: rgba(0, 0, 0, 0.80);
    position: absolute;
    bottom: 0;
    padding: 15px 30px;
    text-align: center;
    transition: transform .2s ease-out, opacity 0.4s ease-out;
    height: 32%;
    width: 100%;
}
.content-sv h3{line-height: 26px;}
.content-sv h3 a{
    color: var(--S4, #FFC30A);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.content-sv p{
    color: #FFF;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
display: none;
}
.content-sv>a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: none;
}
.footer-1{
    border-top: unset;
    padding-top: 25px;
    padding-bottom: 0;
}
.cs2 iframe{
    margin-top: 15px;
}
.sec-sp-new{
    padding-bottom: 0 !important;
}
.colhr{
    padding-bottom: 0 !important;
}
.call-ht{
    padding-right: 18px;
}
#wide-nav .header-nav >li:nth-child(1)>a{
    /* margin-left: -22px !important; */
}
.sidemenuleft {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    border: 1px solid #E4DEE0;
    background: #FFF;
    overflow: hidden;
}
.sidemenuleft h3 {
    /* border-bottom: 4px solid #c9212a; */
    color: #000;
    float: left;
    font-size: 24px;
    font-weight: bold;
    /* margin-left: 15px; */
    /* min-width: 78px; */
    padding-bottom: 5px;
    padding-left: 0;
    /* text-transform: uppercase; */
    border: 1px solid var(--S4, #FFC30A);
    background: var(--S4, #FFC30A);
    text-align: center;
    padding: 10px 20px;
}
.sidemenuleft ul {
    clear: both;
    line-height: 28px;
    margin-bottom: 0;
    padding: 15px;
    padding-top: 0;
}
.sidemenuleft ul li {
    list-style: outside none none;
}
.sidemenuleft a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.main>.box{
    margin-top: 30px;
}
h1.title {
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    color: #262626;
    float: left;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
}
.box_albums{
    position: relative;
}
.box_albums .col{
    /* padding-bottom: 0; */
}
.box_albums .content-sv{
    bottom: 8px;
}
.item-service:hover.box_albums .content-sv{
bottom: 0;
}
.content-sv>a:hover{
    color: #ffc30a;
}
.img-detail-sv{
margin-top: 30px;
margin-bottom: 20px;
}
.img-detail-sv img{
    width: 100%;
}
div.title{
    border-bottom: 1px solid #d4d4d4;
    color: #262626;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
div.title a.heading{
    color:#000;
    float: left;
}
span.post-meta {
    color: #999;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}
span.post-meta span.line {
    color: #bbb;
    font-size: 16px;
    margin: 0 6px;
}
.post-entry_gdc{

}
.post-entry_gdc ul, .post-entry_gdc ol{
    margin-left: 25px;
}
.text-dv-lq{

}
.text-dv-lq h2{
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 20px;
}
.row-ht{
    max-width: 120px !important;
    margin-left: 0;
}
@media(max-width:768px){
    .searchform-wrapper input[type=search]{
        width: 194px;
        /* background: #fff !important; */
    }
    .h2-title-home h2 span{
        font-size: 32px;
    }
    .icon-danhgia .section-title-container h2 span{
        font-size: 28px;
    }
    .h2-title-gt h2 span{
        font-size: 32px;
    }
    .content-sv h3 a{
        font-size: 18px;
    }
    .content-sv{
height: 40%;
    }
    .form-home .wpcf7-submit{
        padding: 0px 8px
    }
}
@media(max-width:549px){
    .colhr{
        order:-1;
    }
    .h2-title-home h2 span {
        font-size: 20px;
    }
    .price-wrapper .price ins{
        font-size: 17px;
    }
    .price-wrapper .price del{
        font-size: 15px;
    }
    .price-wrapper .price>span{
        font-size: 17px;
    }
    .icon-danhgia .section-title-container h2 span{
        font-size: 22px;
    }
    .colhl{
        padding-bottom: 0;
    }
    .h2-title-gt h2 span {
        font-size: 25px;
    }
    .sec-danhgia-kh{
        padding-bottom: 0 !important;
    }
    .content-sv h3 {
        line-height: 20px;
    }
    .content-sv h3 a {
        font-size: 15px;
    }
    .item-service:hover p {
        display: none;
    }
    .h3-title-ft h3 span{
        font-size: 25px;
    }
    h1.title{
        font-size: 20px;
    }
    .box_albums .content-sv{
        padding: 15px 20px;
    }
    .sec-hotrott .col12-border{
        padding-left: 0;
        padding-right: 0;
    }
}
.sec-top-header{

}
.sec-top-header ul{margin-bottom: 0;justify-content: center;display: flex;}
.sec-top-header ul li{
    font-family: SVN-Helves-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.76px;
    text-align: left;
    color: #000000;
    margin-left: 0;
    list-style-type: none;
    margin: 0 20px;
}
.sec-top-header ul li a{
    font-family: SVN-Helves-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.76px;
    text-align: left;
    color: #000000;
}
.left-header{
    font-family: SVN-Helves-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.04px;
    /* text-align: left; */
    color: #F49321;
}
#wide-nav .header-nav >li.active>a{
    color: #000000;
}
#wide-nav .header-nav >li.active>a::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 33px;
    height: 4px;
    background: #000000;
    margin: 0 auto;
}
.but-xemchitiet{

}
.but-xemchitiet span{
    font-family: SVN-Helves-bold;
font-size: 16px;
font-weight: 700;
line-height: 21.76px;
text-align: left;
color: #000000;
}
.h2-sp-yeuthich{

}
.h2-sp-yeuthich h2{border: unset;text-align: center;/* margin-top: 20px; */padding-top: 30px;}
.h2-sp-yeuthich h2 span{
    font-family: SVN-Helves-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.64px;
    text-align: left;
    color: #000000;
    margin: 0 auto;
    text-align: center;
    border: unset;
    padding-bottom: 0;
    text-transform: unset;
}
.row-yeuthich{
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}
.product-yeuthich{

}
.product-yeuthich a{
    display: grid;
    grid-template-columns: 96px 1fr;
    padding: 16px;
    gap: 16px;
    background: #fff;
    border-radius: 4px;
    border: #f2f2f2;
    width: 100%;
}
.product-yeuthich a .ds-top-offers-image{
    position: relative;
    display: inline-block;
    width: 96px;
    height: 96px;
}
.product-yeuthich a .ds-top-offers-image img{
    vertical-align: top;
    width: 96px;
    height: 96px;
    position: relative;
    display: inline-block;
    object-fit: cover;
    overflow: hidden;
}
.product-yeuthich a .ds-top-offers-tile-copy{
    padding: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.product-yeuthich a .ds-top-offers-tile-copy h3{
    /* font-family: SVN-Helves-bold; */
    font-size: 15px;
    font-weight: 700;
    line-height: 19.04px;
    text-align: left;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.product-yeuthich a .ds-top-offers-tile-copy .price-wrapper{

}
.product-yeuthich a .ds-top-offers-tile-copy .price-wrapper .price ins{
    font-family: SVN-Helves-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.2px;
    text-align: left;
    color: #F49321;
}
.product-yeuthich a .ds-top-offers-tile-copy .price-wrapper .price ins span{
    font-family: SVN-Helves-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.2px;
    text-align: left;
    color: #F49321;
}
.product-yeuthich a .ds-top-offers-tile-copy .price-wrapper .price del{
    font-family: SVN-Helves;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.76px;
    text-align: left;
    color: rgb(112 110 110 / 50%);
    display: none;
}
.product-yeuthich a .ds-top-offers-tile-copy .price-wrapper .price del span{
    opacity: 0.5;
}
.product-yeuthich .badge{
    height: 30px;
    width: 20px;
}
.product-yeuthich .badge span{
    font-size: 13px;
}
.product-yeuthich .badge-container{
    display: none;
}
.best-sell.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top: 0;
}
.h2-danhrieng{

}
.h2-danhrieng h2{
    border: unset;
    text-align: center;
    /* margin-top: 20px; */
    /* padding-top: 30px; */
}
.h2-danhrieng h2 span{
    font-family: SVN-Helves-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.64px;
    text-align: left;
    color: #000000;
    margin: 0 auto;
    text-align: center;
    border: unset;
    padding-bottom: 0;
    text-transform: unset;
}
.sp-news p.woocommerce-loop-product__title{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;height: 44px;}
.sp-news p.woocommerce-loop-product__title a{
    /* font-family: SVN-Helves-bold; */
    font-size: 18px;
    font-weight: 700;
    line-height: 21.76px;
    text-align: left;
    color: #000000;
}
.desc-wrapper{
    /* font-family: SVN-Helves; */
    font-size: 15px;
    font-weight: 400;
    line-height: 20.04px;
    text-align: left;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 85px;
}
.sp-news .price-wrapper .price ins span{
    font-family: SVN-Helves-bold;
font-size: 24px;
font-weight: 700;
line-height: 32.64px;
text-align: left;
color: #000000;
}
.sp-news .price-wrapper .price del{
    font-family: SVN-Helves;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.76px;
    text-align: left;
    color: #706E6E;
}
.sp-news .price-wrapper .price del span{
    opacity: 0.5;
}
.sp-news  .price-wrapper .price>span{
    font-family: SVN-Helves-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.64px;
    text-align: left;
    color: #000000;
}
.add-to-cart-button{
    width: 100%;
}
.sp-news  .price-wrapper{
    height: 50px;
}
.add-to-cart-button a{
    background-color: #000000 !important;
    color: #fff !important;
    width: 100%;
    text-align: center;
    text-transform: unset;
    /* font-family: SVN-Helves-bold; */
    font-size: 14px !important;
    padding: 5px 0;
}
.sp-news .badge-circle{
    margin-left: 0;
}
.catory-home h5{
    /* font-family: SVN-Helves-bold; */
    font-size: 16px;
    font-weight: 700;
    line-height: 21.76px;
    text-align: center;
    color: #000000;
}
.catory-home p.count{
    display: none;
}
.icon-timhieu p{
    font-family: SVN-Helves-bold;
font-size: 20px;
font-weight: 700;
line-height: 27.2px;
text-align: center;
color: #706E6E;
}
.img-gioithieu{/* position: absolute; *//* top: -40px; *//* left: 0; */}
.img-gioithieu .img-inner{text-align: center;/* margin-top: -33px; */}
.img-gioithieu .img-inner img{
    width: auto !important;
}
#footer{
    border-top: 1px solid rgb(112 110 110 / 50%);
}
.text-gioithieunew{
    /* font-family: SVN-Helves; */
    font-size: 16px;
    font-weight: 400;
    line-height: 21.76px;
    text-align: justified;
    color: #706E6E;
}
.form-home label{
    /* font-family: SVN-Helves-bold; */
    font-size: 14px;
    font-weight: 700;
    line-height: 19.04px;
    text-align: justified;
    color: #000000;
}
.text-footernew{
    /* font-family: SVN-Helves-bold; */
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
    text-align: justified;
    color: #000000;
    /* font-family: SVN-Helves; */
}
.fool-ft a{
    border: 2px solid #000000;
color: #000000;
}
#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%)
}

#instagram-vr .phone-vr-circle-fill {
    background: rgb(17,143,253);
    background: linear-gradient(160deg,rgba(17,143,253,1) 20%,rgba(188,60,218,1) 50%,rgba(253,223,5,1) 80%);
    background-size: contain;
    box-shadow: 0 0 0 0 #c840c9;
    background-color: rgb(79 103 254);
    border: 0
}

#instagram-vr .phone-vr-img-circle {
    background: transparent
}

#telegram-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2c9fd8;
    background-color: rgb(44 159 216 / 74%)
}

#telegram-vr .phone-vr-img-circle {
    background: #2c9fd8
}

@-webkit-keyframes phone-vr-circle-fill {
    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)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: absolute;
    margin-top: -65px;
    right: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 7px 50px 7px 15px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff
}

@media(max-width: 736px) {
    .phone-bar {
        display:none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,0.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,0.7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

div#whatsapp-vr .phone-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #1fd744;
    background-color: rgb(35 217 72 / 70%)
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle {
    background: #1cd741
}

div#whatsapp-vr .phone-vr .phone-vr-img-circle img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

#fanpage-vr img {
    max-width: 35px;
    max-height: 35px
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #1877f2
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%);
    background-color: rgb(24 119 242 / 70%)
}

#gom-all-in-one .button-contact {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer
}
.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
    background-color: #dd3333;
}
.text-page-gioithieu{
    /* font-family: SVN-Helves; */
}
#shop-sidebar .widget ul.product-categories>li>a:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-weight: 300;
    font-size: 13px;
    color: #ce252c;
}
.cate-slider{

}
.cate-slider .col{
    padding: 0 10px 0px !important;
}
.cate-slider .col .item{
    border: 1px solid #f2f2f2;
    overflow: hidden;
    /* margin-bottom: 37px; */
}
.cate-slider .col .item h3{text-align: center;padding: 0 5px;line-height: 19px;}
.cate-slider .col .item h3 .line-clamp{
    /* font-family: SVN-Helves-bold; */
    font-size: 14px;
    font-weight: 700;
    line-height: 17.76px;
    text-align: center;
    color: #000000;
}
.cate-slider .col .item h3 .count{
    display: block;
    color: #F49321;
    font-size: 12px;
}
.category-page-row{
    padding-top: 0;
}
.shop-container .product-container{
    max-width: 930px;
    margin: auto;
}
.dowm-new .accordion-item{

}
.dowm-new .accordion-item>a.accordion-title{
  padding-left: 10px;
  padding: 10px 14px;
}
.dowm-new .accordion-item>a.accordion-title>span{
    font-family: SVN-Helves-bold;
}
.dowm-new .accordion .active .toggle{

}
.dowm-new .accordion .toggle{
    right: 0;
    left: unset;
}
.dowm-new .accordion-item .accordion-inner{
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: .01em;
    color: #4d4d4d;
    padding: 0 60px 20px 14px;
    font-family: SVN-Helves;
}
.detail-content{
    border-top: 1px solid #333;
    margin-top: 20px;
    padding-top: 2.25em;
    padding-bottom: calc(2.25em - 20px);
}
 h2.h2-detail{
    font-size: 24px;
    line-height: 1.75rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #1a1a1a;
    font-family: SVN-Helves-bold;
    text-align: center;
}
.shop-container .product-container .product-main{
    padding-bottom: 0;
}
.social-commerce-copy{
    /* margin: 0 44px 20px; */
    /* text-align: center; */
}
.social-commerce-copy .h2-content{
    text-align: justify;
}
.product-view{
    border-top: 1px solid #333;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: calc(2.25em - 20px);
}
.product-view .desc-wrapper{
    line-height: 20.04px;
}
#reviews{
    border-top: 1px solid #333;
    margin-top: 0;
    padding-top: 10px;
}
.product-view .col{
    padding-bottom: 0;
}
.product-info{
    padding-bottom: 0;
}
.product-section {
    border-top: unset;
}
.product-footer .woocommerce-tabs{
    display: none;
}
.related-products-wrapper .desc-wrapper{
    line-height: 20.04px;
}
.comment-form-rating .stars:nth-last-child(2){
    display:none;
}
@media(max-width:549px){
    .sec-top-header{
        display: none;
    }
    .off-canvas-left.dark .mfp-content {
        background-color: #F49321;
    }
    .catory-home h5{
        font-size: 14px;
    }
    .sec-gioithieu .col-inner{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}