/*
Theme Name: Flatsome Child - QQ88
Theme URI: https://kusite.top/
Description: Child theme restoring QQ88 kusite.top UI styles.
Author: Kusite Restore
Template: flatsome
Version: 1.0.2
Text Domain: flatsome-child
*/

:root {
	--primary-color: #446084;
	--fs-color-primary: #446084;
	--fs-color-secondary: #d26e4b;
	--fs-color-success: #7a9c59;
	--fs-color-alert: #b20000;
	--fs-experimental-link-color: #f69503;
	--fs-experimental-link-color-hover: #ec0303;
}

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

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
	--drawer-width: 300px;
}

html {
	background-image: url("https://kusite.top/wp-content/uploads/2025/05/background-5.webp");
	background-color: #000 !important;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
	max-width: 1170px;
}

.row.row-collapse {
	max-width: 1140px;
}

.row.row-small {
	max-width: 1162.5px;
}

.row.row-large {
	max-width: 1200px;
}

body.framed,
body.framed header,
body.framed .header-wrapper,
body.boxed,
body.boxed header,
body.boxed .header-wrapper,
body.boxed .is-sticky-section {
	max-width: 1160px;
}

.header-main {
	height: 90px;
}

#logo img {
	max-height: 90px;
}

#logo {
	width: 200px;
}

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

.header-top {
	min-height: 30px;
	background-color: #104900 !important;
}

.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: 170px;
}

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

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

.search-form {
	width: 82%;
}

.header-bg-color {
	background-color: #045003;
}

.header-bottom {
	background-color: #3c961e;
}

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

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

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

body {
	color: #000;
	font-size: 100%;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
	color: #045003;
	font-family: "Play", sans-serif;
	font-weight: 700;
	font-style: normal;
}

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

.off-canvas-center .nav-sidebar.nav-vertical > li > a {
	font-family: "Play", sans-serif;
}

.alt-font {
	font-family: "Play", sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
}

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

.header:not(.transparent) .header-bottom-nav.nav > li > a:hover,
.header:not(.transparent) .header-bottom-nav.nav > li.active > a,
.header:not(.transparent) .header-bottom-nav.nav > li.current > a,
.header:not(.transparent) .header-bottom-nav.nav > li > a.active,
.header:not(.transparent) .header-bottom-nav.nav > li > a.current {
	color: #fff;
}

.header-bottom-nav.nav-line-bottom > li > a:before,
.header-bottom-nav.nav-line-grow > li > a:before,
.header-bottom-nav.nav-line > li > a:before,
.header-bottom-nav.nav-box > li > a:hover,
.header-bottom-nav.nav-box > li.active > a,
.header-bottom-nav.nav-pills > li > a:hover,
.header-bottom-nav.nav-pills > li.active > a {
	color: #fff !important;
	background-color: #fff;
}

.absolute-footer,
html {
	background-color: #000;
}

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

.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";
}

.btn-signup::before,
.header-button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50%;
	box-shadow: 0 0 17px 3px #ffff01, 0 0 4px 2px #ffff01;
	z-index: -1;
	animation: yellow-shadow 2s ease infinite;
	border-radius: 7px;
}

.btn-signup::after,
.header-button::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 50%;
	box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
	z-index: -1;
	animation: cyan-shadow 2s ease infinite;
	border-radius: 7px;
}

@keyframes yellow-shadow {
	0% { top: 0; left: 0; }
	25% { top: 50%; left: 0; }
	50% { top: 50%; left: 50%; }
	75% { top: 0; left: 50%; }
	100% { top: 0; left: 0; }
}

@keyframes cyan-shadow {
	0% { right: 0; bottom: 0; }
	25% { right: 0; bottom: 50%; }
	50% { right: 50%; bottom: 50%; }
	75% { right: 50%; bottom: 0; }
	100% { right: 0; bottom: 0; }
}
