/**
* 2013-2022 Digital-Effervescence
*
* 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    Digital-Effervescence <raphaell@digital-effervescence.com>
*  @copyright 2013-2022 Digital-Effervescence
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Digital-Effervescence
*/

#bloc-product-finder-container .category_finder_btns li {
  padding-bottom: 5px;
}
#bloc-product-finder-container .category_finder_btns li button {
  text-transform: lowercase;
}
#bloc-product-finder-container .category_finder_btns li button::first-letter {
  text-transform: uppercase;
}

/**
Modal
*/
#products_finder-modal .modal-body .search_button_row {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #24b9d7;
  padding-bottom: 15px;
}
#products_finder-modal .multiselect-native-select .btn-group,
#products_finder-modal .multiselect-native-select .btn-group button.multiselect,
#products_finder-modal .multiselect-native-select .multiselect-container {
  width: 100%;
}
#products_finder-modal .multiselect-native-select .btn-group button  {
  text-align: left;
}
#products_finder-modal .multiselect-native-select .btn-group .multiselect-option span.form-check,
#products_finder-modal .multiselect-native-select .btn-group .multiselect-option span.form-check .form-check-label  {
  padding-left: 0px;
}
#products_finder-modal .multiselect-native-select .btn-group .multiselect-option:hover {
  background-color: #24b9d7!important;
  color: white;
}
#products_finder-modal .multiselect-native-select .btn-group .multiselect-option .form-check-label {
  color: inherit!important;
}
#products_finder-modal .multiselect-native-select .btn-group {
  margin-bottom: 10px;
}
#products_finder-modal .multiselect-native-select .multiselect-selected-primary {
  background-color: #1d93ab;
  color: white;
  font-weight: bold;
}
#products_finder-modal .multiselect-native-select .multiselect-selected-primary span.form-check::after {
  content: '✓';
  position: absolute;
  right: 10px;
  top: 7px;
}
#products_finder-modal .multiselect-native-select .multiselect-container .multiselect-option input[type="checkbox"]  {
  display: none;
}
#products_finder-modal .multiselect-native-select .multiselect-container .multiselect-option input[type="radio"]  {
  display: none;
}
