li.html.custom.html_topbar_left {
    font-weight: 600;
    font-size: 16px;
}
li.html.custom.html_topbar_left {
    font-weight: 600;
    font-size: 16px !important;
}
:root {
    --second-color: #e0484b;
    --bg-gradien: linear-gradient(270deg, var(--primary-color) 0, var(--second-color) 100%);
}
::-webkit-scrollbar {
    width: 5px;
}

.header .social-icons.follow-icons {
    display: flex;
    gap: 10px;
}

.header .social-icons.follow-icons a {
    width: 30px;
    height: 30px;
    border: 1px solid #FFF;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
a.cart_head {
    display: flex !important;
    background-color: var(--primary-color);
    height: 48px;
    width: 48px;
    color: #FFF !important;
    border-radius: 24px;
    justify-content: center;
    align-items: center !important;
    position: relative;
}

a.cart_head span.count {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: -4px;
    right: -2px;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}
ul.header-nav.header-nav-main.nav {
    justify-content: center;
}
div#masthead form.searchform {
    height: 48px;
    background: linear-gradient(270deg, #000000 0, var(--primary-color) 100%);
    border-radius: 99px;
    overflow: hidden;
}

li.header-search-form.search-form {
    margin: 0;
}

div#masthead form.searchform .search-field {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff !important;
}

div#masthead form.searchform button.ux-search-submit {
    border: none;
    box-shadow: none;
    width: 48px;
    height: 48px;
    background-color: transparent;
}

div#masthead form.searchform .search-field::placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.home-menu {
    border-radius: 5px;
    -webkit-box-shadow: rgb(60 64 67 / .1) 0 1px 2px 0, rgb(60 64 67 / .15) 0 2px 6px 2px;
    box-shadow: rgb(60 64 67 / .1) 0 1px 2px 0, rgb(60 64 67 / .15) 0 2px 6px 2px;
    height: 100%;
}
.home-menu .menu li button.toggle {
    display: none;
}
.home-menu .menu li {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}
.home-menu .menu {
    margin: 0 !important;
}
.home-menu .menu>li>ul, .home-menu .menu>li>ul>li>ul {
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / .15) !important;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

.home-menu .menu li a {
    padding: 6px 10px !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #333;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    width: 100%;
}

.home-menu .menu li a img {
    width: 20px;
    padding: 0;
    margin-right: 5px;
    height: 20px;
}

.home-menu .menu li a span.menu-image-title {
    padding: 0;
}
.home-menu .menu>li:hover>ul, .home-menu .menu>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block;
    
}

.home-menu .menu li {
    position: relative;
}

.home-menu .menu>li>ul, .home-menu .menu>li>ul>li>ul {
    background: #fff;
    border-radius: 4px;
    width: 100%;
}
.home-menu > .menu > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M0 384.7V127.3c0-17.8 21.5-26.7 34.1-14.1l128.7 128.7c7.8 7.8 7.8 20.5 0 28.3L34.1 398.8C21.5 411.4 0 402.5 0 384.7z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
}
.home-menu .menu li:hover > a {
    background: #f1f1f1;
}
/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    background-color: var(--second-color);
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: var(--bg-gradien);
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
ul.header-nav.header-nav-main.nav.nav-left li>ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid var(--primary-color);
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu {
    left: 0;
    top: 100%;
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 10px 0px rgb(27 72 193 / 18%);
    border-top: 2px solid var(--primary-color);
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu li a {
    padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: .875rem;
    color: #000;
    position: relative;
    text-transform: initial;
}

ul.header-nav.header-nav-main.nav.nav-left>li.current-dropdown>.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background: var(--bg-gradien);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}

ul.header-nav.header-nav-main.nav.nav-left>li>.sub-menu li a:hover {
    color: #fff !important;
}


/*  */

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu>li {
    position: relative;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu>li {
    width: 100%;
}

ul.header-nav.header-nav-main.nav.nav-left>li .sub-menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

ul.header-nav.header-nav-main.nav.nav-left li>ul.sub-menu ul.sub-menu:before,
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

ul.header-nav.header-nav-main.nav.nav-left .icon-angle-down:before {
    display: none;
}

ul.header-nav.header-nav-main.nav.nav-left>li.has-dropdown>a>i {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M7.63207 10.264L4.71215 6.80128C4.22148 6.21928 4.63744 5.33334 5.40144 5.33334H11.5987C12.3627 5.33334 12.7787 6.21995 12.288 6.80128L9.36807 10.264C8.9154 10.8007 8.08474 10.8007 7.63207 10.264Z" fill="%23bc2326"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
}
/*  */
.absolute-footer {
    display: none !important;
}
.ux-menu-title.flex {
    font-size: 16px;
}
.ss_footer {
    background: linear-gradient(270deg, #000000 0, var(--primary-color) 100%);
}
.ss_footer a.ux-menu-link__link {
    font-size: 15px;
    min-height: 30px;
}

.ux-menu-link.flex.menu-item a:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}
.social_footer {
    margin-top: 15px;
}

.social_footer .icon {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
}

.social_footer .icon a {
    display: flex;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    color: #fff;
}

.social_footer .icon a.facebook {
    background-color: #337FFF;
}

.social_footer .icon a.tiktok {
    background-color: #000;
}

.social_footer .icon a.youtube {
    background-color: #ff3333;
}
/* Pgae */
.page_title {
    text-align: center;
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 25px;
    font-size: 48px;
    color: #333;
    display: block;
    font-weight: 600 !important;
}

.page_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -59px;
    height: 3px;
    width: 100px;
    border-radius: 2px;
    background-color: var(--primary-color);
}

.page_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 46px;
    height: 3px;
    width: 11px;
    border-radius: 2px;
    background-color: var(--primary-color);
}
.page_contact .icon-box.box_contact {
    aspect-ratio: 1/1;
    background: #bc23262e;
    border-radius: 16px;
    padding: 20px;
    padding-top: 25%;
}
.page_contact .social_footer {
    margin: 0;
    margin-bottom: 30px;
}

.page_contact .social_footer b {
    font-size: 1.6em;
}
.page_contact form.wpcf7-form {margin: 0;}

.page_contact form.wpcf7-form .wpcf7-form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
}

span.text-required {
    color: red;
}

.page_contact form.wpcf7-form .form_group {
    display: flex;
    gap: 20px;
}

.page_contact form.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    border: none;
    width: 100%;
}

span.wpcf7-spinner {
    display: none;
}
.page_archive {
    padding: 60px 0;
}

.list_post {
    padding-top: 30px;
}

.list_post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.list_post .post_item .box {
    background-color: #EAE8E8;
    border-radius: 16px;
    overflow: hidden;
}

.list_post .post_item .box .box-text {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.list_post .post_item .box .box-text a.post-title {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.list_post .post_item .box .box-text .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.list_post .post_item .box .box-text a.more {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--primary-color);
    font-weight: 600;
}

.list_post .post_item .box:hover .box-text a.post-title {
    color: var(--primary-color);
}
.single-post h1.page_title {
    font-size: 40px;
}
.progress-wrap {
    left: 30px;
}
.box-shadow-1 {
    box-shadow: 0px 4px 40px 2px rgba(0, 0, 0, 0.06) !important;
}
.light .page_title:before,.light .page_title:after {
    background: #fff;
}
.home_title h2,.home .page_title {
    font-size: 44px;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 10px;
    color: #222;
    font-weight: 600;
}

.home_title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 105px;
    height: 3px;
    width: 11px;
    border-radius: 2px;
    background-color: var(--primary-color);
}

.home_title h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    border-radius: 2px;
    background-color: var(--primary-color);
}
a.button.primary.home_btn {
    width: max-content;
    height: 40px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 30px;
    background: linear-gradient(270deg, #000000 0, var(--primary-color) 100%);
    position: relative;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    overflow: hidden;
    box-shadow: none;
}

a.button.primary.home_btn:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(270deg, var(--primary-color) 0, #000 100%);
    z-index: 1;
    transform: rotateZ(-45deg) translate(-70%, -40%);
    transition: .5s;
}

a.button.primary.home_btn:hover:before {
    transform: initial;
    transition: .5s;
    width: 100%;
}

a.button.primary.home_btn span {
    z-index: 1;
    position: relative;
}
.box.box-blog-post {
    background-color: #EAE8E8;
    border-radius: 16px;
    overflow: hidden;
}

.box.box-blog-post .box-text {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.box.box-blog-post .box-text .is-divider {
    display: none;
}

.box.box-blog-post .box-text h5.post-title a {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box.box-blog-post .box-text p.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.box.box-blog-post .box-text a.button.primary.is-link {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    min-height: inherit;
}

.box.box-blog-post .box-text a.button.primary.is-link:after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}
.box_camnhan {
    background-color: #FFF;
    border-radius: 16px 0 16px 16px;
    overflow: hidden;
    padding: 30px;
}

.box_camnhan img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.box_camnhan 
 .thumbnail {
    display: block;
    width: 82px;
    margin: 20px auto;
}

.box_camnhan 
 .description {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.box_camnhan 
 h3.name {
    text-align: center;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
}

.box_camnhan  .title {
    text-align: center;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    font-style: italic;
}
.box_video {
    border-radius: 16px;
    overflow: hidden;
}

.box_video .image {
    cursor: pointer;
    position: relative;
}
.box_video .image:after {
    content: "";
    background: url(/wp-content/uploads/2025/03/icon-play.png) no-repeat center center;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ratio-9x16 {
    aspect-ratio: 6 / 10.7;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-tools.absolute.bottom.left.z-3 {
    display: none;
}

.product-gallery-slider img {border-radius: 4px;}

.product-thumbnails a {
    border: 2px solid #000 !important;
    border-radius: 4px;
}

.product-thumbnails .is-selected a {
    border-color: var(--primary-color) !important;
}
.custom_price {
    display: flex;
    flex-flow: column;
}
.custom_price span.sale_price {
    font-size: 18px;
    color: #FE3E3E;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.custom_price span.sale_price span.percentage_discount {
    margin-left: 20px;
    background: #FE3E3E;
    border-radius: 3px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
}
.custom_price span.regular_price {
    text-decoration: line-through;
    font-size: 14px;
    color: #78797B;
    font-weight: bold;
}
.product_info h1.product-title {
    font-size: 26px;
    margin-bottom: 10px;
}

.product_info .inventory_quantity {
    font-size: 14px;
    border-bottom: 1px solid #DDE1EF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}
.product_info .ux-quantity.quantity {
    border-radius: 99px;
    overflow: hidden;
    border: 1px solid #b7b7b7 !important;
}

.product_info .ux-quantity.quantity input.ux-quantity__button {
    background: none;
    border: none;
    width: 30px;
    height: 40px;
}

.product_info .ux-quantity.quantity .input-text {
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    height: 40px;
}

button.single_add_to_cart_button.button.alt {
    border-radius: 99px;
    text-transform: inherit;
    font-size: 14px;
}

button#buy_now_button {
    display: inline-flex;
    width: max-content;
    flex: inherit;
    border: 1px solid var(--primary-color);
    border-radius: 99px;
    text-transform: inherit;
    color: var(--primary-color);
    font-size: 14px;
    align-items: center;
    padding: 0 20px;
}

.product-short-description {
    font-size: 14px;
}
button.single_add_to_cart_button.button:before {
    content: "\f291";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}

button#buy_now_button:before {
    content: "\f217";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}

.default-price-wrapper {
    margin-bottom: 10px;
}
ul.tabs.wc-tabs.product-tabs {
    display: none;
}

div#tab-description {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 4px;
}
.related.related-products-wrapper.product-section {
    border: none;
}

.related.related-products-wrapper h3.page_title {
    margin: 30px 0;
    font-size: 36px;
}
.product_info  .hotline {
    border-top: 1px solid #b7b7b7 !important;
    padding-top: 15px;
    font-size: 18px;
}

.product_info .hotline a {
    font-weight: bold;
}
.product-small.box {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    box-shadow: 0 0 6px 0 rgba(50, 50, 93, 0.15), 1px 1px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

.product-small.box .box-image {
    border-radius: 5px;
}
div#reviews.woocommerce-Reviews, .devvn_prod_cmt {
    max-width: 100% !important;
}
div#fillter_product {
    display: flex;
    gap: 20px;
    align-items: center;
}

div#fillter_product p.woocommerce-result-count {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    flex: 1;
}

div#fillter_product select.orderby {
    margin: 0;
    border-radius: 4px;
    font-size: 14px;
}
form.woocommerce-ordering select.orderby {
    border-radius: 4px;
    height: 42px;
    border: 1px solid rgb(209, 213, 219);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
}
span.select2-selection.select2-selection--single {
    border-radius: 4px;
    height: 42px;
    border: 1px solid rgb(209, 213, 219);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #000;
}

span.select2-selection__placeholder {
    color: #000 !important;
}

span.select2-search.select2-search--dropdown {
    display: none;
}

ul#select2-product_cat-results {
    max-height: inherit;
}

ul#select2-product_cat-results > li {
    margin: 0;
}

ul#select2-product_cat-results > li {
    font-size: 14px;
    padding: 4px 10px;
}
form.woocommerce-ordering {
    margin: 0;
}

.custom-widget-class {
    height: 42px;
}
.product-small.box p.category {
    font-weight: bold;
    margin-bottom: 10px;
    background: var(--primary-color);
    color: #fff;
    width: fit-content;
    padding: 5px;
    text-transform: inherit;
    border-radius: 2px;
    opacity: 1;
}

.product-small.box 
 .price-wrapper {
    margin-top: 10px;
}
.product-small.box .box-text {
    padding: 10px 0;
}

.product-small.box .box-text .product_rating {
    margin-top: 5px;
}
.home_about .icon-box {
    align-items: center;
}
.home_about .icon-box .text * {
    margin: 0;
}
.border_5{
    border-radius: 5px;
    overflow: hidden;
}
.product_list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.product_list-item .list_product {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 10px;
    
}

.product_list-item h2.title {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    width: max-content;
}
.product_list-item {
    background: var(--primary-color);
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    color: #fff;
}

.product_list-item h2.title {
    font-size: 20px;
    color: #fff;
}

.product_list-item .list_product a {
    font-size: 13px;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: bold;
}
.col_hiden > .col-inner{
    overflow: hidden;
}
.home_gallery .gallery-col.col img{
    border-radius: 5px;
}
.product-small.box a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){
    .archive .list_post .post_item:first-child {
        grid-row: initial;
        grid-column: 1 / 4;
        position: relative;
        overflow: hidden;
    }
    
    .archive .list_post .post_item:first-child .box {
        display: flex;
        background-color: var(--primary-color);
    }
    
    .archive .list_post .post_item:first-child .box .box-image {
        min-width: 50%;
    }
    
    .archive .list_post .post_item:first-child .box .box-image .image-zoom.image-cover {
        padding-top: 50% !important;
    }
    
    .archive .list_post .post_item:first-child .box *,.archive .list_post .post_item:first-child .box:hover * {
        color: #fff !important;
    }
    .home_gallery .gallery-col.col {
        flex-basis: 360px !important;
        max-width: 360px !important;
    }
}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){
    .list_post .post_item:first-child .box .box-image .image-zoom.image-cover {
        padding-top: 70% !important;
    }
}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .header-top ul.nav.nav-center.nav-small.mobile-nav {
        justify-content: space-between;
    }
    .page_contact .icon-box.box_contact {
        padding: 10px;
    }
    .page_title {
        font-size: 36px;
        line-height: 1.2;
    }

    .home_title h2,.home .page_title {
        font-size: 26px;
    }
    .list_post .post_item .box {
        border-radius: 10px;
    }
    
    .list_post {
        gap: 20px;
    }
    .single-post h1.page_title {
        font-size: 32px;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    #logo img {
        max-height: 60px;
    }
    .page_contact .icon-box.box_contact {
        aspect-ratio: inherit;
        padding: 20px;
    }
    .single-post h1.page_title {
        font-size: 28px;
    }
    .page_contact .icon-box.box_contact p {
        margin: 0;
    }
    .page_contact .social_footer b {
        font-size: 1.2em;
    }
    a.cart_head {
        height: 40px;
        width: 40px;
        font-size: 14px !important;
    }
    
    a.cart_head i {
        font-size: 14px !important;
    }
    .list_post {
        grid-template-columns: repeat(1, 1fr);
    }
    .page_archive {
        padding: 40px 0;
    }
    .box_camnhan {
        padding: 15px;
    }
    .product_info .ux-quantity.quantity {margin-right: 50%;}
    .product_list-item h2.title {min-width: fit-content;font-size: 16px;}

    .product_list-item .list_product {
        width: 100%;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-box-align: stretch;
        align-items: stretch;
        flex-flow: row;
        margin-left: 10px;
        justify-content: end;
    }

    .product_list-item .list_product::-webkit-scrollbar {
        height: 0;
    }

    .product_list-item .list_product a:not(:last-child) {
        display: none;
    }
	.home_blog .col.post-item {
    flex-basis: 70% !important;
    max-width: 70% !important;
}

.box.box-blog-post .box-text {
    padding: 15px;
}

.box.box-blog-post 
 .box-text .post-title a {
    font-size: 16px;
}

.box.box-blog-post .box-text h5.post-title a {
    font-size: 16px;
}

.box.box-blog-post .box-text p.from_the_blog_excerpt {
    font-size: 14px;
    margin-bottom: 10px;
}

.box.box-blog-post {
    border-radius: 10px;
}
}