.site-footer {
    background: #7141DE;
    // background: rgb(159, 65, 238);
    // background: linear-gradient(
    //     90deg,
    //     rgba(159, 65, 238, 1) 0%,
    //     rgba(113, 65, 222, 1) 48%,
    //     rgba(158, 76, 235, 1) 100%
    // );

    
    
    color: #fff;
    padding: 2rem 0;

    ul {
        padding: 0;
        list-style-type: none;
    }
    a{
        color:#bababa;
    }
    a:hover {
        color: #FDAE5C;
    }
}

.site-footer .infos__heading {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1;
    font-size: 10pt;
    flex-basis: 100% !important;
    min-width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.site-footer .infos__icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
// .site-footer .infos__icons .payment-icon {
//     display: flex;
// // }
// .site-footer .infos__icons .icon-container {
//     padding:5px; box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.3);
//     width: 50px;
//     height: 50px;
//     display: inline-block;
//     text-align: center;
//     background: #8565e2;
//     border-radius: 3px;
//     line-height: 50px !important;
//     margin-right: 7px;
// }
// .site-footer .infos__icons i {
//     color: hsla(0, 0%, 100%, 0.8);
//     margin: 0.2rem 0.2rem 0;
//     line-height: 1;
//     // font-size: 1.5rem;
//     display: block;
// }



  
  
  .footer .socail_links ul li {
    display: inline-block;
  }
  
  
  .footer .socail_links ul li a {
    font-size: 18px;
    color: #C3B2F0;
   
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    // background: #8565E2;
    box-shadow: inset 0em 0em 0em 10em rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    line-height: 42px;
    margin-right: 7px;
  }
  
  
  .footer .socail_links ul li a:hover {
    color: #fff !important;
  }