body{
	font-family: 'Poppins', sans-serif !important;
}

.header-nav-main  a {
	font-weight: 500;
}

#footer h3 {
	font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#footer .ux-menu-link__link {
	min-height: unset;
    padding: 0 !important;
	font-size: .9rem;
	color: rgba(255, 255, 255, 0.7);
}
#footer .ux-menu-link__link span:before {
	content:"\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 3px;
	color: var(--accent-color);
    font-size: 14px;
}
#footer .ux-menu {
	gap: 8px;
}
#footer h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: var(--accent-color);
}
#footer .absolute-footer {
	padding: 25px 0px;
}
.breadcrumb-heading, .breadcrumb-subtitle-block {
    text-align: center;
}

.ct-breadcrumb {
    text-align: center;
    padding: 100px 0 ;
    background-color: #08512b;
}

.ct-breadcrumb * {
    color: #fff !important;
}

.ct-breadcrumb a {
    color: var(--primary-color);
}

.ct-breadcrumb a:hover {
    color: #222;
}

.ct-breadcrumb h1 {
    font-size: 2.8rem;
}
.header-main .kgd-ct {
	margin: auto !important;
}
.header-main .kgd-ct .icon-box p{
	color: #222;
}
.header-main .kgd-ct .icon-box:hover strong{
	color: var(--primary-color);
}
.header-main .menu-item .sub-menu {
	border-radius: 0.5rem;
    border: 1px solid #eee;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.header-main .menu-item .sub-menu > .menu-item a {
	color: #222;
}
.header-main .menu-item .sub-menu > .menu-item a:hover{
	color: var(--accent-color)
}
.header-main .menu-item .sub-menu > .menu-item.active a {
	color: #dc3545;
}
.header-main .header-button-1 .button {
	background-color: #08512b;
    border-color: var(--accent-color);
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.3s;
    font-weight: 500;
	font-size: 16px;
	line-height: 16px;
}
/* Dropdown btn */
.ct-dropdown {
    position: relative;
    display: inline-block;
}
.ct-dropdown-btn {
    background-color: var(--primary-color);
    color: white; 
    padding: 4px 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
	border-radius: 100px;
	margin: 0;
	text-transform: none;
}
.ct-dropdown-btn i {
	margin: 0 5px 5px;
	font-size: 14px;
}
.ct-dropdown-btn:hover {
    opacity: 0.8;
}
.ct-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9; 
    min-width: 180px; 
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); 
    z-index: 1;
	    height: 250px;
    overflow-y: scroll !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.ct-dropdown-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ct-dropdown-content li {
    padding: 8px 16px;
	margin-bottom: 0;
}
.ct-dropdown-content li a {
    text-decoration: none; 
    color: black;
    display: block;
}
.ct-dropdown-content li a:hover {
    color: red;
}
.ct-dropdown:hover .ct-dropdown-content {
    display: block;
}
.mega-menu-sec .menu-ct {
	margin: auto !important;
}
.mega-menu-sec .menu-ct ul {
	list-style: none;
	margin: 0;
}
.mega-menu-sec .menu-ct ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #f1f1f1;
}
.mega-menu-sec .menu-ct ul li a {
	position: relative;
	color: #000;
}
.mega-menu-sec .menu-ct ul li a:hover{
	color: var(--primary-color);
}

#top-bar .nav a {
	font-size: 14px;
	color: #fff;
	text-transform: unset;
}
#top-bar .nav .header-divider {
	border:none;
}


/* shop page */
.shop-page-title {
	background: #f8f9fa;
}
.shop-page-title .page-title-inner {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding-bottom: 30px;
}
.shop-page-title .breadcrumbs {
	font-weight: 500;
}
.shop-page-title .page-title-inner h1 {
	color: var(--primary-color);
	font-size: 1.9em;
}
.category-footer-description {
	margin-top: 20px;
}

.category-footer-description ul {
  padding-left: 1.5rem;
  list-style: disc outside;
}

.category-footer-description ul ul {
  padding-left: 1.5rem; /* Thụt tiếp cho cấp con */
  list-style-type: circle; /* Có thể dùng square, circle để phân biệt cấp */
}


@media (max-width: 849px) {
    .ct-breadcrumb h1 {
        font-size: 2.1rem;
    }
}

@media (max-width: 549px) {
	.shop-page-title .page-title-inner h1 {
		font-size: 1.5em;
	}
    .ct-breadcrumb {
        padding: 60px 0;
    }
    .ct-breadcrumb h1 {
        font-size: 1.6rem;
    }
}
