body {
    background-image:url(https://i.postimg.cc/WbqYZDYz/Group-7455.png);
  }
  
  
  #mainnav {
    background-color: #032946!important; 
    color: #fff!important;
  }
  
  #mainnav .inner{
    background-color:#032946!important;
  }
  
  button[aria-label="menu"] .humb-icon span {
    background-color: white !important;
  }
  
  
  
  .s-cart-summary-total {
    color: #fff !important;
  }
  
  .sicon-shopping-bag{
   color: #fff !important;
   }
   
   /*banners*/
   .s-block--fixed-banner .container {
    max-width: 100% !important;
    padding: 0px !important;
  }
  
  .s-block--fixed-banner img {
    border-radius: 0;
  }
  
  .s-block--fixed-banner:first-of-type {
    margin-top: 0px !important;
  }
  
  .page-header {
    background-color:#032946 !important;
    }
    
    
    
    salla-add-product-button:hover button {
  background-color: #032946!important;
  color: #fff!important;

}
  
  /*footer*/
  
 
  
  .store-footer__inner {
    position: relative;
    z-index: 2;
    background-color: #000 !important;
  }
  
  .store-footer__inner * {
    color: #fff !important;
    position: relative;
    z-index: 2;
  
  }
  
  .store-footer {
      border-radius: 75px 75px 0 0;
      border-top:20px solid #0765ac !important;
  }
  
  .store-footer__top {
      border-radius: 50px 50px 0 0;
  }
  
  .store-footer h3 {
    color: #fff !important;
  }
  
  .footer-is-light .store-footer__top {
      --tw-bg-opacity: 1;
      background-color: #032946 !important;
  }
  
  .store-footer svg,
  .store-footer .s-contacts-list,
  .store-footer .s-menu-footer-list,
  .store-footer p {
    color: white !important;
  }
  
  .copyright-text p {
    color: #fff !important;
  }
  
  .copyright-text p a:hover {
    color: #fff !important;
    opacity: 0.8;
  }
  
  
  .store-footer  {
   
}
 
  
  
  
  
  /* Width of the scrollbar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track (the background) */
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  
  /* Handle (the draggable part) */
  ::-webkit-scrollbar-thumb {
    background: #032946 !important;
    
  }
  
  
  
  .store-footer .container > div {
    border-radius: 20px;
    display: flex ;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  .store-footer .container {

    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .store-footer .container > div {
    grid-column: auto;
  }
  .store-footer + div {
    background: transparent;
    max-width: 100%;
    justify-content: space-around;
  }
  .store-footer > div a h3 {
    display: none;
  }
  @media (max-width: 992px) {
    .store-footer .gap-10 {
      gap: 0;
    }
    .store-footer .container {
      grid-template-columns: 1fr;
      gap: 1rem;
    }
  }
  
  .divide-dashed > :not([hidden]) ~ :not([hidden]){
    display:none;
  }
  
  @media (min-width: 1024px) {
    .lg\:pb-10 {
         padding-bottom: 0;
    }
    
  }
  
  
  .site-info-bar{
    border-top: 1px dotted #fff ;
    background-color:#032946!important;
    height:auto!important
    
  }
  
  .site-info-bar > div{
      padding:0 !important;
      gap:0 !important;
      }