
#eccolispharma .blocks {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
}
#eccolispharma .block_left,#eccolispharma .block_right {
    border: 1px solid #D8D8D8;
    width: 49%;
	border-radius: 5px;
}
#eccolispharma .sous_block_title {
    border-bottom: 1px solid #D8D8D8;
    padding: 8px 0 8px 15px;
	background: rgba(0,0,0,.03);
}
#eccolispharma .block_info {
    padding: 15px;
    border-bottom: 1px solid #D8D8D8;
    min-height: 107px;
}
#eccolispharma .line_info {
    display: flex;
}
#eccolispharma .line_label {
    font-weight: bold;
    color: #464444;
    margin-right: 5px;
}
#eccolispharma .block_footer {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    background: #F7F7F7;
}

#eccolispharma .block_footer .laaction a {
    display: flex;
    align-items: center;
}

#eccolispharma .block_footer .laaction .material-icons {
    font-size: 1em;
    margin-right: 4px;
    width: 1em;
    height: 1em;
}

#eccolispharma .block_textarea textarea {
    width: 100%;
}
#eccolispharma .block_textarea {
    padding: 10px;
}
.save_info {
    background: #78D8A3;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    margin-top: 8px;
    cursor: pointer;
}
.save_info:hover{
	color:#fff;
	background-color:#ff9321;
	border-color:#ff9321;
}
.ec_health_block {
    margin-bottom: 50px;
}
.ec_health_block {
    margin-bottom: 50px;
}
.create_member {
    margin-top: 10px;
    border: 1px solid #78D8A3;
    color: #78D8A3;
    border-radius: 5px;
    cursor: pointer;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.create_member:hover {
	color:#fff;
	background-color:#78D8A3;
	border-color:#78D8A3;
}
#modal_family .error, #modal_animal .error, #modal_family_animal .error {
    border: 1px solid red;
}
#eccolispharma .hide{
    display: none;
}
#modal_animal .col-md-3, #modal_family .col-md-3 {
	padding-right: 5px; 
}
.form-control.family_conf[name="other"], .form-control.animal_conf[name="other"] {
    margin-top: 12px;
}
.ec_health_product_line {
    margin-bottom: 0.5rem;
    display: flex;
	max-width: 100%;
}
.ec_health_product_line select{
    width: 300px;
	border-radius: 5px 0 0 5px;
}
.ec_health_product_line button {
	height: 100%;
	padding: 0;
    border-radius: 0px 5px 5px 0;
	color: #FFFFFF;
  }

.ec_health_product_line .chosen-container-multi .chosen-choices {
    border-radius: 5px 0 0 5px;
}
.ec_health_product_line .chosen-container-multi .chosen-choices li.search-choice {
    display: flex;
    background: #5AC0DC;
    color: white;
    border: none;
    box-shadow: none;
    padding: 4px 20px 4px 5px;
    font-weight: normal;
}

.ec_health_product_line .search-choice span {
    font-family: 'Noto Sans';
    line-height: 1;
}

.product-line__body {
    min-width: 0;
}

.ec_health_product_line .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512' height='12' fill='%23fff'%3E%3Cpath d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    height: 12px;
}
#modal_family_animal .hide{
    display: none;
}
#ec_maxqty_cart {
    background: #fff3cd;
    color: #856404;
    font-size: 14px;
    padding: .75rem 1.25rem;
    border-radius: 5px;
	border: 1px solid #ffeeba;
	margin-bottom: 1.5rem;
}
#ec_maxqty_cart.hide {
    display: none;
}

#ec_maxqty_cart .material-icons {
    font-size: 16px;
    margin-right: 5px;
    height: 16px;
    width: 16px;
}

.ec_product_max .bold {
    font-weight: 700;
}
#ec_products_max {
    margin-bottom: 15px;
}
.input_commande_group label {
    font-size: 14px;
    color: #78D8A3;
    margin: 0 0 0 5px;
	font-weight: 700;
}
.input_commande_group {
    display: flex;
    align-items: center;
    margin-top: 2px;
}
#accept_written_request {
    width: 100%;
}
#modal_written_request .bold {
    font-weight: 800;
}
#modal_written_request p {
    font-size: 13px;
}

#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: 45%;
}
#ec_product_asso .condi .public_price {
    width: 20%;
    color: #BABABA;
}
#ec_product_asso .condi .price_ttc {
	width: 20%;
    color: #49b0ec;
    font-weight: bold;
	font-size: 1.125rem;
}
#ec_product_asso .condi .price_ttc.no_public_price {
    width: 35%;
}
#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 #78D8A3;
    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: #4FD4D0;
    font-weight: bold;
    font-size: 17px;
}

@media (max-width: 767px) {
    .blocks {
        flex-wrap: wrap;
    }

    #eccolispharma .block_left, #eccolispharma .block_right {
        width: 100%;
    }

    #eccolispharma .block_left {
        margin-bottom: 15px;
    }
    #eccolispharma .block_info {
        min-height: auto;
    }
}