/*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
* @copyright 2010-2025 VEKIA
* @license   This program is not free software and you can't resell and redistribute it
*
* CONTACT WITH DEVELOPER
* support@mypresta.eu
*/


#loyalty_cart span.material-icons, #loyalty_product span.material-icons {
    font-size: 40px;
    color: #FF0000 !important;
}

#loyalty_cart, #loyalty_product {
    background: white;
    padding: 8px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin-top: 20px !important;
    font-size: 12px !important;
}

#content > div.block-center > table > tfoot > tr > td:nth-child(2) {
	display: none !important;
}

.cashback-thresholds{
    margin-bottom:12px;
    padding:12px;
    border:1px solid #e8e8e8;
    border-radius:8px;
    background:#fafafa;
    font-size:13px;
    margin-top: 20px !important;
}

.cashback-title{
    font-weight:600;
    margin-bottom:8px;
}

.cashback-thresholds table{
    width:100%;
    border-collapse:collapse;
}

.cashback-thresholds tr:not(:last-child){
    border-bottom:1px solid #efefef;
}

.cashback-thresholds td{
    padding:4px 0;
}

.cashback-thresholds td:last-child{
    text-align:right;
    font-weight:600;
    color:#2f8f4e;
}

.cashback-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
    font-weight:600;
}

.cashback-heading{
    display:flex;
    align-items:center;
    gap:5px;
}

.cashback-icon{
    font-size:18px;
    color:#1bb56c;
}

.cashback-info{
    display:flex;
    align-items:center;
    gap:4px;
    font-size:11px;
    font-weight:400;
    color:#777;
}

.cashback-info .material-icons{
    font-size:15px;
    color:#d32f2f;
}

#loyalty_product > span.material-icons,
#loyalty_cart > span {
	display: none !important;
}

#loyalty_cart,
#loyalty_product,
.cashback-thresholds {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    z-index: 1;
    border: solid 1px !important;
}

#loyalty_cart,
#loyalty_product {
    padding-top: 0px;
}

.cart-voucher .code + * {
    font-size: 0;
}

.cart-voucher .code + *::after {
    content: "Cashback-Guthaben";
    font-size: 14px;
}



#fsp-container > div > div.fsp-header > div {
	font-size: 14px !important;
}
