/**
* 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.
*/
.ceb-custom-finder {
    padding: 16px 0px;
    font-size: 16px;
}
.ceb-custom-finder .row {
    display:flex;
    align-items:end;
    flex-wrap: wrap;
}
.ceb-finder-form .form-group label {
    margin-bottom: 8px;
    font-size: 16px
}
.ceb-finder-form .form-group .form-control {
    border-radius: 16px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
    padding-left:16px;
    padding-top: 0;
    padding-bottom: 0;
    border-color:  #3C3C3B;
}
.ceb-finder-form .form-group .block-input {
    position: relative;
}
.ceb-finder-form .form-group .block-input .text-muted {
    color:   #3C3C3B!important;
    position: absolute;
    top: 0;
    right:0;
    padding: 0 16px;
    line-height: 40px;
    opacity: 0.64;
}
.ceb-finder-links a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color:  #CE1517;
    font-size: 16px;
    padding: 0;
}
.ceb-finder-links a i {
    margin-right: 4px;
}
.ceb-finder-form p {
    color: #1D1D1B;
    font-size: 16px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.ceb-finder-form p .ceb-icons {
    width:24px;
    height: 24px;
}
.ceb-finder-form p .ceb-icons:before {
    position: relative;
    top: 0px;
}
.ceb-finder-form .form-group .btn-primary {
    width: 100%;
    border-radius: 16px;
    line-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.ceb-finder-form .form-group .btn-primary .ceb-icons {
    display: flex;
    align-items: center;
}
.ceb-finder-block {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #CE1417;
    margin-bottom: 64px;
}
.ceb-finder-result .products {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media (max-width: 767px) {
    .ceb-finder-links a {
        margin: 4px;
    }
    .ceb-custom-finder .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .ceb-custom-finder .row div[class^="col-"] {
        width: 100%;
    }
    .ceb-finder-form p {
        padding-left: 32px;
        line-height: 22px;
    }
    .ceb-finder-form p .ceb-icons {
        margin-left: -29px;
    }
}

/** Table volume price **/
section.ceb-volume-prices {
    padding-bottom: 16px;
    padding-top: 24px;
    border-bottom: 1px solid #EAE9E7;
}
section.ceb-volume-prices .ceb-volume-prices__header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 32px;
    margin-bottom: 8px;
}
section.ceb-volume-prices .ceb-volume-prices__row {
    display: flex;
}
section.ceb-volume-prices .ceb-volume-prices__col {
    max-width: 160px;
    display: flex;
    flex-direction: column;
}
section.ceb-volume-prices .ceb-volume-prices__col:first-of-type {
    flex-grow:2;
}
section.ceb-volume-prices .ceb-volume-prices__col:not(:first-of-type) {
    flex-grow:1;
}
section.ceb-volume-prices .ceb-volume-prices__title,
section.ceb-volume-prices .ceb-volume-prices__value {
    border: 1px solid #fff;
}
section.ceb-volume-prices .ceb-volume-prices__title {
    background-color: #CE1517;
    color: #fff;
    padding: 8px 16px;
    text-align: center;
}
section.ceb-volume-prices .ceb-volume-prices__value {
    padding: 8px 16px;
    color: #1D1D1B;
    text-align: center;
}
section.ceb-volume-prices .ceb-volume-prices__value.ceb-volume-prices__value--without_tax {
    display: flex;
}
section.ceb-volume-prices .ceb-volume-prices__value.ceb-volume-prices__value--with_tax {
    display: none;
}
section.ceb-volume-prices.show-with-tax .ceb-volume-prices__value.ceb-volume-prices__value--with_tax {
    display: flex;
}
section.ceb-volume-prices.show-with-tax .ceb-volume-prices__value.ceb-volume-prices__value--without_tax {
    display: none;
}
section.ceb-volume-prices .ceb-volume-prices__col:not(:first-of-type) .ceb-volume-prices__title {
    flex-grow:0;
}
section.ceb-volume-prices .ceb-volume-prices__col:not(:first-of-type) .ceb-volume-prices__value {
    flex-grow:2;
    align-items: center;
    justify-content: center;
}
/** Switch **/
section.ceb-volume-prices .ceb-volume-prices__header .ceb-volume-prices__header-col {
    display: flex;
    align-items: center;
    gap: 8px;
}
section.ceb-volume-prices .ceb-switch-title {
    color: #3c3c3b;
    font-size: 12px;
    font-weight: 200;
}
section.ceb-volume-prices .switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
    margin-bottom:0;
  }
  section.ceb-volume-prices .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  section.ceb-volume-prices .slider {
    position: absolute;
    cursor: pointer;
    background-color:  #EAE9E7;
    transition: 0.4s;
    border-radius: 26px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.ceb-volume-prices .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
  }
  section.ceb-volume-prices input:checked + .slider {
    background-color:  #CE1517;
  }

  section.ceb-volume-prices input:checked + .slider:before {
    transform: translateX(16px);
  }

  /* CEB CHECKOUT COUNTER */
div.ceb-checkout-counter {
    margin-top: -8px;
  }
 div.ceb-checkout-counter p {
    font-size: 20px;
    color: #CE1517;
  }
  div.ceb-checkout-deliverytime p {
    font-weight: 600;
    color: #1D1D1B;
  }
  #checkout div.ceb-timer-delivery .ceb-checkout-counter p {
    color: #48AE4D;
  }
  #checkout div.ceb-timer-payment .ceb-checkout-counter p {
    color: #1D1D1B;
    font-size: 16px;
    line-height: 16px;
  }

  @media(max-width: 767px) {
    section.ceb-volume-prices .ceb-volume-prices__header {
        justify-content: space-between;
        padding-bottom: 8px;
    }
    section.ceb-volume-prices .ceb-volume-prices__row:not(.ceb-volume-prices__header) {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    section.ceb-volume-prices .ceb-volume-prices__col {
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 100%;
    }
    section.ceb-volume-prices .ceb-volume-prices__col .ceb-volume-prices__title,
    section.ceb-volume-prices .ceb-volume-prices__col .ceb-volume-prices__value {
        flex-grow: 1;
    }
    section.ceb-volume-prices .ceb-volume-prices__col .ceb-volume-prices__title:first-of-type {
        max-width: 150px;
        min-width: 150px;
    }
  }
  