/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


p:has(a[href="https://www.prestashop-project.org/"]) {
	display: none;
}

#footer {
  padding-top: 0 !important;
}

.header-top {
	background-image: url(https://geneva-is-calling.blue/images/background_white_glyphs.png);
}

#search_widget {
	border: 2px solid white;
}

#js-product-list-header {
	display: none;
}

.block-categories {
	display: none;	
}

#footer {
	background-color: #030635;
}

.footer-container .h3 {
	color: white;
}

#block_myaccount_infos .myaccount-title a {
	color: white;
}

.footer-container li a {
	color: white;
}

.footer-container li a:hover {
  color: lightskyblue;
}

#header .header-nav .cart-preview.active {
	background-color: #030635 !important;
	color: lightskyblue !important;
}

#search_widget form i {
	padding: 0.7rem !important;
}

