/* Small Desktops and Laptops (1024px to 1279px) */ /*120%*/
@media (min-width: 1024px) and (max-width: 1279px) {
   header .site-branding-logo img {
      max-width: 150px !important;
  }
}







/*---------------------------------------------------------------- for Langue ARABE ------------------------------------*/

/* Medium Desktops (1280px to 1599px) */ /* 100% */
@media (min-width: 1280px) and (max-width: 1599px) {
  [lang="ar"]  header .site-branding-logo img {
      max-width: 230px !important;
  }
}

/* Large Desktops (1600px to 1919px) */ /*90*/
@media (min-width: 1600px) and (max-width: 1919px) {
  [lang="ar"] header .site-branding-logo img {
      max-width: 280px !important;
  }
}

/* Extra Large Screens (1920px and above) */ /*80%*/
@media (min-width: 1920px) {
  [lang="ar"]  header .site-branding-logo img {
      max-width: 300px !important;
  }
}
  


.dropbutton-wrapper.dropbutton-multiple .secondary-action {
  display: none;
}
.dropbutton-wrapper.dropbutton-multiple.open .secondary-action {
  display: block;
}
