.addon_deployed_list_attribut{
    margin-top: 15px;
    overflow: auto;
    max-height: 300px;
}

.addon_deployed_list_attribut .td_select_dla{
    text-align: right;
    padding-right: 10px;
}

.addon_deployed_list_attribut .td_select_dla .dla-radio-label{
    justify-content: center;
    width: 100%;
}

.addon_deployed_list_attribut tr.active td{
    background-color: #fff;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.02), rgba(0,0,0,0));
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.addon_deployed_list_attribut tr.active td:first-child{
    border-left: 1px solid #d6d6d6;
    border-radius: 8px 0 0 8px;
}

.addon_deployed_list_attribut tr.active td:last-child{
    border-right: 1px solid #d6d6d6;
    border-radius: 0 8px 8px 0;
}

.addon_deployed_list_attribut .td_prod_qty_input input{
    width: 60px;
    text-align: center;
}

.addon_deployed_list_attribut img.img_attrib{
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
}

.addon_deployed_list_attribut .block_qty_input{
    white-space: nowrap;
}

.addon_deployed_list_attribut .td_select_dla input[type="radio"]{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.addon_deployed_list_attribut .dla-radio-label{
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.addon_deployed_list_attribut .dla-check-ui{
    width: 22px;
    height: 22px;
    border: 1.5px solid #cfcfcf;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible;
    transition: all .15s ease;
}

.addon_deployed_list_attribut .dla-radio-label:hover .dla-check-ui{
    border-color: #999;
    background: #fff;
}

.addon_deployed_list_attribut .check-icon{
    width: 18px;
    height: 18px;
    color: #C2185B;
    opacity: 0;
    transform: scale(0.9) rotate(-6deg);
    transition: all .15s ease;
}

.addon_deployed_list_attribut input[type="radio"]:checked + .dla-check-ui{
    background: #fff;
    border-color: #888;
}

.addon_deployed_list_attribut input[type="radio"]:checked + .dla-check-ui .check-icon{
    opacity: 1;
    transform: scale(1.25) rotate(-6deg);
}

.addon_deployed_list_attribut .td_price{
    text-align: center;
}

.addon_deployed_list_attribut .td_price .prod_price,
.addon_deployed_list_attribut .td_price .prod_base_price{
    width: 100%;
    text-align: center;
}

.addon_deployed_list_attribut .prod_price{
    display: block;
}

.addon_deployed_list_attribut .prod_base_price{
    display: block;
    font-size: 13px;
}

.addon_deployed_list_attribut .td_product_old_price{
    text-align: center;
}

.addon_deployed_list_attribut .td_product_old_price .prod_old_price{
    display: inline-block;
}

