.footer{
    background:rgb(36, 31, 32);
    padding-left:3%;
    padding-right: 3%;
}
.logoSection{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.logo{
    padding: 5px;
}
.addressSection{
    color: rgb(255, 255, 255);
    font-size:16px;
}
.shopSection{
    font-family:Poppins-Bold;
    display: flex;
    align-items: center;
    padding-left:10%;
}
.shop{
    color: rgb(255, 255, 255) !important;
    font-size:48px;
}
.shopAll{
    color: rgb(255, 255, 255) !important;
    font-size:20px;
    text-align:center;
}
.footerGrid{
    font-size: 18px;
    padding-left:10%;
}
.footerGridHeader{
    font-family:Poppins-Bold;
    font-size:24px;
    color: rgb(255, 255, 255) !important;
}
.footerGridLink{
    color: rgb(255, 255, 255) !important;
}
.copyright{
    color: rgb(120, 120, 120);
    font-size: 18px;
    line-height: 18px;
    text-align: right;
}
@media only screen and (max-width: 1023px) {
    .copyright {
        text-align: center;
    }
    .socialMedia{
        text-align: center;
    }
    .footerGrid{
        padding-left: 0%;
    }
    .shopSection{
        padding-left:0%;
    }
}