
/*
#index .header_style_default #_desktop_logo img {
    filter: none;
}
*/

#index #header .header_style_default .header-nav-content {
    background-color: black !important;
}

#index .header_style_menu {
    background-color: #1e1e21 !important;
}
/*-------------------------------------------------------------------*/
.product-rating-wishlist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 30px;
	margin-top : 30px
}

.comments_note {
    width: -webkit-fill-available ;
}
.ets-wishlist-button-add {
    background-color: ;
	position : absolute;
	margin-left : 95px;
}

.horizontal_mode .right-product .comments_note {
	display : none;
}
.horizontal_mode .right-product .ets-wishlist-button-add {
	position : relative;
	/*display : auto;*/
	margin-top : 25px;
	margin-left : 29px;
}

.widget-search-type_3.search_query_top_ft .search_query.form-control {
	color: #666;
    border: 2px solid #666;
}

/* Ne montre pas les champs d'inscription sur la page Vos informations personnelles */
.page-identity #registration_fields { 
  display: none !important; 
}

/*
#desktop-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	background: #0e0e0e;
}*/


/* On compense la hauteur du header pour ne pas masquer le contenu */


/*
.ets-wishlist-wrapper {
	display: flex;
	align-items: center;
box-shadow: 0 2px 6px rgba(0,0,0,.25);
}*/


/*
.lang-fr .country-fr .currency-eur .layout-full-width .page-index .tax-display-enabled .fullwidth {
  font-family: "Oswald", Light 300; !important;
}
*/

#pagenotfound .page-not-found, #products .page-not-found {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: 22px;
    color: #7a7a7a;
    max-width: 570px;
    margin: 0 auto;
	text-align: center;
	line-height: 1.8
}

#pagenotfound .page-not-found h4, #products .page-not-found h4 {
    font-size: 25px;
    font-weight: 700;
    margin: .6rem 100px 1rem;
}

