/*
* 2010-2022 Tirix
*
* NOTICE OF LICENSE
*
* Copyright 2021 by Tirix LLC. All rights reserved. 
* This material may not be duplicated for any profit-driven enterprise.
*
*  @author Tirix LLC <tirix@prestashop.com>
*  @copyright  2021 Tirix LLC
*/

/* Customer Account */
.loyalty-intro-text {
	padding: 20px;
	box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}

.loyalty-intro-text p {
	color: #333;
}

#module-tx_loyalty-loyalty_points .points-card {
    height:120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 700px) {
    #module-tx_loyalty-loyalty_points .points-card.details {
        display: block;
        height: auto;
        padding: 15px;
    }
}

#tx-loyalty-cart-footer {
	border-radius: 9px;
    border: solid 1px #d8dee2;
}

/* Coin images */
a.link-my-loyalty_points i.tx-loyalty-point-logo:before {
	content: ' ';
	display: inline-block;
    background-image: url(/modules/tx_loyalty/views/img/Matagold%2030x30%20%23333.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 8px;
    /* vertical-align: middle; */
}

a#loyalty_points-link i.tx-loyalty-point-logo {
	content: ' ';
	display: inline-block;
    background-image: url(/modules/tx_loyalty/views/img/Matagold%2080x80%20%23232323.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 1px;
    vertical-align: middle;
}

#tx-loyalty-product-footer .tx-loyalty-point-logo, #tx-loyalty-cart-footer .tx-loyalty-point-logo {
	display: inline-block;
    background-image: url(/modules/tx_loyalty/views/img/IPA_GOLD_Y.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12px;
    vertical-align: middle;
    margin-right: .25rem;
}

.points-card span.tx-loyalty-point-logo {
	display: inline-block;
    background-image: url(/modules/tx_loyalty/views/img/IPA_GOLD.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 22px;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.tx-loyalty-history span.tx-loyalty-point-logo {
	display: inline-block;
    background-image: url(/modules/tx_loyalty/views/img/IPA_GOLD.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6px;
    margin-left: 5px;
}

#my-account #footer{
    background-color: #FFF;
}
#my-account span.tx-loyalty-point-logo{
    background-color: #FFF;
    border-radius: 50%;    
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding-top: 7px;
}