/* Nav Style */
.nav-wrapper {
  position: fixed;
  /* inset: 0; */
  pointer-events: none;
  overflow: hidden;
  z-index: 16;
  height: 80px;
  width: 100%;
  bottom: 0;
}

.ec-nav-toolbar {
  pointer-events: auto;
  box-shadow: none !important;
  height: 80px !important;
  padding: 0px 0px 0px 0px;
  background-color: transparent !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  overflow-y: hidden;
}

.ec-nav-toolbar .container {
  background-color: #fff;
  box-shadow: 0 0 5px rgb(61 61 61 / 20%);
}

/* Ios Style only */
/* @supports (-webkit-touch-callout: none) {
  .nav-wrapper.ismob {
    height: calc(100dvh - env(safe-area-inset-bottom)) !important;
  }
  .ismob .safe-bottom {
    position: fixed;
    bottom: 0;
    height: env(safe-area-inset-bottom);
    width: 100%;
    background-color: #fff;
    z-index: 17;
  }
  .ismob .ec-nav-toolbar .container {
    padding-bottom: env(safe-area-inset-bottom) !important;
  }
} */

.ec-cart-noti {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -10px !important;
  right: -6px;
  border-radius: 30px;
  line-height: 15px;
  font-size: 12px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  padding-top: 4px;
  align-items: center;
  justify-content: center;
  z-index: 18;
}

.focus1 .ec-cart-noti {
  color: #fff;
}

.ec-nav-toolbar .ec-nav-panel .focus1 a .ec-cart-noti {
  top: 2px !important;
  right: 4px;
}

.ec-nav-toolbar .ec-nav-panel {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons a {
  position: relative;
  font-weight: 600;
}

@media (max-width: 768px) {
  .ec-header-user .dropdown-menu {
    left: 60px !important;
    top: -12px !important;
  }

  .ec-nav-toolbar .ec-nav-panel .ec-nav-panel-icons a {
    font-size: 9px;
    padding: 5px 0;
  }

  .kk-menu {
    border-bottom: 1px solid #eeeeee;
  }

  .ffm {
    margin-top: -60px;
  }

  .nn {
    right: -4px !important;
  }

  input,
  textarea {
    caret-color: black;
    color: black !important;
    font-weight: bold;
  }
}

/* .ec-nav-toolbar .focus1 .ec-cart-noti {
  background: transparent !important;
  color: #fff;
} */

/* .focus1 .ec-cart-noti {
  top: 2px !important;
  right: -6px !important;
} */

.focus1 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0;
}

.btn-primary:active:focus,
button:focus:not(:focus-visible) {
  box-shadow: none !important;
}

div#ec_news_signup #ec-news-btn:hover {
  background-color: #3a4b5c !important;
}

.focus1 .header_svg {
  fill: #fff;
  z-index: 16;
  /* background: var(--primary-color); */
  /* border-radius: 50%; */
  /* padding: 8px; */
  /* width: 40px;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.focus1 .header_svg_wrapper {
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -10px);
}

.header_svg_wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 25px;
  height: 25px;
  z-index: 15;
}

.header_svg {
  position: absolute;
  width: 25px;
  height: 25px;
}

.header_svg_placeholder {
  width: 25px;
  height: 25px;
  display: block;
}

/* .focus1 .cls-1 {
  fill: var(--primary-color);
} */

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.active {
  color: var(--primary-color) !important;
  background-color: transparent !important;
}

.dropdown-item:disabled {
  color: #6c757d !important;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-item.disabled {
  color: var(--primary-color) !important;
  pointer-events: none;
}

.ec-footer {
  color: #202020;
}

.ec-footer .footer-top {
  background: #f9f9f9;
  border-top: 1px solid #eeeeee;
  padding: 40px 0;
}

.footer-bottom {
  padding: 15px 0;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}

.ec-footer-logo {
  margin-bottom: 12px;
}

.ec-footer-logo img {
  width: 130px;
}

.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .ec-footer-heading {
  display: none;
  margin-bottom: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.ec-footer .footer-top .ec-footer-contact ul {
  width: 245px;
}

.ec-footer
  .footer-top
  .ec-footer-contact
  .ec-footer-widget
  .ec-footer-links
  .ec-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 29px auto;
  line-height: 1.3;
  border: 0;
  padding: 0;
  font-weight: 400;
  color: #202020;
  letter-spacing: 0.3px;
  font-size: 13px;
}

.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link span {
  color: #202020;
  font-weight: 700;
  padding-right: 6px;
  margin-right: 15px;
}

.ec-footer .footer-top .ec-footer-contact .call-img svg {
  width: 40px;
  height: 40px;
}

.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link span {
  color: #202020;
  font-weight: 700;
  padding-right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ec-footer .footer-top .ec-footer-contact .ec-footer-widget .call-desc span {
  font-size: 12px;
  max-width: 100%;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}

.ec-footer
  .footer-top
  .ec-footer-widget
  .ec-footer-links
  .ec-footer-link
  .call-desc
  a {
  font-size: 14px;
  color: #202020;
  letter-spacing: 0.3px;
  line-height: 22px;
  padding: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  transition: all 300ms linear;
  word-break: break-all;
  font-weight: 500;
  text-transform: capitalize;
}

.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link a {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  color: #202020;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  word-break: break-all;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0;
}

.ec-footer .footer-top .ec-footer-contact .call-img svg {
  fill: var(--primary-color);
  background: #ffffff;
}

.ec-footer .footer-top .ec-footer-widget .ec-footer-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #202020;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  margin-top: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-family: "Tajawal-Bold", sans-serif !important;
}

.ec-footer
  .footer-top
  .ec-footer-widget
  .ec-footer-links
  .ec-footer-link:not(:last-child) {
  margin-bottom: 12px;
}

.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link {
  display: block;
  margin: 0;
  line-height: 1.3;
  border: 0;
  padding: 0;
  font-weight: 400;
  color: #202020;
  letter-spacing: 0.3px;
}

.ec-footer .footer-top .ec-footer-news .ec-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.ec-footer .footer-top .ec-footer-news .ec-share ul li:not(:last-child) {
  margin-right: 30px;
}
html[dir="rtl"]
  .ec-footer
  .footer-top
  .ec-footer-news
  .ec-share
  ul
  li:not(:last-child) {
  margin-left: 30px;
}

.ec-footer .footer-top .ec-footer-news .ec-share ul .ec-share-link img {
  border-radius: 30px;
}

.ec-footer-social ul li a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #202020;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.ec-footer-social ul li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}
html[dir="rtl"] .ec-footer-social ul li.list-inline-item:not(:last-child) {
  margin-left: 15px;
}

.ec-footer .footer-top .ec-footer-widget .ec-footer-links .ec-footer-link .call-desc a {
  white-space: nowrap;
}