/* Add custom CSS styles below */ 
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__inner > div > div.lg\:-mt-\[45px\].relative.z-\[1\].lg\:col-\[2\] > div


{

padding-top: 20px;}  





#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > div

{
width : 100%!important;
}


#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > ul

{
margin-top: 0px;
width : 100%!important;
}


.store-footer__contacts-row {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 1rem; /* adjust spacing as needed */
}





:root {
  --color-primary: black!important; 
  --color-primary-reverse : white!important;
  --color-primary-dark: black!important;
}




.navbar-brand img {
   height: 50px!important;
}