
/* Header Section Start */

/* button:focus, a:focus{
    outline: black solid 2px;
    outline-offset: 5px;
} */

.header-cart{
    visibility: hidden;
}

.logo a{
    display: block; 
}

.logo-wrapper {
    height: 6rem; 
}

#logo-img{
    display: block;
    height: 100%;
    width: 100%; 
    object-fit: contain;
}

.footer-contact ul li{
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.contact-name{
    flex-basis: 120px;
    
}
.contact-number{
    flex-basis: 130px;
    
}


/* Header Section End */

/* Footer Section Start */
@media screen and (max-width: 576px) {
    
    .footer-site-map{
        text-align: center;
    }

    .footer-contact ul li{      
        justify-content: center;     
    }
    
}
/* Footer Section End */

