/**
Theme Name: thinhvuongtoancau
Author: webgool
Author URI: https://webgool.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thinhvuongtoancau
Template: astra
*/
/* Khung chứa và cấu hình chung cho nút có chữ + icon */
ul.products li.product .button.agri-text-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Khoảng cách giữa chữ và icon */
    width: auto; 
    min-width: 140px; /* Đảm bảo nút đủ dài */
    height: 42px; /* Chiều cao nút */
    padding: 0 20px; /* Cách lề 2 bên để nút không bị cụt */
    border-radius: 25px; /* Bo tròn hình viên thuốc */
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/* NÚT CÓ GIÁ - Mua hàng (Màu Xanh Lá) */
ul.products li.product .button.agri-text-icon-btn.add-to-cart-btn {
    background-color: #4BBA57;
    color: #ffffff;
    border: 2px solid #4BBA57;
    box-shadow: 0 4px 6px rgba(75, 186, 87, 0.2);
}

ul.products li.product .button.agri-text-icon-btn.add-to-cart-btn:hover {
    background-color: #ffffff;
    color: #048145; /* Chữ chuyển màu xanh đậm */
    border-color: #048145;
    transform: translateY(-3px);
}

/* NÚT KHÔNG CÓ GIÁ - Xem thêm (Màu Vàng Cát/Cam) */
ul.products li.product .button.agri-text-icon-btn.read-more-btn {
    background-color: #F6C454;
    color: #111111; /* Chữ màu đen/tối để dễ đọc trên nền vàng */
    border: 2px solid #F6C454;
    box-shadow: 0 4px 6px rgba(246, 196, 84, 0.2);
}

ul.products li.product .button.agri-text-icon-btn.read-more-btn:hover {
    background-color: #ffffff;
    color: #E98B00; /* Chữ chuyển màu cam đậm */
    border-color: #E98B00;
    transform: translateY(-3px);
}

/* Đảm bảo icon đổi màu theo chữ khi di chuột vào */
ul.products li.product .button.agri-text-icon-btn:hover svg {
    stroke: currentColor; 
}

/* Căn giữa nút trong danh sách sản phẩm */
ul.products li.product .ast-loop-product__action-wrap {
    text-align: center;
    margin-top: 15px;
}
/* --- KHỐI THÔNG TIN DOANH NGHIỆP --- */
.agri-contact-block {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #ccc;
}

.agri-company-info .company-name {
    font-size: 16px;
    font-weight: bold;
    color: #048145 !important; /* Xanh lá đậm */
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Xóa dấu chấm tròn mặc định của theme Astra */
.agri-company-info ul {
    list-style-type: none !important; 
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.agri-company-info ul li {
    display: flex !important;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
}

.agri-company-info ul li svg {
    width: 18px;
    height: 18px;
    color: #4BBA57; 
    margin-right: 10px;
    flex-shrink: 0;
}

.agri-company-info ul li a {
    color: #333 !important;
    text-decoration: none !important;
    box-shadow: none !important; /* Xóa gạch chân mặc định của link */
}

/* --- KHỐI NÚT BẤM (CTA) --- */
.agri-action-buttons {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.agri-action-buttons .agri-btn-row {
    display: flex;
    gap: 10px; /* Khoảng cách giữa 2 nút Gọi và Zalo */
}

/* Định dạng chung cho tất cả các nút để không bị lỗi link */
.agri-action-buttons a {
    text-align: center;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: opacity 0.3s ease;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agri-action-buttons a:hover {
    opacity: 0.85;
}

/* Nút GỌI ĐẶT MUA (Màu đỏ) */
.agri-action-buttons .btn-call {
    flex: 1;
    background-color: #f44336 !important; 
    color: #ffffff !important;
    padding: 12px 5px !important;
    font-weight: 700;
    font-size: 14px;
}

/* Nút CHAT ZALO (Màu xanh dương) */
.agri-action-buttons .btn-zalo {
    flex: 1;
    background-color: #03a9f4 !important; 
    color: #ffffff !important;
    padding: 12px 5px !important;
    font-weight: 700;
    font-size: 14px;
}

/* Nút NHẬN BÁO GIÁ SỈ (Màu xanh đậm) */
.agri-action-buttons .btn-wholesale {
    background-color: #007020 !important; 
    color: #ffffff !important;
    padding: 14px 10px !important;
    border-radius: 8px !important;
    display: flex !important;
    flex-direction: column;
}

.agri-action-buttons .btn-wholesale .main-text {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}

.agri-action-buttons .btn-wholesale .sub-text {
    font-size: 15px;
    font-weight: 400;
    margin-top: 3px;
}
.ast-article-post .post-thumb-img-content img {
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* --- Responsive cho giao diện điện thoại --- */
@media (max-width: 768px) {
    .agri-action-buttons .btn-wholesale .main-text {
        font-size: 18px; /* Thu nhỏ chữ trên mobile để không bị tràn */
    }
}