@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

* {
  font-family: "Cairo", sans-serif;
  /* font-family: 'Almarai', sans-serif; */
  scroll-behavior: smooth;
}

.brand-item {
  text-align: center;
}

.brand-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
}

.brand-logo {
  width: 100%;
}

.brand-name {
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.brand-name:hover {
  color: #007bff;
}

@media (max-width: 800px) {
  .brand-circle {
      width: 70px;
      height: 70px;
  }
}

/* body::after {
  content: "";
  position: absolute;
  z-index: 99;
  background-color: rgba(24, 137, 118, 0.8);
  height: 100vh;
  width: 100vw;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
} */
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 5s linear infinite;
}

.marquee2 span {
  animation-delay: 2.5s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

#myBtn {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #444;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#myBtn i {
  position: relative;
  top: -3px;
}


.nav-drill {
  margin-top: 50px;
  transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}

.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  display: flex;
  position: fixed;
  z-index: 100;
  /* border-top:solid 1px #555; */
  border-top: 1px solid rgba(0, 0, 0, .1);
  top: 52px;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #eee;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}

.nav-items {
  flex: 0 0 100%;
}

.nav-item {
  list-style: none;
}

.nav-link {

  display: block;
  padding: 3px 0;
  /* background-color: #fff; */
  color: black;
  font-size: 1rem;
  line-height: 1.5em;
  /* font-weight: bold; */
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #daf9f4;
  transition: 0.3s;
  visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px #20b49c;
}

.nav-expand-content .nav-link {
  background-color: #daf9f4;
}

.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #20b49c !important;
  color: #fff;
}

.nav-expand-content .nav-back-link::before {
  content: "chevron_left";
  margin-right: 0.5em;
  font-family: "Material Icons";
}

.nav-expand-link {
  display: flex;
  justify-content: space-between;
}

.nav-expand-link::after {
  content: "chevron_right";
  flex: 0 1 auto;
  font-family: "Material Icons";
}

.nav-expand.active>.nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}

.nav-expand .nav-expand-content {
  background-color: #daf9f4;
}

.nav-expand .nav-expand-content .nav-link {
  background-color: #daf9f4;
}

.nav-expand .nav-expand-content .nav-expand-content {
  background-color: #aff1e6;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-link {
  background-color: #aff1e6;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #84e9d9;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #84e9d9;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
  background-color: #59e1cb;
}

.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
  background-color: #59e1cb;
}


.custom_notify_badge {
  position: absolute;
  left: 3px;
  top: 3px;
}

.custom_notify_badge_new {
  position: absolute;
  right: 3px;
  top: 3px;
}

/* .custom_notify_badge_brand{
    position: absolute;
    right:40%;
    top:3px;
} */
.card-product-grid img {
  height: 150px;
  /* width: 200px; */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 211px;
  max-height: 365px;
  overflow-y: auto;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
  top: 0px;
  left: 0px;
  transform: translate3d(-70px, -380px, 0px);
  will-change: transform;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content2 a {
  color: black;
  /* padding: 12px 16px; */
  text-decoration: none;
  display: block;
}


.show {
  display: block;
}

.cat-menu {
  top: -15px;
  left: 42px;
}

.title {
  color: black;
  font-weight: bold;
}

.price span {
  font-size: 20px;
  font-weight: 700;
}

.price strike {
  font-size: 18px;
}

.nav-bottom a {
  color: white;
}

.badge-basket {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
}

.phone {
  display: none;
  z-index: 100;
}

.nav-s {
  display: none;
}

.nav-bottom {
  display: none;
}

.tw {
  color: white;
}

.cat-phone {
  display: none;
}

.fea-phone {
  display: none;
}

.cat {
  border-radius: 5px;
}

.owl-phone {
  display: none;
}

.toast-bottom-center {
  opacity: 1;
}

.load {
  position: relative;
  width: 200px;
  height: 200px;
  z-index: 90;
  background-color: white;
  opacity: .7;
  position: fixed;
  text-align: center;
  display: none;
  margin-left: 45%;
  margin-top: 20%;

}

#myDropdown {
  margin-top: 78px;
}

.load img {
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  margin-left: -33px;
}

.btn-reduce,
.btn-increase {
  background-color: #eee;
  /* border-radius: 50%; */
  /* padding: 1px 3px 1px 3px; */
}

/*aiz megabox*/
.aiz-megabox {
  position: relative;
  cursor: pointer;
}

.aiz-megabox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.aiz-megabox .aiz-megabox-elem {
  border: 2px solid #e2e5ec;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
}

.aiz-megabox>input:checked~span .aiz-rounded-check:after,
.aiz-megabox>input:checked~span .aiz-square-check:after {
  visibility: visible;
  opacity: 1;
}

.aiz-megabox>input:checked~.aiz-megabox-elem,
.aiz-megabox>input:checked~.aiz-megabox-elem {
  border-color: var(--primary);
}


@media (max-width: 600px) {
  .ruban {
    /* position: fixed; */
  }

  .nav-message {
    height: 51px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 990;
  }

  .footer-bottom {
    margin-bottom: 30px;
  }

  .content-section {
    margin-top: 80px;
  }

  .bg {
    /* margin-top: 131px; */
  }

  #myBtn {
    bottom: 90px;
    right: 10px;
  }

  .lng a {
    color: black;
  }

  .cart-div {
    /* overflow-x: scroll; */
  }

  .toast-bottom-center {
    height: 60px;
    font-size: 18;
    font-weight: bold;
  }

  .toast-success {
    opacity: 1
  }

  .card-product-grid img {
    height: 160px;
  }

  .load {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: white;
    opacity: .5;
    position: fixed;
    text-align: center;
    display: none;
    margin-left: 0;
    margin-top: 0;

  }

  .load img {
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    margin-left: -33px;
  }

  .info {
    margin-bottom: 65px;
  }

  .owl-web {
    display: none
  }

  .owl-phone {
    display: block;

  }

  .item-slide {
    height: 200px;
  }

  .menu-category {
    display: none;
  }

  .nav-s {
    display: flex;
  }

  .web {
    display: none;
  }

  .phone {
    display: block;

  }

  .nav-r {
    display: none;
  }

  .nav-bottom {
    display: block;
  }

  .nav-top {
    display: none;
  }

  .web-item {
    display: none;
  }

  .cat-web {
    display: none;
  }

  .cat-phone {
    display: block;
  }

  /* .fea-web {
        display: none;
    } */
  .fea-phone {
    display: block;
  }
}


.view-more a {
  color: #555;

}

footer a, 
footer li {
  color: white !important;
}