/*
Theme Name: Dev Panda
Description: Thiết kế website wordpress trọn gói giá rẻ. Liên Hệ: 0977 143 349
Author: Dev Panda
Author URI: https://zalo.me/0977143349
Template: flatsome
Version: 3.0
*/

.copyright-footer p {
	margin-bottom:0px
}
.button.icon.circle,
.button.icon.round {
    color: var(--fs-color-primary);
    border: 2px solid;
}

.button.icon.circle:hover,
.button.icon.round:hover {
    color: #fff;
}

.badge-square {
    width: 30px;
    height: 25px;
}

.thong_so_info ul {
    columns: 2;
}

.thong_so_info li {
    break-inside: avoid-column;
    padding: 5px;
}

span.tieu-de {
    color: red;
}

.header-bottom-nav {
    font-size: 20px;
}

span.onsale {
    color: #fff;
}

.badge-container {
    margin: 0px;
    padding: 0px;
}


.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover,
.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: #000 !important;
}

td:first-child,
th:first-child,
td:last-child,
th:last-child {
    border: 1px solid #000;
}

td span {
    padding-left: 15px;
}

a.quick-view.quick-view-added {
    background: green;
}

.thong-tin-san-pham {
    display: grid;
    width: 100%;
    background-color: #fff4de;
    border: 1px dashed #f6a623;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.product-promotions-list-title {
    margin-top: 0;
    font-size: 15px;
    color: #e52025;
}

.box-hotlines-left a {
    color: red;
}

.rte.description {
    display: flex;
}

.tab-sp-home ul {
    margin: 0 auto;
    max-width: 1300px;
}

@media (min-width: 991px) {
    .tab-sp-home ul li {
        padding: 8px;
        max-width: 11%;
        transition: background-color .3s;
        flex-basis: 11%;
        text-align: center;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .header-bottom-nav a {
        margin-right: 40px;
    }
}
/* --- TỔNG THỂ KHU VỰC TAB --- */
.tab-sp-home {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Loại bỏ đường kẻ ngang mặc định của Flatsome */
.tab-sp-home ul.nav-line-bottom {
    border-bottom: none !important;
}

/* Căn giữa và tạo khoảng cách cho danh sách Tab */
.tab-sp-home ul.nav {
    display: flex;
    justify-content: center;
    gap: 15px; /* Khoảng cách giữa các tab */
    margin-bottom: 40px;
}

/* --- THIẾT KẾ LẠI TỪNG TAB (BUTTON) --- */
.tab-sp-home ul.nav > li {
    margin: 0;
}

.tab-sp-home ul.nav > li > a {
    background-color: transparent;
    border: 1px solid rgba(212, 175, 55, 0.3) !important; /* Viền vàng mờ */
    border-radius: 50px; /* Bo tròn nút sang trọng */
    color: #888 !important; /* Chữ xám mặc định */
    padding: 10px 30px !important;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tab-sp-home ul.nav > li > a:hover {
    color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    background-color: rgba(212, 175, 55, 0.05);
    transform: translateY(-2px);
}

.tab-sp-home ul.nav > li.active > a {
    color: #111 !important;
    background: linear-gradient(135deg, #D4AF37 0%, #FBF5B7 50%, #B38728 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(212, 175, 55, 0.3);
}

/* --- RESPONSIVE CHO DI ĐỘNG --- */
@media (max-width: 549px) {
    .tab-sp-home ul.nav {
        gap: 8px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        justify-content: flex-start;
    }
    
    .tab-sp-home ul.nav > li > a {
        padding: 8px 15px !important;
        font-size: 0.75em;
    }
}
