/*
Theme Name: Voyelle
Theme URI: http://www.voyelle.fr
Author: La Team Voyelle
Author URI: http://www.voyelle.fr
Description: Thème Voyelle
Version: 1.0
Tags: fluid-layout, responsive-layout, translation-ready
License: A nous
License URI: http://www.voyelle.fr/licence-a-nous
*/

@import "core/css/main.css";


@import "woocommerce/assets/css/woocommerce.css";


.single-product.logiciel li.current-product-ancestor,
.single-product.classeur li.current-product-ancestor{
  background:#f04a31 !important;
}
.single-product.logiciel ul#menu-menu-principale-1 li.menu-item-1959,
.single-product.classeur ul#menu-menu-principale-1 li.menu-item-1959 {
  background:inherit !important;
}
.woocommerce-checkout input {
  height:inherit;
}
.cart_totals table {
  width: 100%;
}
.woocommerce .cart_totals table tr td {
  text-align: right;
  padding-right: 10px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 40%;
}

/*
Theme Name: Voyelle, edited
Author: Marc LAMY
Description: masquage d'éléments de menu
*/
.cacher_menu {
    display: none !important;
}