/* Add custom CSS styles below */ 




footer, .footer, .site-footer {
  background-color: #762323 !important;
  color: #000000 !important;
  padding: 50px 20px 20px;
  font-family: 'Cairo', sans-serif;
  position: relative;
}
footer .container, .footer .container, .site-footer .container {
     display: grid

  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: auto;
}
footer .footer-column, .footer .footer-column {
  flex: 1 1 220px;
  margin: 10px 15px;
  min-width: 180px;
}
footer h3, .footer h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #000000;
}
footer a, .footer a {
  color: #000000 !important;
  text-decoration: none;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #000000 !important;
}
footer .footer-logo, .footer .footer-logo {
  max-width: 180px;
  margin-bottom: 20px;
}
footer .footer-logo img {
  width: 100%;
  height: auto;
  filter: brightness(1.1);
}
footer .footer-bottom, .footer .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 14px;
  color: #ccc;
}
@media (max-width: 768px) {
  footer .container {
    flex-direction: row;
    align-items: center;
    text-align: center;
  }
  footer .footer-column {
    margin: 15px 0;
  }
  footer .footer-logo {
    margin: 0 auto 20px;
  }
}


.footer-is-light .store-footer .store-footer__inner
 {
   border-radius: 20px;
    background-color: #d9c7c7 !important;
}



.footer-is-light .store-footer {
    border-radius: 20px;
 } 
    

.copyright-text p {
    color: #fff;
}





@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}







.top-navbar {

    color: rgba(255, 255, 255, 1);
    background-color: #762323;
    
}