/*
 Theme Name: Storefront Child
 Theme URI: https://example.com
 Description: Child theme for Storefront
 Author: Your Name
 Template: storefront
 Version: 1.0
*/
header {
  position: fixed;
   top: 0;
 left: 0;
            right: 0;
            background: white;
            z-index: 1000;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.footer {
    background: #0f111b  url(../images/img-foot-bg.jpg) 0 0 repeat;
    color: #e8e8e8;
    padding: 60px 20px 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.footer-logo {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.x-icon {
    color: #ccc;
}

.footer-social a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #2c3145;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #d87938;
}

.footer-col {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-col .ft-links {
    list-style: none;
    padding: 0;
     margin: 8px 0;
    font-size: 16px;
    color: #c9c9c9;
    
}

.footer-col .ft-links a{ 
    color: #c9c9c9;   
}
.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 14px;
    color: #aaa;
}

.fa-facebook-f{
    background: url(../images/icn-s-media.png) 2px 0 no-repeat;
    width: 17px;
    height: 17px;
}

.fa-twitter{
    background: url(../images/icn-s-media.png) -56px 0 no-repeat;
    width: 17px;
    height: 17px;
}

.fa-instagram{
    background: url(../images/icn-s-media.png) -113px 0 no-repeat;
    width: 17px;
    height: 17px;
}

.fa-dribbble{
    background: url(../images/icn-s-media.png) -172px 0 no-repeat;
    width: 17px;
    height: 17px;
}
