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

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





@font-face{
    font-family:"utm-a-s-signwriter";
    font-weight: normal;
    src:url("font/UTM-AS-Signwriter.ttf") format("woff"),
    url("font/UTM-AS-Signwriter.ttf") format("opentype"),
    url("font/UTM-AS-Signwriter.ttf") format("truetype");
}



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


}

.ban-chay-nhat-tuan .page-subheading {
     color: red !important;
    font-size: 40px !important;
    font-family: "utm-a-s-signwriter" !important;
    text-transform: none !important;
    letter-spacing: 2px;
}

h2.page-subheading {
    color: red !important;
    font-size: 40px !important;
    font-family: "utm-a-s-signwriter" !important;
    text-transform: none !important;
    letter-spacing: 2px;
}


.thoi-trang-nam .category-title .left2 {

    background: #ffffff!important;

}

.thoi-trang-nam .category-title a {
    /* color: #fff; */
    color: red !important;
    font-size: 30px !important;
    font-family: "utm-a-s-signwriter" !important;
    text-transform: none !important;
    letter-spacing: 2px;
}

.thoi-trang-nam .category-title .left3 {
 background: #ffffff!important;
}


.widget_devvn_thaison_price_filter ul li {
    margin-left: 0px !important;
}
.widget_devvn_thaison_price_filter ul li label {
    color: #222;
    font-weight: 100;
}



/* ----- SEARCH BLOCK NEW UI ----- */




/* ----------------------------- */
/* 🔍 SEARCH BLOCK (MOBILE ONLY) */
/* ----------------------------- */

/* Ẩn trên desktop */
.bkn_category_lt .search-block-bkns {
    display: none;
}

/* Chỉ hiển thị trên mobile */
@media only screen and (max-width: 768px) {
    .bkn_category_lt .search-block-bkns {
        display: block;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .bkn_category_lt .search-block-bkns .searchform {
        width: 100%;
    }

    .bkn_category_lt .search-block-bkns .flex-row {
        display: flex;
        align-items: center;
        background: #ffffff;
        border-radius: 35px;
        padding: 8px 15px;
        border: 1px solid #e5e5e5;
        box-shadow: 0 3px 10px rgba(0,0,0,0.06);
        transition: 0.25s ease;
    }

    .bkn_category_lt .search-block-bkns .flex-row:hover {
        border-color: #ff4d79;
        box-shadow: 0 4px 14px rgba(255, 77, 121, 0.15);
    }

    .bkn_category_lt .search-block-bkns .search-field {
        flex: 1;
        border: none !important;
        background: transparent;
        font-size: 16px;
        padding: 10px 12px;
        outline: none !important;
        color: #333;
        box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
        transition: color .3s, border .3s, background .3s, opacity .3s;
    }

    .bkn_category_lt .search-block-bkns .submit-button {
        background: #ff4d79 !important;
        border: none;
        padding: 10px 14px !important;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        width: 40px;
        height: 40px;
        transition: 0.25s ease;
    }

    .bkn_category_lt .search-block-bkns .submit-button:hover {
        background: #e63762 !important;
        transform: scale(1.05);
    }

    .bkn_category_lt .search-block-bkns .submit-button i {
        color: #fff;
        font-size: 18px;
    }

 

    .header-wrapper ul.mobile-nav.nav.nav-left a {
        margin-right: 10px;
        background: #ff4d79;
        color: #fff !important;
        padding: 7px 12px;
        border-radius: 8px;
        display: inline-flex !important;
        align-items: center;
        gap: 5px;
        box-shadow: 0 4px 15px rgba(255, 77, 121, 0.25);
    }

    .header-wrapper ul.mobile-nav.nav.nav-left a i {
        color: #fff !important;
    }

    .shop-page-title.category-page-title.page-title {
        display: none;
    }

}


/* -------------------- */
/* 🎌 BANNER SECTION    */
/* -------------------- */

.bkn_category_lt .banner-block {
    margin: 20px 0 30px 0;
}

.bkn_category_lt .banner-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


/* -------------------- */
/* 🏆 TITLE SECTION     */
/* -------------------- */

.bkn_category_lt .title-block {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.bkn_category_lt .block-title {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.bkn_category_lt .title-block .title-icon {
    width: 70px;
    display: block;
    margin: 0 auto 8px;
}
.bkn_category_lt h2.block-titles {
    color: red !important;
    font-size: 40px !important;
    font-family: "utm-a-s-signwriter" !important;
    text-transform: none !important;
    letter-spacing: 2px;
    text-align: center;
}


