
header .header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a{
    padding: 9.2px 12px;
}

.price-wrapper span.amount{
    color: #ed1c24;
}
.price-wrapper .price del .amount, .price-wrapper .price del {
    color: #000;
    font-size: 16px;
}

/*Title cat*/
.section-title b {
    background: none;
}
.section-title-normal b {
    display: none;
}
.dnw-title-container .section-title-normal {
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}
.dnw-title-container .section-title-normal span {
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    letter-spacing: 0;
    color: var(--primary-color);
}
.dnw-title-container .section-title-normal .section-title-main a {
    font-size: inherit;
    padding: 0;
    display: inline;
}
.dnw-title-container .section-title-main {
    padding-bottom: 10px;
    margin-bottom: -2px;
    border-bottom: 2px solid var(--primary-color);
}
.dnw-title-container .section-title a:not(.plain) {
    display: block;
    font-size: 15px;
    margin-left: auto;
    padding-left: 15px;
    letter-spacing: 0;
    font-weight: normal;
}
.dnw-show-cats {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.dnw-show-cats li {
    margin-bottom: 0;
    display: inline-block;
    list-style: none;
    float: left;
}
.dnw-show-cats li a {
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    background: none;
}
.product-small.col .badge-container, .product-images .badge-container {
    margin-top: 12px;
}
.badge-container .badge{
    height: 28px;
    font-size: 14px;
}
.product-small.col > .col-inner {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border: 1px solid #ededed;
}
.product-small.box .box-image {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.box-text.box-text-products {
    padding: 10px 0 5px;
}
a.woocommerce-loop-product__link {
    color: #000;
    height: 42px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-size: 16px;
}
.dark .product p{
    color: #000;
}
.dark .product p a:hover{
    color: var(--primary-color);
}
.dark .product .price, .dark .product .price del, .dark .product span.amount {
    color: #ed1c24;
}

.shop-page-title {
    margin-top: 12px;
    margin-bottom: 0;
}

/*Demo*/
.dnw-tab-bold .nav{
    gap: 10px;
}
.dnw-tab-bold .nav li > a{
    border-radius: 5px;
}
.dnw-tab-bold .nav li > a:hover,
.dnw-tab-bold .nav li.active > a{
    background-color: var(--fs-color-secondary);
    border-radius: 5px;
}

.title-footer *{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

footer p{
    margin-bottom: 15px;
}

.single-product .product-footer .woocommerce-tabs {
    border: unset;
    padding-top: 0;
    padding-bottom: 40px;
}
.single-product .product-footer ul.tabs.wc-tabs {
    border: unset;
    margin-top: 0 !important;
    border: 1px solid transparent;
    padding-bottom: 3px;
}
.single-product .product-footer ul.tabs.wc-tabs:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(123, 125, 125, .5);
    left: 0;
    bottom: -1px;
}
.single-product .product-footer ul.tabs.wc-tabs li {
    margin-right: 30px;
    margin-left: 0;
}
.single-product .product-footer ul.tabs.wc-tabs li a {
    font-size: 24px;
    font-weight: 400;
    opacity: 1;
    color: rgb(27, 67, 82);
    padding: unset;
    line-height: 1.5;
}
.single-product .product-footer ul.tabs.wc-tabs li.active a:before, .single-product .product-footer ul.tabs.wc-tabs li a:before {
    top: auto;
    background: #0E1C22;
    height: 2px;
    bottom: -4px;
}

.single-product .product-thumbnails a {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 3px;
}
.single-product .product-thumbnails .is-nav-selected a, .single-product .product-thumbnails a:hover {
    border-color: var(--primary-color);
}
.single-product .product-thumbnails img {
    backface-visibility: hidden;
    margin-bottom: 0;
    opacity: 1;
    transition: transform .6s, opacity .6s;
}
.single-product .product-thumbnails .is-nav-selected a img, .single-product .product-thumbnails a:hover img {
    border-color: transparent;
    opacity: 1;
    transform: initial;
}
.single-product .product-gallery .product-thumbnails.row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

header.entry-header .entry-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize
}

.page-template-page-blank-title-center .entry-title,.page-template-default .entry-title,header.archive-page-header .page-title {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    max-width: 100%;
    padding-bottom: 15px;
    border: unset;
    position: relative;
    letter-spacing: 0
}

.page-template-page-blank-title-center .entry-title:before,.page-template-default .entry-title:before,header.archive-page-header .page-title:before {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    display: block;
    top: auto;
    left: 0;
    background-color: var(--primary-color);
    bottom: 0
}

header.archive-page-header .page-title:before,.related.related-products-wrapper .product-section-title.container-width.product-section-title-related:before {
    left: 50%;
    transform: translateX(-50%)
}
.blog-archive .post-item>.col-inner {
    border-radius: 16px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    overflow: hidden;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}
.blog-archive .post-item>.col-inner:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15)
}

.blog-archive .post-item .box-text {
    padding: 20px
}
.post-item .post-title,.nl-custom-posts-2 .post-item .post-title {
    color: #000;
    font-weight: 600
}

.post-item .post-title:hover,.nl-custom-posts-2 .post-item .post-title:hover {
    text-decoration: underline
}
.blog-archive .post-item .box-text .post-title {
    margin-bottom: 15px
}

.blog-share .is-divider,.blog-archive .post-item .box-text .is-divider {
    display: none
}

.single-post #breadcrumbs {
    margin: 15px 0 0
}

.single-post .entry-header-text-top {
    padding-bottom: 0
}

.social-share .share-title {
    margin-right: 15px
}

.social-share label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600
}

.social-share .list-social .btn-social {
    float: left;
    margin: 0 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.social-share .list-social .btn-social.facebook-icon {
    background-color: #365493
}

.social-share .list-social .btn-social.twitter-icon {
    background-color: #3cf
}

.social-share .list-social .btn-social.google-icon {
    background-color: #d44132
}

.social-share .list-social .btn-social.pinterest-icon {
    background-color: #cb2027
}

.social-share .list-social .btn-social.linkedin-icon {
    background-color: #0274b3
}

.social-share .list-social .btn-social a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    display: inline-block
}

.svg-white {
    filter: invert(1)
}

.social-share .list-social {
    margin: 0
}

.widget .is-divider {
    max-width: 100px;
    height: 2px;
    margin: 5px 0 20px;
    background: var(--primary-color)
}

.custom-html-widget .d-flex {
    display: flex;
    gap: 10px;
    align-items: center
}

.e-con-inner .e-con.avt {
    max-width: 65px
}

.e-widget-heading {
    font-size: 16px;
    font-weight: 700
}

.e-widget-icon-list li {
    margin: 0
}

.e-icon-list-item img {
    width: 15px;
    margin-right: 5px
}

.rpwwt-widget .rpwwt-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.title-related-posts {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 600
}

.title-related-posts:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: var(--primary-color)
}

.related-posts .box-text {
    padding-bottom: 0
}

.single-post .post .article-inner {
    box-shadow: 0 2px 20px 0 #00000038;
    background-color: #fff;
    border-radius: 8px
}

.single-post .entry-header .entry-title {
    padding: 15px;
    margin: 0
}

.single-post .entry-header .entry-meta {
    padding: 0 15px 15px;
    margin: 0
}

.single-post .entry-header .entry-divider {
    height: 1px;
    max-width: 100%;
    background-color: #ECECEC;
    margin: 0
}

.single-post .related-posts,.single-post .entry-header .entry-image,.single-post .entry-content {
    padding-left: 15px;
    padding-right: 15px
}

.single-post .post-sidebar .is-divider,.single-post .blog-share .is-divider {
    height: 1px;
    max-width: 100%;
    background-color: #ECECEC
}

body #comments .comment-respond {
    box-shadow: 0 2px 20px 0 #00000038;
    background-color: #fff;
    border-radius: 8px
}


.post-sidebar .widget-area .widget {
    box-shadow: 0 2px 20px 0 #00000038;
    background-color: #fff;
    border-radius: 8px
}


.post-sidebar .widget-title {
    display: block;
    padding: 15px 15px 0;
    color: #0a0a0a
}

.post-sidebar ul {
    padding: 0 15px 10px
}

.recent-blog-posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.recent-blog-posts .post_comments {
    display: none
}

.post-sidebar .widget-title {
    display: block;
    padding: 15px 15px 0;
    color: #0a0a0a
}


.single-post .post-sidebar .is-divider,
.single-post .blog-share .is-divider {
    height: 1px;
    max-width: 100%;
    background-color: #ECECEC
}

.post-sidebar ul {
    padding: 0 15px 10px
}

.nl-custom-posts-3 .post-item .post-title {
    margin-bottom: 10px
}

.nl-custom-posts-3 .post-item .created-time {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

.nl-custom-posts-3 .post-item .created-time .post-date {
    display: flex;
    align-items: center;
    gap: 5px
}

.nl-custom-posts-3 .post-item .created-time svg {
    width: 16px;
    height: 16px
}

.nl-custom-posts-3 .post-item .created-time .post-author,.nl-custom-posts-3 .post-item .view-more:hover {
    text-decoration: underline
}

.nl-custom-posts-3 .post-item .view-more {
    display: flex;
    color: #000
}

.single-post .blog-share{
    text-align: left;
    padding-top: 15px;
    border-top: 1px solid #cdcdcd;
    margin-top: 20px;
    position: relative;
}
.single-post .blog-share:before{
    content: 'Chia sẻ: ';
    display: inline-block;
}
.single-post .related-posts{
    padding-top: 30px;
    border-top: 1px solid #cdcdcd;
}


.section-why-choose .icon-box .h3,
.section-why-choose .icon-box h3 {
    margin-bottom: 0;
    font-size: 16px;
}

.section-why-choose .icon-box p {
    font-size: 13px;
}

.section-why-choose .icon-box.text-left {
    align-items: center;
}

.term-description{
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
}
.term-description ul, .term-description ol{
    margin-left: 20px;
}

.section-form-contact form input {
    min-height: 45px;
    border-radius: 5px;
}
.section-form-contact form textarea {
    border-radius: 5px;
}

@media (min-width: 850px) {
    .banner-home .col-banner-left{
        flex-basis: 22%;
        max-width: 22%;
    }
    .banner-home .col-banner-right{
        flex-basis: 78%;
        max-width: 78%;
    }

    #shop-sidebar .widget-title{
        display: block;
        padding: 15px 15px 0;
        color: #0a0a0a
    }
    #shop-sidebar ul{
        padding: 0 15px 10px
    }

    #shop-sidebar .widget{
        box-shadow: 0 2px 20px 0 #00000038;
        background-color: #fff;
        border-radius: 8px
    }
    #shop-sidebar .is-divider{
        height: 1px;
        max-width: 100%;
        background-color: #ECECEC
    }
}

@media (max-width: 849px){
    .shop-page-title .category-filtering{
        border: 1px solid #333;
        padding: 0 10px 5px;
        font-size: 14px;
        margin-top: 10px;
        border-radius: 3px;
        display: inline-block;
    }
    .shop-page-title .medium-text-center{
        text-align: left !important;
    }
    .shop-page-title .medium-text-center:not(.flex-grow){
        text-align: right !important;
    }
}
@media (max-width: 767px){
    .dnw-title-container .section-title-normal{
        border-bottom: 0;
        display: block;
    }
    .dnw-show-cats{
        display: block;
        float: none;
        margin: 10px 0 0;
    }
    .dnw-show-cats li{
        display: block;
        list-style: none;
        float: none;
        margin: 0 0 10px !important;
    }
    .dnw-title-container .section-title a{
        padding-left: 0 !important;
    }
    .dnw-title-container .section-title .view-more{
        display: none !important;
    }
}
@media (max-width: 480px){
    .dnw-title-container .section-title-normal span{
        font-size: 20px;
        margin-right: 0;
    }
    a.woocommerce-loop-product__link {
        height: 36px !important;
        font-size: 14px;
    }
    .data-tab-bold .nav-size-large>li>a {
        font-size: 14px;
    }
}