/*
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.   ***************/
:root {
    --primary-color: #446084;
    --fs-color-primary: #446084;
    --fs-color-secondary: #d26e4b;
    --fs-color-success: #7a9c59;
    --fs-color-alert: #b20000;
    --fs-experimental-link-color: #e97d1f;
    --fs-experimental-link-color-hover: #111;
}

.tooltipster-base {
    --tooltip-color: #fff;
    --tooltip-bg-color: #000;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    --drawer-width: 300px;
}
.off-canvas .sidebar-menu {
    padding-top: 50px;
}

.header-main {
    height: 90px
}

#logo img {
    max-height: 90px
}

#logo {
    width: 200px;
}

.header-bottom {
    min-height: 55px
}

.header-top {
    min-height: 30px
}

.transparent .header-main {
    height: 90px
}

.transparent #logo img {
    max-height: 90px
}

.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 140px;
}

.header.show-on-scroll,.stuck .header-main {
    height: 70px!important
}

.stuck #logo img {
    max-height: 70px!important
}

.header-bg-color {
    background-color: rgba(2,2,2,0)
}

.header-bottom {
    background-color: #ef7c17
}

.header-main .nav > li > a {
    line-height: 16px
}

.header-bottom-nav > li > a {
    line-height: 16px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: #ffffff;
}

.nav .nav-dropdown {
    border-color: #ffffff
}

.nav-dropdown {
    border-radius: 15px
}

.nav-dropdown {
    font-size: 98%
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-bottom-color: #ddb16e;
}

.nav .nav-dropdown {
    background-color: #ddb16e
}

body {
    color: #0a0a0a
}

h1,h2,h3,h4,h5,h6,.heading-font {
    color: #e97d1f;
}

body {
    font-size: 100%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: "Roboto Serif", sans-serif;
}

body {
    font-weight: 400;
    font-style: normal;
}

.nav > li > a {
    font-family: "Roboto Serif", sans-serif;
}

.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: "Roboto Serif", sans-serif;
}

.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Roboto Serif", sans-serif;
}

h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {
    font-weight: 700;
    font-style: normal;
}

.alt-font {
    font-family: "Dancing Script", sans-serif;
}

.alt-font {
    font-weight: 400!important;
    font-style: normal!important;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #ffffff;
}

.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color: #ffffff;
}

.nav-vertical-fly-out > li + li {
    border-top-width: 1px;
    border-top-style: solid;
}

/* Custom CSS */
/* Container của nút, để căn giữa trên trang */
.gifcode-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    position: relative;
    /* Giữ lại position để container không bị lạ */
    /* Không cần `z-index` */
}

/* Style cho nút "GIFCODE" */
#gifcode-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #e08509;
    border-radius: 999px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    line-height: 60px;
    position: -webkit-sticky;
    /* Dính cho cả trình duyệt Webkit (Chrome, Safari) */
    position: sticky;
    /* Dính cho các trình duyệt khác */
    top: 80px;
    /* Khoảng cách từ trên, thay đổi giá trị này theo chiều cao của header */
    /* Không cần `z-index` */
    pointer-events: auto;
    padding: 0 20px;
    /* Box Shadow để tạo hiệu ứng nổi bật */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

/* Hiệu ứng hover (di chuột vào nút) */
#gifcode-btn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

/* Style cho thông báo */
.gifcode-msg {
    text-align: center;
    margin-top: 15px;
    color: #ffd700;
    font-size: 15px;
    position: relative;
    /* Giữ lại position để thông báo không bị lệch */
    /* Không cần `z-index` */
}

#header {
    z-index: 10000;
}

.header-main {
    background-color: #000;
}

.label-new.menu-item > a:after {
    content: "Mới";
}

.label-hot.menu-item > a:after {
    content: "Nổi bật";
}

.label-sale.menu-item > a:after {
    content: "Giảm giá";
}

.label-popular.menu-item > a:after {
    content: "Phổ biến";
}

.footer-wrapper {
	background: url(assets/img/footer-bg.webp) center top no-repeat;
	background-size: cover;
}
.footer-1, .footer-2 {
	background-color: transparent !important;
}
.footer-2 .widget-title {
	font-weight: 700;
	color: #e97d1f;
}
.footer-2 .custom-html-widget li a {
	color: #e97d1f;
}

.aboutbox {
	padding: 0;
}
.aboutbox .is-border {
	box-shadow: 0 0 30px #ef7c17;
}

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


}