
.section-title-container .section-title-normal,
.section-title-container .section-title-normal span{
    border: 0;
}
.section-title-container .section-title a{
    background: var(--primary-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
}

.table-info table {
    caption-side: bottom;
    border-collapse: collapse;
    border: 0;
    width: 100%;
}
.table-info tbody, .table-info td, .table-info tfoot, .table-info th, .table-info thead, .table-info tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.table-info table tr:nth-child(odd) {
    background: #ECECEC;
}
.table-info table tr td {
    padding: 16px;
    border: none;
    height: auto !important;
}
.table-info table td:first-child, .table-info table th:first-child{
    padding-left: 16px;
}


.woocommerce-pagination{
    margin-top: 20px;
}
body .nav-pagination>li>a,
.woocommerce-pagination .nav-pagination>li>a,
body .nav-pagination>li>span,
.woocommerce-pagination .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 3px;
}

.shop-page-title .page-title-inner{
    min-height: auto;
    padding-top: 0;
}
.shop-page-title .breadcrumbs {
    padding: 12px 0;
}

/*Brand*/
.box-brand-product{
    white-space: nowrap;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 75px) / 6);
    overflow-x: auto;
    grid-template-columns: unset;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px;
    display: grid;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.box-brand-product .item-brand{
    text-align: center;
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    scale: 0.9;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Single prodct*/
.product-gallery .product-thumbnails a{
    border: 1px solid #f5f5f5;
}
.product-gallery .product-thumbnails .is-nav-selected a img, .product-gallery .product-thumbnails a:hover img,
.product-gallery .product-thumbnails img{
    margin-bottom: 0;
    opacity: 1;
    transform: initial;
}

.product-gallery .product-thumbnails .is-nav-selected a, .product-gallery .product-thumbnails a:hover{
    border-color: var(--primary-color);
}

.product-gallery .woosw-btn{
    position: absolute;
    top: 0;
    right: 0;
    background: #e9e8e8;
    padding: 0 10px;
    border-radius: 3px;
}

.product-gallery .product-size-img {
    display: flex;
    justify-content: center;
}
.product-gallery .product-size-img > div {
    width: fit-content;
}
.product-gallery .product-size-img > div div {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.product-gallery .product-size-img > div div span {
    flex: 0 0 auto;
    width: calc(100% / 3);
    text-align: center;
}
.single-product .product-info {
    padding-top: 0;
}
.product-summary .product-box--top{
    padding: 8px;
    background: #f9f9f9;
    border-radius: 2px;
    margin-bottom: 15px;
}
.product-box--top .product-meta--top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
}
.product-box--top .product-title{
    font-size: 16px;
    line-height: 22px;
}
.product-box--top .woocommerce-review-link{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}
.product-box--top .star-rating{
    margin: 0;
}
.product-box--top .text-review{
    line-height: 1;
}
.product-box--top .product_meta{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7e7;
    font-size: 12px;
}
.product-box--top .product_meta>span {
    border-top: 0;
    display: block;
    padding: 0;
}

.product-box--top .stock-status,
.product-box--top .sku,
.product-box--top .product-origin{
    color: var(--primary-color)
}

.product-box--top span.amount{
    color: #fd0808;
}
.product-box--top del,
.product-box--top del span.amount{
    font-size: 14px;
    color: #333333;
    opacity: .8;
}
.product-summary .quantity{
    display: inline-flex;
    font-weight: 600;
    border: 1px solid #e5e7e7;
    background: #f9f9f9;
    border-radius: 20px;
}
.product-summary .quantity .button.plus,
.product-summary .quantity .button.minus{
    border: 0;
    text-shadow: none;
    background: transparent;
    min-height: auto;
    line-height: 30px;
}
.product-summary .quantity input[type=number]{
    border: 0;
    text-shadow: none;
    background: transparent;
    box-shadow: none;
    height: auto;
    min-height: auto;
    line-height: 30px;
}

.product-summary .product-buttons--click{
    display: flex;
    column-gap: 10px;
}
.product-summary .product-buttons--click .button {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
    padding: 10px;
    line-height: 22px;
    width: 50%;
    background: #ef1010;
    border: 1px solid #ef1010;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
    -webkit-appearance: button;
    cursor: pointer;
    text-align: center;
    margin: 0;
}
.product-summary .product-buttons--click .single_add_to_cart_button{
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.product-summary .product_policy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e5e7e7;
    gap: 12px;
    padding: 8px 0;
    position: relative;
}
.product-summary .product-policy div
{
    width: 100%;
}
.product-summary .product-policy img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.box-content-detail__desc{
    width: 100%;
    border-top: 1px solid #e5e7e7;
    row-gap: 16px;
    padding: 16px 0 0;
}
.box-content-detail__desc .table-info .accordion-title,
.box-content-detail__desc h2.title  {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--primary-color);
}
.box-content-detail__desc .table-info .accordion-title{
    color: var(--primary-color);
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
.box-content-detail__desc .table-info .accordion-title .toggle{
    left: initial;
    right: 0;
    top: 0;
}
.box-content-detail__desc .table-info .accordion-inner{
    padding: 20px 0 0 0;
}
.box-content-detail__desc .table-info .accordion-item ~ .accordion-item{
    padding-top: 20px;
    border-top: 1px solid gray;
    margin-top: 20px;
}
#accordion-thong_so_san_pham-content ul{
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    list-style-type: none;
}
#accordion-thong_so_san_pham-content ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    margin: 0;
    padding: 0;
}
#accordion-thong_so_san_pham-content ul li.half div:first-child{
    width: 20%;
    font-weight: 300;
}
#accordion-thong_so_san_pham-content ul li.half div:last-child {
    width: calc(80% - 16px);
    font-weight: 500;
}
.table-info table tr td:first-child {
    width: 40% !important;
    padding-right: 8px;
}
.table-info table tr td:last-child {
    width: 60% !important;
    padding-left: 8px;
}
.box-content-detail__desc .table-info h2 {
    text-decoration: none;
    font-weight: 600;
    text-transform: initial;
    font-size: 14px;
    margin-bottom: 15px;
}
.box-content-detail__desc .table-info ul {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    list-style-type: none;
}
.box-content-detail__desc .table-info ul li{
    margin: 0;
    padding: 0;
}
.list-qa .item-fq{
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    cursor: pointer;
}
.list-qa .item-fq .head-item-fq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.list-qa .item-fq .head-item-fq h2 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e;
}
.list-qa .item-fq .head-item-fq .collp {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #72c3d5;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.list-qa .item-fq .head-item-fq .collp .inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.list-qa .item-fq .head-item-fq .collp .inner::before,
.list-qa .item-fq .head-item-fq .collp .inner::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 24px;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    transition: 0.3s ease-in-out;
    z-index: 10;
}
.list-qa .item-fq .head-item-fq .collp .inner::after
{
    transform: translate(-50%, -50%) scale(0.5) rotate(90deg);
}
.list-qa .item-fq .head-item-fq.active .collp .inner::after {
    transform: translate(-50%, -50%) scale(0.5);
}

.list-qa .item-fq .content-item-fq {
    background: #fff7f1;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0 0 0;
    display: none;
}
.list-qa .item-fq .head-item-fq.active ~ .content-item-fq{
    display: block;
}
.list-qa .item-fq .content-item-fq ul {
    list-style-type: inherit;
    padding: 0 0 1rem 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.box-content-detail__desc .expandable-trigger {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.expandable-content {
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.expandable-content.active {
    max-height: none;
}

.btn-collapse {
    display: none;
}
.expandable-content.active ~ .expandable-trigger .btn-viewmore {
    display: none;
}
.expandable-content.active ~ .expandable-trigger .btn-collapse {
    display: inline-block;
}
.expandable-trigger button {
    outline: none;
    padding: 8px 20px;
    border: 1px solid #e5e7e7;
    border-radius: 4px;
    background: #fbfbfb;
    box-shadow: 0px 3px 7.28px 0.72px rgba(0, 0, 0, 0.05);
    min-width: 200px;
    text-transform: initial;
}
.expandable-trigger button span {
    display: inline-block;
    border-bottom: 1px solid #000;
    line-height: 16px;
}

.single-product div#reviews.woocommerce-Reviews,
.single-product .devvn_prod_cmt{
    max-width: 100%;
}
.single-product div#reviews.woocommerce-Reviews .star_box_left{
    max-width: 700px;
}
.single-product span.devvn_num_reviews{
    color: var(--primary-color)
}
.single-product #comments a.btn-reviews-now{
    background-color: var(--primary-color);
}


/*Product cat*/
/* Badge Sale */
.product .badge-container {
    margin: 0
}

.product .badge-container .badge-circle-inside .badge-inner, .product .badge-container .badge-circle .badge-inner {
    border-radius: 8px 30px 30px 0;
    background: #f00;
    position: relative;
    padding: 0 5px;
}

.product .badge-container .badge-circle-inside .badge-inner:after, .product .badge-container .badge-circle .badge-inner:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    background: #8b0018;
    bottom: -5px;
    left: 0;
    z-index: -1;
    border-radius: 0 0 0 15px;
}

.product .badge-container .badge {
    height: 25px;
    width: 45px;
    font-size: 13px;
    margin-left: -3px;
    padding: 3px 0 0 0;
}

.product .add_to_cart_button{
    margin: 0;
}
.product .add_to_cart_button svg{
    position: relative;
    bottom: -3px;
}
.product .add_to_cart_button svg path{
    stroke: #fff;
}
.dnw-box-top-products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.dnw-box-top-products .title-box-top-products h1{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.dnw-ordering .title-sort{
    display: inline-block;
    margin: 0;
}
.dnw-ordering .woocommerce-ordering .orderby {
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 0 25px 0 5px;
    height: auto;
    cursor: pointer;
}

.shop-container .product-small > .col-inner {
    background: #FFFFFF;
    height: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 15px 13px;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.shop-container .product-small .box-text{
    padding: 15px 0 0;
}
.shop-container .product-small .box-image{
    border-radius: 10px;
    overflow: hidden;
}

.product-small .woosw-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    font-size: 20px;
    width: auto;
    height: auto;
    min-height: auto;
    padding: 0;
    font-weight: 400;
    color: #727272;
}

.product-small .box-text-products .product-title{
    margin: 0 0 13px 0;
}
.product-small .box-text-products .product-title a{
    font-size: 16px;
    line-height: 18.8px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
    min-height: 37.6px;
    max-height: 37.6px;
    color: #333;
}
.product-small .box-text-products .product-title a:hover{
    color: #d12a3b;
}
.font-weight-500 {
    font-weight: 500;
}
.color-red {
    color: #d80d0d;
}
.product-small .box-text-products .price-wrapper{
    display: flex;
    flex-flow: column;
}
.product-small .box-text-products .price-wrapper .price{
    order: -1;
}
.product-small .box-text-products .price-contact{
    font-size: 16px;
}
.product-small .box-text-products  span.amount{
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}
.product-small .box-text-products del,
.product-small .box-text-products del span.amount{
    font-size: 13px;
}
.dnw-products-box .product-small .col-inner{
    padding: 10px;
    border-radius: 10px;
    background: #FFFFFF;
    height: 100%;
}
.dnw-product-slider-3col-half{
    padding-bottom: 30px;
}
.dnw-product-slider-3col-half .product-small{
    padding: 0;
}

/*Blog*/
.list-posts {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-posts .post-loop .post-inner {
    display: flex;
    gap: 20px;
}
.list-posts .post-loop .post-inner.half {
    flex-direction: row;
}

.post-item .box-image,
.list-posts .post-loop .post-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.list-posts .post-loop .post-inner.half .post-image {
    border-radius: 10px;
    overflow: hidden;
    width: 30%;
    height: 100%;
    display: flex;
}
.list-posts .post-loop .post-image a {
    display: block;
    position: relative;
    padding-bottom: 60%;
}
.list-posts .post-loop .post-inner.half .post-image a {
    width: 100%;
    height: 100%;
}
.list-posts .post-loop .post-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-posts .post-loop .post-inner.half .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-posts .post-loop .post-inner.half .post-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
}
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 6px;
    color: #8e8e8e;
}
.blog-post-inner .post-title,
.list-posts .post-loop .post-detail .post-title h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    margin: 0 0 6px;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tab-blogs.tabbed-content h4.text-left{
    font-size: 20px;
    align-items: center;
    display: flex;
}
.tab-blogs.tabbed-content .nav {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
}
.tab-blogs.tabbed-content .nav-outline>li>a{
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.tab-blogs.tabbed-content .nav-outline>li a:hover,
.tab-blogs.tabbed-content .nav-outline>li.active>a{
    background: #d9d9d9;
}


/*Post single*/
.blog-single .is-divider{
    display: none;
}
.blog-single .entry-meta{
    font-size: 13px;
    color: #74839f;
    text-transform: initial;
}
.blog-single .blog-share{
    text-align: left;
}
.blog-single .navigation-post a{
    display: flex;
}

/*Page cart*/
.woocommerce-cart .woocommerce-message{
    display: none;
}
.woocommerce-cart .header-wrapper.stuck{
    position: initial;
}
.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.dnw-page-cart {
    min-height: calc(100vh - 64px);
    padding: 10px;
}
.dnw-custom-cart-container {
    border-radius: 10px;
    margin: auto auto 20px;
    max-width: 800px;
    padding: 0;
}

.dnw-custom-cart-container .cart-header{
    border-bottom: 1px solid #e5e5e5;
    color: #323232;
    margin: auto;
    max-width: 800px;
    min-height: 40px;
    padding: 10px;
    position: relative;
    margin-bottom: 15px;
}
.dnw-custom-cart-container .cart-header .cart-title {
    font-size: 18px;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
}
.dnw-custom-cart-container .cart-header .go-back{
    display: flex;
    justify-content: space-between;
}

.dnw-custom-cart-container .cart-select-all {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.dnw-custom-cart-container .cart-select-all button,
.dnw-custom-cart-container .cart-select-all input,
.dnw-custom-cart-container .cart-select-all label{
    margin: 0;
}
.dnw-custom-cart-container .cart-select-all label{
    margin-left: 5px;
}
.dnw-custom-cart-container .cart-select-all .btn-remove-checked{
    background-color: transparent;
    border: 0;
    color: #9f9d9d;
    font-size: 14px;
    text-align: right;
    padding: 0;
    min-height: auto;
    line-height: normal;
}
.dnw-custom-cart-container .cart-select-all .btn-remove-checked:hover {
    color: #3a3a3a;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: 50% / 50% 50% no-repeat;
}
.custom-control-label:before {
    border-radius: 50%;
}
.custom-control-input:checked~.custom-control-label:before {
    background-color: #d70018;
    border-color: #d70018;
}
.dnw-custom-cart-container .cart-select-all .custom-control {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    z-index: 1;
}
.dnw-custom-cart-container .block__product-item__outer {
    background-color: #fff;
    border: 1px solid rgba(145, 158, 171, .239);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}
.dnw-custom-cart-container  .cart-item{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    min-height: 110px;
    padding: 10px 0;
}
.dnw-custom-cart-container .cart-item .checkbox-product {
    align-items: center;
    position: relative;
    width: 25%;
}
.dnw-custom-cart-container .cart-item .select-product-action {
    cursor: pointer;
    position: absolute;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    z-index: 1;
}
.dnw-custom-cart-container .custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    z-index: 2;
}
.dnw-custom-cart-container .cart-select-all p {
    margin-bottom: 0;
}
.dnw-custom-cart-container .custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.dnw-custom-cart-container  .custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.dnw-custom-cart-container .custom-control-label:after,
.dnw-custom-cart-container .custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem;
}
.dnw-custom-cart-container .custom-control-label:before {
    border-radius: 50%;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.dnw-custom-cart-container .checkbox-product .select-product-action .custom-control-label:after {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #8d8788;
    content: "";
    background: 50% / 50% 50% no-repeat;

}
.dnw-custom-cart-container .checkbox-product .select-product-action .custom-control-input:checked~.custom-control-label:before {
    background-color: #d70018;
    border: 1px solid #fff;
    box-shadow: 0 0 2px 2px #d70018;
}
.dnw-custom-cart-container .checkbox-product .select-product-action .custom-control-input:checked~.custom-control-label:after {
    background-color: #d70018;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d70018;
}
.dnw-custom-cart-container .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}
.dnw-custom-cart-container .checkbox-product .custom-control-label img {
    height: 100px;
    width: 100px;
}
.dnw-custom-cart-container .cart-item .product-info {
    width: 75%;
}
.dnw-custom-cart-container .cart-item .product-info>div {
    margin-bottom: 8px;
}

.dnw-custom-cart-container .product-info .product-name {
    color: #3a3a3a;
    width: 70%;
}
.dnw-custom-cart-container .product-name a {
    color: #3a3a3a;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.dnw-custom-cart-container .product-name dl.variation{
    margin: 0;
    font-size: 13px;
}
.dnw-custom-cart-container .product-info .remove-item {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}
.dnw-custom-cart-container .product-info .remove-item svg {
    color: #7e8686;
    font-size: 20px;
    width: 22px;
}

.dnw-custom-cart-container .product-info .quantity{
    margin-right: 0;
}
.dnw-custom-cart-container .product-info .quantity span{
    display: none;
}
.dnw-custom-cart-container .product-info .button.is-form{
    background-color: #f3f3f3;
    border-radius: 4px !important;
    cursor: pointer;
    height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 30px;
    border: 0;
    padding: 0;
}
.dnw-custom-cart-container .product-info .quantity input[type=number]{
    background-color: transparent;
    border: 0;
    font-size: 14px;
    text-align: center;
    width: 30px;
    box-shadow: none;
}
.dnw-custom-cart-container .upsell-slider .upsell-products{
    margin: 0 !important;
}
.dnw-custom-cart-container .upsell-slider .product-small .title-wrapper a{
    font-size: .8rem;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    min-height: 33px;
}
.dnw-custom-cart-container  .product-small .box-text-products .star-rating,
.dnw-custom-cart-container  .product-small .box-text-products .promotion{
    display: none;
}
.woocommerce-cart footer{
    display: none !important;
}
.dnw-custom-cart-container #stickyBottomBar {
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(145, 158, 171, .239);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    box-shadow: 0 -4px 20px -1px rgba(40, 124, 234, .15);
    display: flex;
    justify-content: space-between;
    left: 50%;
    margin: auto;
    max-width: 800px;
    padding: 10px 10px 15px;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 11;
}
.dnw-custom-cart-container .cart-total{
    margin: 0;
}
.dnw-custom-cart-container .cart-total span.amount{
    color: #d70018;
    font-size: 16px;
    font-weight: 600;
}
.dnw-custom-cart-container .btn-to-checkout .button{
    margin: 0;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    padding: 5px 20px;
}
.dnw-custom-cart-container .return-to-shop .button{
    border-radius: 10px;
}
.woocommerce-message:focus-visible,
.woocommerce-message *:focus-visible,
.woocommerce-message *
.woocommerce-message {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.woocommerce-message .success-color {
    border: none !important;
    background: #f0f9eb;
    color: #2d6a4f;
    padding: 10px 15px !important;
    border-radius: 5px;
    box-shadow: none !important;
}
.dnw-custom-cart-container .upsell-slider {
    border-top: 1px solid rgba(145, 158, 171, .239);
    padding: 10px 0 0;
    position: relative;
}
.dnw-custom-cart-container .upsell-slider  .product-small .box-image{
    padding: 15px 0 0;
    text-align: center;
}
.dnw-custom-cart-container .upsell-slider .box-image img{
    max-width: 90px;
}
.dnw-custom-cart-container  .product.product-small{
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid rgba(145, 158, 171, .239);
    border-radius: 8px;
    height: auto;
    overflow: hidden;
    box-shadow: none !important;
}

/*Demo*/
.box-cat-home .col-inner{
    box-shadow: 0px 4px 20px 0px #8f8f8f33;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.box-cat-home .col-inner .box-text {
    padding: 20px;
}



.dnw-tab-product-image .nav li{
    position: relative;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--primary-color);
}
.dnw-tab-product-image .nav li:not(:first-child) a{
    margin-left: 10px;
}
.dnw-tab-product-image .nav li a{
    text-transform: uppercase;
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
    background: #FFFFFF;
    padding: 6px 16px;
    border-radius: 4px;
    min-width: 146px;
    text-align: center;
    display: block;
    border: 0;
    line-height: 18.2px;
    font-size: 14px;
}
.dnw-tab-product-image .nav li.active a{
    background: var(--primary-color);
    color: #fff;
}
footer .box-image img{
    width: auto;
    max-height: 100%;
}
.footer-gallery-img .gallery-col .box-image{
    width: 58px;
    height: 35px;
    text-align: center;
    background: #fff;
}
footer .ux-menu-link__link{
    min-height: 1.5em;
}


.gallery-doitac .col{
    padding-bottom: 0;
}
.gallery-doitac .col .box-image{
    height: 90px;
    display: flex;
    align-items: center;
}
.gallery-doitac .col .box-image img{
    object-fit: cover;
}


.title-call-popup{
    color: #333;
    font-size: 18px;
}
.desc-call-popup{
    font-size: 16px;
    line-height: 24px;
}
/* Popup nền */
#popup-call {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Khi bật */
#popup-call.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Popup nội dung */
#popup-call > div {
    background: #fff;
    width: 90%;
    max-width: 400px;
    margin: 100px auto;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    transform: translateY(-30px);
    transition: transform 0.3s ease;
}

/* Khi bật, trượt xuống */
#popup-call.active > div {
    transform: translateY(0);
}
#popup-call #popup-content {
    max-height: 70vh;      /* Giới hạn chiều cao tối đa theo màn hình */
    overflow-y: auto;      /* Thanh cuộn dọc khi vượt quá chiều cao */
}

.single-product .pro-spec .static-html{
    max-height: 500px;
    overflow: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    position: relative;
}

.static-html.blur:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: -o-linear-gradient(transparent,#fff);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent, #fff);
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    margin: 16px auto 0;
}


.term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 13px;
    border: 1px solid #ededed;
    border-radius: 10px;
}
.term-description ul,
.term-description ol{
    margin-left: 20px;
}
.dnw_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.dnw_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.dnw_readmore_taxonomy_flatsome a {
    color: var(--primary-color);
    display: block;
    padding-bottom: 10px;
}
.dnw_readmore_taxonomy_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid var(--primary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.dnw_readmore_taxonomy_flatsome_less:before {
    display: none;
}
.dnw_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--primary-color);
}

.product-short-description ul,
.product-short-description p{
    margin-bottom: 10px;
}

.product-page-accordian{
    padding: 16px 14px 16px 16px;
    border: 1px solid #dadada;
    border-radius: 10px;
    margin-bottom: 12px;
}

/*Blog*/
.post-item .box{
    border-radius: 10px;
    overflow: hidden;
}
.blog-post-inner .is-divider{
    display: none;
}
.blog-post-inner .cat-label{
    display: inline-flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    background-color: var(--fs-color-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #fff;
    border-radius: 5px;
    transition: 0.6s;
    margin-bottom: 20px;
}
.blog-post-inner .post-title{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-post-inner .post-title a{
    display: block;
}
.blog-post-inner .post-meta{
    font-size: 15px;
    letter-spacing: 0.2px;
    opacity: 1;
    color: #66798C;
}

.post-item .box-vertical{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}
.blog-vertical.row-box-shadow-2 .col-inner{
    box-shadow: none;
    background: transparent !important;
}
.post-item .box-vertical .box-text{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.post-item .box-vertical .blog-post-inner .post-title{
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.5;
}
.blog-vertical .col.post-item{
    padding-bottom: 0;
}
.blog-vertical .image-cover{
    border-radius: 100%;
}

/*Widget*/
.post-sidebar .widget:not(.widget_search){
    border-radius: 7px;
    background: #ffffff;
    padding: 35px 25px;
    margin-bottom: 25px;
}
.widget_search .flex-row{
    display: block;
}
.widget_search input[type=search]{
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    height: 55px;
}
.widget_search button.submit-button{
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}
.widget .widget-title{
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}
.widget .is-divider{
    display: none;
}
.widget_categories ul li{
    display: flex;
}
.flatsome_recent_posts .recent-blog-posts-li {
    border-top: 0 !important;
    border-bottom: 1px solid rgba(160, 177, 193, 0.2);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.flatsome_recent_posts .recent-blog-posts-li .badge{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.flatsome_recent_posts .recent-blog-posts-li a{
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}
.flatsome_recent_posts .recent-blog-posts-li .post-meta{
    font-size: 15px;
    margin-top: 20px;
    align-items: center;
    letter-spacing: 0.3px;
}
.flatsome_recent_posts .recent-blog-posts{
    padding: 0;
}
.flatsome_recent_posts .recent-blog-posts-li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget_tag_cloud .tagcloud a{
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #F2F1EC;
    color: var(--primary-color);
    letter-spacing: 0.7px;
    margin-top: 8px;
    margin-right: 8px;
    font-size: 14.5px !important;
    font-weight: 500;
}
.widget .tagcloud a:hover {
    color: #fff !important;;
}

/*Single post*/
.blog-single .article-content {
    border-radius: 15px;
    overflow: hidden;
}
.blog-single .article-content .inner {
    padding: 35px;
    background-color: #ffffff;
}
.blog-single .article-content .inner .meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.blog-single .article-content .inner .meta li {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-size: 15px;
    letter-spacing: 1.04px;
    margin-right: 45px;
    position: relative;
    line-height: 1;
    color: #66798C;
}
.blog-single .article-content .inner .meta li::before {
    position: absolute;
    content: "";
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #B24445;
    border-radius: 50%;
}
.blog-single .article-content .inner .meta li svg {
    stroke: #66798C;
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.blog-single .article-content .inner .meta li:last-child {
    margin-right: 0;
}
.blog-single .article-content .inner .meta li:last-child:before {
    display: none;
}
.blog-single .article-content .inner .meta li a {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #a4193754;
    color: #000;
    letter-spacing: 0.7px;
    font-size: 14.5px;
    font-weight: 500;
    margin-right: 3px;
    transition: all 3ms;
}
.blog-single .article-footer .tags li a:hover,
.blog-single .article-content .inner .meta li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.blog-single .article-content .inner h1, .blog-single .article-content .inner .h1 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.blog-single .article-content .inner p {
    letter-spacing: 0.33px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
}
.blog-single .article-content .inner h3, .blog-single .article-content .inner .h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.blog-single .article-footer {
    border-radius: 15px;
    background: #ffffff;
    padding: 35px 35px 0;
    margin-top: 25px;
}
.blog-single .article-footer .title-tags {
    font-size: 18px;
    color: #002345;
    font-weight: 600;
    margin-right: 10px;
}
.blog-single .article-footer .tags {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.blog-single .article-footer .tags li {
    list-style-type: none;
    margin-right: 12px;
    display: inline-block;
}

.blog-single .article-footer .tags li a {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #a4193754;
    color: #000;
    letter-spacing: 0.7px;
    font-size: 13px;
    font-weight: 500;
}
.blog-single .article-footer .tags li:last-child {
    margin-right: 0;
}
.blog-single .article-footer .social {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.blog-single .article-footer .social li {
    list-style-type: none;
    margin-right: 12px;
}
.blog-single .article-footer .social li span {
    font-size: 18px;
    color: #002345;
    font-weight: 600;
}
.blog-single .article-footer .social li a {
    margin-right: 20px;
}
.blog-single .article-footer .social li a:last-child {
    margin-right: 0;
}
.blog-single .article-footer .social li a svg {
    width: 17px;
    height: 17px;
    transition: 0.6s;
    stroke: var(--primary-color);
}
.blog-single #comments .comment-respond{
    border-radius: 15px;
    background: #ffffff;
    padding: 35px;
    margin-top: 25px;
}

.blog-single .post{
    margin-bottom: 0;
}
.blog-single .related-posts,
.blog-single #comments{
    margin-top: 30px;
}
.blog-single .related-posts ~ #comments{
    margin-top: 0;
}
.blog-single .related-posts  .title-related-posts{
    font-size: 20px;
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: bold;
}

.blog-single .related-posts .blog-post-inner .post-title{
    font-size: 18px;
}

/*******************************************Counter********************************************************/
.dnw-counter-box .counter-box {
    display: flex;
    align-items: center;
}
.dnw-counter-box .sub, .dnw-counter-box .counter {
    font-weight: 600;
    font-size: 50px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444;
    margin-bottom: 20px;
}
.dnw-counter-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #666;
}

.text-center .dnw-counter-box .counter-box{
    justify-content: center;
}
.dark .dnw-counter-box .sub,
.dark .dnw-counter-box .counter,
.dark .dnw-counter-box p{
    color: #fff;
}
@media (min-width: 768px) {
    .product-summary .product-policy div {
        width: calc(50% - 10px);
    }
    .product-summary .product-policy:before {
        content: '';
        position: absolute;
        top: 0;
        right : 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background: #e5e7e7;
        height: calc(100% - 32px);
        width: 1px;
    }
}
@media (min-width: 850px) {
    .section-blog-home .tabbed-content h4 {
        font-size: 1.6em;
    }
    .section-blog-home .nav>li{
        margin: 0 17px;
    }
}
@media (min-width: 992px) {
    .product-summary .product-box--top {
        padding: 16px;
    }
    .product-box--top .product-meta--top {
        margin-bottom: 16px;
    }
    .product-box--top .product-title{
        font-size: 18px;
        line-height: 26px;
    }
    .product-box--top .product_meta{
        margin-bottom: 16px;
        padding-bottom: 16px;
        gap: 10px;
    }
    .product-summary .product_policy{
        padding: 16px 0;
    }
    .box-content-detail__desc{
        padding: 32px 0;
    }
    .box-content-detail__desc .title svg {
        display: none;
    }

    .list-posts {
        gap: 20px;
    }
    .post-meta {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .blog-post-inner .post-title,
    .list-posts .post-loop .post-detail .post-title h3 {
        font-size: 18px;
        margin: 0 0 12px;
    }
    .tab-blogs.tabbed-content h4.text-left {
        width: 30%;
    }
    .tab-blogs.tabbed-content .nav {
        width: 70%;
        justify-content: right;
        flex-wrap: wrap;
        overflow-x: hidden;
    }
    .tab-blogs.tabbed-content .nav-outline>li>a{
        font-size: 20px;
        line-height: 1.5;
    }
    .tab-blogs.tabbed-content .tab-panels{
        padding-top: 30px;
    }
}


@media (max-width: 911px){
    .box-brand-product{
        gap: 10px;
        grid-auto-columns: calc((100% - 10px) / 2.5);
        grid-template-rows: 1fr 1fr 1fr;
    }
    .dnw-ordering .title-sort{
        display: none;
    }
    .tab-blogs.tabbed-content .nav{
        flex-flow: nowrap;
    }
}
@media (max-width: 849px) {
    .section-product-tab-namnu .tab-panels,
    .section-form-www{
        background-color: var(--primary-color);
    }
    .section-product-tab-namnu .bg-product-tab,
    .section-form-www .section-bg{
        display: none;
    }
    .dnw-tab-product-image .nav{
        justify-content: center;
    }
}
@media (max-width: 767px) {
    body .category-page-row {
        padding-top: 15px;
    }

    .row-slide-3col-home{
        white-space: nowrap;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 32px) / 1.2);
        overflow-x: auto;
        gap: 10px;
        display: grid !important;
        width: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .row-slide-3col-home .col{
        flex-basis: 100%;
        max-width: 100%;
    }

    .dnw-box-top-products .dnw-ordering{
        display: none;
    }
}

@media (max-width: 549px){
    body .slider.slider-nav-simple .flickity-prev-next-button{
        width: 30px !important;
        height: 30px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
        transform: translateY(calc(-50% - 0px)) !important;
        margin: 0;
        transition: .3s;
        outline: none;
        background: #fff;
        box-shadow: 0 0 4px 0 var(--fs-color-secondary) ! IMPORTANT;
        border-radius: 50%;
        min-height: auto !important;
    }
    body .slider.slider-nav-simple .flickity-prev-next-button.previous {
        left: 5px;
    }
    body .slider.slider-nav-simple .flickity-prev-next-button.next{
        right: 5px;
    }
    body .row-slider .flickity-prev-next-button svg {
        padding: 8px !important;
        fill: rgb(106 106 106);
    }
    body .slider-nav-light .flickity-prev-next-button .arrow, body .slider-nav-light .flickity-prev-next-button svg {
        fill: rgb(106 106 106);
    }
}



@media (max-width: 767px) {
    .blog-single .article-content .inner,
    .blog-single #comments .comment-respond{
        padding: 25px;
    }
    .blog-single .article-footer {
        padding: 25px 25px 0;
    }

    .blog-single .article-footer .col {
        padding-bottom: 25px;
    }
    .blog-single .article-footer .title-tags {
        font-size: 15px;
    }
    .blog-single .article-footer .tags {
        display: block;
    }
    .blog-single .article-footer .tags li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 549px) {
    .blog-single .article-footer .social {
        justify-content: start;
    }
}