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

/*************** ADD CUSTOM CSS HERE.   ***************/
.title_link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.title_link-wrap .title-link{
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
}
.title_link-wrap .menu-cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    margin-left: 12px;
}
.title_link-wrap .menu-cat-list li{
    margin: 0 !important;
}
.title_link-wrap .menu-cat-list li a {
    background: transparent;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
    display: block;
    color: inherit;
    padding: 2px 11px 1px;
    border-radius: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.title_link-wrap .menu-cat-list li a:hover {
    -webkit-box-shadow: 0 0 0 2px #ebebeb inset;
    box-shadow: 0 0 0 2px #ebebeb inset;
    color: inherit;
}
.block-header__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 2px;
    background: #ebebeb;
}
.dnw_link_view a{
    white-space: nowrap;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 10px;
}


.widget-area .widget-title{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #343434;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: var(--primary-color);
}

.page-title .page-title-inner,
.category-page-title .page-title-inner,
.single-product .page-title-inner,
.breadcrumbs-container{
    padding: 10px 0;
    min-height: auto;
}
.breadcrumbs-container .rank-math-breadcrumb {
    color: #222;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    font-size: .9em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumbs-container .rank-math-breadcrumb p {
    margin: 0;
}
.additional-container h1.category-title,
.box-title-product-single{
    padding-top: 30px;
}

.section-title-container .section-title-normal .section-title-main{
    text-transform: none;
}
.section-title-normal span{
    border-bottom-color: var(--primary-color);
}
.section-title-container .section-title a{
    font-size: 14px;
}

.is-divider{
    display: none;
}
.col.post-item .box-blog-post {
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
    transition: all .5s;
    border-radius: 5px;
    overflow: hidden;
}
.col.post-item .box-blog-post .box-text {
    margin-top: 0;
    padding: 15px;
    text-align: left;
}
.box-text h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 35px;
}
.post-item .box-blog-post .box-text .post-title {
    font-weight: 400;
    color: #000 !important;
    font-size: 16px;
}
.post-item .box-blog-post .box-text .post-meta {
    color: #000;
    opacity: 1 !important;
}


.slider-wrapper {
    position: relative
}

.slider>.img,.flickity-slider>.img,.slider-wrapper:last-child {
    margin-bottom: 0
}

.slider,.row-slider {
    position: relative;
    scrollbar-width: none
}

.slider-full .flickity-slider>.col {
    padding: 0 !important
}

.slider-load-first {
    -webkit-transition: max-height 2s;
    -o-transition: max-height 2s;
    transition: max-height 2s;
    max-height: 999px
}

.slider-load-first:not(.flickity-enabled) {
    max-height: 500px
}

.slider-load-first:not(.flickity-enabled)>div {
    opacity: 0
}

.slider:not(.flickity-enabled) {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    width: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.slider::-webkit-scrollbar,.row-slider::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

.row.row-slider:not(.flickity-enabled) {
    display: block
}

.slider:not(.flickity-enabled)>* {
    display: inline-block !important;
    white-space: normal !important;
    vertical-align: top
}

.slider:not(.flickity-enabled)>a {
    width: 100%
}

.slider>div:not(.col),.slider>a,.slider>p,.slider>a>img,.slider>img {
    width: 100%
}

.flickity-slider>div:not(.col),.flickity-slider>a,.flickity-slider>p,.flickity-slider>a>img,.flickity-slider>img,.flickity-slider>figure {
    width: 100% !important;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;
    transition: opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;
    -o-transition: transform .6s,opacity .6s,box-shadow .6s;
    transition: transform .6s,opacity .6s,box-shadow .6s;
    transition: transform .6s,opacity .6s,box-shadow .6s,-webkit-transform .6s,-webkit-box-shadow .6s
}

.flickity-slider>.row:not(.is-selected) {
    opacity: 0
}

.flickity-enabled {
    position: relative;
    display: block
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.slider-has-parallax .bg {
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important
}

.is-dragging .flickity-viewport .flickity-slider {
    pointer-events: none
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 40%;
    bottom: 40%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    color: #111;
    border: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    transition: opacity .3s,background .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
    -o-transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s;
    transition: transform .3s,opacity .3s,background .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s
}

.flickity-prev-next-button.next {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    right: 2%
}

.flickity-prev-next-button.previous {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    left: 2%
}

.slider-show-nav .flickity-prev-next-button,.slider:hover .flickity-prev-next-button {
    opacity: .7;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    box-shadow: none !important;
    background: transparent !important;
}
.slider-nav-reveal .flickity-prev-next-button{
    box-shadow: none !important;
    background: transparent !important;
}
.slider .flickity-prev-next-button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1
}

.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow {
    fill: #446084
}

@media(min-width: 850px) {
    .slider-nav-outside .flickity-prev-next-button.next {
        right:auto;
        left: 100%
    }

    .slider-nav-outside .flickity-prev-next-button.previous {
        left: auto;
        right: 100%
    }
}

.flickity-prev-next-button:disabled,button.flickity-prev-next-button[disabled] {
    opacity: 0 !important;
    background: 0 0 !important;
    cursor: auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    pointer-events: none
}

.flickity-prev-next-button svg {
    position: absolute;
    padding: 5px;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 100%;
    padding: 20%;
    max-height: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: -10%
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    margin-top: -40px
}

.flickity-prev-next-button svg,.flickity-prev-next-button .arrow {
    border-color: currentColor;
    fill: currentColor;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider-auto-height,.animate-height {
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.flickity-prev-next-button.no-svg {
    color: #111;
    font-size: 26px
}

.slider-no-arrows .flickity-prev-next-button {
    display: none !important
}

.slider-type-fade .flickity-slider {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.slider-type-fade .flickity-slider>* {
    opacity: 0;
    z-index: 1;
    left: 0 !important
}

.slider-type-fade .flickity-slider>*.is-selected {
    opacity: 1;
    z-index: 2
}

.slider-type-fade .flickity-prev-next-button,.slider-type-fade .flickity-page-dots {
    z-index: 3
}

.flickity-page-dots {
    position: absolute;
    bottom: 15px;
    left: 20%;
    right: 20%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.slider-nav-outside .flickity-page-dots,.row-slider .flickity-page-dots {
    bottom: 0
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 3px solid #111;
    border-radius: 50%;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.nav-dots-small .flickity-page-dots .dot,.row-slider .flickity-page-dots .dot {
    opacity: .2;
    width: 10px;
    height: 10px;
    border: 0;
    background-color: #111
}

.flickity-page-dots .dot:hover {
    opacity: .7
}

.flickity-page-dots .dot.is-selected {
    background-color: #111;
    opacity: 1 !important
}

.slider-nav-dots-dashes .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    border-radius: 0
}

.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #111
}

.slider-nav-dots-square .flickity-page-dots .dot {
    border-radius: 0
}

.slider-nav-circle .flickity-prev-next-button svg,.slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 100%;
    border: 2px solid currentColor
}

.slider-nav-circle .flickity-prev-next-button:hover svg,.slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: #446084;
    border-color: #446084;
    fill: #fff !important
}

.slider-nav-outside.slider-nav-circle .next {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.slider-nav-outside.slider-nav-circle .previous {
    -webkit-transform: translateX(50%) !important;
    -ms-transform: translateX(50%) !important;
    transform: translateX(50%) !important
}

.slider-nav-reveal {
    padding-top: 0;
    overflow: hidden
}

.slider-nav-reveal .flickity-prev-next-button:hover,.slider-nav-reveal .flickity-prev-next-button {
    width: 30px;
    top: -2px;
    bottom: 0;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 -150px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 -150px 15px 0 rgba(0,0,0,.3);
    margin: 0 !important
}

.dark .slider-nav-reveal .flickity-prev-next-button {
    border-radius: 99px;
    background-color: rgba(0,0,0,.3);
    color: #fff
}

.slider-nav-reveal .flickity-prev-next-button.next {
    -webkit-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
    left: auto !important;
    right: -1px !important
}

.slider-nav-reveal .flickity-prev-next-button.previous {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
    transform: translateX(-10%);
    right: auto !important;
    left: -1px !important
}

.slider-nav-light .flickity-prev-next-button {
    color: #fff
}

.slider-nav-light .flickity-prev-next-button svg,.slider-nav-light .flickity-prev-next-button .arrow {
    fill: #fff
}

.slider-nav-light .flickity-page-dots .dot {
    border-color: #fff
}

.slider-nav-light .flickity-page-dots .dot.is-selected {
    background-color: #fff
}

.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #fff
}

.slider-style-container .flickity-slider>*,.slider-style-shadow .flickity-slider>*,.slider-style-focus .flickity-slider>* {
    max-width: 1080px;
    margin: 0 auto
}

.slider-style-container:not(.flickity-enabled) .ux_banner,.slider-style-shadow:not(.flickity-enabled) .ux_banner,.slider-style-focus:not(.flickity-enabled) .ux_banner {
    opacity: 0 !important
}

.slider-style-container .ux_banner,.slider-style-shadow .ux_banner,.slider-style-focus .ux_banner {
    opacity: 1
}

.slider-style-container .flickity-slider>*:not(.is-selected),.slider-style-shadow .flickity-slider>*:not(.is-selected),.slider-style-focus .flickity-slider>*:not(.is-selected) {
    opacity: .5
}

.slider-style-shadow {
    padding: 15px 0 25px
}

.slider-style-shadow .flickity-slider>*:before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 100px;
    left: -10%;
    right: -10%;
    background-size: 100% 100%;
    z-index: -2;
    background-image: url("/wp-content/themes/flatsome/assets/img/shadow@2x.png")
}

.slider-style-shadow .flickity-slider>*:not(.is-selected) {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    z-index: -1;
    opacity: 1
}

.slider-style-shadow .flickity-slider>*:not(.is-selected):before {
    height: 200px;
    opacity: .5
}

.slider-style-shadow .flickity-slider>.is-selected {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.slider-style-focus {
    background-color: transparent;
    padding: 30px 0
}

.slider-style-focus .flickity-page-dots {
    bottom: 6px
}

.slider-style-focus .flickity-slider>* {
    max-width: 1050px
}

.slider-style-focus .flickity-slider>*:not(.is-selected) {
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
}

@media screen and (max-width: 549px) {
    .slider-wrapper .flickity-prev-next-button {
        display:none
    }

    .row-slider .flickity-prev-next-button {
        width: 20px !important;
        opacity: .8;
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important
    }

    .row-slider .flickity-prev-next-button svg {
        padding: 3px !important;
        border: 0 !important
    }

    .flickity-page-dots {
        pointer-events: none
    }

    .flickity-slider .banner-layers {
        overflow: hidden
    }
}

.flickity-prev-next-button svg {
    background-color: #ededed;
    border-radius: 3px;
    height: 70px;
    width: 30px;
    border: none;
    margin-top: 0!important
}

.slider-nav-circle .flickity-prev-next-button svg {
    background-color: #ededed;
    border-radius: 3px;
    height: 70px;
    width: 30px;
    border: none
}

.slider-nav-circle .flickity-prev-next-button:hover svg {
    box-shadow: 0 4px 4px rgb(0 0 0/25%);
    background-color: #fbfbfb;
    color: #000;
    fill: #000
}

/*Video*/
.video-fit iframe,
.video-fit .video-wrap,
.video-fit .video-wrap img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-fit .video-wrap .video-button{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 64;
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
}
.video-fit .video-wrap .video-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-button .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    transition: fill .1s cubic-bezier(0.4,0,1,1),fill-opacity .1s cubic-bezier(0.4,0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
.video-fit:hover .video-button .ytp-large-play-button-bg{
    -webkit-transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    transition: fill .1s cubic-bezier(0,0,0.2,1),fill-opacity .1s cubic-bezier(0,0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}

.video-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    grid-gap: 15px;
    cursor: pointer;
    transition: opacity .3s
    ease;
}
.video-item .thumb {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    padding-top: 56.25%;
    overflow: hidden;
}
.video-item .thumb img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
}
.video-item .title {
    font-size: .85em;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}


.section-videos .video-list .col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*Blog*/
.title_hometintuc h3 {
    padding-top: 10px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
}
.box_spchild {
    box-shadow: 0 4px 4px rgb(0 0 0 / 20%);
    transition: all .5s;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
}
.box_spchild .sanpham-img {
    padding-top: 65%;
    position: relative;
    display: block;
}
.box_spchild .sanpham-img img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    top: 0;
}
.box_archive_client .sanpham-img img {
    width: 100%;
    margin-bottom: 10px;
}
.box_spchild .date {
    margin: 5px 15px;
    display: block;
}
.box_spchild .title_hometintuc h3 {
    padding: 0 15px;
    word-break: break-word;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}

.dnw-hotline svg{
    width: 100%;
    max-width: 32px;
    margin-right: 10px;
}
.dnw-hotline b {
    min-width: 115px;
    line-height: normal;
    font-size: 14px;
    color: #000;
}

/*Footer*/
.footer-title *,
.menu-wrap .title-menu{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--primary-color);
}
footer ul.menu>li {
    margin-bottom: 8px;
    border-top: 0;
}
footer ul.menu>li a {
    color: #000;
    position: relative;
    padding: 0 0 0 15px;
}
footer ul.menu>li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    position: absolute;
    top: 10px;
    left: 0;
}

@media screen and (min-width: 850px) {
    footer .large-3 {
        flex-basis: 23%;
        max-width: 23%;
    }
    footer .large-2 {
        flex-basis: 18.666667%;
        max-width: 18.666667%;
    }
}

/*Product*/
.box-text a:not(.button) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 35px;
}
.product-small.col {
    padding: 0 6px 20px;
}
.product-small .col-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-small .onsale {
    position: absolute;
    margin: 5px!important;
    right: 0;
    left: unset;
    font-size: 13px;
    padding: 0 5px;
    line-height: 20px;
    display: inline-block;
    background: #de1313!important;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    z-index: 2;
}
.product-small.box .box-image {
    padding: 18px 10px 0;
    width: 100%;
}
.product__freeship {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
}
.product__freeship img {
    width: 150px !important;
    height: auto;
}
/*.row-slider .product .product__freeship{*/
/*    display: none;*/
/*}*/
.product-small.box {
    position: relative;
    -webkit-box-align: center;
    color: #333;
    -webkit-mask-image: unset!important;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}
.product-small.box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #ededed inset;
    box-shadow: 0 0 0 1px #ededed inset;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}
/*.product-small .box-image a {*/
/*    display: block;*/
/*    position: relative;*/
/*    padding-bottom: 228px;*/
/*    width: 100%;*/
/*}*/
/*.product-small .box-image a img {*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -o-object-fit: scale-down;*/
/*    object-fit: scale-down;*/
/*}*/
.product-small.box .box-image .image-tools.bottom.left {
    display: none;
}
.product-small.box .box-image .grid-tools {
    display: inline-block;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 80%;
    left: calc(50% - 45px);
}
.product-small.box .box-text-products{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.product-small.box .box-text-products .title-wrapper a {
    color: #000;
    font-size: 16px;
    min-height: unset;
    font-weight: 400;
}
.product-small.box .box-text-products .add-to-cart-button .button{
    width: auto;
    border-radius: 2px;
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
    height: 32px;
    text-transform: initial;
    margin-top: 5px;
}
.product-small.box:hover::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-box-shadow: 0 0 0 2px rgba(26, 111, 102, .7) inset;
    box-shadow: 0 0 0 2px rgba(26, 111, 102, .7) inset;
    z-index: 2;
}


@media (hover: hover) {
    .product-small.box:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -37px;
    }
    .product-small.box .box-text-products .add-to-cart-button{
        display: none;
    }
    .product-small.box:hover .box-text-products .add-to-cart-button{
        display: flex;
    }
}

.product-small.box .price-wrapper .stamped-product-reviews-badge {
    display: none;
}
.price-wrapper .price {
    font-size: 20px;
}
.price-wrapper .price del {
    font-size: 14px;
}
.box-text-products .price-wrapper .price {
    display: block;
    position: relative;
}
.product-small.box .box-text-products .price-wrapper .star-rating {
    display: block;
}
.product-small.box .box-text-products .price-wrapper .price {
    font-size: 18px;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: baseline;
}
.product-small.box .price-wrapper .price del {
    font-size: 12px;
    color: #000;
    margin: 0 5px;
    opacity: 1;
}
.product-small.box .box-text-products .price-wrapper .price ins {
    display: block;
    float: left;
    margin-right: 10px;
}
.product-small.box .price-wrapper .price del span.amount {
    color: #000;
    opacity: 1;
}
.product-small.box .price-wrapper .price ins span.amount {
    color: #DE1313;
}
.product-small.box .box-text-products .price-wrapper .price span.amount {
    width: fit-content;
    color: #DE1313;
}
.home .woosc-btn, .sub-menu .woosc-btn {
    top: 98%;
}
.woosc-btn {
    align-items: center;
    display: flex;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    margin-left: auto;
    text-transform: none;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
}
.woosc-btn::before {
    content: "";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    border: 1.5px solid;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 2px;
}
.woosc-btn.woosc-btn-added:before {
    content: "\f14a";
    border: none!important;
    width: unset;
    height: unset;
}
.product-small.box .select_box_colorpicker {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.product-small.box .select_box_colorpicker .select_option {
    border: none;
}
.product-small.box .select_box_colorpicker .select_option .yith_wccl_value {
    border-radius: 5px;
    overflow: hidden;
}

/*Shortcode product item info*/
.prod-info .prod-title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.9em;
    margin-bottom: 20px;
    color: #000;
}
.prod-info .prod-desc {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.555em;
    max-width: 80%;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
}
.prod-info .prod-price {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    color: #DE1313;
    display: flex;
    align-items: baseline;
}
.prod-info .prod-price .price{
    font-size: 20px;
}
.prod-info .prod-price del{
    margin-left: 20px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.prod-info .link {
    color: #000;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    font-size: 18px;
}
.prod-info .link i {
    max-width: 20px;
    overflow: hidden;
    transition: max-width .2s;
}
.prod-info .link i:first-child {
    max-width: 0;
}
.prod-info .link:hover i:first-child {
    max-width: 20px;
}
.prod-info .link:hover i:last-child {
    max-width: 0;
}

.child-categories{
    padding-bottom: 5px;
}
.child-categories::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.child-categories::-webkit-scrollbar
{
    height: 5px;
    background-color: #F5F5F5;
}

.child-categories::-webkit-scrollbar-thumb
{
    background-color: #000000;
}


@media (min-width: 850px){

    header#header .nav-dropdown .menu-item-has-children>a, header#header .nav-dropdown .nav-dropdown-col>a, header#header .nav-dropdown .title>a{
        font-size: 16px;
        color: rgba(74, 74, 74, .85);
    }
    header#header .nav-dropdown-default .nav-column li>a,  header#header .nav-dropdown.nav-dropdown-default>li>a{
        border: 0;
    }
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a:after{
        content: "";
        speak: none !important;
        display: inline-block;
        font-display: block;
        font-family: fl-icons !important;
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: 400 !important;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        text-transform: none !important;
        font-size: 16px;
        opacity: .6;
        position: absolute;
        right: 0;
        transform: rotate(270deg);
    }
    header#header .nav-dropdown li.active>a {
        color: var(--primary-color);
    }
}

/*Single product*/
.product-info .product__features{
    margin: 15px 0;
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.product__features li {
    padding-top: 1px;
    padding-bottom: 1px;
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    margin-bottom: 0;
    padding-left: 13px;
}
.product__features li:first-child {
    margin-top: 0 !important;
}
.product__features li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    border: 1px solid currentColor;
}
.product__features li strong {
    width: 100px;
}
.product-info .quantity input[type=number]{
    height: 50px;
}
.product-info .ux-buy-now-button{
    border-radius: 3px;
    height: 50px;
}
.product-info .cart{
    margin-top: 20px;
    margin-bottom: 10px;
}
.single-product .product-images{
    border: 1px solid #bfc0c2;
}
.single-product .product-footer .woocommerce-tabs{
    border: 0;
    padding-top: 50px;
}
.single-product .product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: 0;
    margin-bottom: -1px;
    flex-flow: initial;
}
.woocommerce-tabs .tab-panels{
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 80px 90px;
}
.woocommerce-tabs .nav>li>a{
    font-size: 20px;
    white-space: nowrap;
    padding: 18px 48px;
    font-weight: 500;
    text-transform: initial;
}

.woocommerce-tabs .nav-line>li>a:before{
    top: initial;
    bottom: 0;
}

table {
    border-collapse: collapse;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}
.woocommerce-tabs .tab-panels .panel.active {
    padding: 0;
}


.product__gifts--promotion {
    border: 2px dashed #e91e63; /* Đường viền đứt nét tạo cảm giác voucher */
    border-radius: 8px;
    overflow: hidden;
    background-color: #fffafb; /* Nền hồng cực nhẹ */
    position: relative;
}

.promotion-header {
    background: linear-gradient(90deg, #e91e63 0%, #ff5c8d 100%);
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.promotion-header i {
    margin-right: 10px;
    font-size: 18px;
    animation: bounce 2s infinite; /* Hiệu ứng icon nhảy nhẹ */
}

.promotion-content {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
}

/* Tùy chỉnh danh sách bên trong nếu bạn nhập dạng list */
.promotion-content ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.promotion-content ul li {
    position: relative;
    margin-bottom: 8px;
}

.promotion-content ul li::before {
    content: '✔';
    color: #e91e63;
    font-weight: bold;
    position: absolute;
    left: -20px;
}

/* Hiệu ứng rung icon quà tặng */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-5px);}
    60% {transform: translateY(-3px);}
}

.custom-div .custom-content *:last-child{
    margin-bottom: 0;
}

.single-product .product-gallery .product-thumbnails .col.is-selected a{
    border: 1px solid #bfc0c2;
}
.product-info .price-info-wrapper .product__prices__VAT{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
}

.footer-about ul{
    list-style: none;
}
.footer-about ul li{
    margin-left: 0 !important;
}

.page-title-product{
    padding-bottom: 32px;
    padding-top: 10px;
}
.page-title-product .shop-page-title{
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.sidebar-inner .widget{
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 20px;
}
.sidebar-inner .widget span.widget-title{
    font-size: 15px;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    text-transform: none;
}

.sub-categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.sub-category__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #3d464d;
    font-size: 14px;
    width: 120px;
}
.sub-category__item img {
    object-fit: cover;
    max-width: 80px;
    height: 80px;
    vertical-align: middle;
    border-style: none;
}

.view-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    flex-wrap: nowrap !important;
    gap: 5px;
}
.view-options__filters-button {
    margin-right: 0 !important;
    position: relative;
}
.view-options__filters-button .filters-button {
    width: 80px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 9px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    color: inherit;
    text-transform: initial;
    line-height: initial;
    min-height: auto;
    letter-spacing: 0;
    margin: 0;
}
.view-options__layout {
    width: 89.5% !important;
}
.layout-switcher__list--brands {
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch!important;
    gap: 5px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none!important;
    touch-action: pan-x !important;
    scroll-behavior: smooth !important;
    overscroll-behavior-x: contain !important;
    will-change: scroll-position !important;
}
.layout-switcher__list--brands a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 2px;
    flex: 0 0 auto;
    color: #3d464d;
}
.layout-switcher__list--brands a img {
    height: 30px;
}
.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}
.filter-overlay.show {
    display: block;
}
/* Container Modal */
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.filter-dropdown-container {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 320px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    border: 1px solid #e0e0e0;
    top: 35px;
}
.filter-dropdown-container.show {
    display: block;
    animation: slideDown .3s ease-out;
}
.filter-dropdown-arrow {
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    z-index: 1001;
}
.filter-dropdown-arrow::after {
    content: '';
    position: absolute;
    top: 1px;
    left: -9px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #e0e0e0;
}
.filter-dropdown-content {
    border-radius: 8px;
    overflow: hidden;
    width: 800px;
    max-height: 800px;
}
.filter-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}
.filter-dropdown-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.filter-dropdown-close {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-height: auto;
    min-width: auto;
    line-height: initial;
    border-radius: 4px;
    transition: background-color .2s;
    margin: 0;
}
.filter-dropdown-close:hover {
    background-color: #e9ecef;
    color: #333;
}

.filter-dropdown-container form{
    margin: 0;
}
.filter-dropdown-container .filter-body{
    padding: 20px;
    overflow-y: auto;
}
.filter-dropdown-container .filter-footer{
    padding: 15px 20px;
    display: flex;
    gap: 10px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    align-items: center;
    justify-content: space-between;
}

/* Các section lọc */
.filter-section {
    margin-bottom: 20px;
}

.filter-section h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #444;
}

/* --- Brand Options (Thương hiệu) --- */
.brand-options {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 122px;
    overflow: hidden;
}

.price-radio-group label,
.brand-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 120px;
    height: 36px;
    font-size: 14px;
    line-height: 15px;
    margin: 0;
}

.brand-item input {
    display: none; /* Ẩn checkbox mặc định */
}

.brand-item img {
    max-width: 90px;
    max-height: 35px;
}

/* Khi Brand được chọn hoặc hover */
.price-radio-group label:hover,
.price-radio-group label:has(input:checked),
.brand-item:hover,
.brand-item:has(input:checked) {
    border-color: #1a6f66 !important;
}


/* --- Price Radio Group (Khoảng giá) --- */
.price-radio-group {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 122px;
    overflow: hidden;
}


.price-radio-group input {
    display: none; /* Ẩn radio button */
}

/* Footer & Nút bấm */

.selected-tags-container {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    width: 77%;
}

.filter-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 4px;
}

.filter-tag:hover {
    background-color: #3d464d;
    color: #fff;
}

/* Style nút Xem kết quả như ảnh */
.btn-view-results {
    background: #417b7a; /* Màu xanh đậm như ảnh */
    color: white;
    border: none;
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    margin: 0;
}





@media (max-width: 767px) {
    .woocommerce-tabs .tab-panels {
        padding: 24px;
    }
    .woocommerce-tabs .nav>li>a {
        padding: 10px 22px;
    }
    .woocommerce-tabs .small-nav-collapse>li{
        width: auto;
    }
    .title_link-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .title_link-wrap .menu-cat-list{
        padding: 8px 0;
        margin-top: 8px;
        margin-bottom: -8px;
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-left: auto;
        margin-right: auto;
    }
}