.bsCAR {
	color: red;
	position: relative;
	top: -120px;
	background: transparent;
	border: none;
	padding: 0;
	border-radius: 0px;
	width: fit-content;
	margin: auto;
	height: 0px;
}

.bsCAR .bs_decompte {
	/* border: 1px solid lightgray; */
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	padding: 5px 10px;
	font-size: 14px;
}


#product .bsCAR {
	display: none;
}

#product .bsCARProduct {
	display: flex;
	align-items: center;
	top: unset;
	left: unset;
	margin: unset;
	height: unset;
	font-size: 15px;
	margin : 15px 0;
}
#product .bsCAR .bs_decompte {
	padding: 0px 5px;
	font-size: 15px;
}

