.page-footer{
    background-color: #F6F6F6;
}
.page-footer .footer.content{
    border-top: none
}
.footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    color: #3C3C3B;
}
.footer p{
    margin: 0;
}
.footer-logos, .footer-socialmedia{
    display: flex;
    justify-content: center;
}
.footer-logos{
    flex-direction: column;
    margin-bottom: 50px;
}
.footer-logo{
    display: none;
}
.footer-socialmedia{
    margin-top: 20px;
}
.footer-socialmedia .link:not(:last-child) {
    margin-right: 10px;
}
.footer-content{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 90%;
}
.footer-content-column{
    width: 90%;
    margin-bottom: 30px;
}
.footer-content .footer-title{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer-content-column .tab-content{
    margin-top: 20px;
    border: none;
}
.footer-info, .footer-content .link{
    margin-bottom: 10px;
}
.footer-content .link a{
    font-size: 15px;
    text-decoration: none;
    color: #3C3C3B;
}
.footer-content .link a:hover{
    text-decoration: none;
    color: grey;
}
.footer-copyright{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-top: 20px;
    background-color: #3C3C3B;
    color: white;
}
.footer-copyright .copyright{
    display: inline;
    margin: 0;
    text-transform: uppercase;
}
.footer-copyright .payments{
    display: flex;
    align-items: center;
}
.footer-copyright .payments div{
    height: 24px;
}
.footer-copyright .payments div:not(:last-child){
    margin-right: 15px;
}

@media(max-width: 767px){
    .page-footer .footer.content{
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-copyright .copyright{
        font-size: 0.9em;
        text-align: center;
    }
}
@media(min-width: 768px){
    .footer{
        justify-content: center;
    }
    .footer-logos{
        width: 100%;
    }
    .footer-logo{
        display: block;
        text-align: center;
    }
    .footer-content{
        flex-wrap: nowrap;
        width: 100%;
    }
    .footer-content-column{
        width: auto;
        margin-bottom: 0;
    }
    .footer-content .footer-title{
        display: block;
    }
    .footer-content-column .tab-content{
        margin-top: 30px;
    }
    .contactus-content, .legalinfo-content, .category-content{
        display: block !important;
    }
    .footer-content .footer-title .arrow{
        display: none;
    }
    .footer-copyright{
        flex-direction: row;
        justify-content: space-around;
        height: 46px;
    }
}
@media(min-width: 1024px){
    .footer{
        justify-content: space-between;
    }
    .footer-logos{
        width: auto;
        margin-bottom: 0;
    }
    .footer-content{
        width: 75%;
    }
}