*,
body,
html {
  margin: 0;
  padding: 0;
}
*,
body,
button,
h1,
h2,
h3,
html {
  font-family: cairo;
}
.scrolltotop,
.whatsapplivechat {
  position: fixed;
  bottom: 26px;
  z-index: 9999;
  text-decoration: none;
  text-align: center;
}
.scrolltotop,
.scrolltotop:hover,
.whatsapplivechat {
  text-decoration: none;
}
@keyframes updown {
  10% {
    top: 47%;
  }
  20% {
    top: 48%;
  }
  30% {
    top: 49%;
  }
  40% {
    top: 50%;
  }
  50% {
    top: 51%;
  }
  60% {
    top: 52%;
  }
  70% {
    top: 53%;
  }
}
@-webkit-keyframes updown {
  10% {
    top: 47%;
  }
  20% {
    top: 48%;
  }
  30% {
    top: 49%;
  }
  40% {
    top: 50%;
  }
  50% {
    top: 51%;
  }
  60% {
    top: 52%;
  }
  70% {
    top: 53%;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: transparent;
  -khtml-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
::-moz-selection {
  background: #1c4573;
  color: #f9d342;
}
::selection {
  background: #1c4573;
  color: #f9d342;
}
::-webkit-scrollbar {
  width: 15px;
  background-color: #222;
}
::-webkit-scrollbar-thumb {
  background-color: #555;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 3px solid #222;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
::-webkit-scrollbar-track {
  background-color: #222;
}
body,
html {
  direction: rtl;
  background-color: #f7f6f6;
  height: 100%;
  width: 100%;
}
h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid #eee;
}
img {
  vertical-align: middle;
}
p {
  margin: 0 0 10px;
}
.clearfix {
  clear: both;
}
.scrolltotop,
.whatsapplivechat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  line-height: 0;
}
.scrolltotop {
  background: #f9d342;
  color: #222;
  right: 30px;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.scrolltotop.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.whatsapplivechat {
  background: #f9d342;
  color: #222;
  left: 30px;
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.ion-social-whatsapp-outline,
.whatsapplivechat i {
  margin-left: 4px;
}
.whatsapplivechat:hover {
  text-decoration: underline;
}
.scrolltotop > i {
  font-size: 0.9em;
}
.flousy-087-paypal-4 {
  color: #fff;
  position: relative;
}
.logo,
nav {
  float: right;
}
.flousy-087-paypal-4::before {
  position: absolute;
  line-height: 38px;
  right: 22px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.flousy-087-paypal-4:hover::before {
  color: #222;
}
.desktopNav {
  display: inline-block;
  width: 100%;
  position: absolute;
}
.adsmobile,
.logomoblie,
.mobNav,
.navmob {
  display: none;
}
.logo {
  padding: 0;
  width: 160px;
  margin: 0 0 0 26px;
}
.logo img {
  height: auto;
}
.logodesktop {
  display: block;
}
.homepage-img {
  position: relative;
  margin: 0;
  background-size: cover;
  width: 100%;
  min-height: auto;
  height: 50%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.homepage-img a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 90%;
  padding: 16px 0;
  text-align: center;
  color: #f9d342;
  border: 2px solid #f9d342;
  font-size: 1em;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.homepage-img a,
.homepage-img a i,
.name-header {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
.name-header {
  top: 69%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.homepage-img a i {
  top: 46%;
  -webkit-animation-name: updown;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-name: updown;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.name-header .header-title-store,
.name-header h1,
.name-header h2 {
  font-size: 2.2em;
  color: #f9d342;
  margin: 0 auto;
  padding: 12px 0 24px;
  text-align: center !important;
  display: inline-block;
  line-height: 1.1;
}
.name-header .header-des-store {
  font-size: 1em;
  display: inline-block;
  border-bottom: 1px solid #f9d342;
  padding: 10px 12px 14px;
  border-top: 1px solid #f9d342;
  position: relative;
  min-height: 48px;
}
.name-header .header-des-store::after,
.name-header .header-des-store::before {
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  background: #f9d342;
  position: absolute;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.name-header .header-des-store::before {
  bottom: -5px;
  left: 0;
}
.name-header .header-des-store::after {
  top: -5px;
  right: 0;
}
.ads-by {
  padding: 0 0 110px;
}
.ads-by .adsc {
  width: 16.3111111%;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ads-by .adsc:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ads-by .adsc img,
.logo img,
.menu:hover:before {
  width: 100%;
}
.menu:before {
  right: 0;
  width: 0;
  height: 2px;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.eqd5v0k4,
.lc-16fp8s8 {
  font-family: cairo !important;
  font-weight: 500 !important;
}
@media (max-width: 1280px) and (min-width: 1024px) {
  .logo {
    width: 140px;
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .desktopNav {
    display: none;
  }
  .scrolltotop,
  .whatsapplivechat {
    display: none !important;
    opacity: 0 !important;
  }
  .active-about:before,
  .active-contact:before,
  .active-home:before,
  .active-store:before {
    position: initial !important;
  }
}
