/** Shopify CDN: Minification failed

Line 28:0 All "@import" rules must come first

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.breadcrumbs {
    display: none !important;
}
@media (min-width: 1200px) {
    .row-15 {
        padding-top: 50px;
    }
}

.js_filter {
display: none;
}


#laber_products-recently-viewed {
  display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');

/* Apply Cairo to all Arabic text, but NOT icons */
html[lang="ar"],
html[lang="ar"] body,
html[lang="ar"] *:not(.icon):not(i):not([class*="icon"]) {
  font-family: 'Cairo', sans-serif !important;
}

/* Force apply Cairo to navigation elements */
.site-header__menu,
.header__menu,
.header__menu-item,
.header__submenu,
.navigation__item,
.navigation__link,
.navbar,
.navbar__item,
.navbar__link,
.menu-drawer__menu,
.menu-drawer__menu-item,
.menu-drawer__menu-link {
  font-family: 'Cairo', sans-serif !important;
}

html[lang="en"] .type_banner .laber_banner .banner_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
}

#admin-bar-iframe{display:none!important;}

[lang="ar"] .contact-page .content-form .input-info {
  background: #fff;
  border: 1px solid #ebeff4;
  border-radius: 3px;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 20px;
  min-width: 100%;
  text-align: right !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}
