/**
 * PrestaPlus
 * Module for PrestaShop E-Commerce Software
 *
 * @author    Markus Engel <info@onlineshop-module.de>
 * @copyright Copyright (c) 2023, Onlineshop-Module.de
 * @license   commercial, see licence.txt
 */

/* Product Page */
.delivery-information {
	display: none;
}

/* Checkout */
#prestaplus-reassurance {
	margin-top: 2rem;
	display: none;
}

#prestaplus-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#prestaplus-reassurance li:last-child {
    border: 0;
}

#prestaplus-reassurance li .block-reassurance-item {
    display: flex;
    padding: 1rem 1.5rem;
}

#prestaplus-reassurance li .block-reassurance-item .h6 {
	margin: 0px;
}

#prestaplus-reassurance li .block-reassurance-item > span{
	    margin-right: 0.625rem;
}

#prestaplus-reassurance li .block-reassurance-item .h6 > p {
	margin: 0px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

#prestaplus-reassurance li .block-reassurance-item  p {
	margin: 0px;
}

#cart #total_delivery_time_cart {
    position: relative;
    top: 8px;
}
