@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");

body * {
  font-family: "El Messiri", sans-serif;
}

/* header */

.navbar-brand {
  background-image: url(https://i.ibb.co/XxrQQc61/Mask-group-6.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
}
.navbar-brand img {
  visibility: hidden;
}

.header-inner.inner.bg-white.da-bgm.has-custom-bg,
div#mainnav {
  height: fit-content !important;
}

a.mburger.mburger--collapse.flex.items-start.ltr\:mr-1.rtl\:ml-1 i {
  color: #fff !important;
}
.flex.items-center.justify-start.w-1\/3,
span.search-btn.header-btn.flex.da-fm.angelmodal-toggle.cursor-pointer i,
b.s-cart-summary-total,
.flex.items-center.justify-end.w-1\/3 i {
  color: #fff !important;
}

.bottom-header.opacity-90.bg-white.da-bgm.has-custom-bg i {
  color: #ffff;
}

.bottom-header.opacity-90.bg-white.da-bgm.has-custom-bg
  a.s-cart-summary-wrapper {
  flex-direction: row !important;
  flex-wrap: nowrap;
  border: 1px solid;
  padding: 5px;
  border-radius: 9px;
}

/* header */
/* banners */
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
  padding: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder * {
  border-radius: 0;
}
.network-card img {
    background-color: #fff;
}
section.mobile-networks-section {
    padding: 20px !important;
}
@media(max-width:600px){
section.mobile-networks-section {
display:none
}}
/* banners */
/******notifcation*****/
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-small.s-button-wide.s-button-primary.s-button-loader-center {
  color: #fff;
  background: #0b2243;
}
/******notifcation*****/
/******title*****/

.s-slider-block__title-right {
  position: relative;
}
.s-slider-block__title-right h2 {
  padding-right: 10px;
  color: #023854;
  font-weight: 600 !important;
}
.s-slider-block__title-right:before {
  position: absolute;
  content: "";
  background-color: #023854;
  width: 3px;
  height: 100%;
  top: 0;
  border-radius: 8px;
}
/******title*****/
/******product*****/
custom-salla-product-card.rounded-xl {
  border-radius: 20px !important;
  border: 1px solid #02385480 !important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  color: #ffff;
  background-color: #023854;
  border-radius: 8px;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  background-color: transparent;
  color: #023854 !important;
  border-color: #023854;
}
@media(min-width:992px){

section#best-offers-12-slider .swiper-wrapper {justify-content:center;
gap:20px;
}

section#best-offers-7-slider .swiper-wrapper {justify-content:center;
gap:20px;
}}
/******product*****/