#FooterV3{

}

.Footer__Container{
    padding-top:60px;
    padding-bottom:50px;
}

.Footer__SecondRow{
    padding-top:50px;
}

.Footer__SecondRow--flex{
    display: flex;
}

/* First Row */
.Footer_SiteLinks__Title{
    margin-bottom:20px;
}

.Footer_SiteLinks__Links{
    list-style: none;
}

.Footer_SiteLinks__Links li {
    margin-bottom: 5px;
}

.Footer_DownloadApp__Message{
    margin-bottom: 20px;
}

.Footer_DownloadApp__Icons img{
    width: 140px;
    height:50px;
}

/* Second Row */
.Footer__Payment__Img{
    max-width: 100%;
}

.Footer_SocialMedia__Container a:hover{
    text-decoration: none;
}

.Footer_SocialMedia__Container a svg{
    width: 30px;
    height: 30px;
}

.Footer_SocialMedia__Frame{
    transition: all 0.3s ease 0s;
}

.Footer_CopyRight__Container{
    font-size: 13px;
}

/* Mobile Foter */
.HeaderV3_Header--Mobile__Menu_Container{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(0);
    z-index: 1051;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    background: #FAFAFA;
    border-top:1px solid #D9D9D9;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.HeaderV3_Header--Mobile_Menu__Item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.4rem 0 1.3rem;
    flex:1;
    color: inherit;
}

.HeaderV3_Header--Mobile_Menu__Item > * {
    flex: 1;
}

.HeaderV3_Header--Mobile_Menu__Item svg{
    width: 20px;
    height: 20px;
    fill:#ACACAC;
}

.HeaderV3_Header--Mobile_Menu__Item.active svg{
    fill:#E21327;
}

.HeaderV3_Header--Mobile_Menu__Item p {
    margin-top: 0.9rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.025em;
}

.HeaderV3_Header--Mobile_Menu__Item.active p{
    color: #E21327;
}

    /* Light Mode */
footer.Mode--Light .Footer__Container{
    background: #FAFAFA;
}

footer.Mode--Light .Footer_SiteLinks__Title{
    color: inherit;
}

footer.Mode--Light .Footer_SiteLinks__Links li a{
    color: inherit;
}

footer.Mode--Light .Footer_DownloadApp__Message{
    color: inherit;
}

footer.Mode--Light .Footer_CopyRight__Container{
    color: inherit;
}

footer.Mode--Light .Footer_SocialMedia__Frame{
    fill: #383838;
}

footer.Mode--Light .Footer_SocialMedia__Frame:hover{
    fill: #E21327;
}

footer.Mode--Light .Footer_SocialMedia__Icon{
    fill: #FFF;
}

/* Dark Mode */
footer.Mode--Dark .Footer__Container{
    background: #161616;
}

footer.Mode--Dark .Footer_SiteLinks__Title{
    color: #FFF;
}

footer.Mode--Dark .Footer_SiteLinks__Links li a{
    color: #FFF;
}

footer.Mode--Dark .Footer_DownloadApp__Message{
    color: #FFF;
}

footer.Mode--Dark .Footer_CopyRight__Container{
    color: #FFF;
}

footer.Mode--Dark .Footer_SocialMedia__Frame{
    fill: #FFF;
}

footer.Mode--Dark .Footer_SocialMedia__Frame:hover{
    fill: #FAFAFA;
}

footer.Mode--Dark .Footer_SocialMedia__Icon{
    fill: #383838;
}