/* Add custom CSS styles below */ 
.top-navbar{
    display:none;
}
/*Logo large*/
#mainnav .navbar-brand img{
    width:100px !important;
    min-height:100px;
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img ,
.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}
/*panner full width*/
section.s-block.s-block--fixed-banner:nth-of-type(1) ,
section.s-block.s-block--fixed-banner:nth-of-type(1) .container{
    margin:0 !important;
    max-width:100% !important;
    padding:0;
}
/*-------footer--------*/
.store-footer__inner {
    background-color: #B49A62 !important;
    color:white !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #B49A62 !important;
    margin: 0;
    max-width: 100% !important;
}
.md\:flex.items-center.justify-between.py-4.container.text-center p{
    color:white;
}
@media(max-width:768px){
    footer.store-footer * {
        text-align:center;
        justify-content:center;
    }
}