/*
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.   ***************/
.shopee-cats {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding: 10px 0;
}
.shopee-cat-tab {
    white-space: nowrap;
    flex-shrink: 0;
}
/* Header Gradient แบบ Shopee */
#header {
    background: linear-gradient(135deg, #EE4D2D 0%, #D73211 100%) !important;
}
.header-inner {
    background: linear-gradient(135deg, #EE4D2D 0%, #D73211 100%) !important;
}

.header-inner.flex-row {
    background: linear-gradient(135deg, #EE4D2D 0%, #D73211 100%) !important;
}
#header .header-inner {
    background: transparent !important;
}

/* Logo และ Search bar */
#header .header-bg {
    background: transparent !important;
}

/* Menu text สีดำ */
#main-nav .nav > li > a {
    color: #000000 !important;
}

#main-nav .nav > li > a:hover {
    color: #EE4D2D !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
