/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

html{
	scroll-behavior: smooth !important;
}

a.active h2 {
    color: #fff;
}

.main-catalog-logo{
	height:60px;
}


@media (min-width: 992px) {
	.menu-phone{
		margin-left:70px;
	}
}

@media (max-width: 991px) {
	.menu-phone{
		margin-top:30px;
	}
	.logo-default{
		width:170px !important; 
		height:70px !important;
	}
}