:root {
    --bg-gradien: linear-gradient(270deg, var(--primary-color) 0, var(--fs-color-secondary) 100%);
}
ul#header-contact a {
    color: #fff;
    font-size: 14px;
    text-transform: inherit;
}

ul.nav.top-bar-nav >li > a {
    color: #fff !important;
    font-size: 14px;
}
.header_right {
    display: flex;
    gap: 26px;
    align-items: center;
}

.header_right a.header_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_right a.header_item .icon {
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 16px;
    color: var(--fs-color-secondary);
}
.header_right a.header_item .exceprt {
    display: flex;
    flex-flow: column;
    color: var(--primary-color);
}
.header_right a.header_item .exceprt span:last-child{
    color: var(--fs-color-secondary);
}
header .searchform input.search-field {
    box-shadow: none;
    border: none;
    border-radius: 99px;
}
header form.searchform {
    background-color: #fff;
    width: 415px;
    border-radius: 99px;
}
header .searchform button.ux-search-submit.submit-button {
    width: 40px;
    height: 40px;
    border-radius:99px;
    align-items: center;
    background: none;
    border: none;
    color: var(--primary-color);
}

header .searchform  .tag {
    position: absolute;
}

header .searchform {
    min-width: 400px;
}
.header_right a.cart {
    color: #fff;
    position: relative;
}
.header_right a.cart i{
    font-size: 20px;
    color: var(--fs-color-primary);
}
.header_right a.cart span{
    color: #000;
}
.header_right a.cart span.count {
    display: block;
    background: var(--fs-color-secondary);
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    top: -8px;
    left: 15px;
}
ul.nav.header-nav.header-bottom-nav {
    min-width: 100%;
    justify-content: space-between;
}

div#wide-nav .flex-col.hide-for-medium.flex-left {
    width: 100%;
}
ul.nav.header-nav.header-bottom-nav.nav-left .icon-angle-down:before{
    display: none;
}
ul.nav.header-nav.header-bottom-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="%231C1C1C"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
}
ul.nav.top-bar-nav.nav-right .icon-angle-down:before{
    display: none;
}
ul.nav.top-bar-nav.nav-right > 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="%23FFFFFF"/></svg>');
    width: 16px;
    height: 16px;
    opacity: 1;
    margin-left: 4px;
}
ul.nav.top-bar-nav.nav-right li > ul.sub-menu:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #1c48c1;
    position: absolute;
    top: -8px;
    left: 59px;
    content: "";
}
ul.nav.top-bar-nav.nav-right > li> .sub-menu {
    left: 0;
    top: 100%;
}

ul.nav.top-bar-nav.nav-right > 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 #1c48c1;
}

ul.nav.top-bar-nav.nav-right > 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.nav.top-bar-nav.nav-right > li.current-dropdown >.sub-menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);

}
ul.nav.top-bar-nav.nav-right > 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.nav.top-bar-nav.nav-right > li >.sub-menu li a:hover::before {
    width: 100%;
    opacity: 1;
}
ul.nav.top-bar-nav.nav-right > li >.sub-menu li a:hover{
    color: #fff !important;
}
/*  */
ul.nav.top-bar-nav.nav-right > li .sub-menu {
    display: flex;
    flex-flow: column;
}

ul.nav.top-bar-nav.nav-right > li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fff;
    width: 100%                                                                         ;
}

ul.nav.top-bar-nav.nav-right > li .sub-menu > li {
    position: relative;
}

ul.nav.top-bar-nav.nav-right > li .sub-menu > li {
    width: 100%;
}

ul.nav.top-bar-nav.nav-right > li .sub-menu >li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
ul.nav.top-bar-nav.nav-right 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;
}
/* 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(--primary-color);
    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.nav.header-nav.header-bottom-nav > li > a {
    border-radius: 6px 6px 0 0;
    padding-left: 4px;
}
ul.nav.header-nav.header-bottom-nav > li > a:hover {
    background-color: #ffffff;
}
/* Footer */
.absolute-footer {
    padding: 10px !important;
}

.copyright-footer {
    color: #fff;
}
.footer_top {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #333333;
    color: #fff;
}

.footer_top .footer_top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_top .footer_top-wrap .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_top .footer_top-wrap .social a {
    width: 40px;
    height: 40px;
    background: var(--fs-color-secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer_top .footer_top-wrap .social a > * {
    width: 20px;
    height: 26px;
    stroke: #fff;
}

.footer_top .form_righr {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_top .form_righr .icon {height: 32px;}

.footer_top .form_righr .wpcf7-form-control.wpcf7-email {
    height: 40px;
    background: #fff;
    border-radius: 4px;
    margin: 0;
    box-shadow: none;
    border: none;
}

.footer_top .form_righr form {
    margin: 0;
}

.footer_top .form_righr .wpcf7-form-control.wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    text-transform: inherit;
    font-weight: 500;
    border-radius: 0 4px 4px 0;
    height: 40px;
    box-shadow: none;
    border: none;
    background-color: var(--fs-color-secondary);
}

span.wpcf7-spinner {
    display: none;
}
.ss_footer .ux-menu-title {
    font-size: 16px;
    text-transform: inherit;
    position: relative;
    margin-bottom: 10px !important;
}

.ss_footer .ux-menu-title:after {
    content: "";
    bottom: 5px;
    width: 30px;
    height: 3px;
    position: absolute;
    background: var(--bg-gradien);
    border-radius: 99px;
}

.ss_footer .social-icons.follow-icons a {
    background: var(--bg-gradien);
    width: 40px;
    height: 40px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ss_footer  a.ux-menu-link__link.flex {
    padding: 4px 0 !important;
    height: 30px !important;
    min-height: 34px;
    color: var(--primary-color);
    transition: .5s;
}

.ss_footer a.ux-menu-link__link.flex:hover {
    color: #fcb82e;
    transform: translateX(10px);
}
.page_contact .wpcf7-form-control {
    border-radius: 4px;
    height: 36px;
}

.page_contact .wpcf7-form-control.wpcf7-submit {
    text-transform: inherit;
    font-weight: 500;
    margin: 0;
}  .ss_breadcrumb {
    padding: 10px 0;
}

nav.rank-math-breadcrumb p {
    font-weight: bold;
    font-size: 14px;
}
.ss_breadcrumb p {
    margin: 0;
}
nav.rank-math-breadcrumb p a {
    color: var(--fs-color-secondary);
}
nav.rank-math-breadcrumb a:first-child:before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}
nav.rank-math-breadcrumb span.separator {
    margin: 0 5px;
}
.home_list_cat > .col {
    flex-basis: calc(100% / 9);
    max-width: calc(100% / 9);
}
.product-small.box {
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(234, 236, 240, 1);
}
.product-small.box .box-text {
    padding: 20px 0 0;
}

.product-small.box .box-text a.woocommerce-LoopProduct-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.4;
    min-height: 40px;
    font-weight: 600;
}

.product-price-cart {
    position: relative;
    margin-bottom: 5px;
}

.product-price-cart .product_box_price {
    display: flex;
    flex-flow: column;
}

.product-price-cart .product_box_price .sale_price span {
    font-size: 16px;
    color: #ed3324;
}

.product-price-cart .product_box_price .regular_price .amount {
    color: #8f8f8f;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500;
}

.product-price-cart .product_box_price .regular_price span.discount_percentage {
    background: #fb6e2e;
    padding: 5px;
    z-index: 3;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
}

.product-price-cart a.add_to_cart {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 6px;
    font-size: 18px;
    background: #00a0e3;
    border-radius: 100%;
    color: #fff;
    justify-content: center;
    margin-left: auto;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, .25);
    position: absolute;
    right: 0;
    top: 0px;
}
button.flickity-button.flickity-prev-next-button svg{
    display: none;
}
button.flickity-button.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_4022_3979)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC00"></rect><path d="M26 19.9997H14M14 19.9997L18.6667 15.333M14 19.9997L18.6667 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_4022_3979" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32"></stop><stop offset="1" stop-color="%23FFCC32" stop-opacity="0.2"></stop></linearGradient></defs></svg>') !important;}
button.flickity-button.flickity-prev-next-button.next{
    background-image: url('data:image/svg+xml,<svg class="" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><rect x="-0.5" y="0.5" width="39" height="39" rx="19.5" transform="matrix(-1 0 0 1 39 0)" stroke="url(%23paint0_linear_2150_3984)"></rect><rect width="28" height="28" rx="14" transform="matrix(-1 0 0 1 34 6)" fill="%23FFCC32"></rect><path d="M14 19.9997H26M26 19.9997L21.3333 15.333M26 19.9997L21.3333 24.6663" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><defs><linearGradient id="paint0_linear_2150_3984" x1="0" y1="21.5" x2="36" y2="21.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFCC32" stop-opacity="0.2"></stop><stop offset="1" stop-color="%23FFCC32"></stop></linearGradient></defs></svg>') !important;
}
button.flickity-button.flickity-prev-next-button {
    background-repeat: no-repeat;
    margin: 0 !important;
}
.row.home_new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    gap: 16px;
}


.row.home_new .col.post-item:not(:first-child) .box {
    display: flex;
    align-items: center;
}

.row.home_new .col.post-item:not(:first-child) .box .box-image {
    border-radius: 10px;
    min-width: 318px;
    height: 176px;
}

.row.home_new .box .box-image .image-cover,.row.home_new .box .box-image .image-cover img {
    height: 100%;
    object-fit: cover;
}
.row.home_new .col.post-item:not(:first-child)  .box .box-text {
    padding: 0 0 0 16px !important;
    text-align: left;
}
.row.home_new .col.post-item:first-child .col-inner, .row.home_new .col.post-item:first-child a,.row.home_new .col.post-item:first-child .col-inner .box {
    height: 100%;
    display: block;
}
.row.home_new .col.post-item:first-child p.from_the_blog_excerpt {
    -webkit-line-clamp: 3;
}
.row.home_new .col.post-item:first-child .col-inner .box h5.post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.post-item .box {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 28px -2px rgba(0, 0, 0, 0.08);
    padding: 8px;
}

.post-item .box .box-image {
    border-radius: 10px;
}

.post-item .box h5.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-transform: capitalize;
}
.meta_blog {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 8px 0;
}

p.from_the_blog_excerpt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-item .box .box-text {
    padding: 16px;
}
.blog_title h2 {
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    background: linear-gradient(90deg, var(--primary-color) 0%, #fbb72d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
}
.section-title b {
    background-color: transparent !important;
}

.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(/wp-content/themes/gia-dung-thong-minh/assets/image/styled-line.png);
    width: 100%;
    height: 25px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0
}
.container.section-title-container {
    margin: 0;
}
.fillter {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.fillter_list a.filter-button {
    padding: 10px;
    margin: 0;
    color: #000;
}

.fillter > span {
    font-weight: bold;
    margin-right: 20px;
}

.fillter_list a.filter-button.active {
    color: #df0a11;
}

.row.category-page-row {
    padding-top: 0;
}
@keyframes shineHover {
    to {
        left: 125%
    }
}
.list_danhmuc .box:before,.product-small.box .box-image::before{
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3));
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skew(-25deg);
    width: 50%;
    z-index: 2;
}

.list_danhmuc .box:hover:before,.product-small.box .box-image:hover::before {
    animation: shineHover 1s;
}
.woocommerce-message.message-wrapper {
    padding: 10px 0 !important;
    margin: 0 !important;
}

.message-container {
    font-size: 16px;
}
/* Cart */

.woocommerce-cart-form th,
th.product-name,
h3.widget-title {
    font-size: 14px;
    text-transform: initial;
    min-width: 100px;
    border-bottom: 2px solid var(--primary-color) !important;
}

.actions .button,
a.checkout-button,
input#coupon_code {
    text-transform: initial !important;
    border-radius: 4px;
}

input#coupon_code {
    border: 1px solid var(--primary-color);
}

.checkout_coupon button {
    color: #fff;
    border-radius: 5px;
}
.woocommerce-cart-form__cart-item .ux-quantity {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    display: flex;
    padding: 8px;
    margin-right: 40%;
}

.woocommerce-cart-form__cart-item .ux-quantity * {
    box-shadow: none;
    height: 32px;
    min-height: 32px;
    border: none !important;
    width: 32px;
    line-height: 32px;
    background: none;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.woocommerce-cart-form__cart-item .ux-quantity .ux-quantity__button--minus {
    background: #F0F0F0;
    color: #999999;
    border-radius: 4px !important;
}

.woocommerce-cart-form__cart-item .ux-quantity input.ux-quantity__button.ux-quantity__button--plus {
    border-radius: 4px !important;
    background: #ffcc32;
    color: #333333;
}
/* Product */
.box_border .col-inner,.box_border-s {
    border-radius: 0.25rem;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
}
.single-product main#main {
    background: #f9f9fb;
}
.product-policises {
    list-style: none;
    margin: 0;
}

.product-policises li {
    margin: 0 !important;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
}

.product-policises li .thumbnail {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    min-width: 35px;
}

.product-policises .media + * {
    margin-top: 10px !important;
    border-top: 1px dashed #f1f1f1;
    padding-top: 10px;
}
.product-trustbadge {
    margin-top: 3px;
}

.product-trustbadge span.title-menu {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 10px;
    display: flex;
}

span.title-menu {
    margin: 0px 0px 10px;
    font-weight: bold;
    font-stretch: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}
.image-tools.absolute.bottom.left.z-3 {
    display: none;
}

.product-gallery-slider .woocommerce-product-gallery__image {
    border-radius: 4px;
    overflow: hidden;
}

.product-thumbnails a {
    aspect-ratio: 1/1;
    border-radius: 4px;
    overflow: hidden;
    transform: initial;
}

.product-thumbnails a img {
    height: 100%;
    margin: 0 !important;
    object-fit: cover;
    transform: initial !important;
}
.product_info h1.product-title {
    font-weight: 700;
    font-size: 20px;
}

.product_info .group-status {
    font-size: 14px;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

.product_info .group-status a {
    color: #007bff;
    font-weight: bold;
}
.default-price-wrapper {
    margin: 20px  0 10px;
}

.default-price-wrapper .custom_price {
    display: flex;
    flex-flow: column;
}

.default-price-wrapper .custom_price .sale_price {
    display: flex;
    align-items: center;
    gap: 4px;
}

.default-price-wrapper .custom_price .sale_price span.woocommerce-Price-amount.amount {
    color: #ed3324;
    font-size: 24px;
}

.default-price-wrapper .custom_price span.discount_percentage {
    margin-left: 10px;
    background: #ffc207;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}
.default-price-wrapper .custom_price span.regular_price *,.default-price-wrapper .custom_price span.regular_price {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
}

.default-price-wrapper .custom_price .regular_price .amount {
    text-decoration: line-through;
}
#ega-salebox {
    padding: 10px;
    margin-bottom: 10px;
    background: #f9f9fb;
    border-radius: 3px;
}

#ega-salebox .product-promotion__heading {
    color: #fff;
    margin-bottom: 8px;
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 3px;
}

#ega-salebox * {
    font-size: 14px;
}

#ega-salebox ul {
    margin: 0;
}
.product_info 
 button.single_add_to_cart_button {
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    background-color: #fb6e2e;
    color: #fff;
    border-radius: 5px;
}

.product_info #buy_now_button {
    display: flex;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #00a0e3;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    text-transform: inherit;
    font-weight: 500;
}

.product_info #buy_now_button span.txt-main {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.woocommerce-variation-add-to-cart, form.cart {
    gap: 10px;
}
.product_info .ux-quantity:before {
    content: "Số lượng: ";
    min-width: 115px;
    font-weight: bold;
}

.product_info .ux-quantity {
    display: flex;
    align-items: center;
}

.product_info .ux-quantity .ux-quantity__button {
    border-radius: 4px;
    background: none;
    box-shadow: none;
    height: 40px;
}

.product_info .ux-quantity  .input-text {
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    height: 40px;
}
.description_tab a:before {display: none;}
.description_tab a {
    font-size: 18px !important;
    padding-bottom: 15px;
}
.tab-description-wrapper {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tab-description-wrapper.expanded {
    max-height: none;
}

.toggle-description {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    cursor: pointer;
    font-weight: bold;
}
.toggle-description {
    background-color: #E5E6ED;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
    padding: 5px;
    border-radius: 4px;
}
.post_noibat {
    display: flex;
    flex-flow: column;
}
.post_noibat .item {
    display: flex;
    flex-flow: row;
    margin-bottom: 10px;
    border-bottom: 1px dashed #F2F2F2;
    padding-bottom: 5px;
    gap: 10px;
}
.post_noibat .item .post-thumb {
    width: 100px;
    min-width: 100px;
}
.post_noibat .item .post-thumb a {
    display: block;
    width: 100%;
    aspect-ratio: 16/11;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.title_module_main {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.post_noibat .item .title a {
    font-size: 14px;
    margin: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}
.post_noibat .item h3 {
    margin: 0;
}
.post_noibat .item .post-thumb a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.post_noibat .item p.time-post {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}
div#reviews.woocommerce-Reviews,.devvn_prod_cmt {
    min-width: 100% !important;
}
h3.container-width.product-section-title-related {
    padding: 0 !important;
    font-size: 18px !important;
}

.product-section {
    border: none !important;
}
p.stock.in-stock {
    display: none;
}
.woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    aspect-ratio: 1/1;
    transition: .5s;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover {
    border-color: #fbb72d;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img {
    transform: scale(1.2);
    transition: .5s;
}
.list_post .box .box-text {
    padding: 10px 0 10px;
}

.list_post .box .box-text .post-title {
    font-size: 16px;
    font-weight: bold;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.list_post .box .box-text .box_date {
    margin: 5px 0;
    color: #8f8f8f;
}
a.button_custome_link {
    font-weight: bold;
    color: var(--primary-color);
}
.post-sidebar aside span.widget-title {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
}

.widget .is-divider {
    display: none;
}

.post-sidebar aside span.widget-title:after,.post-sidebar aside span.widget-title:before {
    position: absolute;
    content: "";
    background-color: var(--fs-color-secondary);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.post-sidebar aside span.widget-title:after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
}

.post-sidebar aside span.widget-title:before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}
.widget_categories li a {
    font-weight: 500 !important;
}

.widget_categories li a:before {
    content: "\f105";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 14px;
}
.widget_categories li a:hover{
    color: var(--fs-color-secondary);
}
.item-populars {
    display: flex;
    flex-flow: column;
    gap: 16px;
}

.item-populars .item-popular {
    display: flex;
    gap: 10px;
}
.item-populars .item-popular .thumbnail {
    width: 100px;
    min-width: 100px;
}

.item-populars .item-popular  a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
}

.item-populars .item-popular .thumbnail img {
    aspect-ratio: 16/10;
    border-radius: 4px;
    object-fit: cover;
}

.item-populars .item-popular span.post-date {
    font-size: 14px;
    color: #ccc;
}
.home_product  .section-title.section-title-normal {align-items: center;border-bottom: 1px solid;margin-top: 30px;}

.home_product .img.banner {
    border-radius: 4px;
    overflow: hidden;
}

.home_product .section-title.section-title-normal span.section-title-main {
    padding: 0;
    font-size: 24px;
    height: 40px;
    margin: 0;
    border: none;
    line-height: 40px;
    text-transform: capitalize;
}

.home_product .section-title.section-title-normal a {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.home_product .section-title.section-title-normal a i {
    display: none;
}

.home_product .section-title.section-title-normal a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 pro';
    margin-right: 5px;
    font-size: 14px;
}
.product_list-item {
    margin-bottom: 15px;
}

.list_product {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex !important;
    gap: 10px;
}

.list_product a {
    font-size: 13px;
    height: 34px;
    padding: .5rem 1rem;
    border: 1px solid var(--fs-color-secondary);
    background: var(--fs-color-secondary);
    color: #fff;
    border-radius: 4px;
}

.list_product a:hover {
    background: var(--primary-color);
}
.home_slider .col_slider  > .col-inner {
    border-radius: 8px;
    overflow: hidden;
}
.banner-ads > div {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99;
}

.banner-ads .banner-left {
    right: calc(50% - 750px);
}
.banner-ads .banner-right {
    left: calc(50% - 750px);
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (min-width: 1023px){
    .row.home_new .col.post-item:first-child {
        grid-row: 1/4;
        grid-column: 1/2;
        position: relative;
        overflow: hidden;
    }
    
}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    header form.searchform {
        width: 100%;
        min-width: 100%;
    }
    
    li.html.custom.html_topbar_right {
        padding: 4px 0;
        width: 100%;
    }
    
    ul.nav.header-bottom-nav.nav-center.mobile-nav.nav-spacing-xsmall {
        width: 100%;
    }
    .row.home_new .col.post-item:not(:first-child) .box .box-image {
        border-radius: 10px;
        min-width: 162px;
        height: 148px;
    }
    .banner-ads {
        display: none;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .ss_footer a.ux-menu-link__link {
        font-size: 14px;
    }
    .footer_top .footer_top-wrap .form_righr > span {
        font-size: 14px;
    }
    .footer_top .footer_top-wrap {
        flex-flow: column-reverse;
        gap: 10px;
    }
    
    .footer_top .footer_top-wrap .form_righr {
        flex-flow: wrap;
        justify-content: center;
    }
    .home_list_cat > .col {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
    }
    .row.home_new {
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce-ordering, .woocommerce-ordering select {
        margin: 0;
    }
    
    .woocommerce-ordering select {
        font-size: 14px;
        border-radius: 4px;
    }
    
    .fillter {
        margin-bottom: 10px;
    }
    
    .fillter > span {
        font-size: 14px;
    }
    .product-price-cart .product_box_price .regular_price span.discount_percentage {
        font-size: 12px;
    }
    
    .product-small.box .box-text {
        padding-top: 10px;
    }
}