/*
Theme Name: ClanyEco Child
Author: VamTam
Author URI: https://vamtam.com
Template: clanyeco
*/



/*

put your child theme styles here


you don't need any @import rules

*/
.chaty-i-trigger .chaty-channel {
	right: -9px !important;
}
.hover_blue:hover{
	color:#0373B5 !important
}

body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#cookie-law-info-bar {
    margin: 0 !important;
    padding: 10px 15px !important; /* adjust if needed */
}
#cookie-law-info-bar[style*="display: none"],
#cookie-law-info-bar.cli-bar-hidden {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
html, body {
    padding-bottom: 0 !important;
    overflow-x: hidden; /* prevents horizontal white space */
}
@media (min-width: 768px) {
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
		display:none !important;
	}
}