/* Add custom CSS styles below */ 
@media (min-width: 1280px) {
    .container {
        max-width: 100%;
    }
}

.p-4 {
    padding: 0rem;
}
.footer-images img {
    height: 9.5rem;
 
}
.price.my-1:after {
    /*content: "السعر شامل الضريبه";*/ 
    background-color:  yellow;
}

.banner-square h3{
  color: #634018;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  /* padding-top: 6px; */
}
@media(max-width:900px){
.banner-square h3{
  font-size: 17px !important;
  
}
}
.banner-square{
  padding-bottom: 10px; 
}

.vertical-lines {
  background-color: #C2A64E;
}
.store-footer .footer-container{
 direction: ltr; 
}
.footer-vat >div:first-child{
    flex-direction: row-reverse;
}
body{
  background: white !important;
}

.header-container >div:first-child{
    flex-direction: row-reverse;
}
.header-container >div:first-child div:first-child{
  justify-content: flex-start !important;
  flex-direction: row-reverse !important;
}
.header-container >div:first-child div:first-child .sicon-menu {
  order: 2;
  padding-right: 4px;
}
.header-container >div:first-child div:last-child{
  justify-content: flex-start !important;
}
.footer-img-1{
  display: none !important;
}
.footer-bottom p{
  color: black !important;
}
/* @media(max-width:900px){ */
.header-container >div:first-child div:first-child{
  justify-content: flex-start !important;
  flex-direction: row !important;
  order: 2 !important;
}
  .header-container >div:first-child div:nth-child(2){
  order: 1 !important;
  }

  .header-container >div:first-child div:last-child{
  justify-content: flex-end !important;
  }
  /* } */