@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}

body {
  scroll-behavior: smooth;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.select-form svg {
    left: 0;
}
.whatsapp-icon {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 20px;
    z-index: 10;
    bottom: 65px !important;
    background: #00a884;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
}
    .whatsapp-icon:hover {
        border-color: #00a884;
        background: #fff;
    }
    .whatsapp-icon:hover svg path:last-of-type {
        fill: #00a884;
    }
@media (min-width: 992px) {
    .whatsapp-icon {
        bottom: 3px;
        left: 20px;
    }
}

@media (max-width: 991.98px) {
    .whatsapp-icon {
        bottom: 70px;
        left: 20px;
    }
}
@media not all and (min-esolution: 0.001dpcm) {
    @supports (-webkit-apperance : none ) and (stroke-color : transparent) {
        .attrbtn {
            text-align: center;
            border-radius: 16px;
            background: transparent;
            border-width: 1px;
            width: 50%;
            color:#000;
        }
    }
}

_::-webkit-:host:not(:root:root), .attrbtn {
    text-align: center;
    border-radius: 16px;
    background: transparent;
    border-width: 1px;
    width: 50%;
    color:#000;
}
.header {
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  width: 100%;
  background: #fff;
  z-index: 10;

}

.nav-up {
  top: -97px;
}

.header .container-fluid {
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .header .container-fluid {
    padding: 0 10px;
  }
}

@media (min-width: 1200px) {
  .header .container-fluid {
    padding: 0 63px;
  }
}

.header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  animation: slide-down 0.5s;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header.sticky .container-fluid {
    padding: 0 15px;
  }
}

.header.sticky .navbar-nav {
  width: calc(100% - 200px);
}

@media (max-width: 991.89px) {
  .header.sticky .exit {
    background: rgba(220, 13, 13, 0.2);
    width: 174px;
    border-radius: 20px;
    height: 35px;
    margin: 45px auto;
    color: rgb(220, 13, 13);
    display: flex;
    text-align: center;
    padding: 5px 26px;
    order: 3;
    font-family: "Cairo-Regular";
    border: 1px solid rgb(220, 13, 13);
  }

  .header.sticky .exit svg {
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 6px;
  }

  .header.sticky .footer-mob {
    width: 92%;
    order: 6;
    border-top: 1px solid #000;
    opacity: 1;
    padding-top: 20px;
  }

  .header.sticky .footer-mob.support-footer {
    border: none;
  }

  .header.sticky .footer-mob a img {
    width: 60px;
  }

  .header.sticky .footer-mob a svg {
    width: 30px;
    height: 30px;
  }

  .header.sticky .profile-setting {
    order: 1;
    width: 81%;
    margin-top: 20px;
  }

  .header.sticky .profile-setting .support {
    width: 45px !important;
    height: 45px !important;
    padding: 10px !important;
  }

  .header.sticky .profile-setting .support svg {
    width: 23px !important;
  }

  .header.sticky .profile-setting .store {
    width: 177px !important;
    height: 41px !important;
    font-size: 17px !important;
    padding: 6px !important;
  }
}

@media (min-width: 992px) {
  .header.sticky .exit {
    border: 1px solid rgb(220, 13, 13);
    border-radius: 50%;
    background: none;
    padding: 1px 7px;
    width: 28px;
    height: 28px;
  }

  .header.sticky .exit svg {
    width: 14px;
    height: 12px;
  }

  .header.sticky .exit:hover {
    background: #e01c1c;
    color: #fff;
    transition-delay: 0.2s;
    animation: ani500 0.6s forwards;
    background: radial-gradient(circle, #e01c1c 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #e01c1c 0.2em, transparent 0.3em) 0 0/1em 1em;
  }

  .header.sticky .exit:hover svg path {
    fill: #fff;
  }
}

@media (min-width: 992px) and (max-width: 991.89px) {
  .header.sticky .exit {
    background: rgba(220, 13, 13, 0.2);
  }
}

.header.sticky .profile-setting .store {
  padding: 3px;
  border-radius: 25px;
  border: 1px solid #000;
  font-family: "Cairo-Regular";
  color: #000;
  font-size: 12px;
  width: 73px;
  height: 28px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.header.sticky .profile-setting .store:hover {
  background: #000;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
}

.header.sticky .profile-setting .store:hover svg path {
  fill: #fff;
}

.header.sticky .profile-setting .store svg {
  width: 10px;
  height: 16.5px;
  vertical-align: middle;
  padding-top: 0;
}

.header.sticky .profile-setting .support {
  width: 28px;
  height: 28px;
  margin: 0;
  border: 1px solid #000;
  padding: 2px 6px;
  border-radius: 50%;
}

.header.sticky .profile-setting .support svg {
  width: 15px;
  height: 23.28px;
}

@media (min-width: 992px) {
  .header.sticky .profile-setting .support:hover {
    background: #000;
    color: #fff;
    transition-delay: 0.2s;
    animation: ani500 0.6s forwards;
    background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
  }

  .header.sticky .profile-setting .support:hover svg path {
    fill: #fff;
  }
}

.header.sticky .profile-setting .support:hover svg {
  width: 15px;
  height: 23.28px;
}

@media (min-width: 992px) {
  .header.sticky .footer-mob a {
    margin: 0 5px;
    border: 1px solid #000;
    height: 28px;
    width: 28px;
    padding: 3px 4.8px;
    border-radius: 50%;
  }

  .header.sticky .footer-mob a svg {
    width: 18px;
    height: 16px;
  }

  .header.sticky .footer-mob a:hover {
    background: #000;
    color: #fff;
    transition-delay: 0.2s;
    animation: ani500 0.6s forwards;
    background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
  }

  .header.sticky .footer-mob a:hover svg path {
    fill: #fff;
  }
}

@media (min-width: 992px) {
  .header.sticky .navbar-collapse {
    max-width: 100%;
    margin-left: 4%;
  }
}

@media (max-width: 576px) {
  .header.sticky .logo-banner svg {
    width: 130px;
  }
}

@media (max-width: 991.89px) {
  .header.sticky .logo-banner {
    display: flex !important;
    order: 2;
  }
}


@media (max-width: 991.89px) {
  .header:not(.sticky) .logo-banner {
    justify-content: center;
    margin-bottom: 10px;
    order: 6;
  }
}

@media (min-width: 992px) and (max-width: 1199.89px) {
  .header:not(.sticky) .navbar-collapse {
    max-width: 86%;
  }
}

@media (min-width: 1200px) {
  .header:not(.sticky) .navbar-collapse {
    margin-left: 4%;
  }
}

.header:not(.sticky) .navbar-collapse .navbar-nav {
  width: calc(100% - 200px);
}

@media (max-width: 992px) {
  .header:not(.sticky) .navbar-collapse .navbar-nav {
    width: 100%;
  }
}

.header:not(.sticky) .navbar-toggler {
  border: none;
  background: none;
}

.header:not(.sticky) .exit {
  border: 1px solid rgb(220, 13, 13) !important;
  border-radius: 50%;
  background: none;
  padding: 1px 7px;
  width: 28px;
  justify-content: center;
  border: none;
  font-family: "Cairo-Regular";
  height: 28px;
  margin:0 4px;
}

@media (max-width: 992px) {
  .header:not(.sticky) .exit {
    order: 3;
  }
}

.header:not(.sticky) .exit svg {
  width: 14px;
  height: 12px;
}

.header:not(.sticky) .exit:hover {
  background: #e01c1c;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #e01c1c 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #e01c1c 0.2em, transparent 0.3em) 0 0/1em 1em;
}

.header:not(.sticky) .exit:hover svg path {
  fill: #fff;
}

@media (max-width: 991.89px) {
  .header:not(.sticky) .exit {
    background: rgba(220, 13, 13, 0.2);
    width: 174px;
    border-radius: 20px;
    height: 35px;
    margin: 45px auto;
    color: rgb(220, 13, 13);
    display: flex;
    text-align: center;
    padding: 5px 26px;
  }

  .header:not(.sticky) .exit svg {
    vertical-align: middle;
    margin-top: 6px;
  }
}

@media (max-width: 991.89px) {
  .header:not(.sticky) .profile-setting {
    order: 1;
    width: 81%;
    margin-top: 20px;
  }
}

.header:not(.sticky) .profile-setting .store {
  padding: 3px;
  border-radius: 25px;
  border: 1px solid #000;
  font-family: "Cairo-Regular";
  color: #000;
  font-size: 12px;
  width: 73px;
  height: 28px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 991.89px) {
  .header:not(.sticky) .profile-setting .store {
    width: 177px;
    height: 42px;
    font-size: 17px;
    padding: 5px;
  }

  .header:not(.sticky) .profile-setting .store svg {
    width: 14px;
    height: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.89px) {
  .header:not(.sticky) .profile-setting .store {
    width: 100px;
  }
}

.header:not(.sticky) .profile-setting .store:hover {
  background: #000;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
}

.header:not(.sticky) .profile-setting .store:hover svg path {
  fill: #fff;
}

.header:not(.sticky) .profile-setting .store svg {
  width: 10px;
  height: 16.5px;
  vertical-align: middle;
  padding-top: 0;
}

.header:not(.sticky) .profile-setting .support {
  width: 28px;
  height: 28px;
  margin: 0;
  border: 1px solid #000;
  padding: 2px 6px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .header:not(.sticky) .profile-setting .support {
    width: 45px !important;
    height: 45px !important;
    padding: 10px !important;
  }

  .header:not(.sticky) .profile-setting .support svg {
    width: 23px !important;
  }
}

.header:not(.sticky) .profile-setting .support:hover {
  background: #000;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
}

.header:not(.sticky) .profile-setting .support:hover svg path {
  fill: #fff;
}

.header:not(.sticky) .profile-setting .support svg {
  width: 15px;
  height: 23.28px;
}

@media (max-width: 991.89px) {
  .header:not(.sticky) .footer-mob {
    width: 88%;
    order: 6;
  }
}

.header:not(.sticky) .footer-mob a {
  margin: 0 5px;
  border: 1px solid #000;
  height: 28px;
  width: 28px;
  padding: 3px 4px;
  border-radius: 50%;
}

@media (max-width: 991.89px) {
  .header:not(.sticky) .footer-mob a {
    border: none;
    height: auto !important;
  }

  .header:not(.sticky) .footer-mob a img {
    width: 60px;
  }

    .header:not(.sticky) .footer-mob a svg {
        width: 30px !important;
        height: 20px !important;
        margin: 5px 0 0 0;
    }
}


.header:not(.sticky) .footer-mob a svg {
  width: 18px;
  height: 16px;
}

@media (min-width: 992px) {
  .header:not(.sticky) .footer-mob a:hover {
    background: #000;
    color: #fff;
    transition-delay: 0.2s;
    animation: ani500 0.6s forwards;
    background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
  }

  .header:not(.sticky) .footer-mob a:hover svg path {
    fill: #fff;
  }
}

.header .shop-elements li a span {
  font-size: 10px;
  color: #000;
  font-family: Changa-Regular;
}

.header .shop-elements li a span.bold {
  font-family: Changa-Bold;
}

.header .shop-elements li a span .arrow {
  padding: 2px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  display: inline-block;
  border-color: rgb(var(--primary-color));
}

.header .shop-elements .logout {
  color: #e01c1c;
}

.header li.cart svg {
  width: 20px;
  height: 29px;
  fill: var(--primary-color);
}

@media (min-width: 992px) and (max-width: 1209px) {
  .header li.cart svg {
    width: 20px;
    margin-top: 10px;
  }
}

.header li.cart .count {
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  left: -4px;
  top: -6px;
  background-color: #f00909;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  text-align: center;
}

.header li.lang a:hover {
  text-decoration: none;
}

.header li.lang a span {
  color: #000000;
  font-family: "Cairo-Regular";
}

.header li.lang a span.title {
  color: var(--primary-color);
}

.header li.lang a .arrow {
  padding: 3px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  display: inline-block;
  border-color: var(--primary-color);
}

.header li.lang .sub-menu li.active a span {
  color: #989898;
}

.header li.lang .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

@media (min-width: 992px) {
  .header li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

.header li .sub-menu {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 42px;
  background-color: #fff;
  padding-inline: 10px;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

@media (min-width: 320px) {
  .header li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -20px);
  }
}

.header li .sub-menu li {
  font-family: "ArbFONTS-Montserrat-Arabic-Regular";
  font-size: 14px;
  padding: 8px 0;
}

.header li .sub-menu li a {
  color: #000;
}

.header li .sub-menu li a:hover {
  color: #989898;
}

.header li .sub-menu li a .count {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f00909;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}

.header li .sub-menu li:hover a {
  color: #000;
}

.header .navbar {
  padding: 17px 22px 15px 14px;
}

.header .navbar .navbar-toggler svg {
  transform: rotate(180deg);
}

@media (max-width: 991.89px) {
  .header .navbar {
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
  }
}

.header .navbar .account.login {
  list-style: none;
  font-size: 15px;

}

@media (max-width: 991.89px) {
  .header .navbar .account {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .header .navbar .account.login {
    border: 1px solid #000;
    border-radius: 29px;
    height: 42px;
    width: 74%;
    font-size: 20px;
    padding-top: 9px;
    list-style: none;
    margin: 20px auto 0;
  }

  .header .navbar .account.login:hover {
    background: #090326;
    border: none;
    color: #fff;
    transition: 0.5s ease-in-out;
  }
    .header .navbar .account.login:hover a span{ 
        color:#fff;
    }
}

.header .navbar .account.d-lg-block .sub-menu {
  transform: translate(-69%, 26px);
}

.header .navbar .account .arrow {
  padding: 3px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  display: inline-block;
  border-color: rgb(var(--primary-color));
}

.header .navbar .account .sub-menu {
  transform: translate(-75%, 76px);
}

.header .navbar .account .sub-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-75%, 76px);
}

@media (max-width: 768px) {
  .header .navbar .account.hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991.89px) {
  .header .navbar .account a.d-flex {
    flex-direction: column;
  }

  .header .navbar .account a.d-flex p {
    color: #000;
    position: relative;
    left: -61px;
  }
}

@media (max-width: 991.89px) {
  .header .navbar .account {
    height: auto;
    margin: 35px auto 0;
    order: 0;
  }
}

.header .navbar .account svg {
  width: 23px;
  height: 29px;
  fill: var(--primary-color);
}

@media (max-width: 991.89px) {
  .header .navbar .account svg {
    width: auto;
    height: auto;
    fill: #000000;
  }
}

@media (min-width: 992px) and (max-width: 1209px) {
  .header .navbar .account svg {
    width: 20px;
  }
}

.header .navbar .account .user-name {
  position: relative;
  top: 25px;
  right: 44%;
}

.header .navbar .account .user-name p {
  font-size: 11px;
  margin-bottom: 0;
  color: var(--primary-color);
}

.header .navbar .account a {
  text-decoration: none;
}

.header .navbar .account a span {
  font-family: "Cairo-Bold";
  margin: 0 13px;
  color: #000;
  font-size: 15px;
 
}

@media (max-width: 991.89px) {
  .header .navbar .account a span {
    margin: 0 3px;
  }
}

@media (min-width: 992px) and (max-width: 1209px) {
  .header .navbar .account a span {
    font-size: 15px;
  }
}

.header .navbar .setting {
  color: #000;
}

.header .navbar .setting a {
  color: #000;
  text-decoration: none;
}

.header .navbar .setting a span {
  font-family: "Cairo-Bold";
}

@media (max-width: 991.98px) {
  .header .navbar .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 100;
    overflow-y: scroll;
    background-color: #fff;
    box-shadow: 0 3px 5px #eee;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .header .navbar .navbar-collapse {
    left: -310px;
    width: 310px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 299.98px) {
  .header .navbar .navbar-collapse {
    right: -100%;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .header .navbar .navbar-collapse .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 20px;
    width: 100%;
    order: 2;
  }

  .header .navbar .navbar-collapse .navbar-nav .profile-setting .store {
    padding: 9px 30px;
    border-radius: 25px;
    border: 1px solid #000;
    font-family: "Cairo-Regular";
    color: #000;
    font-size: 18px;
    width: 174px;
    height: 45px;
    text-align: center;
  }

  .header .navbar .navbar-collapse .navbar-nav .profile-setting .store svg {
    width: 17.38px;
    height: 16.5px;
    vertical-align: middle;
    padding-top: 0;
  }

  .header .navbar .navbar-collapse .navbar-nav .profile-setting .support {
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    padding: 13px 12px;
    border-radius: 50%;
  }

  .header .navbar .navbar-collapse .navbar-nav .profile-setting .support svg {
    width: 24.28px;
    height: 23.28px;
  }

  .header .navbar .navbar-collapse .navbar-nav .exit {
    border: none;
    width: 242px;
    height: 50px;
    margin: 15px auto 150px;
    color: rgb(220, 13, 13);
    border-radius: 25px;
    background: rgba(220, 13, 13, 0.2);
    font-family: "Cairo-Regular";
  }

  .header .navbar .navbar-collapse .navbar-nav .exit svg {
    vertical-align: middle;
  }

  .header .navbar .navbar-collapse .navbar-nav .footer-mob svg {
    height: 40px;
    width: 30px;
  }

  .header .navbar .navbar-collapse .navbar-nav .footer-mob img {
    height: 40px;
  }
}

.header .navbar .navbar-collapse .navbar-nav .nav-close a {
  width: 30px;
  height: 30px;
  font-size: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 1;
}

.header .navbar .navbar-collapse .navbar-nav .nav-close a:hover {
  color: red;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  margin: 0 10px;
}

@media (min-width: 1200px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 14px;
  }
}

.header .navbar .navbar-collapse .navbar-nav .nav-item:hover svg {
  fill: #989898;
  stroke: #989898;
}

@media (min-width: 992px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -21px;
    content: "";
    display: block;
    height: 2px;
    right: 0;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -23px;
    content: "";
    display: block;
    height: 2px;
    right: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, right 0.3s ease 0s;
    width: 0;
  }
}

.header .navbar .navbar-collapse .navbar-nav .nav-item:hover:after {
  width: 100%;
  right: 0;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link .menu-text {
  border-right: none;
}

@media (min-width: 992px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #000;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link svg path {
    fill: var(--primary-color);
    stroke: var(--primary-color);
  }
}

@media (max-width: 991.98px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item {
    display: flex;
    width: 100%;
    padding-inline: 0;
    padding-block: 15px;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item.logo {
    padding-block: 50px;
    background-color: #fff;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item.lang .sub-menu {
    visibility: visible !important;
    top: 75px;
    opacity: 1;
    right: 0;
  }

  .header .navbar .navbar-collapse .navbar-nav .nav-item.login-logout .menu-icon {
    background-color: #1ce0d9 !important;
  }
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding-right: 0;
  padding-left: 0;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .menu-text {
  font-family: "Cairo-Bold";
}

@media (max-width: 991.89px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .menu-text {
    border: none;
    padding-inline: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.89px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .menu-text {
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .menu-text {
    font-size: 14px;
  }
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
  width: 20px;
  height: 20px;
  align-items: center;
  vertical-align: middle;
  margin-top: -3px;
  fill: var(--primary-color);
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:not(:last-child) .menu-text {
  padding-right: 8px;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:not(:last-child):last-child {
  border: none;
}

@media (max-width: 991.98px) {
  .header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-block: 0;
    font-size: 16px;
    color: #000;
  }
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover .menu-text:after {
  border-right: 2px solid #989898;
  border-bottom: 2px solid #989898;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .menu-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 3px;
}

.header .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
}

.header .menu-overlay.active {
  z-index: 10;
  opacity: 0.7;
  visibility: visible;
}

.header .body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-opacity));
  opacity: 0;
  visibility: hidden;
}

.header .body-overlay.active {
  z-index: 10;
  opacity: 0.7;
  visibility: visible;
}

/*sticky header position*/
.sticky.is-sticky {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 5px #eee;
}

@media (min-width: 320px) and (max-width: 767.89px) {
  .sticky.is-sticky {
    display: none;
  }
}

@media (max-width: 991.89px) {
  .sticky.is-sticky .logo-banner {
    justify-content: center;
    margin-bottom: 10px;
    order: 6;
  }
}

@media (min-width: 992px) and (max-width: 1199.89px) {
  .sticky.is-sticky .navbar-collapse {
    max-width: 86%;
  }
}

@media (min-width: 1200px) {
  .sticky.is-sticky .navbar-collapse {
    margin-left: 4%;
  }
}

.sticky.is-sticky .navbar-collapse .navbar-nav {
  width: calc(100% - 200px);
}

@media (max-width: 992px) {
  .sticky.is-sticky .navbar-collapse .navbar-nav {
    width: 100%;
  }
}

@media (max-width: 991.89px) {
  .sticky.is-sticky .profile-setting {
    order: 1;
    width: 81%;
    margin-top: 20px;
  }
}

.sticky.is-sticky .profile-setting .store {
  padding: 3px;
  border-radius: 25px;
  border: 1px solid #000;
  font-family: "Cairo-Regular";
  color: #000;
  font-size: 12px;
  width: 73px;
  height: 28px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 991.89px) {
  .sticky.is-sticky .profile-setting .store {
    width: 130px;
    height: 35px;
    font-size: 16px;
  }

  .sticky.is-sticky .profile-setting .store svg {
    width: 14px;
    height: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.89px) {
  .sticky.is-sticky .profile-setting .store {
    width: 100px;
  }
}

.sticky.is-sticky .profile-setting .store:hover {
  background: #000;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
}

.sticky.is-sticky .profile-setting .store:hover svg path {
  fill: #fff;
}

.sticky.is-sticky .profile-setting .store svg {
  width: 10px;
  height: 16.5px;
  vertical-align: middle;
  padding-top: 0;
}

.sticky.is-sticky .profile-setting .support {
  width: 28px;
  height: 28px;
  margin: 0 5px;
  border: 1px solid #000;
  padding: 2px 6px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .sticky.is-sticky .profile-setting .support {
    width: 45px;
    height: 45px;
    padding: 5px 9px;
  }
}

.sticky.is-sticky .profile-setting .support:hover {
  background: #000;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
}

.sticky.is-sticky .profile-setting .support:hover svg path {
  fill: #fff;
}

.sticky.is-sticky .profile-setting .support svg {
  width: 15px;
  height: 23.28px;
}

@media (max-width: 991.89px) {
  .sticky.is-sticky .footer-mob {
    width: 100%;
    order: 6;
  }
}

.sticky.is-sticky .footer-mob a {
  margin: 0 5px;
  border: 1px solid #000;
  height: 28px;
  width: 28px;
  padding: 3px 4px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .sticky.is-sticky .footer-mob a {
    border: none;
    height: auto !important;
  }

  .sticky.is-sticky .footer-mob a svg {
    width: 18.87px !important;
    height: 24px !important;
  }
}

.sticky.is-sticky .footer-mob a svg {
  width: 18px;
  height: 16px;
}

.sticky.is-sticky .footer-mob a:hover {
  background: #000;
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #000 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #000 0.2em, transparent 0.3em) 0 0/1em 1em;
}

.sticky.is-sticky .footer-mob a:hover svg path {
  fill: #fff;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
  margin-left: 2%;
  margin-top: 3%;
}

@media (min-width: 320px) and (max-width: 767.89px) {
  .menu .d-none-web {
    display: block;
  }
}

.menu-item {
  border-right: 1px solid rgb(var(--primary-color));
}

@media (min-width: 320px) and (max-width: 991.89px) {
  .menu-item {
    border: 0;
  }
}

.menu-item:not(:last-child) {
  border-right: 1px solid rgb(var(--primary-color));
  height: 30px;
}

@media (min-width: 320px) and (max-width: 767.89px) {
  .menu-item:not(:last-child) {
    border: 0;
  }
}

.menu-item:last-child {
  border: 0;
}

.menu.is-active {
  left: 0;
  z-index: 9999;
  margin-top: 0;
  width: 65%;
  margin-left: 0;
  box-shadow: 0 6px 7px #eee;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin-top: 8rem;
}

@media (min-width: 320px) and (max-width: 767.89px) {
  .menu-inner {
    margin-top: 0;
    width: 100%;
    border-top: 1px solid rgb(var(--primary-color));
    padding-top: 25px;
    padding-left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991.89px) {
  .menu-inner {
    border: 0;
  }
}

.menu-link {
  font-family: "ArbFONTS-Montserrat-Arabic-Bold";
  font-size: 15px;
  line-height: 1.5;
  color: rgb(var(--primary-color));
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding-right: 20px;
}

.menu-link:hover:after {
  border-bottom: 0.3em solid;
  border-top: 0;
}

@media (min-width: 768px) and (max-width: 991.89px) {
  .menu-link {
    font-size: 14px;
    padding-right: 7px;
    padding-left: 0;
  }
}

.menu-link:hover {
  text-decoration: none;
}

.menu-link img {
  width: 25px;
  height: 19px;
  vertical-align: sub;
}

.menu-block {
  font-size: 1.5rem;
  text-align: center;
  color: rgb(var(--primary-color));
}

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    right: 0;
    width: auto;
    height: auto;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
    margin: 0 auto;
  }
}

footer {
  margin: 65px 0 0 0;
}

@media (max-width: 768px) {
  footer {
    margin: 35px 0 0 0;
  }
}

@media (min-width: 320px) and (max-width: 991.89px) {
  footer .container .customer-service {
    margin: 0 20px;
  }

  footer .container .customer-service p {
    font-weight: bold;
    font-size: 10px;
    padding-top: 10px;
  }

  footer .container .customer-service p svg {
    width: 15px;
    position: absolute;
    right: 15px;
    vertical-align: middle;
    top: 20px;
  }
}

footer .container .customer-service a {
  font-size: 15px;
  display: block;
  color: #000000;
  font-family: "Cairo-Regular";
}

footer .container .customer-service ul li {
  display: inline-block;
  margin-block: 15px;
  margin-right: 10px;
}

@media (min-width: 349px) and (max-width: 768px) {
  footer .container .customer-service ul li {
    margin-right: 10px;
  }
}

footer .container .customer-service ul li svg {
  width: 22px;
  height: 22px;
  cursor:pointer;
}

footer .container .customer-service ul li svg path {
  fill: #090326;
}

footer .container .customer-service p {
  font-weight: bold;
  font-size: 19px;
  font-family: "Cairo-Bold";
}

@media (max-width: 768px) {
  footer .container .customer-service p {
    font-size: 20px;
    font-family: "Cairo-Bold";
  }
}

footer .container .expands {
  max-height: 177px;
}

footer .container ul {
  padding-inline-start: 0;
}

@media (max-width: 991.89px) {
  footer .container ul {
    transition: max-height 1s;
    overflow: hidden;
    max-height: 0;
  }
}

footer .container ul li {
  list-style: none;
  margin-bottom: 10px;
}

footer .container ul li a {
  font-size: 15px;
  color: #000000;
  font-family: "Cairo-Regular";
}

@media (min-width: 349px) and (max-width: 767.89px) {
  footer .container ul li a {
    font-size: 15px;
  }
}

footer .container ul .main .dropdown-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Cairo-Regular";
}

footer .container ul .main .dropdown-trigger svg {
  width: 0.8rem;
  margin-left: 41px;
  margin-top: 10px;
  transition: transform 0.5s ease-in-out;
}

footer .container ul .main .dropdown-trigger .chevron-selected {
  transform: rotate(180deg);
}

footer .container ul .main .dropdown {
  display: flex;
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease-in-out;
}

footer .container ul .main .dropdown .dropdown__right-panel {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

footer .container ul .main .dropdown .dropdown__right-panel .dropdown__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 10px 0 0 0;
  font-family: "Cairo-Regular";
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  font-weight: 400;
  line-height: 24px;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity, transform 0.5s ease-in-out;
}

footer .container ul .main .dropdown .dropdown__right-panel .dropdown__item-active {
  opacity: 1;
  transform: translatey(0);
}

footer .container ul .main .dropdown-active {
  opacity: 1;
  display: block;
}

@media (max-width: 991.89px) {
  footer .container .account-info {
    border-bottom: 1px solid #c2c2c2;
    margin: 0 20px;
  }
}

footer .container .account-info p {
  font-family: "Cairo-Bold";
}

@media (min-width: 320px) and (max-width: 991.89px) {
  footer .container .account-info p {
    font-size: 20px;
    font-family: "Cairo-Bold";
    margin-bottom: 0;
    padding-top: 10px;
  }

  footer .container .account-info p svg {
    width: 15px;
    position: absolute;
    right: 15px;
    vertical-align: middle;
    top: 20px;
  }
}

footer .container .footer-menu p {
  font-family: "Cairo-Bold";
}

@media (max-width: 991.89px) {
  footer .container .footer-menu {
    border-bottom: 1px solid #c2c2c2;
    margin: 0 20px;
  }
}

@media (min-width: 320px) and (max-width: 991.89px) {
  footer .container .footer-menu p {
    font-weight: bold;
    font-size: 19px;
    font-family: "Cairo-Bold";
    margin-bottom: 0;
  }

  footer .container .footer-menu p svg {
    width: 15px;
    position: absolute;
    right: 15px;
    top: 11px;
    vertical-align: middle;
  }
}

footer .container .email a {
  color: #000000;
  font-family: "Cairo-Bold";
  display: flex;
  justify-content: center;
}

footer .container .email p {
  font-size: 12px;
  margin-top: 13px;
  font-family: "Cairo-Regular";
  text-align: center;
}

footer .container .email form input {
  width: 100%;
  height: 37px;
  border: 1px solid #090326;
  border-radius: 7px;
  padding-inline: 10px;
}

@media (max-width: 991.89px) {
  footer .container .email form input {
    width: 70%;
    margin: 0 auto;
    display: table;
  }
}

footer .container .email form input::-moz-placeholder {
  font-size: 13px;
  color: #707070;
  font-family: "Cairo-Regular";
}

footer .container .email form input::placeholder {
  font-size: 13px;
  color: #707070;
  font-family: "Cairo-Regular";
}

footer .container .email form button {
  margin: 20px auto 0;
  display: table;
  border: none;
  width: 123px;
  height: 37px;
  background-color: #090326;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
  font-weight: normal;
  font-family: "Cairo-Regular";
  cursor:pointer;
}

@media (min-width: 768px) {
  footer .container .email {
    display: block !important;
  }
}

.copy-right .container-fluid {
  max-width: 1300px;
}

@media (max-width: 768px) {
  .copy-right .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 991.89px) {
  .copy-right .container-fluid .change-dir {
    flex-direction: column;
  }
}

.copy-right .container-fluid .pay-method {
  margin: 0 40px;
}

@media (max-width: 991.89px) {
  .copy-right .container-fluid .pay-method {
    margin: 0 15px;
  }
}

.copy-right .container-fluid .pay-method .payment {
  padding-top: 35px;
  padding-inline-start: 0;
}

.copy-right .container-fluid .pay-method .payment li {
  margin-right: 13px;
}

.copy-right .container-fluid .pay-method .payment li svg {
  width: 41px;
  height: 36px;
}

.copy-right .container-fluid .pay-method .payment li svg path {
  fill: #000;
}

.copy-right .container-fluid .pay-method .payment li svg rect {
  fill: #000;
}

@media (max-width: 768px) {
  .copy-right .container-fluid .pay-method .payment img {
    width: 24px;
    height: 16px;
  }
}

@media (max-width: 768px) {
  .copy-right .container-fluid .pay-method .payment {
    padding-top: 0;
  }
}

.copy-right .container-fluid .pay-method .stores {
  padding-top: 30px;
  padding-inline-start: 0;
}

@media (max-width: 768px) {
  .copy-right .container-fluid .pay-method .stores {
    padding-top: 0;
  }
}

.copy-right .container-fluid .pay-method .stores li {
  display: inline-block;
}

@media (max-width: 645px) {
  .copy-right .container-fluid .pay-method .stores li img {
    width: 50px;
    height: 16px;
  }
}

@media (min-width: 645px) and (max-width: 991.89px) {
  .copy-right .container-fluid .pay-method .stores li img {
    width: 77px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .copy-right .container-fluid .pay-method .stores li img {
    width: 100px;
  }
}

.copy-right .container-fluid .pay-method .payment li {
  display: inline-block;
}

.copy-right .container-fluid .pay-method .payment li a {
  color: var(--primary-color);
}

.copy-right .container-fluid .pay-method .payment li img {
  width: 50px;
  height: 25px;
}

@media (max-width: 645px) {
  .copy-right .container-fluid .pay-method .payment li img {
    width: 24px;
  }
}

@media (min-width: 645px) and (max-width: 991.89px) {
  .copy-right .container-fluid .pay-method .payment li img {
    width: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .copy-right .container-fluid .pay-method .payment li img {
    width: 40px;
  }
}

.copy-right .container-fluid .vat {
  display: inline-block;
  padding: 27px 14px 23px 14px;
  vertical-align: middle;
  font-family: "Cairo-Regular";
  font-size: 10px;
}

@media (max-width: 992px) {
  .copy-right .container-fluid .vat {
    padding: 0 14px 23px 14px;
  }
}

.copy-right .container-fluid .vat img {
  width: 65px;
  height: 87px;
  margin-top: 10px;
}

@media (max-width: 991.89px) {
  .copy-right .container-fluid .vat img {
    height: 65px;
    margin-top: -9px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .copy-right .container-fluid .vat img {
    height: 100px;
  }
}

@media (max-width: 991.89px) {
  .copy-right .container-fluid .vat {
    padding: 0 14px;
    margin: 0;
  }
}

.copy-right .container-fluid .vat li {
  margin-bottom: 10px;
}

@media (max-width: 991.89px) {
  .copy-right .container-fluid .vat li {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

.copy-right .container-fluid .vat li a {
  font-size: 12px;
  color: #000000;
}

@media (max-width: 991.89px) {
  .copy-right .container-fluid .vat li a {
    font-size: 10px;
  }
}

@media (max-width: 767.89px) {
  .copy-right .email {
    margin: 0 auto;
    width: 80%;
  }
}

@media (min-width: 768px) {
  .copy-right .email {
    display: none !important;
  }
}

.copy-right .email a {
  color: #000;
  font-weight: bold;
}

.copy-right .email p {
  font-size: 11px;
  margin-top: 13px;
}

.copy-right .email form input {
  background-color: #e7e7e7;
  width: 100%;
  height: 37px;
  border: none;
}

.copy-right .email form input::-moz-placeholder {
  font-size: 13px;
  padding-left: 10px;
}

.copy-right .email form input::placeholder {
  font-size: 13px;
  padding-left: 10px;
}

.copy-right .email form button {
  margin: 20px auto 0;
  display: table;
  width: 123px;
  height: 37px;
  background-color: #2e2e2e;
  color: #fff;
  font-size: 13px;
  padding-top: 5px;
  font-weight: normal;
}

.copy-right .coprights p {
  font-size: 13px;
  font-family: "Cairo-Regular";
}

.copy-right .coprights p a {
  color: #000000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .copy-right .coprights p {
    text-align: center;
    float: none;
  }
}

@media (min-width: 320px) and (max-width: 991.89px) {
  .copy-right .coprights p {
    padding-top: 10px;
    text-align: center;
  }
}

#button {
  display: inline-block;
  background: rgba(127, 23, 143, 0.4);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 65px;
  padding: 10px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor:pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=layout.css.map */