/*
* 2023 Elenitos Nestar SL
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <hugoherreros93@gmail.com>
*  @copyright 2009-2023 Elenitos Nestar SL
*  @license   Property of Elenitos Nestar SL Non redistributable.
*/

#invitadisima-productpayments{
    background-color: #f8f8f8;
    padding: 1.5rem;
    margin-bottom: 0.6rem;
}

#invitadisima-productpayments .productpayments_title{
    font-size: 1rem;
    font-weight: 700;
    color: #191919;
    margin-bottom: 1rem;
}

.swiper_paymentlogos ul >li:first-child{
    margin-left: 10%;
}

.swiper_paymentlogos img{
    max-width: 4rem;
}

.swiper_paymentlogos .swiper-button-disabled{
    display: none;
}

.swiper_paymentlogos .swiper-button-next,
.swiper_paymentlogos .swiper-button-prev {
    background-color: #f8f8f8;
    color: #191919;
    opacity: 1;
    height: 100%;
}

.swiper_paymentlogos .swiper-button-next{
    padding-right: 0;
    padding-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.swiper_paymentlogos .swiper-button-prev{
    padding-right: 1rem;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.swiper_paymentlogos .swiper-button-next:after,
.swiper_paymentlogos .swiper-button-prev:after{
    font-weight: 500;
    color: #333;
    font-size: 2rem;

}