/** Shopify CDN: Minification failed

Line 54:0 Expected "}" to go with "{"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/



/* Desktop MQ only work on Desktop */
/* Hide Mobile Banner on desktop */
@media only screen and (min-width: 768px) {
      .image-container-mob {
    display: none;
}
/* logo height */
  /* a.header__heading-link.focus-inset.d-flex.flex-align-center {
   
    height: 100px !important;
} */
span.header__heading-text.uppercase.d-block svg {
    height: 100px !important;
}
  
        }

/* Mobile MQ Only work on mobile  */
/* Hide Desktop Banner on mobile */
@media only screen and (max-width: 767px) {
     .image-container-deskt {
    display: none;
}
/* lang switch btn */
.ly-flag-icon.ly-flag-rounded {
    margin-top: 2px;
    font-size: 30px;
  
        }

@font-face {
  font-family: "Tajawal";
  src: url("{{ 'Tajawal-Regular' | file_url }}") format("ttf");
}
