/*@media (max-width: 575.98px) {*/
    /*.footer-container {*/
    /*}*/
/*}*/

/*@media (min-width: 576px) and (max-width: 767.98px) {*/
    /*.footer-container {*/
    /*}*/
/*}*/

/*@media (min-width: 768px) and (max-width: 991.98px) {*/
    /*.footer-container {*/
    /*}*/
/*}*/

/*@media (min-width: 992px) and (max-width: 1199.98px) {*/
    /*.footer-container {*/
    /*}*/
/*}*/

/*@media (min-width: 1200px) {*/
    /*.footer-container {*/
        /*width: 65rem;*/
        /*margin: 0 auto;*/
    /*}*/
/*}*/


footer{
    background-color: #824ba9;
}
.footer-link{
    color: #ffffff;
    list-style-type: none;
    font-size: 14px;
    line-height: 1.714;
    font-weight: normal;
}
a.footer-link:hover {
    color: rgb(138, 146, 166);
    text-decoration: none;
}
.footer-about{
    font-size: 13px;
    color: #ffffff;
    opacity: 0.502;
}
.footer-text{
    font-size: 13px;
    color: #ffffff;
    opacity: 0.502;
}
.footer-socials{
    display: inline-flex;
    /*justify-content: center;*/
}
.footer-social-icon {
    padding:7px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 4px;
}
.footer-social-icon img{
    width: 25px;
    height: 25px;
    background-color: #ffffff;
}
.payment-options{
    /*height: 20px;*/
}
.payment-options li span{
    color: #824ba9;
}
.footer-navigation{
    width: 100%;
    display: flex;
    margin-left:35px;
}
.footer-navigation ul{
    -webkit-padding-start: 2px;
}
.footer-info{
    align-items: flex-end;
    display: inline-block;
}
.footer-info{
    align-items: flex-end;
    display: inline-block;
}
.footer-info ul li{
    list-style-type:none;
    background-color:#ffffff;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    margin: 2px;
}
.footer-info ul li span{

}
.payment-options{
    padding: 0;
}
.footer-payment-text{
    opacity: 0.502;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 1199.99px)  {
    .footer-info{
        margin-left: 0px;
        padding-left: 15px;
    }
    .footer-navigation{
        margin-left: 0px;
    }

    /*.footer-social-icon {*/
        /*padding:8px;*/
        /*margin: 7px;*/
    /*}*/
    .footer-social-icon img{
        width: 25px;
        height: 25px;
    }

    .footer-navigation{
        padding-top: 1rem;
    }

    .footer-navigation{
        border-top:1px solid #a881c3;
        border-bottom:1px solid #a881c3;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top:1rem;
    }
}

@media only screen and (max-width: 767.98px)  {

    .footer-socials{
        display: flex;
        justify-content: center;
    }

    .footer-social-icon {
        padding:8px;
        margin: 10px;
    }

    .footer-social-icon img{
        width: 34px;
        height: 34px;
    }

    .footer-navigation{
        border-top:1px solid #a881c3;
        border-bottom:1px solid #a881c3;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top:1rem;
    }
}
