/*
 Theme Name:     Thype Child Theme
 Theme URI:      https://www.codeless.co/thype
 Description:    Thype Child Theme
 Author:         Codeless
 Author URI:     https://www.codeless.co
 Template:       thype

 Version:        1.0.0
 Template Version: 1.0.0
 Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, full-width-template
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#menu-primary-menu li a{
	color:#f2b6e5!important;
}
#menu-primary-menu .current-menu-item  a{
	color:#fff!important
}
#menu-primary-menu .sub-menu, nav.cl-header__navigation.cl-header__navigation--dropdown{
	background-color:#080808!important;
}
@media(min-width:1200px){
    .container{
        max-width:1200px!important;
    }
	.footer-copyright{
    display: flex;
    justify-content: space-between;

}
.footer-sub-copyright{
    display: flex;
    gap: 16px;
}
}
.cl-header__col--hide-mobile{
	display:flex!important;
}
.tiktok-icon:hover path{
	fill:#fcb900;
}
.category .cl-page-header__title{
	font-size:40px!important;
}
@media(max-width:600px){
    .category .cl-page-header__title{
		font-size:32px!important;
	}
	.category .cl-page-header{
		height:73px!important;
	}
}
.search-btn{
	background: #ffdb60 !important;
    border: none;
    border-radius: 8px;
    margin-top: 14px;
	cursor:pointer;
}
.search-icon svg {
    fill: #000;
}




