.related_product_pl_akeneo{
    background-color: var(--bs-white-light-ts);
    padding:1rem;
}
.content_pl_akeneo{
    background-color: var(--bs-white);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-content: center;
    text-align: center;
}
.content_pl_akeneo h6{
    align-self: center;
    margin-bottom: 0;
}
.block_pl_akeneo_price{
    align-self: center;
    text-align: right;
}
.block_pl_akeneo_price p{
    margin: 0;
}
.pl_akeneo_price_ttc{
    font-weight: bold;
    font-size: 1.5rem;
}
.onglet_related_product_pl_akeneo h2{
    color: var(--bs-primary);
    width: 50%;
    background-color: var(--bs-white-light-ts);
    padding-top: 1rem;
    text-align: center;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.onglet_related_product_pl_akeneo{
    padding: 0;
    margin: 0;
}
.color_pack {
    border-radius:50% 50% 50% 50%;
    color:#fff;
    display:inline-block;
    height:25px;
    text-align:center;
    width:25px;
}
.product__features_toner_pack_values,
.capacity_type{
    border: 1px solid #DDDDDD;
    border-radius: 0.5rem;
    padding: .75rem 1.25rem;
    background-color: #F9F9F9;
    text-align: center;
    margin-right: 2rem;
}
.comparison_ranges_product_pl_akeneo table {
    border-width:1px;
    border-style:solid;
    border-color:#DDDDDD;
    color: #404040;
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 1rem;
}
.comparison_ranges_product_pl_akeneo td {
    padding:0.5rem;
}
.comparison_ranges_product_pl_akeneo thead th {
    padding:0.5rem;
}
.comparison_ranges_product_pl_akeneo thead th:nth-child(2),
.comparison_ranges_product_pl_akeneo thead th:nth-child(3),
.comparison_ranges_product_pl_akeneo thead th:nth-child(4) {
    padding: 0 5px;
    vertical-align: bottom;
}
.comparison_ranges_product_pl_akeneo thead th:nth-child(2) span {
    padding:5px 0.5rem;
    background-color:#0096D6;
    color:#fff;
    display: block;
    border-radius: 4px 4px 0 0;
}
.comparison_ranges_product_pl_akeneo thead th:nth-child(3) span {
    padding:0.5rem;
    background-color:#3AD86F;
    color:#fff;
    display: block;
    border-radius: 4px 4px 0 0;
}
.comparison_ranges_product_pl_akeneo thead th:nth-child(4) span {
    padding:5px 0.5rem;
    background-color:#404040;
    color:#fff;
    display: block;
    border-radius: 4px 4px 0 0;
}
.comparison_ranges_product_pl_akeneo tbody tr:last-child td a {
    padding:0.5rem;
    background-color:#404040;
    color:#fff;
}
.comparison_ranges_product_pl_akeneo tbody tr:last-child td:nth-child(3) a {
    padding:0.5rem;
    background-color:#3AD86F;
    color:#fff;
}
.comparison_ranges_product_pl_akeneo tbody tr:last-child td:nth-child(2) a {
    padding:0.5rem;
    background-color:#0096D6;
    color:#fff;
}
.comparison_ranges_product_pl_akeneo table td:not(:last-child) {
    border-right: 1px solid #DDDDDD;
}

/* Apply a border to the bottom of all but the last row */
.comparison_ranges_product_pl_akeneo table>thead>tr:not(:last-child)>th,
.comparison_ranges_product_pl_akeneo table>thead>tr:not(:last-child)>td,
.comparison_ranges_product_pl_akeneo table>tbody>tr:not(:last-child)>th,
.comparison_ranges_product_pl_akeneo table>tbody>tr:not(:last-child)>td,
.comparison_ranges_product_pl_akeneo table>tfoot>tr:not(:last-child)>th,
.comparison_ranges_product_pl_akeneo table>tfoot>tr:not(:last-child)>td,
.comparison_ranges_product_pl_akeneo table>tr:not(:last-child)>td,
.comparison_ranges_product_pl_akeneo table>tr:not(:last-child)>th,
.comparison_ranges_product_pl_akeneo table>thead:not(:last-child),
.comparison_ranges_product_pl_akeneo table>tbody:not(:last-child),
.comparison_ranges_product_pl_akeneo table>tfoot:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.comparison_ranges_product_pl_akeneo table tr:first-child td:first-child{
    font-size:2.5rem;
}
.feature_type_td{
    background-color: #FFE7CC;
    color: #FE8700;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 5px 1rem;
    width:calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    border-radius: 0 0 4px 4px;
}
.icon-star{
    width:2rem;
}