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

.payment-icons{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

.payment-icons span{
   margin-right: 40px;
}

.payment-icons img {
    display: inline-block;
    height: 23px;
    /*width: 100%;*/
    transition: all 0.5s;
}

#checkout .payment-icons{
    margin-top: 20px ;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#add-to-cart-or-refresh .payment-icons{
    text-align:center;
    padding:10px 0;
}
#add-to-cart-or-refresh  .payment-icons img{
        height: 40px;
}

@media (max-width: 320px) {
    .payment-icons img{
   
    }
}
#cart .cart-details-right .payment-icons{
    margin-top: 40px;
}
#cart .payment-icons span:last-child{
    margin-right: 0;
}
#checkout .payment-icons img{
    width: 100%;
}
#checkout .payment-icons {
    margin-top: 8px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}

.cart-details-right .payment-icons img{
    width: 100%;
}
@media (max-width: 767px) {
    .payment-icons img{
        /*height:24px;*/
     
    }
    .payment-icons span{
        margin-right: 25px;
    }

    .payment-icons span:last-child{
        margin-right: 0;
    }

    .payment-icons{
        display: inline-block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        /*margin-top: 32px;*/
    }


}

.footer-after .payment-icons img{
    /*width: 100%;*/
}
@media (max-width: 587px) {
   #footer .footer-after .payment-icons img{
    
   }
}

.mini-shopping-cart .payment-icons{
    margin-top: 15px;
}

.mini-shopping-cart .payment-icons img{
    width: 100%;
}

@media (max-width: 1500px) {
    .product-container .payment-icons img{
       
    }
}


@media (max-width: 767px) {
    .product-container .payment-icons img{
        width: auto;
    }
}

@media (max-width: 522px) {
    .product-container .payment-icons img{
        width: 100%;
    }
}