/*
Theme Name: Phụ kiện
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  ***************/


}

span.amount {

    display: none;
}
.header-bottom {
    background-color: #7d522b !important;
}
.single-product .product-info .price {

    display: none;

}
.tag-meta-post .meta-date-capnhat {

    display: none!important;
}
.fa.fa-clock-o {
    display: none!important;

}

.single-product .product-info .large-9 {
    flex-basis: 60%;
    max-width: 100%!important;

}
.single-product .product-info .large-3 {

    display: none !important;

}
.has-equal-box-heights .box-image {
    padding-top: 100%!important;
}



.header-bottom {
    background: #7d522b; /* nâu nhẹ hơn */
}

.header-bottom-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 18px;
    transition: all 0.3s ease;
}

/* menu hover */
.header-bottom-nav > li:hover > a {
    background: #2e7d32;
    color: #fff;
    border-radius: 4px;
}

.nav-dropdown {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    min-width: 400px;
}

/* mỗi block (phòng khách, phòng ngủ...) */
.nav-dropdown > li {
    width: 100% !important;
}

/* tiêu đề */
.nav-dropdown .menu-item-has-children > a {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* item con */
.nav-dropdown li a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
.nav-dropdown > li {
    border-right: 1px solid #eee;
    padding-right: 15px;
}

.nav-dropdown > li:nth-child(2n) {
    border-right: none;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "fl-icons";
    margin-left: 5px;
}
