/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
/*--------------------------------------------------------------

body{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/*Modifs pour la page "mon compte" */

.page-id-19 .breakdance-woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
	background-color:#2c5e86!important;
	border-radius:0;
}

.page-id-19 .breakdance-woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
	background-color:#2c5e86!important;
	border-radius:0;
}

.page-id-19 .breakdance-woocommerce button{
	background-color:#2c5e86!important;
	border-radius:0!important;
}

.page-id-19 .breakdance-woocommerce button:hover{
	background-color:#234a69!important;
}

.page-id-19 .breakdance-woocommerce .woocommerce-Address a.edit{
		background-color:#2c5e86!important;
		border-radius:0!important;
}

.page-id-19 .breakdance-woocommerce .woocommerce-Address a.edit:hover{
		background-color:#234a69!important;
}

/*Fin Modifs pour la page "mon compte" */


/*Modifs pour les pages produits */
.product-template-default .bde-woo-product-footer a{
	background-color:#2c5e86!important;
	border-radius:0!important;
		color:white!important;
}

.product-template-default .bde-woo-product-footer a:hover{
	background-color:#19364c!important;
	border-radius:0!important;
}

section.up-sells.upsells.products {
	display:none!important;
}

.product-template-default .breakdance-woocommerce .woocommerce-LoopProduct-link img{
	width:70%;
}

.product-template-default .breakdance-woocommerce ul.products li.product .bde-woo-product-image{
	display:flex;
	justify-content:center;
}

span.posted_in, span.tagged_as{
	display:none!important;
}

.product-template-default .breakdance-woocommerce button.single_add_to_cart_button{
	background-color:#2c5e86!important;
	border-radius:0;
}

/*enlever infos complémentaires*/
.product-template-default .breakdance .bde-product-11-104 .bde-tabs .bde-tabs__tab:not(.is-active) {
    display: none;
}

/*Fin Modifs pour les pages produits */

/*Modifs pour la page panier */
.page-id-17 .wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
	display:none;
}

.page-id-17 .has-text-align-center a{
	background-color:#2c5e86;
	color:white;
	text-decoration:none;
	padding:15px 20px;
}

.page-id-17 .has-text-align-center a:hover{
	color:white;
	background-color:#19364c;
}

.page-id-17 .wc-block-grid__products{
	align-items: flex-end;
}

.page-id-17 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{
	border-radius:0;
	color:white;
		background-color:#2c5e86;
}

.page-id-17 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover{
		background-color:#19364c;
}

.breakdance .bde-code-block{
	align-items:unset!important;
}

/*Fin Modifs pour la page panier */

/* Modifs page produit*/
