@media screen and (min-width: 320px) {
  .navbar {
    margin: 0 auto;
    width: 100%;
    top: 8px;
  }
  .navbar .navbar-brand {
    width: 100%;
    display: block;
    margin: auto;
    background: #444;
    background: -webkit-radial-gradient(
      90deg,
      rgba(68, 68, 68, 0) 5%,
      rgba(119, 119, 119, 0.8) 50%,
      rgba(68, 68, 68, 0) 95%
    );
    background: -o-linear-gradient(
      left,
      rgba(68, 68, 68, 0) 5%,
      rgba(119, 119, 119, 0.8) 50%,
      rgba(68, 68, 68, 0) 95%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(5%, rgba(68, 68, 68, 0)),
      color-stop(50%, rgba(119, 119, 119, 0.8)),
      color-stop(95%, rgba(68, 68, 68, 0))
    );
    background: linear-gradient(
      90deg,
      rgba(68, 68, 68, 0) 5%,
      rgba(119, 119, 119, 0.8) 50%,
      rgba(68, 68, 68, 0) 95%
    );
    background-image: -webkit-radial-gradient(
      90deg,
      rgba(68, 68, 68, 0) 5%,
      rgba(119, 119, 119, 0.8) 50%,
      rgba(68, 68, 68, 0) 95%
    );
    background-image: -o-linear-gradient(
      left,
      rgba(68, 68, 68, 0) 5%,
      rgba(119, 119, 119, 0.8) 50%,
      rgba(68, 68, 68, 0) 95%
    );
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(5%, rgba(68, 68, 68, 0)),
      color-stop(50%, rgba(119, 119, 119, 0.8)),
      color-stop(95%, rgba(68, 68, 68, 0))
    );
    background-image: linear-gradient(
      90deg,
      rgba(68, 68, 68, 0) 5%,
      rgba(119, 119, 119, 0.8) 50%,
      rgba(68, 68, 68, 0) 95%
    );
  }
  * {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -khtml-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
  }
  .navbar .navbar-brand img {
    width: 85px;
    height: 40.75px;
    display: block;
    margin: auto;
    padding: 2px 0;
  }
  .navbar .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    background: #eaeaea;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    color: #353535;
    z-index: 10;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 0 -1px 8px;
    box-shadow: rgb(0 0 0 / 10%) 0 -1px 8px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar {
    margin: 16px 38px 0 0;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .navbar {
    margin: 22px 42px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .navbar {
    margin: 22px 42px 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .navbar {
    margin: 28px 85px 0 0;
  }
}
@media screen and (min-width: 360px) {
  .navbar .navbar-brand img {
    width: 95.5px;
    height: 45.3px;
  }
}
@media screen and (min-width: 379px) {
  .navbar .navbar-brand img {
    width: 105px;
    height: 49.39px;
  }
}
@media screen and (min-width: 400px) {
  .navbar .navbar-brand img {
    width: 107px;
    height: 50.27px;
  }
}
@media screen and (min-width: 428px) {
  .navbar .navbar-brand img {
    width: 113px;
    height: 52.86px;
  }
}
@media screen and (min-width: 480px) {
  .navbar .navbar-brand img {
    width: 120px;
    height: 55.89px;
  }
}
@media screen and (min-width: 600px) {
  .navbar .navbar-brand img {
    width: 95px;
    height: 45.08px;
  }
}
@media screen and (min-width: 320px) {
  @supports (hanging-punctuation: first) and (font: -apple-system-body) and
    (-webkit-appearance: none) {
    .navbar .navbar-collapse {
      bottom: 0;
      padding-bottom: env(safe-area-inset-bottom);
    }
  }
  @supports not (
    (hanging-punctuation: first) and (font: -apple-system-body) and
      (-webkit-appearance: none)
  ) {
    .navbar .navbar-collapse {
      bottom: 0;
      padding-bottom: env(safe-area-max-inset-bottom, 0);
      height: auto;
    }
  }
  .navbar .navbar-collapse .navbar-nav {
    outline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: -1px auto 0;
  }
  .mobActive {
    color: #1c4f8a !important;
  }
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.68em;
    color: #353535;
    font-weight: 600;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    outline: 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    padding: 9px 8px 10px;
    position: relative;
  }
}
@media screen and (min-width: 360px) {
  .nav-side .nav-pages a,
  .nav-side .whatsapp-chat a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.7em;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 8px 12px;
  }
}
@media screen and (min-width: 379px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.77em;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 8px 11px;
  }
}
@media screen and (min-width: 388px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.78em;
  }
}
@media screen and (min-width: 400px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.81em;
  }
}
@media screen and (min-width: 410px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 12px 8px;
  }
}
@media screen and (min-width: 428px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 450px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.9em;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 11px 8px 12px;
  }
}
@media screen and (min-width: 480px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.93em;
  }
}
@media screen and (min-width: 600px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.82em;
  }
}
@media screen and (min-width: 712px) {
  .navbar .navbar-brand img {
    width: 90px;
    height: 42.91px;
  }
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 753px) {
  .navbar .navbar-brand img {
    width: 95px;
    height: 45.08px;
  }
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 800px) {
  .navbar .navbar-brand img {
    width: 105px;
    height: 49.39px;
  }
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.82em;
  }
}
@media screen and (min-width: 834px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 12px 8px 13px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar .navbar-brand {
    position: relative;
    right: 0;
    width: auto;
    display: inline-block;
    top: 0;
    background: 0 0;
  }
  .navbar .navbar-brand img {
    width: 140px;
    height: 64.53px;
  }
  .navbar .navbar-collapse {
    position: relative;
    bottom: 0;
    background: 0 0;
    width: auto;
    border-top: 0;
    color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    margin-right: 30px;
  }
  .navbar .navbar-collapse .navbar-nav {
    outline: 0;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin: -1px auto 0;
  }
  .desktopActive {
    color: #f9d342 !important;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1em;
    padding: 12px 0;
    outline: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
    font-weight: 400;
    color: #fff;
  }
  .navbar-light .navbar-collapse .navbar-nav .active > .nav-link,
  .navbar-light .navbar-collapse .navbar-nav .nav-link.active,
  .navbar-light .navbar-collapse .navbar-nav .nav-link.show,
  .navbar-light .navbar-collapse .navbar-nav .show > .nav-link {
    color: #f9d361;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link > svg {
  width: 1.5em;
  height: 1.5em;
  display: block;
  text-align: center;
  margin: 0 auto 0.8em;
}
.conbutton .buttonleft > a .buy-svg *,
.dropdown-menu .dropdown-item svg *,
.nav-side .nav-pages a svg *,
.navbar .nav-link svg *,
a.button svg.buy-svg *,
footer .quick-links ul li .footer-icon *,
footer .social-media ul li svg *,
.whatsapplivechat svg *,
.scrolltotop svg *,
.whatsapp-chat svg * {
  fill: currentColor !important;
}
@media screen and (min-width: 320px) {
  .nav-side .nav-pages a,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #676666;
  }
  .nav-side .nav-pages::after {
    content: "";
    -webkit-box-flex: 100;
    -webkit-flex: 100;
    -ms-flex: 100;
    flex: 100;
  }
  .mobActive::before,
  .nav-link:before {
    -webkit-transition: ease-in-out;
    -o-transition: ease-in-out;
    transition: ease-in-out;
  }
  .mobActive::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #1c4f8a !important;
    width: 100%;
    height: 2px;
  }
  .nav-link:before {
    background: #eaeaea;
  }
  .nav-side {
    background: #e6e6e6;
    position: fixed;
    z-index: 12;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-side > .container {
    height: 100%;
    overflow-x: auto;
  }
  #close-btn,
  .box > h2 {
    display: inline-block;
  }
  #close-btn {
    background: #8a8a8a;
    border-radius: 50px;
    height: 1.5em;
    width: 1.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    margin-bottom: 1.5em;
    margin-right: 1em;
    cursor: pointer;
  }
  .nav-side .nav-pages {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .nav-side .nav-pages a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: 33%;
    padding: 4% 0;
    margin-bottom: 10px;
  }
  .nav-side .whatsapp-chat a {
    font-size: 0.68em;
    font-weight: 600;
    background: #333;
    background: -o-linear-gradient(246deg, #222, #555 100%);
    background: linear-gradient(204deg, #222, #555 100%);
    background-image: -o-linear-gradient(246deg, #222, #555);
    background-image: linear-gradient(204deg, #222, #555);
    padding: 12px 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
  }
  .nav-side .whatsapp-chat {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 379px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 8px 11px;
  }
  .nav-side .nav-pages a > svg,
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link > svg {
    width: 1.7em;
    height: 1.7em;
  }
  .nav-side .nav-pages a > svg {
    width: 3.3em;
    height: 3.3em;
  }
}
.nav-side .nav-pages a > svg {
  width: 3.3em;
  height: 3.3em;
  display: block;
  margin: auto;
  text-align: center;
  padding: 10px;
}
a.button svg.buy-svg,
footer .quick-links ul li a {
  display: inline-block;
}
@media screen and (min-width: 834px) {
  .nav-side .whatsapp-chat a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 800px) {
  .nav-side .whatsapp-chat a {
    font-size: 0.88em;
    padding: 14px 20px;
  }
}
@media screen and (min-width: 753px) {
  .nav-side .whatsapp-chat a {
    font-size: 0.85em;
    padding: 13px 20px;
  }
}
@media screen and (min-width: 712px) {
  .nav-side .whatsapp-chat a {
    padding: 12px 20px;
    font-size: 0.83em;
  }
}
@media screen and (min-width: 600px) {
  .nav-side .nav-pages a {
    width: 25%;
  }
  .nav-side .whatsapp-chat a {
    padding: 15px 20px;
    font-size: 0.9em;
  }
}
@media screen and (min-width: 480px) {
  .nav-side .whatsapp-chat a {
    padding: 16px 20px;
    font-size: 1em;
  }
  .nav-side .whatsapp-chat a i,
  footer .quick-links ul li i {
    font-size: 1em;
  }
}
@media screen and (min-width: 450px) {
  .nav-side .whatsapp-chat a {
    font-size: 1em;
  }
}
@media screen and (min-width: 428px) {
  .nav-side .whatsapp-chat a {
    font-size: 0.95em;
    padding: 13px 20px;
  }
}
@media screen and (min-width: 400px) {
  .nav-side .whatsapp-chat a {
    font-size: 0.9em;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 388px) {
  .nav-side .whatsapp-chat a {
    font-size: 0.835em;
  }
}
@media screen and (min-width: 410px) {
  .nav-side .whatsapp-chat a i,
  footer .quick-links ul li i {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 400px) {
  .nav-side .whatsapp-chat a i,
  footer .quick-links ul li i {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 379px) {
  .nav-side .whatsapp-chat a {
    font-size: 0.85em;
    padding: 12.5px 20px;
  }
  .nav-side .whatsapp-chat a i {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 320px) {
  .nav-side .whatsapp-chat a i {
    font-size: 1.2em;
  }
  .mobNav {
    display: block;
    cursor: pointer;
  }
  footer {
    padding: 30px 0 0;
    background: #333;
    margin-top: 8em;
  }
  .nav-side,
  .nav-side .nav-pages,
  footer .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-side .nav-pages,
  footer .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-container {
    margin-bottom: 6px;
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
    padding: 0 !important;
  }
  footer .quick-links {
    margin: 0 0 25px;
    width: 50%;
  }
  footer .last {
    width: 100%;
    margin-bottom: 8px;
  }
  footer .quick-links ul {
    font-size: 0.74em;
    padding-right: 18px;
    font-family: Tajawal;
    margin: 1em auto;
  }
  footer .quick-links ul li {
    color: #cecece;
    margin: 12px auto;
    font-family: Tajawal !important;
  }
}
.bg-product .badge-icon,
.conbutton .buttonleft > a,
a.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
}
@media screen and (min-width: 360px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link > svg {
    width: 1.7em;
    height: 1.7em;
  }
  .nav-side .nav-pages a > svg {
    width: 3.3em;
    height: 3.3em;
  }
  footer .quick-links ul {
    font-size: 0.885em;
  }
}
@media screen and (min-width: 379px) {
  footer {
    padding: 35px 0 0;
  }
  footer .quick-links ul {
    font-size: 0.92em;
  }
}
@media screen and (min-width: 388px) {
  footer .quick-links ul {
    font-size: 0.93em;
  }
}
@media screen and (min-width: 400px) {
  footer .quick-links ul {
    font-size: 0.945em;
  }
}
@media screen and (min-width: 410px) {
  footer .quick-links ul {
    font-size: 0.96em;
  }
}
@media screen and (min-width: 428px) {
  footer .quick-links ul {
    font-size: 1em;
  }
}
@media screen and (min-width: 450px) {
  footer .quick-links ul {
    font-size: 1.08em;
  }
}
@media screen and (min-width: 480px) {
  footer .quick-links ul {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 600px) {
  .container-bg > .container-title > p,
  footer .quick-links ul {
    font-size: 1em;
  }
}
@media screen and (min-width: 712px) {
  footer .quick-links ul {
    font-size: 0.92em;
  }
}
@media screen and (min-width: 753px) {
  footer .quick-links ul,
  footer .quick-links ul li i {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 800px) {
  footer .quick-links ul {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .dropdown-item {
    padding: 0.5rem 0.8rem 0.5rem 0.9rem;
    font-size: 1em;
  }
  .dropdown-menu .dropdown-item > svg {
    width: 1.15em;
    height: 1.15em;
    display: inline-block;
    vertical-align: -0.15em;
    margin-left: 7px;
  }
  .mobActive::before {
    top: auto;
    bottom: 0;
  }
  .desktopActive::before,
  .nav-link:before {
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
  .desktopActive::before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #f9d361 !important;
    width: 100%;
    height: 2px;
  }
  .nav-link:before {
    background: #f9d342;
  }
  .navbar-light .navbar-collapse .navbar-nav .active > .nav-link:before,
  .navbar-light .navbar-collapse .navbar-nav .nav-link.active:before,
  .navbar-light .navbar-collapse .navbar-nav .nav-link.show:before,
  .navbar-light .navbar-collapse .navbar-nav .show > .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f9d342;
    width: 100%;
    height: 2px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link > svg {
    width: 1.16em;
    height: 1.16em;
    display: inline-block;
    margin: 0 0 0 8px;
    vertical-align: -0.15em;
  }
  .mobNav {
    display: none;
  }
  .desktopNav,
  footer .last ul {
    display: block;
    width: auto;
    position: unset;
  }
  footer {
    background: #222;
    padding: 30px 0 0;
    margin-top: 9em;
  }
  .deskContainer {
    width: 900px !important;
  }
  footer .last,
  footer .quick-links {
    width: 20%;
    margin: 0 0 -30px;
  }
}
@media screen and (min-width: 1152px) {
  .navbar .navbar-brand img {
    width: 152px;
    height: 69.72px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.09em;
  }
  .dropdown-item {
    font-size: 1em;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link > svg {
    width: 1.15em;
    height: 1.15em;
  }
  footer .quick-links ul,
  footer h3 {
    font-size: 0.825em;
  }
}
@media screen and (min-width: 1280px) {
  .navbar .navbar-brand img {
    width: 165px;
    height: 75.34px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.2em;
  }
  .dropdown-item {
    font-size: 1em;
  }
  .deskContainer {
    width: 1140px !important;
    max-width: 85% !important;
  }
  footer .last,
  footer .quick-links {
    width: 16%;
    margin: 0 0 -20px;
  }
  footer .quick-links ul,
  footer h3 {
    font-size: 0.97em;
  }
}
footer .quick-links ul li .footer-icon {
  width: 1em;
  height: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 6px;
}
@media screen and (min-width: 1920px) {
  .navbar {
    margin: 32px 85px 0 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1.28em;
  }
  .deskContainer {
    width: 1267px !important;
  }
  footer .quick-links ul,
  footer h3 {
    font-size: 1.04em;
  }
}
@media screen and (min-width: 320px) {
  footer .quick-links ul li a {
    color: #c2c2c2;
    cursor: pointer;
  }
  footer .third {
    display: none;
  }
  .social-media,
  .social-media ul,
  footer .last ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social-media ul {
    padding: 75px 0 0;
    list-style: none;
    margin: auto;
    gap: 8px;
  }
  .social-media ul li a {
    color: #fff;
    background: #2b2b2b;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    padding: 0.625em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .social-media ul li a:hover {
    color: #2b2b2b;
    background: #f9d342;
  }
  .copyrights,
  .social-media {
    margin: 0 auto;
    background: #222;
  }
  .copyrights {
    text-align: center;
    color: #a5a5a5;
    text-transform: none;
    font-size: 0.6em;
    padding: 22px 0 110px;
    cursor: default;
  }
  footer h3 {
    margin-bottom: 0;
    font-weight: 600;
    color: #f7f7f7;
    font-family: Tajawal;
    cursor: default;
  }
}
@media screen and (min-width: 360px) {
  .copyrights {
    font-size: 0.68em;
    padding: 24px 0 130px;
  }
}
@media screen and (min-width: 379px) {
  .copyrights {
    font-size: 0.75em;
    padding: 24px 0 150px;
  }
}
@media screen and (min-width: 400px) {
  .copyrights {
    font-size: 0.78em;
    padding: 24px 0 170px;
  }
}
@media screen and (min-width: 410px) {
  .copyrights {
    padding: 24px 0 180px;
  }
}
@media screen and (min-width: 428px) {
  .copyrights {
    font-size: 0.825em;
    padding: 24px 0 170px;
  }
}
@media screen and (min-width: 450px) {
  .copyrights {
    font-size: 0.88em;
    padding: 24px 0 180px;
  }
}
@media screen and (min-width: 480px) {
  .copyrights {
    font-size: 0.92em;
  }
}
@media screen and (min-width: 600px) {
  .copyrights {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 712px) {
  .copyrights {
    font-size: 0.77em;
    padding: 20px 0 140px;
  }
}
@media screen and (min-width: 753px) {
  .copyrights {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1024px) {
  .social-media ul li,
  footer .quick-links ul,
  footer h3 {
    font-size: 0.8em;
  }
  .copyrights {
    font-size: 0.7em;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1152px) {
  .copyrights {
    font-size: 0.7em;
  }
  footer .quick-links ul {
    font-size: 0.825em;
  }
}
@media screen and (min-width: 320px) {
  .social-media ul li,
  footer h3 {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 360px) {
  footer h3 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 379px) {
  footer h3 {
    font-size: 0.94em;
  }
}
@media screen and (min-width: 400px) {
  .container-bg > .container-title > p,
  .social-media ul li,
  footer h3 {
    font-size: 0.98em;
  }
}
@media screen and (min-width: 410px) {
  footer h3 {
    font-size: 1em;
  }
}
@media screen and (min-width: 428px) {
  .about-us > p,
  .container-bg > .container-title > p,
  footer h3 {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 450px) {
  .about-us > p,
  .container-bg > .container-title > p,
  footer h3 {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 480px) {
  footer h3 {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 320px) {
  .social-media ul li {
    font-size: 0.75em;
  }
  footer .quick-links ul li {
    color: #cecece;
    margin: 12px auto;
  }
  footer .last ul li {
    width: 50%;
    cursor: default;
  }
  footer .last ul {
    padding: 0;
    margin-top: 4px;
  }
}
@media screen and (min-width: 360px) {
  .social-media ul li {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 379px) {
  .social-media ul li {
    font-size: 0.93em;
  }
}
@media screen and (min-width: 400px) {
  .social-media ul li {
    font-size: 0.98em;
  }
}
@media screen and (min-width: 410px) {
  .social-media ul li {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 428px) {
  .social-media ul li {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 600px) {
  footer h3 {
    font-size: 1.05em;
  }
  .social-media ul li {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 712px) {
  footer h3 {
    font-size: 0.945em;
  }
  .social-media ul li {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 753px) {
  footer h3 {
    font-size: 0.98em;
  }
  .social-media ul li {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  footer h3 {
    font-size: 1.035em;
  }
  .social-media ul li {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1024px) {
  .social-media ul li {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1280px) {
  .copyrights {
    font-size: 0.8em;
  }
  footer .quick-links ul {
    font-size: 0.97em;
  }
  .social-media ul li {
    font-size: 0.925em;
  }
}
@media screen and (min-width: 1920px) {
  .copyrights {
    font-size: 0.85em;
  }
  footer .quick-links ul {
    font-size: 1.04em;
  }
  .social-media ul li {
    font-size: 0.95em;
  }
}
footer .quick-links ul,
footer .quick-links ul li,
footer .quick-links ul li a,
footer h3 {
  font-family: Tajawal !important;
}
@media (max-width: 1023px) {
  .active-about:before,
  .active-contact:before,
  .active-home:before,
  .active-store:before {
    position: absolute !important;
  }
}
#nav-side.nav-side {
  position: fixed;
  top: 0;
  left: 0 !important;
  right: auto !important;
  height: 100vh;
  width: 100%;
  -webkit-transform: translateX(-110%) !important;
  -ms-transform: translateX(-110%) !important;
  transform: translateX(-110%) !important;
  -webkit-transition: -webkit-transform 0.3s !important;
  transition: transform 0.3s !important;
  -o-transition: transform 0.3s !important;
  transition: transform 0.3s, -webkit-transform 0.3s !important;
  will-change: transform;
  pointer-events: none;
  background: #fff;
  z-index: 9999;
}
#nav-side.nav-side.is-open {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  pointer-events: auto;
}
body.nav-open {
  overflow: hidden;
}
.howthis,
.note-msg,
.store .containerproduct .frame,
.store section .products {
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.bg-product {
  position: relative;
  --badge-pad: 10px;
  --badge-size: 22px;
  --badge-icon: 12px;
}
.bg-product .badge-icon {
  position: absolute;
  top: var(--badge-pad);
  left: var(--badge-pad);
  z-index: 2;
  width: var(--badge-size);
  height: var(--badge-size);
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
}
.bg-product .badge-icon .badge-svg {
  width: var(--badge-icon);
  height: var(--badge-icon);
  display: block;
}
.bg-product .imgproduct .discount-ribbon,
.conbutton .buttonleft > a,
a.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  white-space: nowrap;
}
.bg-product .badge-icon .badge-svg *,
.bg-product .imgproduct .discount-ribbon .discount-svg * {
  fill: #fff !important;
}
.navbar {
  z-index: 50;
}
@media screen and (min-width: 360px) {
  footer .quick-links ul li {
    margin: 13px auto;
  }
  .bg-product {
    --badge-pad: 11px;
    --badge-size: 22px;
    --badge-icon: 12px;
  }
}
@media screen and (min-width: 600px) {
  .bg-product {
    --badge-pad: 12px;
    --badge-size: 24px;
    --badge-icon: 13px;
  }
}
@media screen and (min-width: 1024px) {
  footer .last ul li {
    width: 100%;
  }
  .desktopNav,
  footer .last ul {
    display: block;
    position: relative;
  }
  .bg-product {
    --badge-pad: 14px;
    --badge-size: 26px;
    --badge-icon: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .bg-product {
    --badge-pad: 16px;
    --badge-size: 28px;
    --badge-icon: 16px;
  }
}
.conbutton .buttonleft > a {
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}
.conbutton .buttonleft > a .buy-svg {
  width: 1.2em;
  height: 1.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  margin-left: 2px;
}
.store .containerproduct .frame .conbutton {
  margin: 26px auto 16px;
}
@media (max-width: 767px) {
  .store .containerproduct .frame .conbutton {
    margin: 20px auto 10px;
  }
}
a.button {
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px !important;
}
a.button svg.buy-svg {
  width: 1.05em;
  height: 1.05em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: middle;
}
.bg-product .imgproduct .discount-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(4px, 1.1vw, 6px);
  background: #d74b47;
  color: #fff;
  font-size: clamp(12px, 2.6vw, 14px);
  line-height: 1;
  -webkit-border-radius: 0 clamp(10px, 2.2vw, 12px) 0 clamp(12px, 2.6vw, 14px);
  border-radius: 0 clamp(10px, 2.2vw, 12px) 0 clamp(12px, 2.6vw, 14px);
  padding: clamp(6px, 1.6vw, 8px) clamp(8px, 2.2vw, 10px) clamp(6px, 1.6vw, 8px)
    clamp(10px, 2.8vw, 10px);
}
.bg-product .imgproduct .discount-ribbon .discount-svg {
  width: clamp(12px, 2.8vw, 17px);
  height: clamp(12px, 2.8vw, 17px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .store .containerproduct .frame .conbutton .buttonleft a {
    padding: 0.725rem;
  }
  .store .containerproduct .frame .conbutton {
    margin: 0 auto 8px;
    display: block;
  }
  .bg-product .imgproduct .discount-ribbon .discount-svg {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 360px) {
  .bg-product .imgproduct .discount-ribbon {
    font-size: 11px;
    padding: 6px 10px 6px 8px;
  }
}

.containerstore .row {
  color: #fff;
}

footer .social-media ul li svg {
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
}

footer .social-media ul li:first-child svg {
  width: 1.3em;
  height: 1.3em;
}

@media (max-width: 600px) {
  footer .social-media ul li svg {
    width: 1.1em;
    height: 1.1em;
  }

  footer .social-media ul li:first-child svg {
    width: 1.2em;
    height: 1.2em;
  }
}

.whatsapplivechat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.whatsapplivechat svg {
  vertical-align: middle;
  width: 1.1em;
  height: 1.1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
}

.scrolltotop svg {
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
}

@media screen and (min-width: 320px) {
  .nav-side .whatsapp-chat a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1.2em;
  }
}

.whatsapp-chat svg {
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
}

#close-btn svg {
  vertical-align: middle;
  width: 2.2em;
  height: 2.2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
}

#close-btn svg * {
  fill: #e8e8e8;
}

:root {
  --fade-size: 24px;
}

.containerstore.is-scrollable.fade-start.fade-end {
  mask-image: linear-gradient(
    to left,
    transparent 0,
    black var(--fade-size),
    black calc(100% - var(--fade-size)),
    transparent 100%
  );
}

.containerstore.is-scrollable.fade-start:not(.fade-end) {
  mask-image: linear-gradient(to left, transparent 0, black var(--fade-size));
}

.containerstore.is-scrollable.fade-end:not(.fade-start) {
  mask-image: linear-gradient(
    to left,
    black calc(100% - var(--fade-size)),
    transparent 100%
  );
}

.containerstore:not(.is-scrollable) {
  mask-image: none;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 16px;
}

.store .containerproduct,
.store section .products {
  overflow: hidden;
  flex: 0 0 calc((100% - (1 * 8px)) / 2);
  max-width: calc((100% - (1 * 8px)) / 2);
}
.containerstore,
.store section {
  gap: 16px 8px;
}

@media (min-width: 576px) {
  .store .containerproduct,
  .store section .products {
    overflow: hidden;
    flex: 0 0 calc((100% - (2 * 8px)) / 3);
    max-width: calc((100% - (2 * 8px)) / 3);
  }
  .containerstore,
  .store section {
    gap: 16px 8px;
  }
}
@media (min-width: 768px) {
  .store .containerproduct,
  .store section .products {
    overflow: hidden;
    flex: 0 0 calc((100% - (2 * 8px)) / 3);
    max-width: calc((100% - (2 * 8px)) / 3);
  }
  .containerstore,
  .store section {
    gap: 16px 8px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .store .container {
    max-width: none;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    width: auto;
  }
  .store .containerproduct,
  .store section .products {
    overflow: hidden;
    flex: 0 0 calc((100% - (2 * 8px)) / 3);
    max-width: calc((100% - (2 * 8px)) / 3);
  }
  .containerstore,
  .store section {
    gap: 16px 8px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    width: auto;
    padding-inline: 24px;
  }
  .store .containerproduct,
  .store section .products {
    overflow: hidden;
    flex: 0 0 calc((100% - (2 * 8px)) / 3);
    max-width: calc((100% - (2 * 8px)) / 3);
  }
  .containerstore,
  .store section {
    gap: 16px 8px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    width: auto;
  }
  .store .containerproduct,
  .store section .products {
    overflow: hidden;
    flex: 0 0 calc((100% - (3 * 8px)) / 4);
    max-width: calc((100% - (3 * 8px)) / 4);
  }
  .containerstore,
  .store section {
    gap: 16px 8px;
  }
}

.not-available {
  overflow: hidden !important;
  flex: 0 0 100% !important;
  max-width: 720px !important;
}

#not-available-stock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
