@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
.header-top .widget_text, .header-bottom .widget_text{
    margin: auto;
}
.header-top .widget_text a{
    font-size: 14px;
    color: #fff;
}
.header-top .social-icons i{
    width: 20px;
}
/* .header-bottom input[type="search"]{
    height: 3em;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: none;
    border-color: #CFCFCF;
} */
.header-main .top-divider{
    border-top: none !important;
}
.header-main{
    border-bottom: 1px solid #eee;
}
.header-bottom .flex-left{
    width: 100% !important;
}
 .header-main ul li a{
    font-size: 16px;
    position: relative;
    padding: 0 7px;
}
.page-tructuyen h2{
    color: #ffcb05;
    font-size: 26px;
}
.class-vd-gt h2{
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 2em;
    position: relative;
}
.class-vd-gt h2::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #333;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.class-vd-gt h2::after{
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: #ffcb05;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.class-vd-gt .vd .col-inner{
    border-radius:10px ;
    overflow: hidden;
}
.page-tructuyen p{
    color: #fff;
}
/* .banner-vivifoods .n2-section-smartslider .n2-ss-slider-1  .n2-ss-slide-background-image+.n2-ss-slide-background-image{
    background-size: cover;
} */
/*
.header-main ul li a::before{
    content: "";
    position: absolute;
}
.header-main ul.header-nav-main  li a::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffcb05;
    bottom: 12%;
    width: 0%;
    left: 0;
    transition: .3s all;
}
.header-main ul li.active a::after{
    content: "";
    position: absolute;
    border-bottom: 2px solid #ffcb05;
    bottom: 12%;
    width: 100%;
}
.header-main ul.header-nav-main li:hover a::before{
    width: 100%;
}*/
/* .header-bottom button[type="submit"]{
    width:60px !important;
    height: 3em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
} */
/* .header-bottom #mega-menu-wrap{
    background: #ffcb05 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
} 
.header-bottom #mega-menu-wrap ul li a{
    border-color: #f3f3f3 !important;
    position: relative;
}
.header-bottom #mega-menu-wrap ul li a, .class-lh-gt p{
    font-weight: 500;
}
.header-bottom #mega-menu-wrap .sf-menu{
    box-shadow: 3px 4px 10px rgba(0,0,0,0.09), -4px 4px 10px rgba(0,0,0,0.09);
    border: none;
}
.header-bottom #mega-menu-wrap ul li a::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2020/04/right-arow-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 11px;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    transition: .2s all;
}
.header-bottom #mega-menu-wrap ul li:hover a::before{
    visibility: unset;
}*/
/* .header-bottom .textwidget a{
    color: #C8A008;
    font-size: 17px;
    font-weight: 700;
    position: relative;
} */
/* .header-bottom .textwidget .icon-p::before{
    content: "";
    background: url(/wp-content/uploads/2020/04/phone1-01.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    left: -30%;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.product .box-image img{
    height: 200px;
    object-fit: contain;
}
.product .image-zoom{
    position: relative;
}
 .product .box-image::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    transition: .5s all;
}
/*.product .box-image::after{
    position: absolute;
    content: "";
    width: 10%;
    height: 20%;
    background: #ffffff17;
    left: 0;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    transition: .6s all;
}*/
 .product .col-inner:hover .box-image::before{
    left: 100%;
} 

.product .col-inner{
    transition: .3s all;
    background: #fff;
    border-radius: 12px;
}
.product .add-to-cart-button a::before {
    content: "";
    position: absolute;
    border: 1px solid #b2b2b2;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 3px;
}
.product .add-to-cart-button a{
    background: none !important;
    color: #333;
    border: none;
    box-shadow: none;
    z-index: 99;
}
.product .add-to-cart-button a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #ffcb05;
    left: 0;
    z-index: -1;
    transition: .3s all;
    border-radius: 3px;
}
.nav-dropdown{
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 7px;
}
.nav-dropdown, .nav-dropdown li a{
    border: none !important;
}
.nav-dropdown li a{
    text-transform: capitalize;
    margin: 0 !important;
    padding: 4px 0 !important;
    color: #333 !important;
}
.product .col-inner:hover .add-to-cart-button a{
    color: #fff;
}
.product .col-inner:hover .add-to-cart-button a::before{
    border-color: #ffcb05;
}
.gioithieu-vivifoods .row:nth-child(1){
    background: #fff;
    border-radius: 9px;
    padding: 20px;
    box-shadow:3px 4px 11px rgb(0 0 0 / 22%);
}
.gioithieu-vivifoods .row:nth-child(1) h2, .class-gt-vivi h2{
    font-family: 'Poppins', sans-serif;
}
.gioithieu-vivifoods h2, .class-gt-vivi h2{
    font-size: 2em;
    color: #333;
    margin-top: 9px;
    border-bottom: 1px solid #333;
}
.gioithieu-vivifoods h2 i{
    color: #c8a008;
}
.gioithieu-vivifoods p, .class-gt-vivi p{
    color: #333;
}
.class-gt-vivi .button{
    padding: 0 50px;
    background: none !important;
    color: #333;
    border-color: #333;
}
.gioithieu-vivifoods h4, .class-gt-vivi h4{
    background: #ffcb05;
    display: initial;
    padding: 7px 25px;
    color: #fff;
    border-top-right-radius: 9px;
}
.product .col-inner:hover .add-to-cart-button a::after{
    width: 100%;
}
/* .product .col-inner:hover{
    border: 1px solid #eee;
    box-shadow: 3px 4px 10px rgba(0,0,0,0.09), -3px -4px 10px rgba(0,0,0,0.09);
} */
.product .price span{
    font-family: 'Oswald', sans-serif;
    color:#FF453A;
    font-size: 18px;
}
.absolute-footer .container{
    border-top: 2px solid #e2ded0;
    color: #adaca8;
}
.absolute-footer .copyright-footer{
    padding-top: 10px;
}
.product .col-inner .box-text{
    /* background: #eee; */
    padding-bottom: 1em;
}
.product .name a{
    color: #3A3A3C;
    font-weight: 600;
    font-size: 15.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.nav-dropdown-has-arrow li.has-dropdown:after,.nav-dropdown-has-arrow li.has-dropdown:before{
    border-bottom-color: transparent !important;
}
.product .add-to-cart-button a{
    font-weight: 500;
    border-radius: 3px;
    font-size: 14px;
}
.post-item .box-blog-post .is-divider{
    display: none;
}
.post-item .box-text .post-title{
    color: #3A3A3C;
    font-weight: 700;
}
.post-item .badge .badge-inner{
    background-color: #171717 !important;
}
.blog-r .box-text .post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-r .col{
    padding: 0 15px 15px !important;
}
.class-tt-gt .post-item .post-meta{
    position: absolute;
    top: 5%;
    color: #737378;
    font-size: 12px;
}
.class-tt-gt .box-image{
    border-radius: 7px;
    overflow: hidden;
}
.class-tt-gt h2{
    font-size: 24px;
    color: #23282d;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.class-tt-gt .post-item .box-text .post-title{
    padding-top: 15px;
}
.footer-gt h2{
    font-weight: 700;
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.footer-gt h2::before, .class-lh-gt h3::before {
    content: "";
    position: absolute;
    width: 27%;
    border-bottom: 2px solid #ffcb05;
    bottom: 0;
}
.footer-gt ul li{
    border: none !important;
}
.footer-gt p, .footer-gt ul li a{
    font-size: 13px !important;
    margin-bottom: 10px;
    font-weight: 500;
}
.footer-gt p i, .class-lh-gt i{
    width: 15px;
    text-align: center;
    color: #c9a10c;
}
.footer-gt ul li a, .post-sidebar .menu li a{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
    padding-left: 10px !important;
    transition: .3s all;
}
.footer-gt ul li a:hover, .post-sidebar .menu li a:hover{
    transform: translateX(7px);
}
.footer-gt ul li a::before, .post-sidebar .menu li a::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #333333;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -3%;
    border-radius: 50%;
}
.footer-gt h3{
    font-weight: 600;
    font-size: 14px;
}
.class-sp-gt h2{
    font-size: 24px;
    color: #23282d;
    font-weight: 700;
    padding-bottom: 12px;
    padding-left: 16%;
    margin-top: 3%;
    border-bottom: 1px solid #eee;
    position: relative;
}
.class-sp-gt h2 span{
    text-transform: capitalize;
    font-weight: 700;
}
.class-sp-gt h2::before {
    content: "";
    background: url(/wp-content/uploads/2020/07/5.png);
    position: absolute;
    width: 175px;
    height: 98px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.bannerp-vivifoods .col-inner{
    border-radius: 10px;
    overflow: hidden;
}
.class-sp-gt h2::after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #333;
    bottom: 0;
    width: 17%;
    left: 16%;
    z-index: -1;
}
.related button{
    box-shadow: none !important;
    background: transparent !important;
}
.related{
    position: relative;
}
.related h3{
    font-weight: 600;
    font-size: 18px;
    color: #333;
}
.related::before{
    content: "";
    position: absolute;
    width: 25%;
    border-top: 3px solid #ffcb05;
    top: -.5%;
}
.related .flickity-button-icon{
    background: #ffcb05;
    border-radius: 50%;
}
.related .flickity-button-icon .arrow, .related button:hover svg{
    fill: #fff;
}
.product-info h1{
    font-weight: 600;
    color: #3A3A3C;
}
.product-info  .price span{
    font-size: 26px;
}
.product-info button[type="submit"]{
    font-weight: 600;
    border-radius: 5px
}
.product-info .product-short-description{
    background: #eee;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-weight: 500;
}
@media(min-width:850px){
    .product-info button[type="submit"]{
        width: 70%;
    }
}
.archive .sidebar-inner .woocommerce{
    border: 1px solid #eee;
}
.archive .sidebar-inner .product_list_widget{
    padding: 0 10px;
}
.archive .sidebar-inner .widget-title{
    background: #C8A008;
    width: 100%;
    display: inherit;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.9px;
}
.archive .sidebar-inner .is-divider{
    display: none;
}
.archive .product-title{
    font-size: 13px;
    font-weight: 500;
    color: #2e2e2e;
}
.post-sidebar .is-divider{
    visibility: hidden;
}
.archive .sidebar-inner span.amount{
    font-family: 'Oswald', sans-serif;
    color: #FF453A;
}
.post-sidebar .badge .badge-inner{
    border-radius: 0;
}
.post-sidebar .recent-blog-posts a{
    font-weight: 500;
    font-size: 13px;
    color: #333;
}
.post-sidebar .menu li{
    border:none;
}
.post-sidebar .menu li a{
    text-transform: capitalize;
}
.post-sidebar .widget-title span{
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: inline-flex;
    position: relative;
}
.post-sidebar .widget-title span::before {
    content: "";
    position: absolute;
    width: 60%;
    border-bottom: 2px solid #ffcb05;
    bottom: 0;
}
.blog-single .entry-title{
    font-weight: 600;
    color: #333;
    font-size: 24px;
}
.blog-single .entry-category a{
    color: #333 !important;
    font-weight: 600;
}
.single-product .header-bottom, .archive .header-bottom, .page-template-default .header-bottom, .single-post .header-bottom{
    border-bottom: 1px solid #e1e1e169;
}
.class-lh-gt h2{
    font-weight: 700;
    color: #252525;
}
.class-lh-gt input[type='text'], .class-lh-gt input[type='email'],.class-lh-gt input[type='tel'],.class-lh-gt textarea, 
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea{
    color: #333;
    font-weight: 500 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}
.class-lh-gt input[type="submit"]{
    width: 100%;
    border-radius: 3px;
}
.class-lh-gt .wpcf7-form .col{
    padding: 0 15px 10px;
}
.class-lh-gt h3{
    font-size: 1.7em !important;
    font-weight: 600 !important;
    color: #333;
    padding-bottom: 15px !important;
    position: relative;
    
}
.class-lh-gt p{
    font-size: 15px;
}
.shop-page-title.page-title{
    background: #f7f7f7;
}
.page-title .page-title-inner{
    padding: 0 10px;
}
#product-sidebar h3{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
}
#product-sidebar h2{
    font-weight: 500;
    font-size: 20px;
    color: #3a3b3d;
}
#product-sidebar .icon-box-text{
    margin: auto;
}
#product-sidebar .icon-box-img{
    width: 50px !important;
}
#product-sidebar p{
    margin-top: 0;
    font-size: 14.5px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}
.product-footer .tabs a{
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.product-footer .review-form-inner{
    border-color: #333333a6 !important;
    border-radius: 5px;
}
.sidebar-menu .sub-menu{
    background: #f7f6f5;
}
.sidebar-menu .sub-menu li a{
    font-weight: 500;
}
@media(max-width:567.98px){
    .logo-left .logo{
        margin-right: 0 !important;
    }
    #logo img {
        max-height: 64px !important;
    }
    .mobile-nav .header-button-2 .button{
        font-size: 12px;
    }
    .class-sp-gt h2{
        padding-left: 40%;
    }
    .class-sp-gt h2::before{
        left: -5%;
    }
    .class-sp-gt h2::after{
        left: 40%;
        width: 40%;
    }
    .post-item .box-text .post-title{
        font-size: 15px;
    }
    .header .header-inner{
        border-bottom: 2px solid #eeeeee82;
    }
    .class-sp-gt h2::before{
        width: 144px;
        height: 79px;
    }
    .class-sp-gt h2 {
        font-size: 22px;
    }
    .product .box-image img{
        height: 175px;
    }
    .product .name a{
        font-size: 12.5px;
    }
    .single-product .product-container .product-main .woocommerce-product-gallery{
        width: 70%;
        margin: auto;
    }
}
@media(min-width:568px) and (max-width:730.98px){
    .class-sp-gt h2{
        padding-left: 32%;
    }
    .class-sp-gt h2::after{
        left: 30%;
        width: 25%;
    }
    .blog-wrapper .large-9 .col{
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .post-sidebar .widget{
        width: 40%;
        float: left;
    }
    .post-sidebar .widget_nav_menu{
        margin-left: 10%;
    }
    .header .header-inner{
        border-bottom: 2px solid #eeeeee82;
    }
    .single-product .product-container .product-main .product-gallery{
        width: 50%;
    }
    .product .box-image img{
        height: 175px;
    }
    .product .name a{
        font-size: 13px;
    }
}
@media(min-width:731px) and (max-width:849.98px){
    .class-sp-gt h2{
        padding-left: 24%;
    }
    .class-sp-gt h2::after{
        left: 24%;
        width: 20%;
    }
    .blog-wrapper .large-9 .col{
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .post-sidebar .widget{
        width: 40%;
        float: left;
    }
    .post-sidebar .widget_nav_menu{
        margin-left: 10%;
    }
    .header .header-inner{
        border-bottom: 2px solid #eeeeee82;
    }
    .single-product .product-container .product-main .product-gallery{
        width: 50%;
    }
    .product .box-image img{
        height: 175px;
    }
    .product .name a{
        font-size: 13px;
    }
}
.mobile-nav .header-button-1 .button{
    font-size: 0.97em;
    position: relative;
}
.mobile-nav .header-button-2 .button{
    color: #333;
    font-weight: 700;
}
/* .mobile-nav .header-button-1 .button::before{
    content: "";
    background:url("/wp-content/uploads/2020/04/phoneheader-01.png");
    background-repeat:no-repeat ;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
} */
.zalo-bottom{
    bottom:15% !important;
}
.class-tt-gt .pd-bt0 .col{
    padding-bottom: 0;
}