/*
 Theme Name:   Astra Grelinettes
 Theme URI:    https://grelinettes.labeilleverte.net/astra_grelinettes
 Description:  Astra Child Theme
 Author:       JFC
 Author URI:   https://grelinettes.labeilleverte.net/
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astra_grelinettes
*/

a.reset_variations {
	display: none !important;
}

.ast-site-title-wrap {
	visibility:hidden;
}

.home .custom-logo {
	visibility:hidden;
}

.home .ast-primary-header-bar {
	border: 0;
}

.custom-logo {
	max-height: 80px;
	width: fit-content;
}


/***********************
 * Customisation 
 * page "Mon compte"
 ***********************/

.lien_tableprix {font-size:1.2em;color:blue;}


/***********************
 * Customisation 
 * de la "table" avec la 
 * liste des produits
 * (plugin Woo Product Table
 ***********************/
:root {
  --wpt_primary: #829d37!important;
  --wpt_primary_light: #829d37!important;
  --wpt_primary_deep: #829d37!important;
}

#bloc_colonnes_entete_catalogue {
 margin: 0;
 padding: 0;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
}

h3.search_box_label {
	visibility: hidden;
	line-height: 0px;
}
.search_single {
	flex: 1 50% !important;
}

.search_box_wrapper {
	flex-wrap:nowrap !important;
	min-width: 100% !important;
}

.wpt-stats-report {
	display: none !important;
}

/***********************
 * Customisation WC
 ***********************/
 /* Suppression des "produits similaires sur la page "Produits"
  * (ajouté par Astra free */
.related.products {
	display: none !important;
}
