@font-face {
  font-family: "tajawal";
  src: url("../fonts/TAJAWAL/Tajawal-ExtraLight.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-ExtraLight.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "tajawal";
  src: url("../fonts/TAJAWAL/Tajawal-Light.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-Light.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "tajawal";
  src: url("../fonts/TAJAWAL/Tajawal-Regular.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-Regular.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "tajawal";
  src: url("../fonts/TAJAWAL/Tajawal-Medium.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-Medium.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "tajawal";
  src: url("../fonts/TAJAWAL/Tajawal-Bold.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-Bold.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "tajawal";
  src: url("../fonts/TAJAWAL/Tajawal-ExtraBold.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-ExtraBold.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "tajawal";
  src: url("../fonts/TAJAWAL/Tajawal-Black.woff2") format("woff2"), url("../fonts/TAJAWAL/Tajawal-Black.woff") format("woff"), url("../fonts/TAJAWAL/Tajawal-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #c62c2c #f1f1f1;
  scroll-behavior: unset !important;
}

body {
  font-family: tajawal;
  font-weight: 400;
  color: #262626;
}

body::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 4px;
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background-color: #c62c2c;
  border-radius: 3px;
}

.overflow {
  overflow: hidden;
}

@media (min-width: 1450px) {
  .container {
    width: 1440px;
  }
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

/* General Resets */
* {
  outline: 0 !important;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

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

button {
  border: none;
  background: none;
  outline: 0;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role=button] {
  cursor: pointer;
}

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

input {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

select {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: left 25px top 50%;
}

html[dir=ltr] select {
  background-position: right 25px top 50%;
}

@media (max-width: 767px) {
  select {
    background-position: left 10px top 50%;
  }

  html[dir=ltr] select {
    background-position: right 10px top 50%;
  }
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-twitter::before {
  content: "\e61b";
}

.fa-facebook::before {
  content: "\f39e";
}

.custom-slider {
  position: relative;
}

.custom-slider .swiper-button {
  position: absolute;
  margin: 0;
  top: 110px;
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #808080;
  transition: all 0.3s ease-in-out;
}

.custom-slider .swiper-button::after {
  display: none;
}

.custom-slider .swiper-button.swiper-button-prev {
  right: -40px;
  left: auto;
}

.custom-slider .swiper-button.swiper-button-next {
  left: -40px;
  right: auto;
}

.custom-slider .swiper-button:hover {
  color: #c62c2c;
}

.custom-slider .swiper-button.swiper-button-disabled {
  display: none;
}

@media (max-width: 1499px) and (min-width: 1450px) {
  .custom-slider .swiper-button {
    display: none;
  }
}

@media (max-width: 1230px) {
  .custom-slider .swiper-button {
    display: none;
  }
}

.custom-slider .swiper-pagination {
  position: relative;
  inset: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.custom-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.custom-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #ff8c01;
  opacity: 1;
}

.brands-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.brands-slider .swiper-slide {
  flex-shrink: 0;
  width: 290px;
  height: 100%;
  margin: 0 25px;
  position: relative;
  transition-property: transform;
}

.main-slider .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .main-slider .swiper-pagination {
    bottom: 10px;
  }
}

.brands-slider .swiper-button {
  top: 180px;
  display: none;
}

.brands-slider .swiper-pagination {
  /* display: block; */
}

.section-title {
  font-size: 26px;
  font-weight: 700;
  color: #262626;
  text-align: center;
  margin: 0 0 25px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
  }
}

.dark-section .section-title {
  color: #fff;
}

.slider-img {
  display: flex;
  overflow: hidden;
}

.brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  /* max-width: 160px; */
  margin: 0 auto;
  cursor: default;
}

.brand-item .item-img {
  /* border: 2px solid #f5f5f5;  */
  /* border-radius: 50%; */
  background-color: rgb(255, 255, 255);
  width: 100%;
  /* aspect-ratio: 1; */
  /* overflow: hidden; */
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .brand-item .item-img {
    margin-bottom: 10px;
  }

  .brand-item .item-img img {
    width: 100%;
  }
}

.brand-item .item-title {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin: 0 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .brand-item .item-title {
    font-size: 14px;
  }
}

.brand-item:focus .item-title {
  color: #262626;
}

.brand-item:is(a[href]) {
  cursor: pointer;
}

.brand-item:is(a[href]):hover .item-img {
  border-color: #c62c2c;
}

.brand-item:is(a[href]):hover .item-title {
  color: #c62c2c;
}

.product-box {
  position: relative;
}

.product-box .product-img {
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 214/220;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-box .product-img img {
  transition: all 0.3s ease-in-out;
}

.product-box .product-img:hover img {
  transform: scale(1.05);
}

.product-box .product-info {
  padding: 16px 16px 0;
}

.product-box .product-title {
  font-size: 16px;
  line-height: 1.357;
  text-align: center;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* height: 38px; */
  overflow: hidden;
  margin: 0 0 11px;
}

.dark-section .product-box .product-title {
  color: #fff;
}

.product-box .product-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.product-box .product-title a:focus {
  color: inherit;
}

.product-box .product-title a:hover {
  color: #c62c2c;
}

.dark-section .product-box .product-title a:hover {
  color: #7acef0;
}

@media (max-width: 767px) {
  .product-box .product-title {
    height: 57px;
    -webkit-line-clamp: 3;
  }
}

.product-box .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 7px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-box .product-price {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 10px;
    height: 51px;
  }
}

.product-box .current-price {
  font-weight: 700;
  color: #c62c2c;
}

.dark-section .product-box .current-price {
  color: #c62c2c;
}

.product-box .old-price {
  color: #999999;
  font-weight: 400;
}

.product-box .product-label {
  position: absolute;
  bottom: 136px;
  /* inset-inline-start: 6px; */
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 9px;
  height: 25px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0bb900;
}

.products-3-grid.list .product-box .product-label {
  bottom: 175px;
  right: 0;
}

.product-box .products-tools {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.product-box .product-cart {
  width: 100%;
  max-width: 151px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c62c2c;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

.product-box .product-cart i {
  font-size: 12px;
}

.product-box .product-cart:focus {
  color: #fff;
}

.product-box .product-cart:hover {
  color: #fff;
  background-color: #ff8c01;
}

.dark-section .product-box .product-cart:hover {
  background-color: #fff;
  color: #c62c2c;
}

.features-content {
  display: flex;
  gap: 9px;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding-bottom: 68px !important;
}

@media (min-width: 1450px) {
  .features-content {
    padding: 14px 30px;
  }
}

@media (max-width: 1199px) {
  .features-content {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .features-content {
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .features-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.feature-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  flex: 1;
  height: 100px;
  padding: 0 10px;
}

@media (min-width: 1450px) {
  .feature-item {
    padding: 0 17px;
  }
}

.feature-item .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #c62c2c;
  background-color: #ff8c01;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  padding: 10px;
  font-size: 30px;
}

@media (max-width: 767px) {
  .feature-item .feature-icon {
    width: 54px;
    aspect-ratio: 54/39;
  }
}

.feature-item .feature-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feature-item .feature-title {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  margin: 0;
}

.feature-item .feature-desc {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  margin: 0;
}

header {
  position: relative;
  z-index: 15;
}

.header {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 48px;
  padding: 30px 0;
  position: relative;
}

@media (min-width: 1450px) {
  .header {
    gap: 98px;
  }
}

@media (max-width: 991px) {
  .header {
    gap: 10px 30px;
  }
}

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

@media (max-width: 480px) {
  .header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.logo {
  /* width: 60px; */
  /* aspect-ratio: 60/69; */
  display: flex;
  align-items: center;
  margin-inline-end: auto;
}

@media (max-width: 767px) {
  .logo {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .logo {
    order: 1;
    margin: 0;
  }
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1199px) {
  .header-tools {
    gap: 23px;
  }
}

@media (max-width: 480px) {
  .header-tools {
    order: 2;
    gap: 30px;
  }
}

.header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  font-size: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 480px) {
  .header-icon {
    font-size: 22px;
  }
}

.header-icon:focus {
  color: #262626;
}

.header-icon:hover {
  color: #c62c2c;
}

.header-icon .icon-count {
  position: absolute;
  top: -9px;
  right: -9px;
  min-width: 16px;
  aspect-ratio: 1;
  background-color: #ff8c01;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-localization {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-inline-start: 15px;
}

@media (max-width: 1199px) {
  .header-localization {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header-localization {
    display: none;
    gap: 15px;
  }
}

@media (max-width: 991px) {
  .header-whislist {
    display: none;
  }
}

.menu-btn {
  display: none;
}

@media (max-width: 767px) {
  .menu-btn {
    display: flex;
  }
}

.search-form {
  width: 550px;
  max-width: 40%;
}

@media (max-width: 1199px) {
  .search-form {
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .search-form {
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .search-form {
    width: 100%;
    max-width: 100%;
    order: 3;
  }
}

.search-cont {
  width: 100%;
  position: relative;
}

.search-input {
  width: 100%;
  height: 49px;
  border-radius: 25px;
  border: none;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  padding: 0 29px;
  padding-inline-end: 50px;
  transition: all 0.3s ease-in-out;
}

.search-input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.search-input::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.search-input:focus {
  border-color: #c62c2c;
}

.search-button {
  position: absolute;
  inset-inline-end: 7px;
  top: 6px;
  width: 37px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c62c2c;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}

.search-button:focus {
  color: #fff;
}

.search-button:hover {
  background-color: #4c34bc;
  color: #fff;
}

.localization-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 15px;
  color: #7b7b7b;
  transition: all 0.3s ease-in-out;
}

.localization-toggle img {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  margin-inline-end: 4px;
}

@media (max-width: 991px) {
  .localization-toggle img {
    display: none;
  }
}

@media (max-width: 767px) {
  .localization-toggle img {
    display: flex;
  }
}

.localization-toggle:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 400;
  font-size: 8px;
}

.localization-toggle:focus {
  color: #7b7b7b;
}

.localization-toggle:hover {
  color: #c62c2c;
}

.header-dropdown {
  position: relative;
  z-index: 12;
}

.header-dropdown .dropdown-toggle {
  height: 40px;
}

.header-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 11px;
  min-width: 150px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.header-dropdown .dropdown-list li {
  padding: 7px 4px;
  border-bottom: 1px solid #ededf0;
  text-align: center;
}

.header-dropdown .dropdown-list li:last-of-type {
  border-bottom: none;
}

.header-dropdown .dropdown-list a {
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  transition: all 0.3s ease-in-out;
}

.header-dropdown .dropdown-list a:focus {
  color: #262626;
}

.header-dropdown .dropdown-list a:hover {
  color: #c62c2c;
}

.header-dropdown:hover .dropdown-toggle {
  color: #c62c2c;
}

.header-dropdown:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1495px) and (min-width: 1450px) {
  .header-localization> :last-child .dropdown-list {
    min-width: 100px;
  }
}

@media (max-width: 1222px) and (min-width: 1200px) {
  .header-localization> :last-child .dropdown-list {
    min-width: 100px;
  }
}

@media (max-width: 1012px) and (min-width: 992px) {
  .header-localization> :last-child .dropdown-list {
    min-width: 100px;
  }
}

@media (max-width: 819px) and (min-width: 768px) {
  .header-localization> :last-child .dropdown-list {
    min-width: 85px;
  }
}

@media (max-width: 767px) {
  .header-user .dropdown-list {
    min-width: 120px;
  }
}

.header-content {
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.header-nav {
  position: relative;
  z-index: 2;
  background-color: #262626;
}

@media (max-width: 991px) {
  .header-nav .container {
    width: 100%;
    padding: 0;
  }
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  min-height: 35px;
}

@media (max-width: 991px) {
  .nav-list {
    gap: 15px;
  }
}

.nav-list .nav-a {
  font-size: 15px;
  /* font-weight: 500; */
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .nav-list .nav-a {
    font-size: 14px;
  }
}

.nav-list .nav-a:focus {
  color: #fff;
}

.nav-list .nav-a:hover {
  color: #ff8c01;
}

.nav_categories-item {
  position: relative;
  /* width: 241px;
  max-width: 18%;
  min-width: 200px; */
}

@media (max-width: 991px) {
  .nav_categories-item {
    min-width: 180px;
  }
}

.nav_categories-item .nav_categories-toggle {
  padding: 5px 16px 15px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .nav_categories-item .nav_categories-toggle {
    font-size: 15px;
    padding: 0 10px;
    min-height: 45px;
  }
}

.nav_categories-item .nav_categories-toggle::before,
.nav_categories-item .nav_categories-toggle::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.nav_categories-item .nav_categories-toggle::before {
  /* content: "\f0c9"; */
  font-size: 16px;
}

.nav_categories-item .nav_categories-toggle::after {
  /* content: "\f0d7"; */
  font-size: 11px;
  margin-inline-end: 2px;
  margin-inline-start: auto;
}

.nav_categories-item .nav_categories-toggle:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ff8c01;
}

.nav_categories-item:hover .nav_categories-toggle {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ff8c01;
}

.nav_categories-list {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  background-color: #fff;
  padding: 9px 22px;
  width: max-content;
  border-radius: 15px;
  display: none;
  /* left: 52px; */
  right: -80px;
}

.nav_categories-list li {
  padding: 7px 4px;
  /* border-bottom: 1px solid #ededf0; */
}

.nav_categories-list li:last-of-type {
  border-bottom: none;
}

.nav_categories-list a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.nav_categories-list a:focus {
  color: #262626;
}

.nav_categories-list a:focus::after {
  color: #bfbfbf;
}

.nav_categories-list a:hover {
  color: #c62c2c;
}

.nav_categories-list a:hover::after {
  color: #7acef0;
}

.nav_children-list {
  position: absolute;
  top: 0;
  inset-inline-start: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 9px 11px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.nav_children-list li {
  padding: 7px 4px;
  border-bottom: 1px solid #ededf0;
}

.nav_children-list li:last-of-type {
  border-bottom: none;
}

.nav_children-list a {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  transition: all 0.3s ease-in-out;
}

.nav_children-list a:focus {
  color: #808080;
}

.nav_children-list a:hover {
  color: #c62c2c;
}

.has-children>a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f0d7";
  font-size: 11px;
  color: #bfbfbf;
  transition: all 0.3s ease-in-out;
}

html[dir=rtl] .has-children>a::after {
  transform: rotate(90deg);
}

html[dir=ltr] .has-children>a::after {
  transform: rotate(-90deg);
}

.has-children:hover>a {
  color: #c62c2c;
}

.has-children:hover .nav_children-list {
  visibility: visible;
  opacity: 1;
}

.nav-overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
  display: none;
}

.nav-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 0;
}

.nav-head .header-localization {
  display: flex;
}

.nav-head .close-btn {
  color: #7b7b7b;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    height: 100vh;
    width: 300px;
    background-color: #fff;
    border: none;
    z-index: 99;
    padding: 20px 20px 70px;
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
  }

  .header-nav.active {
    inset-inline-start: 0;
  }

  .nav-head {
    display: flex;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 35px 0 20px;
  }

  .nav-list .nav-a {
    font-size: 16px;
    color: #262626;
  }

  .nav-list .nav-a:focus,
  .nav-list .nav-a:hover {
    color: #262626;
  }

  .nav_categories-item {
    width: 100%;
    max-width: 100%;
  }

  .nav_categories-item .nav_categories-toggle {
    padding: 0;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #262626;
    background-color: transparent;
  }

  .nav_categories-item .nav_categories-toggle::after {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }

  .nav_categories-item .nav_categories-toggle:hover {
    background-color: transparent;
    color: #262626;
  }

  .nav_categories-item .nav_categories-toggle.active::after {
    transform: rotate(180deg);
  }

  .nav_categories-item:hover .nav_categories-toggle {
    background-color: transparent;
    color: #262626;
  }

  .nav_categories-list {
    position: relative;
    inset: unset;
    width: 100%;
    padding: 10px 15px 0;
  }

  .nav_categories-list li {
    padding: 7px 0;
    border-bottom: none;
  }

  .nav_categories-list a::after {
    color: #262626;
  }

  html[dir=rtl] .nav_categories-list a::after {
    transform: rotate(0);
  }

  html[dir=ltr] .nav_categories-list a::after {
    transform: rotate(0);
  }

  html[dir=rtl] .nav_categories-list a.active::after {
    transform: rotate(180deg);
  }

  html[dir=ltr] .nav_categories-list a.active::after {
    transform: rotate(180deg);
  }

  .nav_categories-list a:focus::after {
    color: #262626;
  }

  .nav_categories-list a:hover {
    color: #262626;
  }

  .nav_categories-list a:hover::after {
    color: #262626;
  }

  .nav_children-list {
    position: relative;
    inset: unset;
    width: 100%;
    visibility: visible;
    opacity: 1;
    padding: 10px 15px 0;
    display: none;
    transition: none;
  }

  .nav_children-list li {
    padding: 7px 0;
    border-bottom: none;
  }

  .nav_children-list a:hover {
    color: #808080;
  }

  .nav-overlay {
    opacity: 0.9;
    z-index: 98;
  }
}

footer {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}

/*  */
.testimonials-section {
  padding: 80px 0 100px;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 40px 0;
  }
}

.testimonial-item {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 25px;
}

.testimonial-item .name-date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.testimonial-item .review-date {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  margin: 0;
  margin-inline-start: 17px;
}

.testimonial-item .client-name {
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  font-weight: 700;
  margin: 0;
}

.testimonial-item .stars {
  margin-bottom: 12px;
}

.testimonial-item .stars i {
  font-size: 14px;
  letter-spacing: 0;
  color: #cccccc;
}

.testimonial-item .stars .active {
  color: #ff8c01;
}

.testimonial-item .testimonial-text {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  height: 72px;
  margin: 0;
}

.testimonials-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  justify-content: center;
  bottom: -36px;
  width: 100%;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.502);
  opacity: 1;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #ff8c01;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff8c01;
  opacity: 1;
}

.testimonials-slider {
  position: relative;
}

/*  */

.foot-header {
  font-size: 14px;
  color: #262626;
  font-weight: 700;
  margin: 0 0;
}

.nav-foot-header {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .nav-foot-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .nav-foot-header:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 14px;
    content: "\f0d7";
    transition: all 0.3s ease-in-out;
  }

  .nav-foot-header.active:after {
    transform: rotate(-180deg);
  }

  .testimonials-slider .swiper-pagination {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .nav-foot-cont {
    margin-bottom: 25px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .footer-logo img {
    width: 100%;
  }
}

.nav-foot {
  margin: 0;
}

@media (max-width: 767px) {
  .nav-foot {
    display: none;
    padding: 15px 15px 0;
  }
}

.nav-foot li~li {
  margin-top: 9px;
}

.nav-foot a {
  font-size: 14px;
  color: #262626;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}

.nav-foot a:hover {
  color: #c62c2c;
}

html[dir=rtl] .nav-foot a:hover {
  transform: translateX(-5px);
}

html[dir=ltr] .nav-foot a:hover {
  transform: translateX(5px);
}

.newsletter-cont {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .newsletter-cont {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .newsletter-cont {
    margin-top: 10px;
  }
}

.newsletter-header {
  margin: 0 0 22px;
}

.newsletter-desc {
  font-size: 14px;
  color: #262626;
  margin: 0 0 14px;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 25px 0 25px;
}

.socials a {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7e0e0;
  color: #c62c2c;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.socials a:hover {
  background-color: #c62c2c;
  color: #fff;
}

.last-footer {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .last-footer {
    margin-top: 45px;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .last-footer {
    margin-top: 30px;
  }
}

.footer-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo img {
  width: 80%;
}

.copyright {
  font-size: 14px;
  color: #262626;
  text-align: center;
  margin: 0 0 0;
  display: flex;
  gap: 5px;
}

.copyright b {
  color: #24156d;
}

.float-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  inset-inline-start: 20px;
  flex-direction: column;
  z-index: 11;
  gap: 15px;
}

@media (max-width: 767px) {
  .float-icons {
    gap: 10px;
  }

  .footer-payment {
    flex-direction: column;
    gap: 15px;
  }
}

.toTop {
  position: fixed;
  inset-inline-start: 10px;
  bottom: 20px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}

.toTop .toTop-icon {
  font-size: 12px;
  color: #808080;
  transition: all 0.3s ease-in-out;
}

.toTop:hover {
  background-color: #c62c2c;
}

.toTop:hover .toTop-icon {
  color: #fff;
}

.toTop.showToTop {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .toTop {
    width: 35px;
  }
}

.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: 5;
}

.fixed-whatsapp i {
  font-size: 36px;
  color: #ffffff;
}

.fixed-whatsapp:hover {
  background-color: #225f1e;
}

@media (max-width: 767px) {
  .fixed-whatsapp {
    width: 50px;
  }

  .fixed-whatsapp i {
    font-size: 30px;
  }
}

.newsletter-form {
  position: relative;
}

.newsletter-input {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  transition: border-color 0.3s ease-in-out;
}

.newsletter-input::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.newsletter-input::placeholder {
  color: #999999;
  font-size: 14px;
}

.newsletter-input:focus {
  border-color: #c62c2c;
}

@media (max-width: 991px) {
  .newsletter-input {
    height: 52px;
  }
}

.newsletter-btn {
  position: absolute;
  inset-inline-end: 9px;
  top: 7px;
  width: 38px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #c62c2c;
  color: #fff;
  font-size: 16px;
  padding: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}

.newsletter-btn:focus {
  color: #fff;
}

.newsletter-btn:hover {
  background-color: #4c34bc;
  color: #fff;
}

.dark-section {
  background-color: #262626;
}

.main-section {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .main-section {
    padding: 0;
  }
}

.brands-section {
  padding: 60px 0 100px;
}

@media (max-width: 767px) {
  .brands-section {
    padding: 60px 0;
  }
}

.products-section {
  padding: 80px 0 90px;
}

@media (max-width: 767px) {
  .products-section {
    padding: 60px 0;
  }
}

.features-section {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .features-section {
    padding: 20px 0;
  }
}

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