#ec_product_asso {
	margin-top: 1rem;
}
#ec_product_asso .condi {
    display: flex;
    background: #E7E7E7;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
	align-items: center;
}
@media (max-width: 899px) {
	#ec_product_asso .condi {
		justify-content: space-between;
	}
}
@media (max-width: 375px) {
	#ec_product_asso .condi {
		padding: 10px;
		gap: 5px;
	}
}
#ec_product_asso .condi div {
    overflow-wrap: break-word;
}
#ec_product_asso .condi .input {
    width: 50%;
}
#ec_product_asso .condi .public_price {
    width: 20%;
    color: #BABABA;
}
#ec_product_asso .condi .price_ttc {
	width: 20%;
    color: #003f89;
	font-size: 1.125rem;
}
#ec_product_asso .condi .price_ttc .pricefrom-price {
    font-weight: bold;
}
#ec_product_asso .condi .price_ttc.no_public_price {
    width: 50%;
}
#ec_product_asso .condi.active {
	position: relative;
    background: white;
    border: 2px solid #E7E7E7;
	font-weight: bold;
	overflow: hidden;
}
#ec_product_asso .condi.active::before {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    border-left: 2px solid #003f89;
    content: "";
}
#ec_product_asso .condi:hover {
    background: #ececec;
}
#ec_product_asso .condi.active:hover {
	background: white;
}
#ec_product_asso .condi .input input {
    margin-right: 8px;
}
.lst_condi a:hover {
    color: inherit;
}
#ec_product_asso p {
    color: #003f89;
    font-weight: bold;
    font-size: 17px;
}