/* Add custom CSS styles below */ 
footer.store-footer *:not(i) {
    color: white !important;
}
footer.store-footer {
position: relative;
    margin-top: 30rem;
}
footer.store-footer::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -450px;
    left: 0;
    height: 509px;
    background-image: url(https://i.postimg.cc/8C6bm9nN/F-1.png);
    /* https://i.postimg.cc/8C6bm9nN/F-1.png*/
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
@media (max-width: 992px) {
footer.store-footer::before {
    top: -120px;
    height: 129px;
}
footer.store-footer {
    margin-top: 8rem;
}
}





@media(min-width: 1024px) {
salla-slider#main-slider-0 .swiper-slide > a > img {
    margin-top: -150px !important;
}
}

.navbar-brand,
.store-footer .footer-container .logo-footer{
position: relative ;
}
.navbar-brand::before,
.store-footer .footer-container .logo-footer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-image: url(https://i.postimg.cc/CMHFdK7s/Comp-4-ezgif-com-optimize.gif);
    background-size: cover;
    background-position: 50%;
    background-color: white;
}
.store-footer .footer-container .logo-footer::before {
 background-color: #285ead;
 height: 135%;
}
.store-footer .footer-container .logo-footer {
margin-bottom: 30px;
}