/*
Theme Name: assemblact
Description: Thème Wordpress pour le projet ASSEMBLACT basé sur le thème parent SALIENT.
Theme URI:   https://www.biper-studio.com/
Author: https://www.biper-studio.com/
Author URI:  https://www.biper-studio.com/
Template: salient
Version: 1.0
*/



.material #footer-outer #footer-widgets .col .menu li{
	display:inline-block;
}
.home #page-header-wrap{
	display:none !important;
}
.pll-parent-menu-item img{
	margin-bottom:0 !important;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    right: 270px;
}
.stock{
	display:none !important;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	opacity:1 !important;
}


.woocommerce-cart .cart-subtotal .woocommerce-Price-amount:after{
	content: ' HT';
}
.woocommerce-checkout .cart-subtotal .woocommerce-Price-amount:after{
	content: ' HT';
}

.woocommerce-cart .order-total .woocommerce-Price-amount:after{
	content: ' TTC';
}
.woocommerce-checkout .order-total .woocommerce-Price-amount:after{
	content: ' TTC';
}

/*  cofnirmation order */

.woocommerce-checkout .order_details .cart_subtotal .woocommerce-Price-amount:after{
	content: ' HT';
}
.woocommerce-checkout .order_details .order_total .woocommerce-Price-amount:after{
	content: ' TTC';
}
/*  ACCOUNT */

.woocommerce-account .order_details .cart_subtotal .woocommerce-Price-amount:after{
	content: ' HT';
}
.woocommerce-account .order_details .order_total .woocommerce-Price-amount:after{
	content: ' TTC';
}
