@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-fonts/IBMPlexSansArabic-ExtraLight.woff2")
      format("woff2"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-ExtraLight.woff") format("woff"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-ExtraLight.ttf")
      format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-fonts/IBMPlexSansArabic-Bold.woff2") format("woff2"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Bold.woff") format("woff"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-fonts/IBMPlexSansArabic-Light.woff2") format("woff2"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Light.woff") format("woff"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-fonts/IBMPlexSansArabic-Regular.woff2") format("woff2"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Regular.woff") format("woff"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-fonts/IBMPlexSansArabic-Medium.woff2") format("woff2"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Medium.woff") format("woff"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-fonts/IBMPlexSansArabic-SemiBold.woff2")
      format("woff2"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-SemiBold.woff") format("woff"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-fonts/IBMPlexSansArabic-Thin.woff2") format("woff2"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Thin.woff") format("woff"),
    url("../fonts/ibm-fonts/IBMPlexSansArabic-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-weight: 400;
  font-style: normal;
  font-family: "IBM Plex Sans Arabic";
}

html {
  scroll-behavior: smooth;
}

/* body {
  padding-top: 110.8px;
} */

.general-section .swiper-pagination-bullet,
.mainBanner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--text-color);
  opacity: 0.102;
}
.general-section .swiper-pagination-bullet-active,
.mainBanner .swiper-pagination-bullet-active {
  background-color: var(--secondery-color);
  opacity: 1;
}

.testimonial-item .reviewer-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.general-section {
  padding: 100px 0 140px 0;
}
.general-section .swiper-pagination {
  bottom: -40px;
}
.general-section .swiper-button-prev,
.general-section .swiper-rtl .swiper-button-next {
  left: -35px;
  right: unset;
}
.general-section .swiper-button-next,
.general-section .swiper-rtl .swiper-button-prev {
  left: unset;
  right: -30px;
}
.general-section .swiper-button-next,
.general-section .swiper-button-prev {
  top: 50%;
  width: auto;
  transform: translateY(-50%);
  height: auto;
  margin: 0;
}
.general-section .swiper-button-next:hover .icon,
.general-section .swiper-button-prev:hover .icon {
  color: var(--text-color);
}
.general-section .swiper-button-next .icon,
.general-section .swiper-button-prev .icon {
  font-size: 20px;
  color: #808080;
  transition: color 0.2s linear;
}

.blog .swiper-button-next,
.blog .swiper-button-prev {
  margin-top: -85px;
}

.products .swiper-button-next,
.products .swiper-button-prev {
  margin-top: -45px;
}

.general-title {
  text-align: center;
  margin: 0;
  margin-bottom: 35px;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 500;
}

.swiper-parent {
  position: relative;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.ul-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
button {
  color: var(--primary-color);
  text-decoration: none;
  display: inline-block;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
a:hover,
button:hover {
  text-decoration: none;
  color: black;
}
a:focus,
button:focus {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondery-color);
  border-radius: 15px;
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}

.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.preloader {
  width: 100%;
  height: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  position: relative;
  overflow: hidden;
}

.preloader::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100%;
  background-color: var(--secondery-color);
  animation: preloaderAnimation 3s infinite linear;
}

@keyframes preloaderAnimation {
  100% {
    left: 100%;
  }
}
.toTop {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  display: flex;
  position: fixed;
  inset-inline-start: 20px;
  bottom: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transform: translateY(20px);
  border: none;
  transition: all linear 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.toTop:hover {
  background-color: var(--secondery-color);
}
.toTop:hover .toTop-icon {
  color: #fff;
}
.toTop .toTop-icon {
  font-size: 20px;
  color: #808080;
  transition: all linear 0.2s;
}

.showToTop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .terms-label {
    font-size: 11px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .general-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .general-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .general-section .swiper-pagination {
    bottom: -35px;
  }
  .general-section .swiper-button-next,
  .general-section .swiper-button-prev {
    display: none;
  }
  .toTop {
    bottom: 79px;
    inset-inline-start: 10px;
    width: 35px;
    height: 35px;
  }
  .toTop .toTop-icon {
    font-size: 18px;
  }
  .general-section .swiper-pagination-bullet,
  .mainBanner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.header {
  border-bottom: 1px solid transparent;
  background-color: #ffffff;
  transition: all linear 0.3s;
  position: relative;
}

.langauge-details li a {
  text-transform: capitalize;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}
.site-nav {
  border-top: 1px solid #f2f2f2;
}

.logo {
  display: flex;
}
.logo img {
  width: 50px;
}
.site-nav {
  border-top: 1px solid #f2f2f2;
}
.nav-content {
  position: relative;
}
.site-nav .nav-ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.site-nav .nav-ul li:last-child {
  margin-inline-end: 0;
}

.submenu-list > ul > li {
  margin-top: 8px;
}
.submenu-list > ul > li > a {
  font-size: 14px;
  color: var(--text-color);
  transition: 0.3s ease;
}
.submenu-list > ul > li > a:hover {
  color: var(--primary-color);
}
.site-nav .nav-ul > li > a {
  font-size: 16px;
  color: var(--text-color);
  font-size: 16px;
  transition: all linear 0.2s;
}
.site-nav .nav-ul > li > a:hover {
  color: var(--primary-color);
}
.dropdown-li {
  position: relative;
  padding: 12px 0;
}
.dropdown-li > a {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.dropdown-li > a::after {
  transition: all linear 0.2s;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  color: var(--text-color);
}
.dropdown-li:hover > a::after {
  color: var(--primary-color);
}
.dropdown-li:hover .main-menu {
  opacity: 1;
  visibility: visible;
}

.site-nav .nav-ul > .dropdown-li:hover > a {
  color: var(--primary-color);
}

.main-menu,
.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  transition: all linear 0.3s;
  padding: 10px 15px;
  border-radius: 5px;
  width: 200px;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-menu li a,
.sub-menu li a {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #616161;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.main-menu li a:hover,
.sub-menu li a:hover {
  color: var(--primary-color);
}
.main-menu li a:hover::after,
.sub-menu li a:hover::after {
  color: var(--primary-color);
}

.main-menu {
  top: 100%;
  inset-inline-start: 0;
}

.sub-menu {
  top: 0;
  inset-inline-start: calc(100% + 16px);
}

.submenu-dropdown-li {
  position: relative;
}
.submenu-dropdown-li:hover > .slider-div > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.submenu-dropdown-li > a::after {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  color: #616161;
  transition: all linear 0.2s;
}
.arrow-rotate::after {
  transform: rotate(180deg);
}

.sub-arrow-rotate::after {
  transform: rotate(90deg);
}
html[dir="ltr"] .submenu-dropdown-li > a::after {
  transform: rotate(180deg);
}
html[dir="ltr"] .submenu-dropdown-li > .sub-arrow-rotate::after {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .site-nav .nav-ul > li {
    display: flex;
    padding: 20px 0;
  }
  .nav-megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: calc(100% + 20px);
    padding: 30px;
    background-color: #fff;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.07));
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 99;
  }

  .single-column {
    display: block; /* Remove grid layout */
  }
  .single-column .cats,
  .single-column .brands {
    width: 100%; /* Take full width */
  }
  .site-nav .nav-ul > li:hover .nav-megamenu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
  .submenu-list {
    flex: 1;
    min-width: 25%;
  }
  .nav-megamenu .have_submenu,
  .nav-megamenu .have_submenu_lv3 {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #dadada;
    padding-bottom: 18px;
    margin-top: 0;
  }
  .submenu-list > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .site-nav .nav-ul > li {
    position: relative;
    width: 100%;
  }
  .site-nav .nav-ul > li > a {
    padding: 5px 0;
  }
  .site-nav .nav-ul a.have_submenu::after,
  .site-nav .nav-ul a.have_submenu_lv3::after {
    content: "\f107";
    display: inline-block;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    color: var(--primary-color);
    z-index: 2;
    inset-inline-end: 0;
    transition: transform linear 0.2s;
  }
  .site-nav .nav-ul a.have_submenu_lv3::after {
    inset-inline-end: 15px;
  }
  .nav-megamenu .title {
    margin: 10px 0;
  }
  .nav-megamenu {
    padding: 0 15px;
    display: none;
  }
  .submenu-list_lv3 {
    padding: 10px 15px;
    display: none;
  }
  .dropdown-li {
    padding: 0;
    width: 100%;
  }
  .dropdown-li > a {
    width: 100%;
    justify-content: space-between;
  }
  .main-menu,
  .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
    width: 100%;
  }
  .slider-div {
    display: none;
    padding-top: 5px;
  }
  .main-menu li a,
  .sub-menu li a {
    padding: 7px 0;
  }
  .sub-menu,
  .main-menu {
    padding-inline-start: 10px;
    padding-inline-end: 15px;
  }
  .nav-megamenu .submenu-list {
    margin: 10px 0;
  }
}

.open-search:hover {
  color: var(--primary-color);
}

.overflow-hidden {
  overflow: hidden;
}

.general-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px;
  padding: 10px;
  z-index: 999;
  left: 50%;
  top: 100%;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  transform: translate(-50%, 10px);
}
.general-details a {
  color: var(--text-color);
  font-weight: 300;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 25px;
}
.general-details a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.searchButton {
  display: flex;
}

.control-section {
  gap: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.control-section .icon {
  font-size: 18px;
  color: var(--text-color);
  transition: all linear 0.2s;
}

.language .icon {
  font-size: 18px;
  color: var(--text-color);
  transition: all linear 0.2s;
}

.cart .icon {
  transition: all linear 0.2s;
}

.favourite,
.open-search,
.account-btn,
.cart,
.language-holder {
  display: flex;
  position: relative;
}

.number {
  width: 18px;
  height: 18px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  top: -11px;
  left: 12px;
}
.close-searh-btn {
  display: flex;
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.close-searh-btn .icon {
  font-size: 25px;
  color: #808080;
}

.search-input-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.search-input-wrapper form {
  display: block;
  width: 100%;
  height: 100%;
}

.search-input-wrapper input {
  width: 100%;
  color: var(--text-color);
  height: 100%;
  display: block;
  padding-inline-start: 15px;
  padding-inline-end: 50px;
  outline: none;
  transition: all linear 0.3s;
  font-size: 20px;
  border: none;
}
.search-input-wrapper input::-moz-placeholder {
  font-weight: 300;
  font-size: 22px;
  vertical-align: middle;
  color: #808080;
}
.search-input-wrapper input::placeholder {
  font-weight: 300;
  font-size: 22px;
  vertical-align: middle;
  color: #808080;
}

.searchButton .icon {
  font-size: 20px;
  color: #808080;
}

.search {
  transition: all linear 0.2s;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}
.search .container {
  height: 100%;
}

.account,
.language {
  position: relative;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: auto;
}
.account:hover .general-details,
.language:hover .general-details {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.cart:hover .icon,
.favourite:hover .icon,
.account:hover .icon,
.open-search:hover .icon,
.account-btn:hover .icon,
.language:hover .icon {
  color: var(--primary-color);
}

.account-btn {
  cursor: auto;
  cursor: pointer;
}
.account-btn:hover {
  color: var(--primary-color);
}

@media only screen and (min-width: 1400px) {
  .header .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 992px) {
  .close-language-wrapper,
  .close-btn,
  .bars {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .close-language-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .close-language-wrapper .langauge-details.general-details {
    transform: translateX(0);
    inset-inline-start: 0;
  }
  .header .container {
    max-width: unset;
    width: unset;
  }
  .general-details {
    min-width: unset;
    width: 110px;
  }
  .general-details li {
    line-height: 28px;
  }
  .search {
    height: 60px;
  }
  .search-input-wrapper input {
    padding-inline-end: 25px;
    font-size: 16px;
  }
  .searchButton .icon,
  .close-searh-btn .icon {
    font-size: 18px;
  }
  .search-input-wrapper input::-moz-placeholder {
    font-size: 17px;
  }
  .search-input-wrapper input::placeholder {
    font-size: 17px;
  }
  .close-btn {
    display: flex;
  }
  .close-btn .icon {
    color: var(--text-color);
    font-size: 22px;
  }
  .control-section .language {
    display: none;
  }
  .logo img {
    width: 40px;
  }
  .site-nav .nav-ul {
    flex-direction: column;
    margin: 55px 0 0 0;
    align-items: flex-start;
    gap: 10px;
  }
  .site-nav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    transform: translateY(20px);
    padding: 20px;
    transition: all linear 0.3s;
  }
  .site-nav .nav-ul > li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .show-site-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .favourite {
    display: none;
  }
  .header {
    padding: 0 0;
  }
  .showSearch-box {
    display: flex;
  }
  .bars {
    display: flex;
  }
  .bars:hover .icon {
    color: var(--primary-color);
  }
}
.mainBanner .swiper-pagination {
  display: flex;
  bottom: 30px;
  justify-content: center;
}
.mainBanner .swiper-button-next,
.mainBanner .swiper-button-prev {
  display: none;
}
.mainBanner .mainBanner-parent {
  position: relative;
  height: 100%;
}
.mainBanner .swiper {
  height: 100%;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}

.mainBanner-link {
  width: 100%;
}
.mainBanner-link img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .mainBanner .swiper-pagination {
    bottom: 10px;
  }
}
.banners-items {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

/* .banner-item:nth-of-type(3) {
  grid-column: 1/3;
} */

.banner-item {
  display: flex;
  /* height: 510px; */
}
.banner-item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .banners-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .banner-item {
    height: auto;
  }
  /* .banner-item:nth-of-type(3) {
    grid-column: unset;
  } */
}
.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.like-cart-sec {
  row-gap: 5px;
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.like-cart-sec a,
.like-cart-sec button {
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
}
.like-cart-sec a .icon,
.like-cart-sec button .icon {
  font-size: 16px;
  color: var(--text-color);
  transition: color 0.2s;
}
.like-cart-sec .like-btn:hover,
.like-cart-sec .like-btn.active {
  background-color: red;
}
.like-cart-sec .like-btn:hover i,
.like-cart-sec .like-btn.active i {
  color: #fff;
}
.like-cart-sec .cart-btn:hover {
  background-color: var(--primary-color);
}
.like-cart-sec .cart-btn:hover i {
  color: #fff;
}

.discount {
  font-size: 14px;
  color: #ff0000;
  position: absolute;
  font-weight: 500;
  top: 20px;
  inset-inline-start: 20px;
}

.item-desc {
  width: 100%;
  padding-top: 15px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.item-desc .product-name {
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  transition: all linear 0.2s;
  text-align: start;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.item-desc .product-name:hover {
  color: var(--primary-color);
}
.item-desc .product-brand {
  font-size: 14px;
  color: #808080;
  text-align: start;
}
.item-desc .product-brand:hover {
  color: var(--text-color);
}

.item-desc .price {
  width: 100%;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.item-desc .price .current-price {
  color: var(--text-color);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.item-desc .price .deleted {
  font-size: 14px;
  text-decoration: line-through;
  color: #808080;
}

.img-holder {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.img-holder img {
  width: 100%;
  display: block;
  max-width: 100%;
  transition: all linear 0.2s;
}

.general-section .nav-tabs {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  border-bottom: none;
  gap: 35px;
}

.nav-tabs > li {
  float: none;
  margin: 0;
  position: static;
}

.nav-tabs > li > a {
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  border: none;
  color: #808080;
  font-size: 16px;
  background: transparent;
  line-height: normal;
  border-radius: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: var(--text-color);
  border: none;
  background: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  color: var(--text-color);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

@media only screen and (min-width: 992px) {
  .product-item:hover .img-holder img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  /* .item-desc {
    align-items: center;
  } */
  .nav-tabs {
    margin-bottom: 30px;
    overflow-x: auto;
    gap: 25px;
    justify-content: flex-start;
  }
  .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .like-cart-sec {
    top: 7px;
    inset-inline-end: 7px;
  }
  .discount {
    top: 10px;
    inset-inline-start: 10px;
  }
  .item-desc .price {
    flex-direction: column;
    justify-content: space-between;
    height: 48px;
    row-gap: 5px;
    align-items: flex-start;
  }

  .item-desc {
    padding: 10px 5px;
  }
  .nav-tabs > li > a {
    white-space: nowrap;
  }
}
.testimonials .swiper {
  padding-block: 10px;
}
.testimonials .swiper-slide {
  padding-inline: 10px;
}

.testimonial-item {
  padding-inline: 30px;
  padding-top: 30px;
  padding-bottom: 23px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
}
.testimonial-item .reviews {
  display: flex;
  gap: 2px;
  align-items: center;
}
.testimonial-item .reviews .icon {
  font-size: 14px;
  letter-spacing: 0;
  color: #cccccc;
}
.testimonial-item .reviews .icon.active {
  color: var(--primary-color);
}
.testimonial-item .google-reviews {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-item .google-reviews img {
  max-width: 20px;
}
.testimonial-item .review-text {
  max-width: 280px;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color);
  margin: 0;
}
.testimonial-item .line {
  height: 1px;
  background-color: #e6e6e6;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 18px;
}
.testimonial-item .reviewer-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.testimonial-item .reviewer-name {
  font-size: 15px;
  color: var(--text-color);
  font-weight: 600;
  margin: 0;
}
.testimonial-item .reviewer-data {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog {
  padding-top: 30px;
}

.blog-item .blog-img-holder {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.blog-item .blog-img-holder .blog-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform linear 0.2s;
}
.blog-item .blog-img-holder:hover .blog-img {
  transform: scale(1.1);
}
.blog-item .blog-item-cont {
  padding-top: 22px;
  padding-inline-end: 23px;
}
.blog-item .date-comments-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-item .date,
.blog-item .comments {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-item .date .text,
.blog-item .comments .text {
  font-size: 12px;
  color: #808080;
}
.blog-item .date .icon,
.blog-item .comments .icon {
  font-size: 14px;
  color: #808080;
}
.blog-item .blog-title {
  font-size: 18px;
  line-height: 22px;
  color: var(--text-color);
  margin-bottom: 15px;
  font-weight: 600;
  transition: color linear 0.2s;
}
.blog-item .blog-title:hover {
  color: var(--primary-color);
}
.blog-item .blog-desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--text-color);
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .blog {
    padding-top: 15px;
  }
  .blog-item .date-comments-wrapper {
    margin-bottom: 15px;
  }
  .blog-item .blog-title {
    margin-bottom: 10px;
  }
}
.features {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: var(--secondery-color);
}

.features-parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.feature-item::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.102);
  width: 1px;
  height: 100%;
  inset-inline-end: 0;
  top: 0;
}
.feature-item .icon {
  font-size: 22px;
  color: var(--primary-color);
}
.feature-item .feature-title {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 12px;
}
.feature-item .feature-desc,
.feature-item .phone-num {
  font-size: 14px;
  color: #797c94;
  margin: 0;
  text-align: center;
}
.feature-item .phone-num {
  transition: color 0.1s linear;
}
.feature-item .phone-num:hover {
  color: #fff;
}
.feature-item:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .features-parent {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .feature-item:nth-of-type(2)::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .feature-item::after {
    inset-inline-end: -10px;
  }
  .features-parent {
    gap: 20px;
    row-gap: 30px;
  }
  .features {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.footer {
  padding-top: 75px;
}

.footer-items {
  padding-bottom: 65px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  -moz-column-gap: 91px;
  column-gap: 91px;
  row-gap: 40px;
}
.footer-items::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ededed;
  left: 0;
  position: absolute;
  bottom: 0;
}
.footer-items .footer-item-title {
  margin: 0;
  margin-bottom: 35px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 600;
}

.footer-ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-ul li .footer-anchor {
  text-transform: capitalize;
  transition: color 0.2s linear;
  font-size: 14px;
  color: #808080;
}
.footer-ul li .footer-anchor:hover {
  color: var(--text-color);
}

.download-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.download-links a {
  width: 140px;
  height: 45px;
  border-radius: 4px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
}
.download-links a:hover {
  background-color: var(--primary-color);
}
.download-links a img {
  max-width: 104px;
}

.copyright {
  padding: 30px 0 35px 0;
}

.copyright-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-content .copyright-text {
  font-size: 12px;
  color: #808080;
  margin: 0;
}

.social {
  display: flex;
  align-items: center;
  gap: 17px;
}
.social a {
  display: flex;
}
.social a:hover .icon {
  color: var(--text-color);
}
.social a .icon {
  font-size: 18px;
  color: #808080;
  transition: color linear 0.2s;
}

@media only screen and (max-width: 991px) {
  .footer-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-items .footer-item-title {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-items .footer-item-title::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    transition: transform linear 0.2s;
  }
  .footer-ul-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }
  .footer-ul > li:first-child {
    margin-top: 12px;
  }
  .download-footer-item .footer-item-title {
    margin-bottom: 20px;
  }
  .footer-items {
    gap: 0;
    padding-bottom: 40px;
  }
  .download-footer-item .footer-item-title::after {
    display: none;
  }
  .download-footer-item {
    margin-top: 10px;
  }
  .download-footer-item .footer-item-title {
    justify-content: center;
  }
  .download-links {
    flex-direction: row;
    justify-content: center;
  }
  .rotate-arrow::after {
    transform: rotate(180deg);
  }
  .footer {
    padding-top: 50px;
  }
  .copyright {
    padding: 25px 0;
    padding-top: 25px;
  }
  .copyright-content {
    flex-direction: column;
    gap: 15px;
  }
}
html[dir="rtl"] .footer-items {
  -moz-column-gap: 115px;
  column-gap: 115px;
}

.translateY-0 {
  transform: translateY(-30px);
}

.show-search-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  border-color: #e6e6e6;
}
.scroll-header {
  padding-top: 95px;
}

.like-cart-sec .like-btn.shown {
  display: flex;
}
.like-cart-sec .like-btn.hidden {
  display: none;
}

@media (max-width: 1199px) {
  .download-footer-item {
    display: none;
  }
}

.fixed-whatsapp {
  position: fixed;
  inset-inline-end: 10px;
  bottom: 20px;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4aae20;
  z-index: 10;
}
.fixed-whatsapp i {
  font-size: 36px;
  color: #ffffff;
}
.fixed-whatsapp:hover {
  background-color: #225f1e;
}
@media (max-width: 767px) {
  .fixed-whatsapp {
    bottom: 75px;
    width: 50px;
  }
  .fixed-whatsapp i {
    font-size: 30px;
  }
}

.general-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.general-head .general-title {
  margin-bottom: 0;
  text-align: start;
}

.general-head a {
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  border: none;
  color: #808080;
  font-size: 16px;
  background: transparent;
  line-height: normal;
  border-radius: 0;
}

.general-head a:focus,
.general-head a:hover {
  background-color: transparent;
  color: var(--text-color);
}

.newsletter .newsletter-text {
  font-size: 14px;
  color: #808080;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.message {
  position: relative;
}
.message .subscribe {
  line-height: 28px;
  width: 80px;
  height: 28px;
  border-radius: 14px;
  background-color: var(--text-color);
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  position: absolute;
  inset-inline-end: 7px;
  transform: translateY(-50%);
  top: 50%;
  transition: all linear 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message .subscribe:hover {
  background-color: var(--primary-color);
}
.message input {
  max-width: 360px;
  height: 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  transition: all linear 0.2s;
  outline: none;
  border: 1px solid transparent;
  color: var(--text-color);
  padding-inline-end: 100px;
  padding-inline-start: 25px;
  font-size: 16px;
  font-weight: 400;
}
html[dir="ltr"] .message input {
  max-width: 340px;
}

.message input::-webkit-input-placeholder {
  font-size: 12px;
  color: #8e8e8e;
  font-weight: 500;
}
.message input:focus {
  border-color: var(--primary-color);
}
@media (max-width: 1200px) {
  .newsletter-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .newsletter-item{
    width: 100%;
  }
  .footer-item-title{
    width: 100%;
  }
  .newsletter{
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .newsletter .newsletter-text {
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
  }
  .newsletter {
    font-size: 14px;
  }
  .message input,
  html[dir="ltr"] .message input {
    max-width: 100%;
    width: 100%;
  }
  .message input::placeholder {
    font-size: 13px;
  }
}
