/* Add custom CSS styles below */ 


.store-footer .store-links-items {
    columns: 1 !important;
    justify-items: center !important;
}

@media(max-width:768px){
.store-footer .store-links-items {
    columns: 1 !important;
    justify-items: center !important;
}
}

.contact-links a {
    background-color: rgb(140 208 212);
    color: #fff;
}

.social-icon {
    display: flex;
    visibility: visible;
    animation-delay: 0.1s;
   background-color: rgb(140 208 212);
    color: #fff;
    padding:10px;
    border-radius: 5px;
}
.social-links .icon {
    font-size: 20px;
}

.footer-middle h3 {
        text-align: center !important;
    }
}