/**
 * Copyright since 2022 Antonio Baena Sánchez
 *
 * MODULE AbsFrequentlyBoughtTogether
 *
 * @author    Antonio Baena SÃ¡nchez
 * @copyright Since 2022 Antonio Baena Sánchez
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * @version   2.0.0
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * Don't use this module on several shops. The license provided by PrestaShop Addons
 * for all its modules is valid only once for a single shop.
 */
#abs_usually_bought_together .absfqb-customization {
	display: block;
	background-color: #fff;
	padding: 12px;
	border-radius: 8px;
	font-size: 12px;
	position: relative;
	left: -12px;
	border: 1px solid rgba(0,0,0,.25);
}
#abs_usually_bought_together .absfqb-customization .h4.card-title {
	font-size: 13px;
	margin-bottom: 4px;
}
ul.list_products_abs_u_b_together li.product-customization-item label.absfqb-customin {
	display: block;
	font-size: 12px;
	top: 0;
	padding: 0 12px;
	margin-bottom: 4px;
}
ul.list_products_abs_u_b_together li.product-customization-item textarea.absfqb-customin-textarea {
	width: 100%;
}
