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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.top-bar {
           
            color: white;
               padding: 2px 20px;
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: bold;
        }

        .nav-item {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: white;
            padding: 0 15px;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            transition: opacity 0.2s;
        }

        .nav-item:last-child {
            border-right: none;
        }

        .nav-item:hover {
            opacity: 0.8;
        }

        .nav-item i {
            margin-right: 8px;
            font-size: 18px;
        }

       
        .promo-icon {
            width: 20px;
            height: 20px;
            margin-right: 8px;
        }

        .logo-text {
            font-size: 18px;
            margin-right: 15px;
        }

.search-form {
    max-width: 500px; /* Giới hạn độ rộng */
    margin: 0 auto;
}

/* Tùy chỉnh ô nhập liệu (Input field) */
.header-search-form input[type="search"] {
    border-radius: 30px 0px 0px 30px!important; 
    border: 2px solid #ddd !important;
    padding-left: 20px !important;
    height: 40px !important;
    transition: all 0.3s ease;
}

/* Hiệu ứng khi nhấn vào ô tìm kiếm */
.header-search-form input[type="search"]:focus {
    border-color: #d0011b !important; 
    box-shadow: 0 0 8px rgba(0, 99, 51, 0.2);
}

/* Tùy chỉnh nút tìm kiếm (Button) */
.header-search-form button[type="submit"] {
    border-radius: 0 30px 30px 0 !important;
    background-color: #990202 !important;
    color: #fff !important;
    padding: 0 20px !important;
    right: 0;
    height: 40px !important;
}

/* Thay đổi màu icon tìm kiếm */
.header-search-form .icon-search {
    color: #ffffff !important;
}


.flex-col.hide-for-medium.flex-left.flex-grow {
   position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 40%;
}

.runtop {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    background: #ffc736 !important;
}

a.header-cart-link.icon.primary.button.round.is-small {
    background: #990202 !important;
}

/* Onsale */
.elementor-element-4dd8015 .product .onsale{
    font-weight:500;
    font-size:12px;
    background-color:#208c11;
    border-top-right-radius:0%;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
    border-top-left-radius:47%;
}



/* Thumbnail Image */
.elementor-element-d886135 .product .attachment-woocommerce_thumbnail{
    height:162px !important;
}

/* Thumbnail Image */
.elementor-element-4dd8015 .product .attachment-woocommerce_thumbnail{
    height:162px !important;
}

/* Button */
.elementor-element-4dd8015 .product .wp-element-button{
    transform:translatex(0px) translatey(0px);
    font-size:13px !important;
}

/* Button */
.elementor-element-d886135 .product .wp-element-button{
    font-size:13px !important;
}

/* Thumbnail Image */
.elementor-hidden-tablet a img{
    position:relative;
    top:2px;
    padding-top:5px;
}

/* Widget container */
.elementor-element-3e143b4 .elementor-widget-search-form .elementor-widget-container{
    padding-top:7px;
}

/* Top bar */
.top-bar-nav .html_topbar_left .top-bar{
    font-size: 13px;
    font-weight: normal;
    white-space: normal;
}

.top-bar a:hover {
    color: #ffc736;
}

/*menu con*/

ul.sub-menu.nav-dropdown.nav-dropdown-simple a {
    color: #000000;
}
ul.sub-menu.nav-dropdown.nav-dropdown-simple {
    padding: 0;
}

ul.sub-menu.nav-dropdown.nav-dropdown-simple li:hover {
    background: #eae9e8;
}

.sidebar-menu.no-scrollbar {
    background: #ffffff;
}

.nav-sidebar ul.children li a {
        font-size: 14px;
        color: #000000;
    }


/*menu con*/




.bvm_bn {
      margin: 0px !important;
}

.bvm_bn .box-image {
    float: left;
}


.bvm_bn .box-text.text-center {
    float: left;
    width: 70%;
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    text-align: justify;
    font-weight: normal !important;
}

.bvm_bn .col.post-item {
    padding: 5px;
}

.tnb {
  display: inline-block;
    background-color: #00923f;
    color: white;
    padding: 8px 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-right: 30px;
    /* display: ruby-text; */
    width: 200px;
}


.tnb::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid #00923f;
}

.page-wrapper {
    padding-top: 0px !important;
}


.ttng {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #d0011b; 
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-bottom: 30px;
}

.ttng::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #00923f;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}


.product-small.box {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s;
}


.product-small.box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.product-small .box-text {
    padding: 15px;
    text-align: left;
}


.product-small .title-wrapper {
    min-height: 45px; 
}

.product-small .name {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}


.product-small .price {
    font-weight: bold;
    color: #2e7d32; 
}


.add-to-cart-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.badge-inner.on-sale {
    background-color: transparent;
    color: #666;
    font-weight: normal;
    font-size: 0.9em;
}

/*hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh*/

.product-small .add-to-cart-grid, 
.product-small .add-to-cart-button {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    right: 10px !important;
    bottom: 12px !important; 
    z-index: 99 !important;
}


.product-small .add-to-cart-grid a, 
.product-small .add-to-cart-button a {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #2e7d32 !important; 
    border-radius: 4px !important;
    background-color: transparent !important;
}


.product-small .add-to-cart-grid a::before, 
.product-small .add-to-cart-button a::before {
    content: "\e908" !important; 
    font-family: 'fl-icons' !important; 
    font-size: 16px !important;
    color: #2e7d32 !important; 
}


.product-small .box-text {
    padding-right: 45px !important;
    position: relative !important;
}

/*jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj*/
.add-to-cart-button {
    position: relative;
}

/* Tạo chữ */



.add-to-cart-button::after {
content: "Thêm vào giỏ hàng";
    position: absolute;
    bottom: 35px;
    white-space: nowrap;
    right: 10px;
   background: #333;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    opacity: 0;
   transition: .5s;
}



/* Hover thì hiện */
.add-to-cart-button:hover::after {
    opacity: 1;
}


a.added_to_cart.wc-forward {
    display: none !important;
}


span.woocommerce-Price-amount.amount {
    color: #e53935;
}

p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7 {
    font-weight: bold;
    color: #2e7d32;
    font-size: 12px;
    text-transform: none;
}


/*--------------------------------------------------*/

.bl_home .col-inner {
    background: #ffffff;
    border-radius: 8px; 
    overflow: hidden;
    transition: all 0.3s ease; 
    border: 1px solid #eee; 
    height: 100%;
}


.bl_home .col-inner:hover {
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.1); 
    border-color: #00923f; 
}

/* Tùy chỉnh hình ảnh đại diện */
.bl_home .box-image {
    padding: 0;
    overflow: hidden;
}

.bl_home .box-image img {
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 200px; 
    width: 100%;
}

.bl_home .col-inner:hover .box-image img {
    transform: scale(1.1); 
}


.bl_home .box-text {
    padding: 15px;
    text-align: left; 
}

/* Tiêu đề bài viết */
.bl_home .post-title {
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    height: 45px; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.bl_home .post-title a {
    color: #333;
}

.bl_home .post-title a:hover {
    color: #990202; 
}

/* Đoạn mô tả ngắn (Excerpt) */
.bl_home .is-divider {
    display: none; 
}

.bl_home .from_the_blog_excerpt {
    font-size: 0.9em;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}



/*---------------*/
.td_ft {
font-size: 18px !important;
    font-weight: 700;
    color: #fafafa !important;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    position: relative;
    display: block;
    border-bottom: 2px solid #eee;
    border-left: none !important;
}


.td_ft::after {
    content: "";
    position: absolute;
    bottom: -2px; 
    left: 0;
    width: 60px; 
    height: 2px;
    background-color: #ffd700; 
}




/*jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj*/

.footer-info {
  background: #990202;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.footer-info p {
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.footer-info i {
  margin-right: 10px;
  color: #ffd700; /* vàng nổi bật */
  font-size: 16px;
  min-width: 20px;
}

.footer-info strong {
  color: #fff;
  margin-right: 5px;
}

.footer-info .sub {
  display: block;
  margin-left: 28px;
  font-size: 13px;
  color: #f5c6c6; /* màu nhẹ hơn */
}

.footer-contact {
  background: #990202;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.footer-contact p {
  margin: 8px 0;
  align-items: center;
}

.footer-contact i {
  margin-right: 10px;
  color: #ffd700; /* vàng nổi bật */
  font-size: 16px;
  min-width: 20px;
}

.footer-contact strong {
  margin-right: 5px;
}

.footer-contact .sub {
  display: block;
  margin-left: 28px;
  font-size: 13px;
  color: #f5c6c6;
}


/*ggggggggggggg*/
.footer-mission {
  color: #fff;
  padding: 15px 20px;
  margin-top: 15px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  background: rgba(255, 255, 255, 0.05); /* lớp mờ nhẹ */
}

/* Thanh trang trí bên trái */
.footer-mission:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 4px;
  background: #ffd700; /* vàng nổi */
  border-radius: 2px;
}

/* Hover nhẹ */
.footer-mission:hover {
  border-color: #ffd700;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s;
}


.absolute-footer.dark.medium-text-center.small-text-center {
    background: #660000 !important;
    padding: 0;
}

.copyright-footer {
    position: relative;
    transform: translate(0, 50%);
}

/*kkkkkkkkkkkkkkkkkkkkkkkkkkkkk*/
.about-box {
  background: #fff;
  color: #333;
  padding: 20px 25px;
  border-radius: 12px;
  line-height: 1.8;
  font-size: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  position: relative;
}

/* Viền trang trí nhẹ */
.about-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #00923f; /* màu thương hiệu */
  border-radius: 12px 0 0 12px;
}

/* Khoảng cách đoạn */
.about-box p {
  margin-bottom: 12px;
}

/* Hover nhẹ */
.about-box:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
}

.post-sidebar.large-3.col {
    padding: 0px 10px;
}

.large-3.col.hide-for-medium {
    padding: 0px 10px;
}

.large-9.col {
    background: #ffffff;
}

aside#woocommerce_products-10 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
     background: #ffffff;
    padding: 10px;
    border-radius: 5px;

}
aside#woocommerce_products-11 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 
    padding: 10px;
    border-radius: 5px;
        background: #ffffff;
}


aside#recent-posts-12 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
     background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

aside#recent-posts-13 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
 
    padding: 10px;
    border-radius: 5px;
        background: #ffffff;
}

span.widget-title {
    color: #000000;
    font-size: 16px;
}

h5.post-title.is-large a {
    color: #000000;
}

p.from_the_blog_excerpt {
    color: #666;
}

.is-divider {
    background: #2e7d32;
}

.large-12.text-center.col {
    margin-top: 30px;
}

.entry-header-text.entry-header-text-top.text-left {
    margin-top: 30px;
        padding-bottom: 0px;
}

aside#custom_html-16 {
    padding-top: 30px;
}

h1.entry-title {
    color: #000000;
}



/*...................................*/

/* Onsale */
.elementor-element-4dd8015 .product .onsale{
    font-weight:500;
    font-size:12px;
    background-color:#208c11;
    border-top-right-radius:0%;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
    border-top-left-radius:47%;
}

/* Onsale */
.elementor-element-4dd8015 .elementor-container .elementor-row .elementor-inner-column .elementor-column-wrap .elementor-widget-wrap .elementor-widget-woocommerce-products .elementor-widget-container .woocommerce .products .product .woocommerce-LoopProduct-link .onsale{
    padding-left:3px !important;
    padding-right:3px !important;
}

/* Thumbnail Image */
.elementor-element-d886135 .product .attachment-woocommerce_thumbnail{
    height:162px !important;
}

/* Thumbnail Image */
.elementor-element-4dd8015 .product .attachment-woocommerce_thumbnail{
    height:162px !important;
}

/* Button */
.elementor-element-4dd8015 .product .wp-element-button{
    transform:translatex(0px) translatey(0px);
    font-size:13px !important;
}

/* Button */
.elementor-element-d886135 .product .wp-element-button{
    font-size:13px !important;
}

/* Thumbnail Image */
.elementor-hidden-tablet a img{
    position:relative;
    top:2px;
    padding-top:5px;
}

/* Widget container */
.elementor-element-3e143b4 .elementor-widget-search-form .elementor-widget-container{
    padding-top:7px;
}

/* Page title inner */
#wrapper .page-title .page-title-inner{
    background-color:#ffffff;
    padding-bottom:2px;
    margin-bottom:20px;
    margin-top:2px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

/* Navigation */
.page-title div nav{
    color:#020202;
    font-weight:500;
    text-transform:uppercase;
    font-size:12px;
}

/* Link */
.page-title .woocommerce-breadcrumb a{
    color:#990202;
    font-weight:600;
    font-size:14px;
}

/* Paragraph */
.page-title .flex-col p{
    color:#020202;
    font-size:14px;
}

/* Select */
.page-title .flex-col select{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

/* Select */
#wrapper .page-title .page-title-inner .flex-col .woocommerce-ordering select{
    background-color:#ffffff !important;
}

/* Main */
#main{
    
}

/* 850px and larger screen sizes */
@media (min-width:850px){

    /* Select */
    .page-title .flex-col select{
        font-size:14px;
    }
    
}
/*...................................*/
span.widget-title.shop-sidebar {
    font-size: 16px;
    color: #000000;
}

.is-divider.small {
    background: #00923f;
}


span.product-title {
    color: #000000;
    font-size: 16px;
}

aside#recent-posts-12 ul a {
    color: #000000;
}

aside#recent-posts-12 ul a {
    position: relative;
    padding-left: 15px; /* tạo khoảng trống cho mũi tên */
}

aside#recent-posts-12 ul a::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #00923f;
    font-size: 16px;
    padding-right: 12px;
    position: relative;
}

aside#recent-posts-12 ul a {
    position: relative;
    padding-left: 18px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}


/* Hover */
aside#recent-posts-12 ul a:hover {
    color: #00923f;
}





aside#recent-posts-13 ul a {
    color: #000000;
}

aside#recent-posts-13 ul a {
    position: relative;
    padding-left: 15px; /* tạo khoảng trống cho mũi tên */
}

aside#recent-posts-13 ul a::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #00923f;
    font-size: 16px;
    padding-right: 12px;
    position: relative;
}

aside#recent-posts-13 ul a {
    position: relative;
    padding-left: 18px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}


/* Hover */
aside#recent-posts-13 ul a:hover {
    color: #00923f;
}









.woocommerce-pagination {
    text-align: center;
    margin-top: 30px;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex;
    gap: 6px;
    padding: 0;
}

.woocommerce-pagination ul.page-numbers li {
    list-style: none;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: block;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    font-size: 14px;
    transition: all 0.25s ease;
}

/* Hover */
.woocommerce-pagination ul.page-numbers li a:hover {
    background: #00923f;
    color: #fff;
    border-color: #00923f;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,146,63,0.25);
}

/* Trang hiện tại */
.woocommerce-pagination ul.page-numbers li .current {
    background: linear-gradient(135deg, #00923f, #00b050);
    color: #fff;
    border: none;
    font-weight: bold;
    box-shadow: 0 6px 14px rgba(0,146,63,0.3);
}

/* Prev / Next */
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
    font-weight: bold;
    padding: 0 14px;
}




.contact-fixed {
    display: flex;
    gap: 10px;
}

/* Style chung */
.contact-fixed a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Hotline (xanh lá) */
.hotline-btn {
    background: #00923f;
}

.hotline-btn:hover {
    background: #43a047;
}

/* Facebook (xanh dương) */
.fbchat-btn {
    background: #1877f2;
}

.fbchat-btn:hover {
    background: #166fe5;
}

/* Icon */
.contact-fixed a i {
    font-size: 14px;
}


.product-info-box {
    background: #fff;
    border: 1px solid #eee;
    border-left: 4px solid #00923f;
    padding: 15px 18px;
    border-radius: 6px;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product-info-box p {
    margin: 6px 0;
    font-size: 14px;
    color: #333;
}

.product-info-box strong {
    color: #00923f;
}

.product-info-box .highlight {
    font-weight: 600;
}

.product-info-box .free-ship {
    color: #e53935;
}

/*ẩn mô tả sản phẩm*/
.single-product .product-short-description {
    display: none !important;
}


/*nút mua hàng*/
/* Khung tổng */
.single-product form.cart {
    display: flex;
    align-items: center;
    gap: 12px;
        margin-top: 20px;
}

/* Ô số lượng */
.quantity {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

/* Nút - + */
.quantity .minus,
.quantity .plus {
    width: 38px;
    height: 42px;
    border: none;
    background: #f5f5f5;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.quantity .minus:hover,
.quantity .plus:hover {
    background: #ff7a00;
    color: #fff;
}

/* Ô nhập số */
.quantity input.qty {
    width: 55px;
    height: 42px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  color: #000000;
}

/* Nút thêm vào giỏ */
.single_add_to_cart_button {
    background: #ff7a00;
    color: #fff;
    height: 42px;
    padding: 0 28px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(255, 122, 0, 0.3);
}

/* Hover xịn */
.single_add_to_cart_button:hover {
    background: #e66a00;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 122, 0, 0.4);
}

/* Khi bấm */
.single_add_to_cart_button:active {
    transform: scale(0.96);
    box-shadow: 0 3px 8px rgba(255, 122, 0, 0.3);
}

button.single_add_to_cart_button.button.alt {
    background: #ff7a00 !important;
}

h1.product-title.product_title.entry-title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    font-size: 12px !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.cart-price .woocommerce-Price-amount bdi{
    color:#ffffff;
    
}

.info-list {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item {
    background: #fff;
 
    border-radius: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #2e7d32; 
    font-size: 32px;
    flex-shrink: 0;
}


.icon-bg-blue {
    color: #2e7d32;
    border-radius: 8px;
    font-size: 30px;
    width: 50px;
    height: 50px;
}

/* CSS cho icon hỗ trợ có số 24 */
.icon-stack {
    position: relative;
    display: inline-block;
}



/* Nội dung chữ */
.text-box h3 {
font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.text-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    padding: 0;
    margin: 2px;
}

.hotline {
    font-weight: 600;
    color: #333;
}

/*0000000000000000000000000000000000000000000000*/


.cart-popup-inner.inner-padding.cart-popup-inner--sticky {
    background: #ffffff;
    padding: 20px !important;
}

li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #010101;
}

[data-icon-label]:after {
    background: #00923f;
}
span.header-account-title {
    color: #000000;
}

.ux-mini-cart-qty .quantity .woocommerce-Price-amount {
    color: #e53935;
    font-size: 15px;
}

.ux-mini-cart-qty .quantity {
 opacity: 1 !important;
}



a.button.wc-forward {
    background-color: #00923f; 
    color: #ffffff;            
    border-radius: 4px;      
    padding: 10px 20px;     
    font-weight: bold;        
    text-transform: uppercase; 
    transition: all 0.3s ease; 
}

/* Hiệu ứng khi di chuột vào (Hover) */
a.button.wc-forward:hover {
    background-color: #45a049;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


a.button.checkout.wc-forward {
    background-color: #ff7a00; 
    color: #ffffff;
    border-radius: 4px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    border: none;
}


.cart_totals {
    background: #ffffff;
    padding: 20px;
}


.col.large-7.pb-0 {
    background: #ffffff;
    padding: 20px;
}
.shop_table td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}



td.product-remove a.remove {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 18px !important;
    color: #00923f !important;
    border: 1px solid #00923f;
    border-radius: 50%;
    transition: all 0.3s;
}
td.product-remove a.remove:hover {
    color: #fff !important;
    background-color: #e21a1a !important;
    border-color: #e21a1a !important;
}


td.product-name a {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 1.4;
}
td.product-name a:hover {
    color: #008a3d !important;
}

td.product-price .amount {
    color: #777;
    font-weight: normal;
}

td.product-subtotal .amount {
    color: #e53935 !important;
    font-weight: 700 !important;
    font-size: 16px;
}


.ux-quantity.buttons_added {
    display: flex !important;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 20px; 
    overflow: hidden;
    width: fit-content;
    background: #fff;
}

/* Nút cộng trừ */
.ux-quantity input[type="button"] {
    background-color: transparent !important;
    color: #333 !important;
    border: none !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    font-weight: bold;
    cursor: pointer;
    height: 35px !important;
    min-width: 30px;
}

.ux-quantity input[type="button"]:hover {
    background-color: #f7f7f7 !important;
}


.ux-quantity input.qty {
    border: none !important;
    width: 40px !important;
    height: 35px !important;
    padding: 0 !important;
    font-weight: bold !important;
    background: transparent !important;
    box-shadow: none !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
}


.ux-quantity input::-webkit-outer-spin-button,
.ux-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a.button-continue-shopping.button.primary.is-outline {
    background: #5b67ff;
    color: #ffffff;
    border: none;
    padding: 5px 20px;
    border-radius: 4px;
}

button.button.primary.mt-0.pull-left.small {
    color: #ffffff;
    border: none;
    padding: 4px 20px;
    border-radius: 4px;
}


.col-inner.has-border {
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}

table.shop_table.woocommerce-checkout-review-order-table {
    background: #ffffff !important;
}



td.product-name {
    padding: 0px !important;
}

td.product-total {
    padding: 10px !important;
}

.payment_box.payment_method_bacs p {
    color: #000000;
}






.payment_box.payment_method_bacs p {
    color: #000000;
    padding: 15px;
}
li.wc_payment_method.payment_method_bacs {background: #2e7d32;border-radius: 5px;}

li.wc_payment_method.payment_method_bacs label {
    color: #ffffff;
}



li.wc_payment_method.payment_method_cod {
    background: #2e7d32;
}


li.wc_payment_method.payment_method_cod {}


li.wc_payment_method.payment_method_cod label {
    color: #ffffff;
}


ul.wc_payment_methods.payment_methods.methods {
    background: none !important;
}

button#place_order {
  
    display: inline-block;
    padding: 15px 35px;
    width: 100%; 
    
  
    background-color: #ff7a00; 
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    
    border: none;
    border-radius: 8px;
    cursor: pointer;
    
 
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(255 122 0 / 54%);
}


button#place_order:hover {
    background-color: #ff7a01;
   
    transform: translateY(-2px);
}

button#place_order:active {
    transform: translateY(0);
   
}

button#place_order:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    box-shadow: none;
}


/* Tổng thể khung thông tin */
.woocommerce-billing-fields, 
.woocommerce-shipping-fields, 
.woocommerce-additional-fields {
    background: #fdfdfd;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 25px;
}

/* Tiêu đề H3 */
.woocommerce-checkout h3 {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 4px solid #00923f; /* Tạo điểm nhấn ở lề trái */
    padding-left: 15px;
}

/* Căn chỉnh các hàng (Row) */
.form-row {
    margin-bottom: 15px;
    display: block;
}

/* Chia 2 cột cho Họ và Tên trên Desktop */
@media (min-flex: 768px) {
    .form-row-first, .form-row-last {
        width: 48%;
        float: left;
    }
    .form-row-last {
        float: right;
    }
    .clear { clear: both; }
}

/* Style cho Nhãn (Label) */
.woocommerce-checkout label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
}

.required {
    color: red;
    text-decoration: none;
}

/* Style cho Ô nhập liệu (Input, Select, Textarea) */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Quan trọng để không bị tràn khung */
}

/* Hiệu ứng khi click vào ô nhập liệu */
.woocommerce-checkout input:focus, 
.woocommerce-checkout textarea:focus {
    border-color: #00923f;
    outline: none;
    box-shadow: 0 0 8px rgba(255, 71, 87, 0.1);
}

/* Ghi chú đơn hàng (Textarea) */
textarea#order_comments {
    height: 100px;
    resize: vertical;
}

/* Checkbox "Giao hàng đến địa chỉ khác" */
#ship-to-different-address {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}

#ship-to-different-address input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
}







/*2222*/
/* 1. Tổng thể khu vực chi tiết đơn hàng */
.woocommerce-order-details {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-top: 20px;
}

/* 2. Tiêu đề "Chi tiết đơn hàng" */
h2.woocommerce-order-details__title {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #333;
    border-bottom: 2px solid #008a3d; /* Màu xanh thương hiệu */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* 3. Tùy chỉnh bảng (Table) */
table.woocommerce-table--order-details {
    border-collapse: collapse;
    width: 100%;
    border: none !important;
}

table.woocommerce-table--order-details thead th {
    background: #f8f8f8;
    padding: 12px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 0.9em;
}

table.woocommerce-table--order-details tbody tr td {
    padding: 15px 12px;
    border-bottom: 1px solid #f1f1f1;
}

/* Làm nổi bật tên sản phẩm */
td.product-name a {
    color: #008a3d !important;
    font-weight: 600;
}

td.product-name strong.product-quantity {
    color: #777;
    font-weight: normal;
    margin-left: 5px;
}

/* 4. Tùy chỉnh phần chân bảng (Footer - Tổng tiền) */
table.woocommerce-table--order-details tfoot tr th {
    text-align: left;
    font-weight: normal;
    color: #666;
    padding: 10px 12px;
    border-top: 1px solid #eee;
}

table.woocommerce-table--order-details tfoot tr td {
    text-align: right;
    padding: 10px 12px;
    border-top: 1px solid #eee;
}

/* 5. Làm nổi bật dòng TỔNG CỘNG cuối cùng */
table.woocommerce-table--order-details tfoot tr:last-child th,
table.woocommerce-table--order-details tfoot tr:last-child td {
    background: #fffdf9; /* Nền vàng nhạt nhẹ */
}

table.woocommerce-table--order-details tfoot tr:last-child th {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
}

table.woocommerce-table--order-details tfoot tr:last-child td .amount {
    color: #d2691e; /* Màu nâu đỏ nổi bật */
    font-weight: 800;
    font-size: 1.3em;
}

/* 6. Dòng chữ phương thức thanh toán phía trên bảng */
.woocommerce-order-details + p, 
section.woocommerce-order-details > p:first-child {
    font-style: italic;
    color: #555;
    background: #e7f4ec;
    padding: 10px 15px;
    border-left: 4px solid #008a3d;
    margin-bottom: 20px;
}

/*cảm ơn*/
/* 1. Khối thông báo thành công chính */
p.woocommerce-thankyou-order-received {
    background-color: #edfaf0; /* Nền xanh lá cực nhẹ */
    color: #2e7d32 !important; /* Chữ xanh đậm */
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #008a3d; /* Thanh nhấn bên trái */
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 30px;
}

p.woocommerce-thankyou-order-received strong {
    display: block;
    margin-top: 5px;
}

/* 2. Danh sách chi tiết đơn hàng (Mã đơn, Ngày, Tổng cộng...) */
ul.woocommerce-order-overview.order_details {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    background: #fdfdfd;
    border: 1px dashed #ddd; /* Đường viền nét đứt kiểu hóa đơn */
    border-radius: 10px;
}

ul.woocommerce-order-overview.order_details li {
    flex: 1;
    min-width: 150px; /* Đảm bảo trên mobile sẽ rớt dòng đẹp */
    padding: 20px;
    margin: 0;
    border-right: 1px solid #eee;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #777;
    line-height: 1.6;
    text-align: center;
}

/* Xóa viền dọc của cột cuối cùng */
ul.woocommerce-order-overview.order_details li:last-child {
    border-right: none;
}

/* Kiểu dáng cho các giá trị (nằm trong thẻ strong) */
ul.woocommerce-order-overview.order_details li strong {
    display: block;
    font-size: 1.25em;
    color: #333;
    font-weight: bold;
    margin-top: 5px;
    text-transform: none; /* Trả lời về kiểu chữ thường */
}

/* Làm nổi bật số tiền tổng cộng */
ul.woocommerce-order-overview.order_details li.total strong {
    color: #d2691e; /* Màu nâu đỏ nổi bật */
}

/* Căn chỉnh cho Mobile */
@media (max-width: 600px) {
    ul.woocommerce-order-overview.order_details {
        display: block; /* Chuyển sang dạng danh sách dọc trên điện thoại */
    }
    ul.woocommerce-order-overview.order_details li {
        border-right: none;
        border-bottom: 1px solid #eee;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    ul.woocommerce-order-overview.order_details li strong {
        margin-top: 0;
    }
}


/*địa chỉ nhỏ*/
/* 1. Tiêu đề mục địa chỉ */
h2.woocommerce-column__title {
    font-size: 1.1em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #008a3d;
    display: inline-block;
}

/* 2. Khối bao quanh địa chỉ */
address {
    font-style: normal;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 10px;
    line-height: 1.8;
    color: #555;
    min-height: 160px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

/* 3. Tùy chỉnh Phone và Email với Font Awesome 5 */
p.woocommerce-customer-details--phone,
p.woocommerce-customer-details--email {
    margin: 10px 0 0 0 !important;
    padding-left: 28px !important;
    position: relative;
}

p.woocommerce-customer-details--phone::before,
p.woocommerce-customer-details--email::before {
    font-family: "Font Awesome 5 Free"; /* Đổi về bản 5 */
    font-weight: 900; /* Bắt buộc để hiện icon Solid */
    position: absolute;
    left: 0;
    color: #008a3d;
    font-size: 14px;
}

/* Icon Điện thoại (FA5) */
p.woocommerce-customer-details--phone::before {
    content: "\f095"; 
}

/* Icon Email (FA5) */
p.woocommerce-customer-details--email::before {
    content: "\f0e0";
}

/* 4. Icon Chứng nhận (fa-certificate) nếu bạn muốn dùng trang trí */
.fa-certificate::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a3";
}

/* 5. Chia 2 cột trên máy tính */
.woocommerce-customer-details {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.woocommerce-column {
    flex: 1;
}

/* Tối ưu cho Mobile */
@media (max-width: 600px) {
    .woocommerce-customer-details {
        display: block;
    }
    .woocommerce-column {
        margin-bottom: 20px;
    }
}

/* 1. Khung bao quanh toàn bộ phần chuyển khoản */
.woocommerce-bacs-bank-details {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
        margin-top: 30px;
}

/* Hiệu ứng thanh màu trang trí phía trên */
.woocommerce-bacs-bank-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #008a3d, #d2691e); /* Phối màu xanh và nâu đỏ */
}

/* 2. Tiêu đề chính */
h2.wc-bacs-bank-details-heading {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

/* 3. Tên công ty (Chủ tài khoản) */
h3.wc-bacs-bank-details-account-name {
    font-size: 1.1em;
    color: #008a3d;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

/* 4. Tùy chỉnh danh sách số tài khoản (ul) */
ul.wc-bacs-bank-details.order_details.bacs_details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.wc-bacs-bank-details.order_details.bacs_details li {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    float: none !important; /* Gỡ bỏ float mặc định của Flatsome */
    width: 100% !important;
}

/* 5. Tùy chỉnh nhãn và số liệu */
ul.wc-bacs-bank-details.order_details.bacs_details li strong {
    font-size: 1.1em;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Icon Font Awesome 5 trang trí cho STK và Ngân hàng */
ul.wc-bacs-bank-details.order_details.bacs_details li.bank_name::before {
    content: "\f19c"; /* Icon bank */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #d2691e;
}

ul.wc-bacs-bank-details.order_details.bacs_details li.account_number::before {
    content: "\f09d"; /* Icon credit card */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #d2691e;
}

/* 6. Làm nổi bật riêng số tài khoản để dễ nhìn */
li.account_number strong {
    color: #d2691e !important;
    font-size: 1.3em !important;
    font-family: monospace; /* Kiểu chữ số dễ đọc */
}

/* Responsive cho điện thoại */
@media (max-width: 600px) {
    ul.wc-bacs-bank-details.order_details.bacs_details li {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}


/*jjjjjjjjjjjjjjjjjjjj*/
/* Mobile */
@media (max-width: 768px) {

div#top-bar {
    display: none;
}

.large-12.col {
    padding: 0;
}



/*menumobile*/

/* Khung menu mobile */
.mfp-content,
.off-canvas,
.nav-sidebar {
        border-radius: 12px 12px 0 0;
}


.nav-sidebar li a {
        justify-content: space-between;
        align-items: center;
        padding: 14px 18px;
        font-size: 12px;
        color: #333;
        border-bottom: 1px solid #f1f1f1;
        transition: all 0.25s ease;
}


.nav-sidebar .toggle {
    font-size: 14px;
    color: #999;
    transition: transform 0.3s ease;
}

/* Khi mở menu con */
.nav-sidebar li.active > a .toggle {
    transform: rotate(180deg);
    color: #d0011b;
}

.nav-sidebar ul.children {
    background: #fafafa;
}

.nav-sidebar ul.children li a {
    padding-left: 30px;
    font-size: 14px;
    color: #666;
}

.off-canvas {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.off-canvas .nav-title {
    font-weight: bold;
    padding: 15px 18px;
    border-bottom: 1px solid #eee;
}

/*menumobile*/



li.html.custom.html_topbar_right {
    background: #990202;
}






 }

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) { }

/* Desktop */
@media (min-width: 1024px) { }
