/**
 * 2007-2025 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author    PrestaShop SA <contact@prestashop.com>
 *  @copyright 2007-2025 PrestaShop SA
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 *
 * Don't forget to prefix your containers with your own identifier
 * to avoid any conflicts with others containers.
 */

.product-feature-visualiser-single-feature {
    display: block;
    margin-bottom: 30px;
}

.product-feature-visualiser-single-feature::after {
    content: "";
    display: table;
    clear: both;
}

.product-feature-visualiser-table h3.product-feature-visualiser-title,
.product-feature-visualiser-single-feature h3.product-feature-visualiser-title {
    font-size: 24px;
    font-weight: 800;
    text-transform: unset;
    font-style: italic;
}

.product-feature-visualiser-single-feature .product-feature-visualiser-item {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.product-feature-visualiser-single-feature .product-feature-visualiser-item img.product-feature-visualiser-image {
    display: block;
    margin-bottom: 10px;
}

.product-feature-visualiser-single-feature .product-feature-visualiser-item .product-feature-visualiser-item-value {
    display: block;
}

.product-feature-visualiser-table {
    margin-bottom: 30px;
}
.product-feature-visualiser-table .table-responsive {
    overflow: hidden;
    border: 1px solid #E9E9E9;
    border-radius: 8px !important;
}
.product-feature-visualiser-table .table-responsive table.table.table-bordered {
    margin-bottom: 0;
    border: none !important;
}

.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody {

}

.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr {

}
.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr td {
    font-size: 16px;
    font-weight: bold;
    border-color: #E9E9E9 !important;
    padding: 5px 10px;
}
.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr:first-child td:first-child {
    border-top-left-radius: 8px !important;
}
.product-feature-visualiser-table .table-responsive  table.table.table-bordered tbody tr:first-child td:last-child {
    border-top-right-radius: 8px !important;
}
.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px !important;
}
.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px !important;
}

.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr td:not(.text-xs-right) {
    border-right: none;
}
.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr td.text-xs-right {
    border-left: none !important;
}
.product-feature-visualiser-table .table-responsive table.table.table-bordered tbody tr td img {
    margin-right: 10px;
    vertical-align: middle;
}




.product-feature-visualiser-single-feature .product-feature-visualiser-item[data-id_feature="12"][data-id_feature_value="55"] {
    margin: 0 !important;
    float: right;
}
.product-feature-visualiser-single-feature .product-feature-visualiser-item[data-id_feature="12"][data-id_feature_value="55"] img.product-feature-visualiser-image{
    width: 114px !important;
    height: 50px !important;
    margin: 0 !important;
}
.product-feature-visualiser-single-feature .product-feature-visualiser-item[data-id_feature="12"][data-id_feature_value="55"] span.product-feature-visualiser-item-value{
    display: none;
}
