/*
Theme Name: Divi Child 
Template: Divi 
Description: Divi Child Theme 
Author: CAW fr/col 
Author URI: https://cafeagenceweb.com
*/

/*WooCommerce Cart Menu Item styles*/
.caw-cart-content {
	display: inline-flex;
    align-items: center;
    background: url(https://btobestudio.com/wp-content/uploads/2021/01/bag-panier.svg);
    height: 26px;
    width: 26px;	
}
.caw-cart-content .cart-contents-count {
	display: inline-block;
	color: #fff;
    background-color: #ff6e00;
	border-radius: 10rem;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
	background: red;
	margin-left: 18px;
    margin-top: -10px;
}

/*User icon*/
.caw-user-content {
	display: inline-flex;
    align-items: center;
    background: url(https://btobestudio.com/wp-content/uploads/2021/01/user.svg);
    height: 26px;
	width: 26px;
	margin-left: 20px;
}