/* Add custom CSS styles below */ 
/* navbar */
#mainnav .container > div div:first-child {
    width: 50%;
    justify-content: space-between;
}
#mainnav .navbar-brand{
    order:1;
}

 .s-block--fixed-banner:nth-of-type(1){
        margin: 0 0 4rem  0 !important;
}

.s-block--fixed-banner:nth-of-type(1) .container{
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
}

.s-block--fixed-banner:nth-of-type(1) .container img{
          border-radius:0 !important;
}
.s-block--circle-links div >  ul {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 205px;
}
.s-block--circle-links div >  ul img{
    width: 100% !important;
    height: 238px !important;
}
.s-block--square-links  div >  ul img {
    object-fit: contain !important;
      width: 100% !important;
    height: 200px !important;
  gap: 205px;
} 

@media (max-width:768px){
  .s-block--circle-links div > ul img {
    width: 100% !important;
    height: 93px !important;
  }
  .s-block--circle-links div >  ul {
  gap: 25px;
}

  .s-block--square-links div > ul img {
   
    width: 96% !important;
    height: 90px !important;
  }
  .s-block--square-links div > ul {
    gap: 0px !important;
  }
}

.double-banner--9{
    justify-content: center !important;
  align-items: center !important;
}
.double-banner--9 a:nth-of-type(1) img{
        margin-top: 10px !important;
}
@media (max-width:768px){
  .double-banner--9 a:nth-of-type(1) img{
        margin-top: 3px !important;
}
}
.s-block--square-links  div >  ul {
   display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: no-wrap !important;
}

/* footer */
.store-footer{
  background-color: #7D5189 !important;
    color:#FFFFFF !important;
}
.store-footer div,
.store-footer svg
{
  background-color: #7D5189 !important;
}
.store-footer .store-footer__curve{
  color: #7D5189 !important;
}
.store-footer__inner {
    background-color: #7D5189;
}
.store-footer__inner + div{
    background-color: #7D5189 !important;
}
.store-footer__inner + div .copyright-text p{
  color:#FFFFFF !important;
}