@charset "UTF-8";
html {
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 119, 204, 0.8) #dddddd;
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track {
  background-color: #ddd;
}

html::-webkit-scrollbar-thumb {
  background-color: #0077cc;
}

body {
  font-family: "reg";
  overflow-y: hidden;
}

/*------ for arabic ------*/
@font-face {
  font-family: "ar-light";
  src: url("../fonts/Tajawal-Light.ttf");
}

@font-face {
  font-family: "ar-reg";
  src: url("../fonts/Tajawal-Regular.ttf");
}

@font-face {
  font-family: "ar-md";
  src: url("../fonts/Tajawal-Medium.ttf");
}

@font-face {
  font-family: "ar-bold";
  src: url("../fonts/Tajawal-Bold.ttf");
}

@font-face {
  font-family: "ar-black";
  src: url("../fonts/Tajawal-Black.ttf");
}

/*
=====
LODEARS
=====
*/
html,
body {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.pre-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pre-loader .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@-webkit-keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}

@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}

.pre-loader .progress-bar {
  background-color: #c8cccc;
  border: none;
  overflow: hidden;
  width: 200px;
  height: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 42px 0 0 0;
}

.pre-loader .progress-bar .Shape_1 {
  background-color: #c8cccc;
  position: absolute;
  left: 583px;
  top: 459px;
  width: 200px;
  height: 2px;
  z-index: 4;
}

.pre-loader .progress-bar span {
  display: block;
}

.pre-loader .bar {
  background-color: #c8cccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pre-loader .progress {
  -webkit-animation: loader 8s ease infinite;
  animation: loader 8s ease infinite;
  background: #0076ca;
  border: none;
  color: #fff;
  padding: 0px;
  width: 0;
  height: 2px;
}

.pre-loader .progress-bar {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@-webkit-keyframes fade-scale-up-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.987) translateY(-50%);
    transform: scale(0.987) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(0%);
    transform: scale(1.1) translateY(0%);
  }
}

@keyframes fade-scale-up-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.987) translateY(-50%);
    transform: scale(0.987) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(0%);
    transform: scale(1.1) translateY(0%);
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

/*------ nav bar start -------*/
.nav-bar {
  width: 100%;
  height: 110px;
  background-color: #fff;
  position: relative;
}

.nav-bar .zx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.nav-bar .zx-container .nav-links {
  margin: 0 auto 0 70px;
  height: 100%;
}

.nav-bar .zx-container .nav-links ul {
  height: 100%;
  margin: 0 0 4px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar .zx-container .nav-links ul li {
  height: 100%;
  margin: 0 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ar-reg;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.nav-bar .zx-container .nav-links ul li > a {
  font-family: ar-reg;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .nav-links ul li:last-child {
  margin: 0;
}

.nav-bar .zx-container .nav-links ul li .hoverd-menu {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .nav-links ul li .hoverd-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  position: absolute;
  top: -10px;
  right: 33.6%;
}

.nav-bar .zx-container .nav-links ul li .hoverd-menu .zx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0 15px 0;
}

.nav-bar .zx-container .nav-links ul li .hoverd-menu .zx-container .product {
  margin: 0 0 35px 15px;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:nth-of-type(6) {
  margin: 0 0 35px 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:nth-of-type(12) {
  margin: 0 0 35px 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:nth-of-type(18) {
  margin: 0 0 35px 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img {
  position: relative;
  width: 177px;
  height: 150px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .one,
.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .two,
.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .three,
.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .four {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .one,
.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .two {
  width: 0%;
  height: 1px;
  background-color: #0076ca;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .three,
.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .four {
  width: 1px;
  height: 0%;
  background-color: #0076ca;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .one {
  top: 0;
  right: 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .two {
  bottom: 0;
  left: 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .three {
  left: 0;
  top: 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-img
  .four {
  right: 0;
  bottom: 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-name {
  text-align: center;
  margin: 10px 0 0 0;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product
  .product-name
  a {
  font-family: ar-reg;
  font-size: 16px;
  color: #26372d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:hover
  .product-img
  .one,
.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:hover
  .product-img
  .two {
  width: 100%;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:hover
  .product-img
  .three,
.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:hover
  .product-img
  .four {
  height: 100%;
}

.nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:hover
  .product-name
  a {
  color: #0076ca;
}

.nav-bar .zx-container .nav-links ul li:hover {
  color: #0076ca;
}

.nav-bar .zx-container .nav-links ul li:hover a {
  color: #0076ca;
}

.nav-bar .zx-container .nav-links ul li:hover .hoverd-menu {
  opacity: 1;
  visibility: visible;
  top: 110px;
}

.nav-bar .zx-container .nav-icons {
  margin: 0 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar .zx-container .nav-icons .search-icon,
.nav-bar .zx-container .nav-icons .user-icon,
.nav-bar .zx-container .nav-icons .fav-icon,
.nav-bar .zx-container .nav-icons .card-icon,
.nav-bar .zx-container .nav-icons .menu-icon {
  margin: 0 0 0 25px;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .nav-icons .search-icon:hover,
.nav-bar .zx-container .nav-icons .user-icon:hover,
.nav-bar .zx-container .nav-icons .fav-icon:hover,
.nav-bar .zx-container .nav-icons .card-icon:hover,
.nav-bar .zx-container .nav-icons .menu-icon:hover {
  color: #0076ca;
}

.nav-bar .zx-container .nav-icons .menu-icon {
  display: none;
}

.nav-bar .zx-container .nav-icons .user-icon {
  position: relative;
}

.nav-bar .zx-container .nav-icons .user-icon .sign-in {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 46px;
  left: 50%;
  z-index: 8;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  padding: 20px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .nav-icons .user-icon .sign-in::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-bar .zx-container .nav-icons .user-icon .sign-in a {
  display: block;
  font-family: ar-reg;
  font-size: 15px;
  color: #000;
  padding: 0 0 13px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .nav-icons .user-icon .sign-in a:last-child {
  padding: 0;
}

.nav-bar .zx-container .nav-icons .user-icon .sign-in a:hover {
  color: #0076ca;
}

.nav-bar .zx-container .nav-icons .user-icon:hover .sign-in {
  opacity: 1;
  visibility: visible;
  top: 36px;
}

.nav-bar .zx-container .nav-icons .user-icon:hover .sign-in a {
  opacity: 1;
}

.nav-bar .zx-container .nav-icons .card-icon {
  position: relative;
  margin: 0;
}

.nav-bar .zx-container .nav-icons .card-icon .card-item-num {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0076ca;
  font-family: ar-reg;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .nav-icons .card-icon:hover .card-item-num {
  -webkit-transform: rotateY(360deg) translateY(-10%);
  transform: rotateY(360deg) translateY(-10%);
}

.nav-bar .zx-container .lang-switcher {
  position: relative;
}

.nav-bar .zx-container .lang-switcher a {
  outline: none;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar .zx-container .lang-switcher a span {
  font-family: ar-reg;
  font-size: 14px;
  color: #808080;
  padding: 2px 0 0 8px;
}

.nav-bar .zx-container .lang-switcher .switch {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 46px;
  left: 50%;
  z-index: 8;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 60px;
  background-color: #f7f7f7;
  border-radius: 6px;
  text-align: left;
  padding: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .lang-switcher .switch::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-bar .zx-container .lang-switcher .switch a {
  display: block;
  font-family: ar-reg;
  font-size: 13px;
  color: #26372d;
  padding: 4px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .zx-container .lang-switcher .switch a img {
  width: 21px;
  height: 14px;
  border-radius: 2px;
  margin: 0 5px 0 0;
}

.nav-bar .zx-container .lang-switcher .switch a:hover {
  color: #0076ca;
}

.nav-bar .zx-container .lang-switcher:hover .switch {
  opacity: 1;
  visibility: visible;
  top: 36px;
}

.nav-bar .search-popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  width: 80%;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-bar .search-popup input {
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-bar .search-popup input::-webkit-input-placeholder {
  font-family: ar-reg;
  font-size: 16px;
}

.nav-bar .search-popup input::-moz-placeholder {
  font-family: ar-reg;
  font-size: 16px;
}

.nav-bar .search-popup input:-ms-input-placeholder {
  font-family: ar-reg;
  font-size: 16px;
}

.nav-bar .search-popup input::-ms-input-placeholder {
  font-family: ar-reg;
  font-size: 16px;
}

.nav-bar .search-popup input::placeholder {
  font-family: ar-reg;
  font-size: 16px;
}

.nav-bar .search-popup input {
  border: 1px solid #0076cb;
}

.nav-bar .search-popup .search-btn {
  outline: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #0076ca;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-bar .search-popup .search-btn:hover {
  background-color: #fff;
  border: 1px solid #0076ca;
  color: #0076ca;
}

.nav-bar .search-popup.show {
  opacity: 1;
  visibility: visible;
  top: 120px;
}

/*------ nav bar end -------*/
/*------ header start -------*/
.header {
  position: relative;
}

.header .header-back {
  overflow: hidden;
}

.header .header-back img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .header-back img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.header .header-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 7;
  text-align: center;
}

.header .header-inner h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: ar-bold;
  font-size: 44px;
  color: white;
  text-transform: uppercase;
  line-height: 1.182;
  cursor: default;
}

.header .header-inner h3 {
  margin: 0 0 25px 0;
  padding: 0;
  font-family: ar-bold;
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  line-height: 1.05;
  cursor: default;
}

.header .header-inner a {
  display: block;
  width: 156px;
  height: 45px;
  margin: 0 auto;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-radius: 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(transparent),
    color-stop(#0076cb),
    to(#0076cb)
  );
  background-image: linear-gradient(
    90deg,
    transparent,
    transparent,
    #0076cb,
    #0076cb
  );
  background-size: 300%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ar-md;
  font-size: 16px;
  color: white;
}

.header .header-inner a span {
  margin: 0 0 0 7px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .header-inner a:hover {
  background-position-x: 100%;
  border-color: #0076ca;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.header .header-inner a:hover span {
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.header .owl-carousel .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .owl-carousel .owl-nav .owl-prev,
.header .owl-carousel .owl-nav .owl-next {
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .owl-carousel .owl-nav .owl-prev span,
.header .owl-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 41.274px;
}

.header .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 30px;
  opacity: 0;
  visibility: hidden;
}

.header .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 30px;
  opacity: 0;
  visibility: hidden;
}

.header .owl-carousel .owl-dots {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .owl-carousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.502);
  border-radius: 50%;
  outline: none;
  margin: 0 2.5px;
}

.header .owl-carousel .owl-dots .owl-dot.active {
  background-color: white;
}

.header .owl-carousel:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  right: 40px;
}

.header .owl-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible;
  left: 40px;
}

/*------ header end -------*/
/*------ categories start -------*/
.categories {
  padding: 0 0 40px 0;
}

.categories-header h2 {
  margin: 80px 0 25px 0;
  padding: 0;
  font-family: ar-bold;
  font-size: 28px;
  color: #0076ca;
  line-height: 1.35;
}

.categories-header p {
  margin: 0 0 50px 0;
  padding: 0;
  font-family: ar-reg;
  font-size: 18px;
  color: black;
  line-height: 1.889;
}

.categories .category {
  margin: 0 0 40px 0;
}

.categories .category .category-img {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.categories .category .category-img img {
  width: 360px;
  height: 260px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.categories .category .category-img:hover img {
  -webkit-transform: rotate(0deg) scale(1.02);
  transform: rotate(0deg) scale(1.02);
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.categories .category .category-header a {
  display: block;
  margin: 20px 0 0 0;
  font-family: ar-reg;
  font-size: 24px;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.categories .category:hover .category-header a {
  color: #0076ca;
}

/*------ categories end -------*/
/*------ card start ------*/
.card {
  position: relative;
  width: 224px;
  height: 341px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card .sp-offer {
  width: 36px;
  height: 36px;
  background-color: #0076cb;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ar-reg;
  font-size: 16px;
  color: #ffffff;
  z-index: 9;
  cursor: default;
}

.card .card-img {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .card-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* .card .card-img:hover img {
  opacity: 0.6;
} */

.card .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card .card-info .product-name {
  margin: 0 0 12px 0;
}

.card .card-info .product-name a {
  font-family: ar-reg;
  font-size: 15px;
  color: #000000;
  line-height: 1.267;
}

.card .card-info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card .card-info .price .old-price,
.card .card-info .price .new-price {
  font-family: ar-md;
  font-size: 16px;
  color: #afafaf;
  text-decoration: line-through;
}

.card .card-info .price .new-price {
  font-family: ar-bold;
  font-size: 18px;
  color: #0076cb;
  text-decoration: none;
}

.card .card-options {
  margin: auto 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .card-options .add-to-card button {
  width: 156px;
  height: 32px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a8acac),
    color-stop(#a8acac),
    color-stop(#0076cb),
    to(#0076cb)
  );
  background-image: linear-gradient(90deg, #a8acac, #a8acac, #0076cb, #0076cb);
  background-size: 300%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline: none;
  border: none;
  border-radius: 50px;
  font-family: ar-md;
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card .card-options .add-to-card button span {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0 6px;
}

.card .card-options .add-to-card button:hover {
  background-position-x: 100%;
}

.card .card-options .add-to-fav {
  cursor: pointer;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(#fff),
    color-stop(#0076cb),
    to(#0076cb)
  );
  background-image: linear-gradient(90deg, #fff, #fff, #0076cb, #0076cb);
  background-size: 300%;
}

.card .card-options .add-to-fav span {
  font-size: 16px;
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.card .card-options .add-to-fav:hover {
  border: 1px solid #0076cb;
  background-position-x: 100%;
}

.card .card-options .add-to-fav:hover span {
  color: #fff;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/*------ card end ------*/
/*------ sp offers start -------*/
.sp-offers {
  background-color: #f7f7f7;
  padding: 70px 0 80px 0;
}

.sp-offers .sp-offers-header h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: ar-md;
  font-size: 22px;
  color: #000000;
  line-height: 1.835;
  cursor: default;
}

.sp-offers .zx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.sp-offers .zx-container .owl-carousel .card {
  margin: 0 auto;
}

.sp-offers .zx-container .owl-carousel .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-offers .zx-container .owl-carousel .owl-nav .owl-prev,
.sp-offers .zx-container .owl-carousel .owl-nav .owl-next {
  outline: none;
}

.sp-offers .zx-container .owl-carousel .owl-nav .owl-prev span,
.sp-offers .zx-container .owl-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 18px;
  color: #c3c3c3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sp-offers .zx-container .owl-carousel .owl-nav .owl-prev:hover span,
.sp-offers .zx-container .owl-carousel .owl-nav .owl-next:hover span {
  color: #000;
}

.sp-offers .zx-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -48px;
}

.sp-offers .zx-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -48px;
}

/*------ sp offers end -------*/
/*------ most sales start -------*/
.most-sales {
  padding: 70px 0 80px 0;
}

.most-sales .most-sales-header h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: ar-md;
  font-size: 24px;
  color: #000000;
  line-height: 1.835;
  cursor: default;
}

.most-sales .zx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.most-sales .zx-container .owl-carousel .card {
  margin: 0 auto;
}

.most-sales .zx-container .owl-carousel .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.most-sales .zx-container .owl-carousel .owl-nav .owl-prev,
.most-sales .zx-container .owl-carousel .owl-nav .owl-next {
  outline: none;
}

.most-sales .zx-container .owl-carousel .owl-nav .owl-prev span,
.most-sales .zx-container .owl-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 18px;
  color: #c3c3c3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.most-sales .zx-container .owl-carousel .owl-nav .owl-prev:hover span,
.most-sales .zx-container .owl-carousel .owl-nav .owl-next:hover span {
  color: #000;
}

.most-sales .zx-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -48px;
}

.most-sales .zx-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -48px;
}

/*------ most sales end -------*/
/*------ panner start -------*/
.panner .panner-img {
  position: relative;
  overflow: hidden;
}

.panner .panner-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.panner .panner-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.panner .panner-img:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.panner .panner-img:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*------ panner end -------*/
/*------ new arrival start -------*/
.new-arrival {
  padding: 60px 0 80px 0;
}

.new-arrival .new-arrival-header h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: ar-md;
  font-size: 24px;
  color: #000000;
  line-height: 1.835;
  cursor: default;
}

.new-arrival .zx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.new-arrival .zx-container .owl-carousel .card {
  margin: 0 auto;
}

.new-arrival .zx-container .owl-carousel .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new-arrival .zx-container .owl-carousel .owl-nav .owl-prev,
.new-arrival .zx-container .owl-carousel .owl-nav .owl-next {
  outline: none;
}

.new-arrival .zx-container .owl-carousel .owl-nav .owl-prev span,
.new-arrival .zx-container .owl-carousel .owl-nav .owl-next span {
  color: #fff;
  font-size: 18px;
  color: #c3c3c3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.new-arrival .zx-container .owl-carousel .owl-nav .owl-prev:hover span,
.new-arrival .zx-container .owl-carousel .owl-nav .owl-next:hover span {
  color: #000;
}

.new-arrival .zx-container .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -48px;
}

.new-arrival .zx-container .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -48px;
}

/*------ new arrival end -------*/
/*------ service start -------*/
.service {
  background-color: #0076cb;
  padding: 58px 0 58px 0;
}

.service .zx-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .zx-container .serv {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service .zx-container .serv .icon-shape {
  width: 86px;
  height: 85px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .zx-container .serv .icon-shape span {
  font-size: 36px;
  color: #0076cb;
}

.service .zx-container .serv .serv-text h5 {
  margin: 25px 0 0 0;
  padding: 0;
  font-family: ar-reg;
  font-size: 16px;
  color: #ffffff;
}

/*------ service end -------*/
/*------ footer start -------*/
.footer {
  padding: 75px 0 0 0;
}

.footer .footer-slide .list-header {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: ar-bold;
  font-size: 16px;
  color: #000;
}

.footer .footer-slide ul {
  margin: 0;
  padding: 0;
}

.footer .footer-slide ul li {
  margin: 0 0 6px 0;
}

.footer .footer-slide ul li a {
  font-family: ar-reg;
  font-size: 14px;
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .footer-slide ul li a:hover,
.footer .footer-slide ul li a:focus {
  color: #0076ca;
}

.footer .footer-slide .subscribe {
  width: 362px;
  height: 43px;
  position: relative;
  overflow: hidden;
}

.footer .footer-slide .subscribe input {
  outline: none;
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: ar-reg;
}

.footer .footer-slide .subscribe input::-webkit-input-placeholder {
  font-family: ar-reg;
  font-size: 14px;
  color: #bbbbbb;
}

.footer .footer-slide .subscribe input::-moz-placeholder {
  font-family: ar-reg;
  font-size: 14px;
  color: #bbbbbb;
}

.footer .footer-slide .subscribe input:-ms-input-placeholder {
  font-family: ar-reg;
  font-size: 14px;
  color: #bbbbbb;
}

.footer .footer-slide .subscribe input::-ms-input-placeholder {
  font-family: ar-reg;
  font-size: 14px;
  color: #bbbbbb;
}

.footer .footer-slide .subscribe input::placeholder {
  font-family: ar-reg;
  font-size: 14px;
  color: #bbbbbb;
}

.footer .footer-slide .subscribe input:hover,
.footer .footer-slide .subscribe input:focus {
  border: 1px solid #0076ca;
}

.footer .footer-slide .subscribe .send {
  width: 32px;
  height: 32px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0076cb),
    color-stop(#0076cb),
    color-stop(rgba(0, 118, 203, 0.1)),
    color-stop(rgba(0, 118, 203, 0.1)),
    color-stop(#0076cb),
    to(#0076cb)
  );
  background-image: linear-gradient(
    90deg,
    #0076cb,
    #0076cb,
    rgba(0, 118, 203, 0.1),
    rgba(0, 118, 203, 0.1),
    #0076cb,
    #0076cb
  );
  background-size: 600%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-slide .subscribe .send span {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer .footer-slide .subscribe .send:hover {
  background-position-x: 100%;
}

.footer .footer-slide .subscribe .send:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.footer .footer-slide .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0 0;
}

.footer .footer-slide .icons .icon-container {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 0 0 9px;
}

.footer .footer-slide .icons .icon-container:last-child {
  margin: 0;
}

.footer .footer-slide .icons .icon-container a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
}

.footer .footer-slide .icons .icon-container a i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer .footer-slide .icons .icon-container:hover i {
  -webkit-transform: rotateY(350deg) scale(1.09);
  transform: rotateY(350deg) scale(1.09);
}

.footer .footer-slide .icons .icon-container:first-child {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5ed00),
    color-stop(#f5ed00),
    color-stop(#0076cb),
    to(#0076cb)
  );
  background-image: linear-gradient(90deg, #f5ed00, #f5ed00, #0076cb, #0076cb);
  background-size: 300%;
}

.footer .footer-slide .icons .icon-container:first-child:hover {
  background-position-x: 100%;
}

.footer .footer-slide .icons .icon-container:nth-child(2) {
  background: linear-gradient(
    26deg,
    #fdf497,
    #fd5949,
    #d6249f,
    #285aeb,
    #0076cb,
    #0076cb,
    #0076cb
  );
  background-size: 360%;
}

.footer .footer-slide .icons .icon-container:nth-child(2):hover {
  background-position-x: 100%;
}

.footer .footer-slide .icons .icon-container:nth-child(3) {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6dd0f7),
    color-stop(#6dd0f7),
    color-stop(#0076cb),
    to(#0076cb)
  );
  background-image: linear-gradient(90deg, #6dd0f7, #6dd0f7, #0076cb, #0076cb);
  background-size: 300%;
}

.footer .footer-slide .icons .icon-container:nth-child(3):hover {
  background-position-x: 100%;
}

.footer .footer-slide .icons .icon-container:nth-child(4) {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4e6cb4),
    color-stop(#4e6cb4),
    color-stop(#0076cb),
    to(#0076cb)
  );
  background-image: linear-gradient(90deg, #4e6cb4, #4e6cb4, #0076cb, #0076cb);
  background-size: 300%;
}

.footer .footer-slide .icons .icon-container:nth-child(4):hover {
  background-position-x: 100%;
}

.footer .payment {
  margin: 36px 0 46px 0;
}

.footer .payment img {
  margin: auto;
}

.footer .copyrights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  font-family: ar-reg;
  font-size: 14px;
  color: #747474;
  padding: 14px 0 19px 0;
}

.footer .copyrights .by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .copyrights .by img {
  margin: 0 5px 0 0;
}

/*------ footer end -------*/
.fixed-menu {
  display: none;
}

/*------ responsive -------*/
@media (min-width: 1920px) {
  .nav-bar .zx-container .nav-links ul li .hoverd-menu::before {
    right: 38.6% !important;
  }
  .nav-bar .search-popup {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .nav-bar .zx-container .nav-links ul li .hoverd-menu::before {
    right: 34%;
  }
}

@media (max-width: 992px) {
  .nav-bar .zx-container .nav-links {
    display: none;
  }
  .nav-bar .zx-container .nav-icons {
    margin: 5px auto 0 0;
  }
  .nav-bar .zx-container .nav-icons .menu-icon {
    display: block;
  }
  .nav-bar .zx-container .nav-icons .user-icon {
    display: none;
  }
  .nav-bar .zx-container .nav-icons .fav-icon {
    display: none;
  }
  .nav-bar .zx-container .nav-icons .card-icon .card-item-num {
    font-size: 13px;
    padding: 5px 0 0 0;
  }
  .nav-bar .zx-container .lang-switcher {
    display: none;
  }
  .nav-bar {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 16px 0;
  }
  .nav-bar .zx-container .logo {
    width: 160px;
  }
  .nav-bar .search-popup.show {
    top: 96px;
  }
  /*------------------ menu -----------------*/
  .fixed-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .fixed-menu .menu {
    width: 260px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -260px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0 16px;
    overflow: auto;
  }
  .fixed-menu .menu.show {
    right: 0;
  }
  .fixed-menu .menu .menu-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 30px 0;
  }
  .fixed-menu .menu .menu-upper .lang-switcher a {
    outline: none;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed-menu .menu .menu-upper .lang-switcher a img {
    margin: 0 5px 0 0;
  }
  .fixed-menu .menu .menu-upper .lang-switcher a span {
    font-family: ar-reg;
    color: #000;
    margin: 2px 0 0 0;
  }
  .fixed-menu .menu .menu-upper .close {
    font-size: 16px;
    opacity: 1;
  }
  .fixed-menu .menu .menu-list {
    overflow: hidden;
  }
  .fixed-menu .menu .menu-list > ul {
    margin: 0;
    padding: 0 6px 6px 6px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .fixed-menu .menu .menu-list > ul.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .fixed-menu .menu .menu-list > ul li {
    margin: 9px 0;
    font-family: ar-md;
    font-size: 16px;
    color: #000;
  }
  .fixed-menu .menu .menu-list > ul li a {
    font-family: ar-md;
    font-size: 16px;
    color: #000;
  }
  .fixed-menu .menu .menu-list > ul ul {
    margin: 0;
    padding: 0 9px 0 0;
    display: none;
  }
  .fixed-menu .menu .menu-list > ul ul li a {
    font-family: ar-reg;
  }
  .fixed-menu .menu .menu-list > ul .slide {
    position: relative;
    cursor: pointer;
  }
  .fixed-menu .menu .menu-list > ul .slide::after {
    content: "";
    font-family: "Linearicons-Free";
    font-size: 11px;
    color: #000;
    position: absolute;
    top: 10px;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .fixed-menu .menu .menu-list > ul .slide.active::after {
    content: "";
  }
  /*------------------ menu -----------------*/
  .header .header-inner {
    width: 100%;
  }
  .header .owl-carousel .owl-nav {
    display: none;
  }
  .header .owl-carousel .owl-dots .owl-dot {
    margin: 0 5px;
  }
  .categories {
    padding: 20px 0 0 0;
  }
  .categories .categories-header h2 {
    margin: 0 0 8px 0;
  }
  .categories .categories-header p {
    margin: 0 0 20px 0;
  }
  .categories .category {
    margin: 0 0 20px 0;
  }
  .sp-offers {
    padding: 20px 0 30px 0;
  }
  .most-sales {
    padding: 20px 0 30px 0;
  }
  .panner .panner-img img {
    width: 100%;
  }
  .new-arrival {
    padding: 20px 0 30px 0;
  }
  .service {
    padding: 15px;
  }
  .service .zx-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service .zx-container .serv {
    width: 100%;
    margin: 15px 0;
  }
  .footer {
    padding: 30px 0 0 0;
  }
  .footer .footer-slide h3 {
    position: relative;
    cursor: pointer;
    margin: 0 10px 20px 0 !important;
  }
  .footer .footer-slide h3::after {
    content: "";
    font-family: "Linearicons-Free";
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer .footer-slide h3.active::after {
    content: "";
  }
  .footer .footer-slide h4 {
    text-align: center;
    margin: 60px 0 20px 0 !important;
  }
  .footer .footer-slide ul {
    display: none;
    margin: 0 0 15px 0;
    padding: 0 10px 0 0;
  }
  .footer .footer-slide .subscribe {
    width: 80%;
    height: unset;
    margin: 0 auto;
  }
  .footer .footer-slide .subscribe input {
    height: 42px;
  }
  .footer .footer-slide .icons {
    margin: 30px 0 0 0;
  }
  .footer .payment {
    margin: 30px 0 30px 0;
  }
  .footer .copyrights {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .copyrights .copy {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 767px) {
  .header .owl-carousel .owl-dots {
    bottom: 30px;
  }
  .categories .categories-header h2 {
    font-size: 26px;
  }
  .categories .categories-header p {
    font-size: 16px;
    line-height: 1.66;
  }
  .categories .category .category-img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .categories .category .category-img img {
    margin: 0 auto;
  }
  .categories {
    padding: 30px 0 40px 0;
  }
  .categories .owl-carousel .owl-dots {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
  }
  .categories .owl-carousel .owl-dots .owl-dot {
    outline: none;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin: 0 5px;
  }
  .categories .owl-carousel .owl-dots .owl-dot.active {
    background-color: #0076ca;
  }
  .categories .owl-carousel .owl-nav {
    width: 100%;
    height: 0;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .categories .owl-carousel .owl-nav .owl-prev,
  .categories .owl-carousel .owl-nav .owl-next {
    outline: none;
  }
  .categories .owl-carousel .owl-nav .owl-prev span,
  .categories .owl-carousel .owl-nav .owl-next span {
    color: #fff;
    font-size: 18px;
    color: #c3c3c3;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .categories .owl-carousel .owl-nav .owl-prev:hover span,
  .categories .owl-carousel .owl-nav .owl-next:hover span {
    color: #000;
  }
  .categories .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 60px;
  }
  .categories .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 60px;
  }
  .sp-offers,
  .most-sales,
  .new-arrival {
    padding: 20px 0 60px 0;
  }
  .sp-offers .owl-carousel .owl-dots,
  .most-sales .owl-carousel .owl-dots,
  .new-arrival .owl-carousel .owl-dots {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
  }
  .sp-offers .owl-carousel .owl-dots .owl-dot,
  .most-sales .owl-carousel .owl-dots .owl-dot,
  .new-arrival .owl-carousel .owl-dots .owl-dot {
    outline: none;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin: 0 5px;
  }
  .sp-offers .owl-carousel .owl-dots .owl-dot.active,
  .most-sales .owl-carousel .owl-dots .owl-dot.active,
  .new-arrival .owl-carousel .owl-dots .owl-dot.active {
    background-color: #0076ca;
  }
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-prev {
    right: 30px;
  }
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-next {
    left: 30px;
  }
  .most-sales .zx-container .owl-carousel .owl-nav .owl-prev {
    right: 30px;
  }
  .most-sales .zx-container .owl-carousel .owl-nav .owl-next {
    left: 30px;
  }
  .new-arrival .zx-container .owl-carousel .owl-nav .owl-prev {
    right: 30px;
  }
  .new-arrival .zx-container .owl-carousel .owl-nav .owl-next {
    left: 30px;
  }
}

@media (max-width: 480px) {
  .nav-bar .zx-container .logo {
    width: 130px;
  }
  .nav-bar .search-popup {
    top: 88px;
    width: 96%;
  }
  .header .header-inner h2 {
    font-size: 22px;
    margin: 0 0 7px 0;
  }
  .header .header-inner h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .header .header-inner a {
    width: 120px;
    height: 30px;
    font-size: 14px;
  }
  .header .owl-carousel .owl-dots {
    bottom: 20px;
  }
  .categories .categories-header h2 {
    margin: 0 0 5px 0;
  }
  .categories .categories-header p {
    margin: 0 0 20px 0;
  }
  .categories .owl-carousel .owl-nav .owl-prev span,
  .categories .owl-carousel .owl-nav .owl-next span {
    font-size: 20px;
  }
  .categories .owl-carousel .owl-nav .owl-prev {
    right: 25px;
  }
  .categories .owl-carousel .owl-nav .owl-next {
    left: 25px;
  }
  .sp-offers .sp-offers-header h3 {
    margin: 0 0 10px 0;
  }
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-prev span,
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-next span {
    font-size: 20px;
  }
  .most-sales .most-sales-header h3 {
    margin: 0 0 10px 0;
  }
  .new-arrival .new-arrival-header h3 {
    margin: 0 0 10px 0;
  }
  .service .zx-container .serv .serv-text h5 {
    margin: 15px 0 0 0;
  }
  .footer {
    padding: 40px 0 0 0;
  }
  .footer .footer-slide h4 {
    margin: 40px 0 15px 0 !important;
  }
  .footer .footer-slide .subscribe {
    width: 100%;
  }
  .footer .copyrights {
    border: none;
    padding: 0 0 19px 0;
  }
  .footer .copyrights .copy {
    margin: 0;
    padding: 0 60px;
    text-align: center;
    line-height: 1.9;
  }
}

@media (max-width: 360px) {
  .nav-bar .search-popup {
    top: 76px;
  }
  .nav-bar .search-popup.show {
    top: 86px;
  }
  .header .header-inner {
    top: 45%;
  }
  .header .header-inner h2 {
    font-size: 20px;
  }
  .header .header-inner h3 {
    font-size: 16px;
    margin: 0 0 9px 0;
  }
  .header .owl-carousel .owl-dots {
    bottom: 16px;
  }
  .categories .category .category-img {
    width: 85%;
  }
  .categories .category .category-img img {
    width: unset;
    height: unset;
  }
  .categories .owl-carousel .owl-nav {
    top: 35%;
  }
  .categories .owl-carousel .owl-nav .owl-prev {
    right: 12px;
  }
  .categories .owl-carousel .owl-nav .owl-next {
    left: 12px;
  }
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-prev,
  .most-sales .zx-container .owl-carousel .owl-nav .owl-prev,
  .new-arrival .zx-container .owl-carousel .owl-nav .owl-prev {
    right: 12px;
  }
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-next,
  .most-sales .zx-container .owl-carousel .owl-nav .owl-next,
  .new-arrival .zx-container .owl-carousel .owl-nav .owl-next {
    left: 12px;
  }
  .footer .footer-slide .subscribe {
    width: 100%;
  }
  .footer .payment {
    margin: 30px 0 25px 0;
  }
  .footer .copyrights .copy {
    padding: 0 0;
  }
}

@media (max-width: 320px) {
  .header .owl-carousel .owl-dots {
    bottom: 11px;
  }
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-prev,
  .most-sales .zx-container .owl-carousel .owl-nav .owl-prev,
  .new-arrival .zx-container .owl-carousel .owl-nav .owl-prev {
    right: 6px;
  }
  .sp-offers .zx-container .owl-carousel .owl-nav .owl-next,
  .most-sales .zx-container .owl-carousel .owl-nav .owl-next,
  .new-arrival .zx-container .owl-carousel .owl-nav .owl-next {
    left: 6px;
  }
  .footer .copyrights .copy {
    padding: 0;
  }
}

/*------ other direction ------*/
html[dir="ltr"] .pre-loader .progress-bar {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

html[dir="ltr"] .nav-bar .zx-container .nav-links ul li {
  margin: 0 25px 0 0;
}

html[dir="ltr"] .nav-bar .zx-container .nav-links ul li:last-child {
  margin: 0;
}

html[dir="ltr"] .nav-bar .zx-container .nav-icons {
  margin: 0 35px 0 0;
}

html[dir="ltr"] .nav-bar .zx-container .nav-icons .search-icon,
html[dir="ltr"] .nav-bar .zx-container .nav-icons .user-icon,
html[dir="ltr"] .nav-bar .zx-container .nav-icons .fav-icon,
html[dir="ltr"] .nav-bar .zx-container .nav-icons .menu-icon {
  margin: 0 25px 0 0;
}

html[dir="ltr"] .nav-bar .zx-container .lang-switcher a span {
  padding: 2px 8px 0 0;
}

html[dir="ltr"] .nav-bar .zx-container .nav-icons .user-icon .sign-in a {
  padding: 4.2px 12px;
}

html[dir="ltr"] .nav-bar .search-popup .search-btn {
  left: unset;
  right: 6px;
}

html[dir="ltr"] .nav-bar .zx-container .nav-links ul li .hoverd-menu::before {
  right: unset;
  left: 28.2%;
}

html[dir="ltr"]
  .nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product {
  margin: 0 15px 35px 0;
}

html[dir="ltr"]
  .nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:nth-of-type(6) {
  margin: 0 0 35px 0;
}

html[dir="ltr"]
  .nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:nth-of-type(12) {
  margin: 0 0 35px 0;
}

html[dir="ltr"]
  .nav-bar
  .zx-container
  .nav-links
  ul
  li
  .hoverd-menu
  .zx-container
  .product:nth-of-type(18) {
  margin: 0 0 35px 0;
}

html[dir="ltr"] .card .card-options .add-to-card button span {
  margin: 0 6px 0 0;
}

html[dir="ltr"] .card .card-options .add-to-fav {
  margin: 0 0 0 5px;
}

html[dir="ltr"] .footer .footer-slide .subscribe input {
  padding: 0 0 0 20px;
}

html[dir="ltr"] .footer .footer-slide .subscribe .send {
  left: unset;
  right: 6px;
}

html[dir="ltr"] .footer .footer-slide .icons .icon-container {
  margin: 0 9px 0 0;
}

html[dir="ltr"] .footer .footer-slide .icons .icon-container:last-child {
  margin: 0;
}

html[dir="ltr"] .footer .copyrights .by img {
  margin: 0 0 0 5px;
}

@media (min-width: 1920px) {
  html[dir="ltr"] .nav-bar .zx-container .nav-links ul li .hoverd-menu::before {
    right: unset;
    left: 34.6% !important;
  }
}

@media (min-width: 1400px) {
  html[dir="ltr"] .nav-bar .zx-container .nav-links ul li:hover .hoverd-menu {
    top: 109px;
  }
  html[dir="ltr"] .nav-bar .zx-container .nav-links ul li .hoverd-menu::before {
    right: unset;
    left: 28.9%;
  }
}

@media (max-width: 992px) {
  html[dir="ltr"] .nav-bar .zx-container .nav-icons {
    margin: 5px 0 0 auto;
  }
  html[dir="ltr"] .fixed-menu .menu {
    right: unset;
    left: -260px;
  }
  html[dir="ltr"] .fixed-menu .menu.show {
    right: unset;
    left: 0;
  }
  html[dir="ltr"] .fixed-menu .menu .menu-list > ul {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  html[dir="ltr"] .fixed-menu .menu .menu-list > ul.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  html[dir="ltr"] .fixed-menu .menu .menu-list > ul .slide::after {
    left: unset;
    right: 6px;
  }
  html[dir="ltr"] .fixed-menu .menu .menu-list > ul ul {
    padding: 0 0 0 9px;
  }
  html[dir="ltr"] .footer .footer-slide h3 {
    margin: 0 0 20px 10px !important;
  }
  html[dir="ltr"] .footer .footer-slide ul {
    padding: 0 0 0 10px;
  }
  html[dir="ltr"] .footer .footer-slide h3::after {
    left: unset;
    right: 12px;
  }
}

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

.card .thumb1 {
  display: block !important;
}

.card .thumb2 {
  display: none !important;
}

.card:hover .thumb2 {
  display: block !important;
}

.card:hover .thumb1 {
  display: none !important;
}

.whatsapp-order {
  margin-right: auto;
  margin-left: 10px;
  height: 40px !important;
  width: 160px !important;
  min-height: 40px !important;
}

html[dir="ltr"] .whatsapp-order {
  margin-right: 10px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .whatsapp-order {
    margin: auto !important;
    /* margin-top: 10px !important; */
    order: 5;
  }
}

/* Products_in */
.products_in {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 0;
}

.products_in_cat,
.products_in {
  background-color: transparent;
  padding: 0;
}

.products_in .product.in {
  margin-bottom: 35px;
  width: calc((100% - 20px) / 5);
}

.products_in .product.in:not(:nth-of-type(5n)) {
  margin-left: 5px;
}

html[dir="ltr"] .products_in .product.in:not(:nth-of-type(5n)) {
  margin-right: 5px;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .products_in .product.in {
    margin-bottom: 35px;
    width: calc((100% - 15px) / 4);
  }

  .products_in .product.in:not(:nth-of-type(4n)) {
    margin-left: 5px;
  }

  html[dir="ltr"] .products_in .product.in:not(:nth-of-type(4n)) {
    margin-right: 5px;
    margin-left: 0px;
  }

  .products_in .product.in:nth-of-type(4n) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .products_in .product.in {
    margin-bottom: 35px;
    width: calc((100% - 10px) / 3);
  }

  .products_in .product.in:not(:nth-of-type(3n)) {
    margin-left: 5px;
  }

  html[dir="ltr"] .products_in .product.in:not(:nth-of-type(3n)) {
    margin-right: 5px;
    margin-left: 0px;
  }

  .products_in .product.in:nth-of-type(3n) {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .products_in .product.in {
    margin-bottom: 35px;
    width: calc((100% - 0px) / 2);
  }

  .products_in .product.in:not(:nth-of-type(2n)) {
    margin-left: 5px;
  }

  html[dir="ltr"] .products_in .product.in:not(:nth-of-type(2n)) {
    margin-right: 5px;
    margin-left: 0px;
  }

  .products_in .product.in {
    width: 100%;
  }
}

/* @media (max-width: 375px) {
  .products_in .product.in {
    margin-bottom: 35px;
    width: 100%;
  }

  .products_in .product.in {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  html[dir="ltr"] .products_in .product.in {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
} */
/* Products In */

/* Products_in_cat */
/* .product.in .pic{
  margin: auto;
} */
.products_in_cat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.products_in_cat .product.in {
  margin-bottom: 35px;
  width: calc((100% - 60px) / 3);
}

.products_in_cat .product.in:not(:nth-of-type(3n)) {
  margin-left: 30px;
}

html[dir="ltr"] .products_in_cat .product.in:not(:nth-of-type(3n)) {
  margin-right: 30px;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .products_in_cat .product.in {
    margin-bottom: 35px;
    width: calc((100% - 10px) / 3);
  }

  .products_in_cat .product.in:not(:nth-of-type(3n)) {
    margin-left: 30px;
  }

  html[dir="ltr"] .products_in_cat .product.in:not(:nth-of-type(3n)) {
    margin-right: 30px;
    margin-left: 0px;
  }

  .products_in_cat .product.in:nth-of-type(3n) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .products_in_cat .product.in {
    margin-bottom: 35px;
    width: calc((100% - 15px) / 4);
  }

  .products_in_cat .product.in:not(:nth-of-type(4n)) {
    margin-left: 30px;
  }

  html[dir="ltr"] .products_in_cat .product.in:not(:nth-of-type(4n)) {
    margin-right: 30px;
    margin-left: 0px;
  }

  .products_in_cat .product.in:nth-of-type(4n) {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .products_in_cat .product.in {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 35px;
    width: 100%;
  }

  /* .products_in_cat .product.in {
    margin-left: 0px;
    margin-right: 0;
  }

  .products_in_cat .product.in{
    width: 100%;
  } */
}

.lang-switcher {
  cursor: pointer;
}

.nav-bar > .container {
  height: 100%;
}

.fixed-menu .menu-list li img {
  display: none;
}

@media (max-width: 991px) {
  .sl .hoverd-menu {
    display: none;
  }

  .sl {
    position: relative;
  }

  .sl:after {
    content: "";
    font-family: "Linearicons-Free";
    font-size: 11px;
    color: #000;
    position: absolute;
    top: 10px;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  html[dir="ltr"] .sl:after {
    right: 6px;
    left: unset;
  }

  .sl.trans:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .fixed-menu .menu-list .sign-in {
    display: flex;
    flex-direction: column;
  }

  .fixed-menu .menu-list .sign-in a {
    padding: 3px 0;
    color: #747474 !important;
  }

  .sl .hoverd-menu a {
    padding: 3px 0;
    color: #747474 !important;
    display: block;
  }
}

html[dir="ltr"] .fixed-menu .menu .menu-upper .lang-switcher a {
  direction: rtl;
}

.fltrs {
  margin: 30px 0;
}

.sp-offers .zx-container .owl-carousel .owl-nav {
  top: 45%;
}

.chld {
  font-family: ar-bold;
}

/* Social Login */

.social_login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0 30px 0;
}

.social_login a {
  width: 200px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 50px;
  border: 1px solid;
  border-color: var(--secondery-color);
  color: #535353;
}

.social_login a > i,
.social_login a > svg {
  /* font-size: 25px; */
  margin-left: 10px;
  color: var(--primary-color) !important;
}

[dir="ltr"] .social_login > a > i,
[dir="ltr"] .social_login > a > svg {
  margin-right: 10px;
  margin-left: 0;
}

.social_login a:hover {
  color: var(--primary-color) !important;
  /* border-color: var(--secondery-color) !important; */
}

.social_login > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_login > div > a:first-child {
  background-color: #4065ac;
  border: none !important;
  color: #fff !important;
}

.social_login > div > a:first-child i {
  color: currentColor !important;
}

.social_login > div > h2 {
  font-family: ar-bold;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .social_login a {
    width: 160px;
  }

  .social_login > div > h2 {
    text-align: center;
    font-size: 15px;
  }
}

/* Social Login */

.ps-no-radius {
  border-radius: 0 !important;
  -webkit-text-fill-color: #a7a7a7 !important;
  border: 1px solid #e8e8e8 !important;
  /* width: 100%; */
  background-color: #fcfcfc !important;
  padding: 0 30px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  transition: 0.3s ease !important;
  border-radius: 30px !important;
}

#private-group {
  margin-top: 15px;
}

.btn.btn-success.ps-no-radius#submit {
  background-color: #0076ca !important;
  -webkit-text-fill-color: #fff !important;
}

.btn.btn-success.ps-no-radius#submit i {
  color: #fff !important;
}
