/*
Theme Name: ecomshop
Theme URI: http://ecomshop.com
Author: ecomshop team
Author URI: http://ecomshop.com
Description: A custom WordPress theme for my e-commerce store.
Version: 1.0
*/


.svg-logo{
    width: 130px;
}
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer-text {
    margin-bottom: 10px;
}

.footer-copyright {
    font-size: 14px;
}
.footer-menu{
    list-style: none;
    margin-left: 0;
}
.social-icon{
    margin: 5px;
}