/**
* 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.
*/

.kramp_delivery_term_button {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #252525;
    margin-top: 20px !important;
    display: inline-flex;
    cursor:pointer !important;
}

.kramp_delivery_term_button i{
    font-size: 16px;
    margin-right: 8px;
    color:#90e52c;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.kramp_delivery_term_button .text{
    text-decoration:underline;
    text-align:left;
}
.kramp_delivery_term_button:hover .text{
    text-decoration:none !important;
}


.kramp_delivery_term_button.loading i{
    display:none !important;
}

.kramp_delivery_term_button.loading .apb-loader{
    width:16px;
    height:16px;
    display:inline-flex;
    margin:0px 8px 0px 0px;
    border:2px solid #90e52c;
    border-left-color: transparent;
    border-right-color: transparent;
}


.kramp_delivery_field_list {
    border-radius: 10px;
    background-color: #f1f3f0;
    margin-top: 30px;
    padding: 20px 30px;
    font-family: 'Open Sans SemiBold';
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    line-height: 20px;
}

.thumbnail-container .kramp_delivery_field_list{
    border-radius: 10px;
    background-color: #f1f3f0;
    margin-top: 15px;
    padding: 10px;
    font-family: 'Open Sans SemiBold';
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    line-height: 20px;
}

.kramp_delivery_field_list ul {
    padding: 0px;
    margin: 0px;
}
.kramp_delivery_field_list ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-family: "Open Sans Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #252525;
    display: block;
    margin-top: 10px;
}
.kramp_delivery_field_list ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 6px;
    height: 6px;
    background-color: #90e52c;
    border-radius: 100px;
}

@media (max-width: 767px) {
    .kramp_delivery_field_list{
        padding:10px 20px;
        font-size:13px;
        line-height:20px;
    }
    .apb-product-block-price-cart-link + .kramp_delivery_term_button{
        margin-top:10px !important;
    }
}
