@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap");
@font-face {
  font-family: "DIN NEXTTM ARABIC";
  src: url("../fonts/DINNextLTW23-Regular.eot");
  src: url("../fonts/DINNextLTW23-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTW23-Regular.woff2") format("woff2"), url("../fonts/DINNextLTW23-Regular.woff") format("woff"), url("../fonts/DINNextLTW23-Regular.ttf") format("truetype"), url("../fonts/DINNextLTW23-Regular.svg#DINNextLTW23-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font: "Roboto","Tajawal", sans-serif;
  /* Default font family */
}

html[dir=rtl] {
  --font: "Tajawal", "Roboto";
  /* Change the font-family for RTL */
}

.text-primary {
  color: #161616 !important;
}

.text-secondary {
  color: #525252 !important;
}

.text-disabled {
  color: #C6C6C6 !important;
}

.hover-link:hover {
  color: #6B6C7E !important;
}

.hover-bg-blue:hover {
  background: #264AEC !important;
}

.hover-bg-secondary:hover {
  background: #efefef !important;
}

.hover-white:hover {
  color: #fff !important;
}
.hover-white:hover svg, .hover-white:hover path {
  fill: white;
}

.text-helper {
  color: #6F6F6F;
}

.text-blue {
  color: #264AEC !important;
}

.text-error {
  color: #DA1E28 !important;
}

.text-success {
  color: #24A148 !important;
}

.text-warning {
  color: #F1C21B !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt--2rem {
  margin-top: -2rem !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.border {
  border-color: #E0E0E0 !important;
}

.bg-secondary {
  background: #efefef !important;
}

.bg-primary {
  background: #264AEC !important;
}

.flipx {
  transform: scalex(-1);
}

.flipy {
  transform: scaley(-1);
}

.gap-1rem {
  gap: 1rem;
}

.gap-2rem {
  gap: 2rem;
}

.gap-3rem {
  gap: 3rem;
}

.rounded10 {
  border-radius: 10px !important;
}

.rounded20 {
  border-radius: 20px !important;
}

.rounded50 {
  border-radius: 50px !important;
}

.fz70 {
  font-size: 70px !important;
}

.fz60 {
  font-size: 60px !important;
}

.fz56 {
  font-size: 56px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz10 {
  font-size: 10px !important;
}

.btn {
  font-size: 18px;
  padding: 5px 30px;
  border-radius: 8px;
  transition: all 0.3s;
}

.btn-primary {
  background: #264AEC;
  color: #ffffff;
  font-weight: bold;
}
.btn-primary:hover {
  background: #1B41E9;
  color: white;
}
.btn-primary:active, .btn-primary:focus {
  background: #002D9C;
  color: white;
}

.btn-outline-primary {
  font-size: 14px;
  font-weight: 500;
  border-radius: 32px;
  border: 1px solid #264AEC;
  color: #264AEC;
  background: none;
  padding: 12px 32px;
}
.btn-outline-primary:hover {
  background: #264AEC;
}

.btn-secondary {
  background: #393939;
  color: #ffffff;
  font-weight: bold;
}
.btn-secondary:hover {
  background: #4C4C4C;
  color: white;
}
.btn-secondary:active, .btn-secondary:focus {
  background: #6F6F6F;
  color: white;
}

.btn-danger {
  background: #DA1E28;
  color: #ffffff;
}
.btn-danger:hover {
  background: #BA1B23;
  color: white;
}
.btn-danger:active, .btn-danger:focus {
  background: #BA1B23;
  color: white;
}

.btn-disabled {
  background: #C6C6C6;
  color: #ffffff;
}
.btn-disabled:hover {
  background: #C6C6C6;
  color: white;
  cursor: not-allowed;
}
.btn-disabled:active, .btn-disabled:focus {
  background: #C6C6C6;
  color: white;
}

.btn-green {
  background: #24A148;
  color: #ffffff;
}
.btn-green:hover {
  background: #1B41E9;
  color: white;
}
.btn-green:active, .btn-green:focus {
  background: #002D9C;
  color: white;
}

.btn-red {
  background: #DA1E28;
  color: #ffffff;
}
.btn-red:hover {
  background: #1B41E9;
  color: white;
}
.btn-red:active, .btn-red:focus {
  background: #002D9C;
  color: white;
}

.iconsax {
  --Iconsax-Size: 24px;
  --Iconsax-Color: #161616;
}
.iconsax.hover:hover {
  --Iconsax-Color: #999999;
}

path {
  transition: 0.3s;
}

a .iconsax:active, a .iconsax:checked, a .iconsax:visited, a .iconsax:focus, a .iconsax:target {
  --Iconsax-Color: #264AEC;
}

a.show .iconsax {
  --Iconsax-Color: #264AEC;
}

body {
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #F8F8F8;
  color: #000;
  font-size: 14px;
}

a {
  transition: all 0.3s;
  text-decoration: none !important;
  font-family: var(--font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

.logo {
  margin-inline-end: 4rem;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.top-nav {
  padding: 10px 0;
  background: #181823;
  color: #fff;
  overflow: hidden;
}
.top-nav ul {
  margin-bottom: 0;
}
.top-nav .languages a {
  color: #8D8D8D;
}
.top-nav .languages a:hover {
  color: #6B6C7E !important;
}
.top-nav .languages li.active a {
  color: #fff;
}

.main-header-content {
  border-bottom: 1px solid #E0E0E0;
  padding-block: 16px;
}

.single-msg {
  flex-shrink: 0;
  flex-grow: 1;
}

.js-marquee {
  display: flex;
  gap: 20px;
}

.header-mini-nav {
  transition: 0.3s;
  display: flex;
  gap: 2rem;
  flex-shrink: 0;
}
.header-mini-nav a {
  color: #161616;
  display: block;
  text-transform: capitalize;
}
.header-mini-nav a:hover {
  color: #6B6C7E;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.3s;
}

.header-search-form {
  position: relative;
  z-index: 6;
  transition: 0.3s;
  margin-inline-end: auto;
  width: 40%;
}
.header-search-form form {
  position: relative;
}
.header-search-form form .btn-submit {
  position: absolute;
  inset-inline-start: 14px;
  top: 7px;
  border: 0;
  box-shadow: none !important;
}
.header-search-form form .btn-submit path {
  transition: 0.3s;
}
.header-search-form form .btn-submit:hover path {
  stroke: #264AEC;
}
.header-search-form form .search-input {
  position: relative;
}
.header-search-form form .search-input .form-control {
  height: 44px;
  box-shadow: none;
  padding-inline-end: 20px;
  padding-inline-start: 40px;
  background: none;
  border-radius: 8px;
  border: none;
  background: #efefef;
  transition: 0.3s;
}
.header-search-form form .search-input .form-control::placeholder {
  font-size: 16px;
  color: #A8A8A8;
}

.recent-search-keywords {
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 1rem 2rem;
  background: #efefef;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 99;
  width: 100%;
}
.recent-search-keywords.show {
  opacity: 1;
  transition: 0.5s;
  pointer-events: auto;
  transform: translateY(4px);
}
.recent-search-keywords .keywords-section {
  margin-bottom: 20px;
}
.recent-search-keywords .keywords-section ul {
  margin: 0;
  padding: 0;
}
.recent-search-keywords .keywords-section li {
  margin-bottom: 1rem;
  align-items: center;
  cursor: pointer;
}
.recent-search-keywords .keywords-section li .delete {
  border: 0;
  background: none;
  padding: 0;
}
.recent-search-keywords .keywords-section li .delete:hover path {
  fill: #6B6C7E;
}
.recent-search-keywords .keywords-section li:last-child {
  margin-bottom: 0;
}
.recent-search-keywords .keywords-section:last-child {
  margin-bottom: 0;
}

.user-nav:not(.dropdown-menu) {
  align-items: center;
}
.user-nav:not(.dropdown-menu) > li {
  position: relative;
  margin-inline-end: 1rem;
}
.user-nav:not(.dropdown-menu) > li:last-child {
  margin-inline-end: 0;
}
.user-nav:not(.dropdown-menu) > li a {
  color: #161616;
  font-size: 15px;
}
.user-nav:not(.dropdown-menu) > li a i {
  color: #264AEC;
  font-size: 20px;
  margin-inline-end: 2px;
}
.user-nav:not(.dropdown-menu) > li .notification-count {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #264AEC;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px white;
  font-size: 9px;
  border-radius: 50%;
  color: #fff;
  inset-inline-start: -3px;
  top: -10px;
  font-weight: 200;
}
.user-nav:not(.dropdown-menu) .dropdown-menu {
  inset-inline: auto 0;
}
.user-nav:not(.dropdown-menu) .dropdown-menu a {
  padding: 10px;
}
.user-nav:not(.dropdown-menu) .dropdown-menu a:hover {
  background: #264AEC;
  color: #fff;
}
.user-nav:not(.dropdown-menu) .dropdown-menu a:hover i {
  --Iconsax-Color: white;
}
.user-nav:not(.dropdown-menu) .dropdown-menu li:first-child {
  border-radius: 8px 8px 0 0;
}
.user-nav:not(.dropdown-menu) .dropdown-menu li:last-child {
  border-radius: 0 0 8px 8px;
}

.flag-icon {
  width: 22px;
}

.user-logged-in .user-avatar {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  margin: 0 7px -10px 0;
}
.user-logged-in .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-menu {
  background: #264AEC;
  margin-block: 1em;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.navbar-light {
  border: none;
  padding: 0;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: white;
  background: none;
}

.navbar-light .navbar-nav .nav-item.active:hover .nav-link {
  color: #6B6C7E;
  background: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: white;
  padding: 5px 16px;
  position: relative;
  line-height: 48px;
  transition: 0.3s;
  text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #E6C94D;
  background: none;
}

.special-item {
  position: relative;
}
.special-item a {
  color: #E6C94D !important;
}
.special-item:hover a {
  color: white !important;
}

.navbar-light .navbar-nav > li > .submenu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-light .navbar-nav > li > .submenu > li {
  border-radius: 0 !important;
}
.navbar-light .navbar-nav > li > .submenu > li > a {
  border-radius: 0 !important;
}
.navbar-light .dropdown a {
  background: none !important;
}

.navbar-light .dropdown > ul a:hover {
  color: white !important;
  background: #264AEC !important;
}

.navbar-light .dropdown .dropdown-menu li {
  border: none !important;
  margin-right: 0;
  margin-inline-end: 0;
}
.navbar-light .dropdown .dropdown-menu li:first-child {
  border-radius: 8px 8px 0 0;
}
.navbar-light .dropdown .dropdown-menu li:last-child {
  border-radius: 0 0 8px 8px;
}

.navbar-light .dropdown .dropdown-menu li a {
  border: none !important;
  color: #161616;
  padding: 10px 15px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 0;
}

.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:focus,
.navbar-light .navbar-nav > .open > a:hover {
  color: #136BCF;
  background: none !important;
}

.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > li > a:hover {
  color: #136BCF;
  background: none !important;
}

.dropdown-item:has(+ .submenu) {
  position: relative;
}
.dropdown-item:has(+ .submenu):after {
  content: "›";
  position: absolute;
  inset-inline-end: 12px;
}

.dropdown-menu, .dropdown-menu.submenu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
  background: white;
  border: 0;
  border-radius: 8px;
  padding: 0;
}
.dropdown-menu li:first-child a, .dropdown-menu.submenu li:first-child a {
  border-radius: 8px 8px 0 0 !important;
}
.dropdown-menu li:last-child a, .dropdown-menu.submenu li:last-child a {
  border-radius: 0 0 8px 8px !important;
}

.dropdown-menu.show, .dropdown-menu > li:hover > .submenu {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
}

.mobile-mini-nav {
  border-top: 1px solid white;
  padding-block: 8px;
}
.mobile-mini-nav a {
  color: #fff;
  padding-block: 9px;
  display: block;
  font-size: 16px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .dropdown-menu .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.3s;
    position: absolute;
    inset-inline-start: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    inset-inline-end: 100%;
    inset-inline-start: auto;
  }

  .dropdown-menu > li:hover {
    background-color: #264AEC;
  }
  .dropdown-menu > li:hover > a {
    color: #fff !important;
  }

  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.navbar-toggler {
  padding: 0;
  border: 0;
  box-shadow: none !important;
  outline: none;
  margin-inline-end: auto;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 0.5;
  width: 20px;
  margin-inline-end: 6px;
}

.navbar-light .navbar-nav .all-categories-li, .mobile-nav {
  position: relative;
}
.navbar-light .navbar-nav .all-categories-li li img, .mobile-nav li img {
  width: 16px;
  margin-inline-end: 5px;
}
.navbar-light .navbar-nav .all-categories-li li:hover img, .mobile-nav li:hover img {
  filter: brightness(0) invert(1);
}
.navbar-light .navbar-nav .all-categories-li:hover i, .mobile-nav:hover i {
  --Iconsax-Color: #264AEC;
}
.navbar-light .navbar-nav .all-categories-li:hover > a, .mobile-nav:hover > a {
  color: #264AEC !important;
  background: #fff !important;
  border-start-start-radius: 9px;
}
.navbar-light .navbar-nav .all-categories-li > .nav-link, .mobile-nav > .nav-link {
  font-weight: bold;
}
.navbar-light .navbar-nav .all-categories-li i, .mobile-nav i {
  transition: 0.3s;
  --Iconsax-Color: #fff;
}
.navbar-light .navbar-nav .all-categories-li .show i, .mobile-nav .show i {
  transition: 0.3s;
  --Iconsax-Color: #264AEC;
}

.header-slider .swiper-wrapper, .header-slider .swiper {
  border-radius: 10px;
  padding-bottom: 17px;
}
.header-slider .swiper-slide {
  width: 100%;
}
.header-slider .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #264AEC;
  margin: 0 !important;
  opacity: 1;
  border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: none;
  background: #264AEC;
}

.features-wrapper {
  gap: 2rem;
  margin-top: 30px;
}
.features-wrapper .single-feature {
  font-size: 18px;
}
.features-wrapper .single-feature .iconsax {
  --Iconsax-Size: 36px;
}
.features-wrapper .single-feature .title {
  font-weight: 600;
  color: #161616;
  font-size: 18px;
  margin-bottom: 10px;
}
.features-wrapper .single-feature p {
  font-size: 14px;
}

.section-title {
  font-size: 18px;
  color: #161616;
  margin-bottom: 2rem;
  text-transform: capitalize;
  font-weight: 600;
}

.see-all {
  font-size: 13px;
  font-weight: 500;
  color: #525252;
  border: 1px solid rgba(82, 82, 82, 0.22);
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: capitalize;
  background: white;
}
.see-all:hover {
  color: white;
  background: #264AEC;
  border-color: #264AEC;
}

.categories-wrapper .swiper-wrapper {
  padding-top: 1em;
  margin-top: -1em;
}

.single-cat-item {
  flex-basis: 0;
  text-align: center;
  transition: 0.3s;
}
.single-cat-item .title {
  font-size: 17px;
  color: #161616;
  transition: 0.3s;
}
.single-cat-item .item-img {
  background: #F9DC5C;
  border-radius: 50%;
  width: 130px;
  aspect-ratio: 1/1;
  margin: 0 auto 12px;
  display: grid;
  place-content: center;
  transition: 0.3s;
  box-shadow: 0 0 0 20px transparent;
}
.single-cat-item .item-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.single-cat-item:hover {
  transform: translateY(-5px);
}
.single-cat-item:hover .item-img {
  box-shadow: 0 0 5px rgba(249, 220, 92, 0.31);
}
.single-cat-item:hover span, .single-cat-item:hover .title {
  color: #6B6C7E !important;
}

.promotions-wrapper.promotion-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.promotions-wrapper.promotion-grid a img {
  border-radius: 10px;
}
.promotions-wrapper.promotion-grid a:first-child {
  grid-column: span 2;
}
.promotions-wrapper.promotion-grid a:first-child img {
  width: 100%;
}
.promotions-wrapper.promotion-grid a:nth-child(2) {
  grid-row: span 2;
  grid-column: span 2;
}
.promotions-wrapper.promotion-grid a:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.promotions-wrapper.promotion-grid a:nth-child(3) img, .promotions-wrapper.promotion-grid a:last-child img {
  width: 100%;
}

.promotions-wrapper.d-flex {
  gap: 24px;
}
.promotions-wrapper.d-flex a {
  flex: 1;
}
.promotions-wrapper.d-flex a img {
  width: 100%;
  border-radius: 10px;
}

.nice-select span.current {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.filter-cats ul {
  padding: 0;
  margin: 0;
  gap: 5px;
  align-items: center;
}
.filter-cats ul button {
  background: none;
  border: none;
  color: #8D8D8D;
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 6px 12px;
  transition: 0.3s;
  border-radius: 6px;
  line-height: normal;
}
.filter-cats ul button.active, .filter-cats ul button:hover {
  color: white;
  background: #264AEC;
}

.container-inner {
  position: relative;
}

.products-slider .swiper-slide {
  height: auto;
}

.container-inner:hover .swiper-button-next-outside,
.container-inner:hover .swiper-button-prev-outside {
  opacity: 1;
}
.container-inner:hover .swiper-button-next-outside {
  inset-inline-end: -30px;
}
.container-inner:hover .swiper-button-prev-outside {
  inset-inline-start: -30px;
}

.single-product-wrapper {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border: 1px solid #E0E0E0;
  will-change: transform;
  backface-visibility: hidden;
}
.single-product-wrapper .badge {
  background: var(--badge-color);
  margin-top: 10px;
  font-weight: normal;
}
.single-product-wrapper .top-icons {
  align-items: center;
}
.single-product-wrapper .top-icons .add-to-fav {
  border: 1px solid #80808042;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 0 6px 1px #00000021;
}
.single-product-wrapper .top-icons .add-to-fav:hover path {
  fill: #6B6C7E;
}
.single-product-wrapper .top-icons .add-to-fav i {
  --Iconsax-Size: 20px;
}
.single-product-wrapper .item-img {
  height: 164px;
  width: 100%;
  text-align: center;
}
.single-product-wrapper .item-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
.single-product-wrapper .product-title {
  margin: 17px 0;
}
.single-product-wrapper .product-title a {
  color: #161616;
  font-size: 14px;
}
.single-product-wrapper .product-rate {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 17px;
  color: #525252;
  font-size: 12px;
}
.single-product-wrapper .product-rate .rate-ratio {
  background: #F9DC5C;
  border-radius: 25px;
  font-size: 12px;
  padding: 1px 6px;
  display: inline-flex;
  justify-content: center;
  color: #161616;
  align-items: center;
}
.single-product-wrapper .item-price {
  font-size: 18px;
  margin-bottom: 34px;
  margin-top: auto;
  display: flex;
  gap: 10px;
}
.single-product-wrapper .item-price .old-price {
  text-decoration: line-through;
  color: #ABAFB4;
}
.single-product-wrapper:hover {
  scale: 0.99;
  border-color: #A8A8A8;
}

.add-to-fav i {
  --Iconsax-Size: 20px;
}

.add-to-cart {
  margin-top: auto;
  padding: 11px;
  border-radius: 10px;
  background: #264AEC;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
}
.add-to-cart:hover, .add-to-cart:focus, .add-to-cart:active {
  background: #6B6C7E;
  color: #fff;
}

.btn.out-of-stock {
  font-size: 16px;
  background: #f3000014;
  padding: 11px;
  border: 0;
  box-shadow: none;
}
.btn.out-of-stock:hover, .btn.out-of-stock:focus, .btn.out-of-stock:active {
  background: #f3000014;
  color: #DA1E28;
  box-shadow: none !important;
  border: none !important;
  cursor: not-allowed;
}

.swiper-button-next-outside, .swiper-button-prev-outside {
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0 0 0 1px #E0E0E0;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}
.swiper-button-next-outside:hover, .swiper-button-prev-outside:hover {
  color: white;
  background: #264AEC;
}
.swiper-button-next-outside:hover i, .swiper-button-prev-outside:hover i {
  --Iconsax-Color: white;
}
.swiper-button-next-outside i, .swiper-button-prev-outside i {
  --Iconsax-Size: 18px;
}

.swiper-button-next-outside {
  inset-inline-end: -10px;
}

.swiper-button-prev-outside {
  inset-inline-start: -10px;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
}

.top-slider-arrows {
  display: flex;
  gap: 10px;
}
.top-slider-arrows .swiper-button-next-outside, .top-slider-arrows .swiper-button-prev-outside {
  opacity: 1;
  position: static;
  transform: none;
  border: 0;
  box-shadow: none;
  background: #264AEC;
  width: 25px;
  height: 25px;
}
.top-slider-arrows .swiper-button-next-outside i, .top-slider-arrows .swiper-button-prev-outside i {
  --Iconsax-Color: #fff;
  --Iconsax-Size: 16px;
}
.top-slider-arrows .swiper-button-next-outside:hover, .top-slider-arrows .swiper-button-prev-outside:hover {
  background: #E6C94D;
}
.top-slider-arrows .swiper-button-next-outside:hover i, .top-slider-arrows .swiper-button-prev-outside:hover i {
  --Iconsax-Color: #fff;
}

.sale-banners .banners-wrapper {
  gap: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264px, 2fr));
}
.sale-banners img {
  border-radius: 10px;
  width: 100%;
}

.brand-logo {
  padding: 10px;
  display: grid;
  place-content: center;
  width: 100%;
}
.brand-logo img {
  object-fit: contain;
  height: 60px;
}

.single-blog-post {
  overflow: hidden;
  background: white;
  padding: 10px;
  border-radius: 15px;
  transition: 0.3s;
}
.single-blog-post .post-thumbnail {
  overflow: hidden;
}
.single-blog-post .post-thumbnail img {
  height: 353px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.single-blog-post .post-thumbnail.small img {
  height: 225px;
}
.single-blog-post .post-title {
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 140%;
  color: #161616;
}
.single-blog-post .post-title a {
  color: #161616;
}
.single-blog-post:hover {
  box-shadow: rgba(145, 145, 145, 0.21) -1px 5px 16px 0px;
  transform: translateY(-5px);
}
.single-blog-post:hover a {
  color: #525252;
}

.read-more {
  color: #264AEC;
  font-size: 15px;
  display: block;
  font-weight: 500;
}
.read-more:after {
  content: "➡";
  margin-inline-start: 5px;
}
.read-more:hover {
  color: #E6C94D !important;
}

.subscribe {
  width: 360px;
  max-width: 100%;
}
.subscribe .section-title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600 !important;
}

.footer-logo {
  margin-top: 22px;
}

.subscribe-form {
  position: relative;
  margin-bottom: 1rem;
}
.subscribe-form + p {
  margin-bottom: 0;
}
.subscribe-form .form-control {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 10px;
  padding-inline: 0;
  height: 40px;
  background: #f8f8f8;
  padding: 12px;
}
.subscribe-form .form-control::placeholder {
  color: #A8A8A8;
  font-size: 14px;
}
.subscribe-form .form-control:focus {
  border-bottom-color: #264AEC;
}
.subscribe-form .btn-submit {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  padding-inline-end: 10px !important;
}
.subscribe-form .btn-submit .iconsax {
  --Iconsax-Size: 17px;
}

#price-slider {
  margin-bottom: 20px;
}

.noUi-horizontal {
  height: 5px;
  background: #dfdfdf;
  border: 0;
  box-shadow: none;
}

.noUi-connect {
  background: #264AEC;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  inset-inline-end: -14px;
  box-shadow: none;
  background: #264AEC;
  border: 0;
}

.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  display: none;
}

.buy-now-btn {
  font-weight: bold;
  flex-shrink: 0;
  font-size: 16px;
}

footer {
  margin-top: 4em;
  padding-top: 3em;
}
footer .footer-lists {
  gap: 62px;
}
footer .payments img {
  width: 40px;
  border-radius: 4px;
}
footer h6 {
  font-size: 16px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 16px;
}
footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0;
}
footer .footer-nav li {
  text-transform: capitalize;
  font-size: 14px;
}
footer .footer-nav li:hover a {
  color: #6B6C7E;
}
footer .footer-nav a {
  font-size: 14px;
  color: #161616;
}
footer .cp a {
  color: #161616;
}

.footer-wrapper {
  border-bottom: 1px solid #E0E0E0;
  background: white;
  border-radius: 20px 20px 0 0;
  padding: 2em 2em;
}

.copyrights {
  padding: 1rem 2rem;
  background: #264AEC;
  border-radius: 0 0 20px 20px;
  margin-bottom: 1.5em;
  color: #fff;
  font-weight: bold;
}
.copyrights ul {
  margin: 0;
}
.copyrights ul a {
  color: white;
}
.copyrights ul a:hover {
  color: #E6C94D;
}
.copyrights .social-list a path {
  fill: #fff;
}
.copyrights .social-list a:hover path {
  fill: #E6C94D;
}

.go-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  background: #264AEC;
  font-size: 16px;
  display: none;
  border: white;
  border-radius: 55%;
  z-index: 9999;
  transition: all 0.3s;
  padding-top: 4px;
  padding-inline-start: 5.5px;
}

.go-top i {
  --Iconsax-Size: 20px;
  --Iconsax-Color: white;
}

.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.modal-backdrop.show {
  opacity: 1 !important;
}

.modal-content {
  border-radius: 24px;
  border: none;
  padding: 24px 32px;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-weight: 600;
}

[data-bs-toggle=collapse].collapsed .if-not-collapsed {
  display: none;
}

[data-bs-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

.specification-list {
  padding: 0;
  columns: 2;
  list-style-position: inside;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.breadcrumbs li a {
  color: #C6C6C6;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.breadcrumbs li a:after {
  content: "";
  background: url("../images/icons/arrow-left.svg") 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-inline-start: 8px;
  margin-inline-end: 16px;
}
.breadcrumbs li a:hover {
  color: #6B6C7E;
}
.breadcrumbs li:last-child a {
  color: #161616;
}
.breadcrumbs li:last-child a:after {
  display: none;
}

.single-product-page .swiper-pagination {
  bottom: -17px;
}

.product-main-slides {
  padding-bottom: 1rem;
}
.product-main-slides .swiper-slide {
  width: 100%;
  height: 460px;
  text-align: center;
}
.product-main-slides .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-thumbnails {
  margin-top: 27px;
}
.product-thumbnails .swiper-slide {
  height: 160px;
  padding: 10px;
}
.product-thumbnails .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-product-info-wrapper .add-to-cart {
  width: 100%;
  flex-grow: 0;
  margin: 0;
}
.single-product-info-wrapper .share {
  margin-top: 41px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 1rem;
}
.single-product-info-wrapper .share path:hover {
  fill: #999999;
}
.single-product-info-wrapper .shopping-features {
  color: #525252;
  font-weight: 400;
}
.single-product-info-wrapper .shopping-features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.single-product-info-wrapper .shopping-features li {
  width: 100%;
}
.single-product-info-wrapper .shopping-features span {
  color: #000;
}
.single-product-info-wrapper .shopping-features i {
  margin-inline-end: 8px;
}

.quantity-wrapper {
  margin-top: 44px;
}
.quantity-wrapper .quantity-select {
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  padding: 16px;
  width: 90px;
  flex-shrink: 0;
  position: relative;
  height: 50px;
}
.quantity-wrapper .quantity-select:before {
  content: "";
  background: url("../images/icons/arrow-down.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  inset-inline-end: 16px;
  margin-inline-start: 10px;
  z-index: 4;
  pointer-events: none;
  transition: 0.3s;
  top: 50%;
  translate: 0 -50%;
}
.quantity-wrapper .quantity-select:has(.nice-select.open):before {
  rotate: 180deg;
}
.quantity-wrapper .nice-select {
  border: none;
  padding: 0;
  line-height: 1;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.quantity-wrapper .nice-select:after {
  display: none;
}
.quantity-wrapper .nice-select .current {
  position: relative;
}
.quantity-wrapper .nice-select .current:before {
  content: "";
  width: 1px;
  height: 22px;
  background: #E0E0E0;
  position: absolute;
  inset-inline-end: 61%;
}
.quantity-wrapper .nice-select .list {
  min-width: 90px;
  inset-inline-start: -16px;
  /* width: auto; */
  /* margin: auto; */
  top: 180%;
}

.custom-nice-select {
  padding-inline-end: 2.5rem;
}
.custom-nice-select:after {
  display: none;
}
.custom-nice-select:before {
  content: "";
  background: url("../images/icons/arrow-down.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  inset-inline-end: 16px;
  margin-inline-start: 10px;
  z-index: 4;
  pointer-events: none;
  transition: 0.3s;
  top: 50%;
  translate: 0 -50%;
}
.custom-nice-select .list {
  width: 100%;
}
.custom-nice-select.open:before {
  rotate: 180deg;
}

.nice-select.text-blue .list {
  color: #161616;
}

.iti__arrow {
  background: url("../images/icons/arrow-down.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  transition: 0.3s;
}
.iti__arrow.iti__arrow--up {
  rotate: 180deg;
}

.iti__selected-flag {
  padding: 0 6px 0 15px;
}

.iti {
  display: block;
  margin-bottom: 24px;
}

.iti input[type=tel] {
  padding-left: 74px;
}

.custom-nice-select.form-control {
  width: 100%;
  display: flex;
}

.product-brand {
  color: #525252;
  font-weight: 600;
}
.product-brand:hover {
  color: #6B6C7E;
}

.product-name {
  color: #161616;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
}

.in-stock {
  color: #fff;
  background: #24A148;
  padding: 3.675px 6.825px;
  border-radius: 50rem;
  font-size: 0.85em;
}

.out-of-stock {
  color: #DA1E28;
}

.models-with-img-options {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.models-with-img-options .model-name {
  padding-top: 10px;
}
.models-with-img-options .option {
  text-align: center;
}
.models-with-img-options .option input[type=radio] {
  display: none;
}
.models-with-img-options .option label {
  overflow: hidden;
  max-width: 100px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0;
  box-shadow: 0 0 0 0.5px lightgray;
}
.models-with-img-options .option label img {
  width: auto;
  height: 70px;
  object-fit: contain;
}
.models-with-img-options input[type=radio]:checked + label {
  box-shadow: 0 0 0 1px #264AEC;
}

.colors-options .option input[type=radio] {
  display: none;
}
.colors-options .option label {
  background: var(--color);
  box-shadow: 0 0 0 0.5px lightgray;
  width: 25px;
  height: 25px;
  transition: 0.3s;
  cursor: pointer;
}
.colors-options .option input[type=radio]:checked + label {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  transform: scale(1.2);
}

.sizes-options .option input[type=radio] {
  display: none;
}
.sizes-options .option label {
  background: white;
  box-shadow: 0 0 0 0.5px lightgray;
  padding: 5px 10px;
  transition: 0.3s;
  cursor: pointer;
}
.sizes-options .option input[type=radio]:checked + label {
  background: #264AEC;
  color: #fff;
}

.specification-table {
  font-size: 13px;
  --bs-table-striped-bg: #264aec0a;
}
.specification-table tr td {
  padding: 10px 15px;
  border: 0;
  color: #6c757d;
}
.specification-table tr td:first-child {
  font-weight: bold;
  color: #161616;
  border-start-start-radius: 20px;
  border-end-start-radius: 20px;
}
.specification-table tr td:last-child {
  border-end-end-radius: 20px;
  border-start-end-radius: 20px;
}

.product-details-and-reviews .nav-link, .form-tabs .nav-link {
  border: 0;
  margin: 0;
  font-size: 16px;
  color: #161616;
  border-radius: 10px 10px 0 0;
  padding: 10px 1.5em;
  background: #efefef;
}
.product-details-and-reviews .nav-link.active, .form-tabs .nav-link.active {
  color: white;
  background: #264AEC;
}
.product-details-and-reviews .tab-content, .form-tabs .tab-content {
  background: white;
  padding: 1.5rem;
  border-radius: 0 20px 20px;
}

.single-review {
  padding-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #E0E0E0;
  color: #000;
}

.alert {
  border: 0;
  font-size: 14px;
  font-weight: 600;
}

.alert-dismissible .close {
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  border: 0;
  inset-inline-end: 0;
}

.alert-success {
  background: #24A148;
  color: #fff;
}

.alert-warning {
  background: #F1C21B;
  color: #fff;
}

.alert-danger {
  background: #DA1E28;
  color: #fff;
}

.alert-info {
  background: #264AEC;
  color: #fff;
}

.add-rating {
  display: inline-block;
  position: relative;
}

.add-rating .rating-input {
  display: none;
}

.add-rating:hover .rating-star:hover,
.add-rating:hover .rating-star:hover ~ .rating-star,
.add-rating .rating-input:checked ~ .rating-star {
  background-position: 0 0;
}

.add-rating .rating-star,
.add-rating:hover .rating-star {
  cursor: pointer;
  float: right;
  display: block;
  margin-right: 3px;
  width: 32px;
  height: 32px;
  background: url(../images/icons/stars.png) 0 -34px;
}

.social-login {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.social-login img {
  width: 40px;
  transition: all 0.3s linear;
}
.social-login a:hover img {
  transform: scale(1.02);
}

.form-wrapper .text-primary.fz24.mb-3 {
  font-weight: bold;
}

.options-checks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media all and (max-width: 768px) {
  .position-sticky {
    position: static !important;
  }
}
@media all and (max-width: 600px) {
  .options-checks {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.review-form .form-control, .modal .form-control, .input-wrapper .form-control {
  min-height: 50px;
  padding-inline: 17px;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
}
.review-form .form-control::placeholder, .modal .form-control::placeholder, .input-wrapper .form-control::placeholder {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.review-form .form-control:focus, .modal .form-control:focus, .input-wrapper .form-control:focus {
  box-shadow: inset 0 0 0 1px #264AEC;
}
.review-form textarea.form-control, .modal textarea.form-control, .input-wrapper textarea.form-control {
  padding: 15px;
  min-height: 100px;
}
.review-form input[type=file], .modal input[type=file], .input-wrapper input[type=file] {
  min-height: unset;
  padding: 0.375rem 0.75rem !important;
}
.review-form .btn-primary, .review-form .btn-secondary, .modal .btn-primary, .modal .btn-secondary, .input-wrapper .btn-primary, .input-wrapper .btn-secondary {
  padding-block: 14px;
}

.cart-page-container {
  padding-bottom: 5rem;
}

.cart-items-wrapper {
  padding-inline-end: 3rem;
}

.single-cart-item {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  gap: 24px;
  border-bottom: 1px solid #E0E0E0;
}
.single-cart-item .item-img {
  flex-shrink: 0;
  width: 168px;
  height: 120px;
  border-radius: 10px;
  background: #D9D9D9;
}
.single-cart-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-cart-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.remove-item, .edit, .buy-item {
  padding-inline: 5px;
  border: 0;
}
.remove-item:hover, .edit:hover, .buy-item:hover {
  color: #6B6C7E !important;
}

.order-summary {
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #D1D1D8;
}
.order-summary .btn-primary {
  padding-block: 13px;
}

.hr {
  background: #D1D1D8;
  height: 1px;
  width: 100%;
  border: 0;
  opacity: 1;
  margin: 2rem 0;
}

.info-line {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.info-line strong {
  font-weight: 500;
  font-size: 16px;
}
.info-line span {
  font-size: 14px;
  font-weight: 400;
}

.custom-check {
  display: flex;
  align-items: center;
  gap: 14px;
}
.custom-check input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 0;
  box-shadow: none !important;
  border: 1px solid #264AEC;
  transition: 0.3s;
  flex-shrink: 0;
}
.custom-check input[type=checkbox]:checked {
  background-color: #264AEC;
  border: 1px solid #264AEC;
  background-image: url("../images/icons/check_solid.svg");
  transition: 0.3s;
}

.custom-radio {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 32px;
}
.custom-radio input[type=radio] {
  width: 22px;
  height: 22px;
}
.custom-radio .form-check {
  display: flex;
  margin-bottom: 0;
}
.custom-radio .form-check-input {
  flex-shrink: 0;
  border: none;
  background: none !important;
  box-shadow: inset 0 0 0 2px #525252;
  transition: 0.3s;
  margin-inline-end: 16px;
  margin-top: 8px;
}
.custom-radio .form-check-input:checked {
  box-shadow: inset 0 0 0 2px #264AEC, inset 0 0 0 5px white, inset 0 0 0 13px #264AEC;
  transition: 0.3s;
}
.custom-radio span {
  display: flex;
  align-items: center;
}

.actions button {
  border-radius: 0;
  padding-block: 0;
}
.actions button:has(+ button) {
  border-inline-end: 1px solid #D1D1D8 !important;
  padding-inline-end: 24px;
  margin-inline-end: 24px;
}

.coupon-field {
  position: relative;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.coupon-field svg {
  position: absolute;
  inset-inline-start: 16px;
  top: 50%;
  bottom: auto;
  translate: 0 -50%;
}
.coupon-field .form-control {
  border-radius: 10px;
  border: 1px solid #D1D1D8;
  padding: 1rem;
  padding-inline-start: 56px;
  outline: 0 !important;
}
.coupon-field .form-control::placeholder {
  color: #A2A3B1;
  font-size: 14px;
}
.coupon-field .form-control:focus {
  box-shadow: inset 0 0 0 1px #264AEC !important;
}
.coupon-field .submit-coupon {
  border-radius: 10px;
  border: 1px solid #D1D1D8;
  background: white;
  color: #264AEC;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.coupon-field .submit-coupon:hover {
  background: #264AEC;
  color: #fff;
  border-color: #264AEC;
}

.iti__flag {
  background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}
.thanks-for-your-order {
  height: 70vh;
  display: flex;
  align-items: center;
  padding-block: 3em;
}

.pattern-bg {
  position: relative;
}
.pattern-bg:before {
  content: "";
  background: url("../images/Logo without slogan 1.png");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
}

.gap-end {
  padding-inline-end: 190px;
}

.asides-gap {
  padding-inline: 130px;
  padding-block: 100px;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
}

#method_content_1, #method_content_2 {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;
}

.method-wrapper:has(#method_1:checked) #method_content_1, .method-wrapper:has(#method_2:checked) #method_content_2 {
  height: auto;
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;
}

.create-account-container {
  min-height: 100vh;
  height: 100%;
}

.gradiant-side {
  background: linear-gradient(180deg, #264AEC 0%, #83BFD1 100%);
  min-height: 100vh;
  height: 100%;
  padding: 100px 15px 100px;
  position: relative;
}
.gradiant-side:before {
  content: "";
  background: url("../images/Logo without slogan white.png");
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
}

.social-btn {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #181823;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #161616;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.social-btn:hover {
  background: #264AEC;
  color: #fff;
}
.social-btn:hover path {
  fill: white;
}

.or {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 32px;
}
.or:after, .or:before {
  content: "";
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #E0E0E0;
}

.reset-code-wrapper .form-control {
  font-size: 35px;
  text-align: center;
  max-width: 96px;
  aspect-ratio: 1/1;
  padding: 5px;
}

.single-filter {
  margin-bottom: 1em;
}
.single-filter:last-child {
  border-bottom: 0;
}

.brand-img {
  height: 25px;
  margin-inline-start: auto;
  width: auto;
  max-width: 100%;
}

.sort-by {
  gap: 10px;
}

.filter-title {
  font-size: 16px;
  color: #fff;
  background: #264AEC;
  display: flex;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.filter-title.closed {
  border-radius: 10px;
}
.filter-title.closed:after {
  rotate: 180deg;
}
.filter-title:after {
  content: "";
  background: url("../images/icons/noun_drop down.svg") 0 0 no-repeat;
  display: block;
  width: 12.457px;
  height: 6.75px;
  transition: 0.3s;
}

.parent-cat {
  color: #7F8286;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  padding-bottom: 16px;
}
.parent-cat:last-child {
  padding-bottom: 0;
}
.parent-cat .parent-cat {
  padding-bottom: 0;
}
.parent-cat:before {
  content: "";
  background: url("../images/icons/square+.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-inline-end: 16px;
  display: inline-block;
  transition: 0.3s;
}
.parent-cat.expand:before {
  background: url("../images/icons/square-.svg") 0 0 no-repeat;
}
.parent-cat label {
  display: block;
  padding-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
  padding-inline-start: 3px;
}
.parent-cat label input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.parent-cat label:has(input:checked) {
  color: #264AEC;
}

.child-cats {
  color: #161616;
  display: none;
  padding-inline-start: 1rem;
  width: 100%;
  padding-top: 8px;
}

.filter-content {
  padding: 1rem;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.filter-content .custom-check {
  color: #7F8286;
  margin-bottom: 12px;
}

.price-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-filter .number-input {
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  min-height: 41px;
  padding: 10px;
  width: 100%;
  background: #FFF;
  outline: none;
  color: #7F8286;
}
.price-filter .number-input:focus {
  border-color: #264AEC;
  box-shadow: none;
}
.price-filter .apply {
  color: #264AEC;
  background: none;
  border: none;
  transition: 0.3s;
}

.pagination {
  margin-top: 45px;
}
.pagination .page-link {
  border: 0;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #40444C;
  margin-inline-end: 8px;
}
.pagination .page-link.active {
  color: #007AFF;
  background: #E6F2FF;
}

#copyURL {
  position: relative;
  cursor: pointer;
}

.copy-notice {
  position: absolute;
  width: 100px;
  display: block;
  bottom: 100%;
}

.post-content {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
}

.main-blogs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.main-blogs .single-blog-post img {
  height: 170px !important;
}
.main-blogs .single-blog-post:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.main-blogs .single-blog-post:first-child img {
  width: 100%;
  height: 100% !important;
}
.main-blogs .single-blog-post:nth-child(2) img {
  width: 100%;
}

.profile-wrapper button.hover-bg-secondary:hover {
  background: #264AEC !important;
  color: white !important;
}
.profile-wrapper button.hover-bg-secondary:hover svg path {
  fill: white;
}

.profile-sidebar {
  background: #264aec;
  margin-top: 2rem;
  border-radius: 16px;
  height: auto !important;
  padding: 0 !important;
  border: 0.8px solid #dee2e6;
  overflow: hidden;
}
.profile-sidebar .toggle-mobile-trigger {
  padding: 1em;
  color: #fff !important;
  margin: 0 !important;
  font-weight: bold;
  background: #1b3cd4;
}

.account-nav {
  margin-bottom: 0;
}
.account-nav li {
  border-top: 1px solid #ffffff2e;
}
.account-nav li a {
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding-inline: 1rem;
  padding-block: 1rem;
  display: block;
}
.account-nav li a:hover, .account-nav li a.active {
  color: #264AEC;
  background: #fff;
}
.account-nav li a:hover img, .account-nav li a.active img {
  filter: none;
}
.account-nav li img {
  width: 20px;
  margin-inline-end: 10px;
  filter: brightness(0) invert(1);
}

.togglePassword {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 20px;
  background: none;
  border: none;
}
.togglePassword img:last-child {
  display: none;
}
.togglePassword.hide img:last-child {
  display: block;
}
.togglePassword.hide img:first-child {
  display: none;
}

.balance-activity-table, .orders-table {
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
}
.balance-activity-table table, .orders-table table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.balance-activity-table thead th, .orders-table thead th {
  background: #F4F4F4;
  padding: 16px 20px;
}
.balance-activity-table tr, .orders-table tr {
  border: 1px solid #E0E0E0;
}
.balance-activity-table th,
.balance-activity-table td, .orders-table th,
.orders-table td {
  padding: 18px 20px;
  text-align: center;
}
.balance-activity-table.orders-table, .orders-table.orders-table {
  overflow: unset;
}
.balance-activity-table.orders-table thead tr th:first-child, .orders-table.orders-table thead tr th:first-child {
  border-radius: 10px 0 0 0;
}
.balance-activity-table.orders-table thead tr th:last-child, .orders-table.orders-table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}

.choose-currency .custom-nice-select {
  min-height: 60px;
  display: flex;
}

.user-order-actions > a.show img {
  filter: invert(18%) sepia(55%) saturate(6457%) hue-rotate(233deg) brightness(97%) contrast(91%);
}
.user-order-actions .dropdown-menu {
  width: auto;
  min-width: 100px;
  border-radius: 10px;
  background: #F4F4F4;
  text-align: center;
  overflow: hidden;
  box-shadow: none;
  font-size: 14px !important;
}
.user-order-actions .dropdown-menu li:hover a {
  background: #264AEC;
  color: #fff !important;
}

.invoice-modal .modal-lg {
  max-width: 555px;
}
.invoice-modal .modal-header {
  border-radius: 10px 10px 0 0;
}

.invoice-products-table table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
}
.invoice-products-table table thead tr th {
  font-size: 11px;
  color: #60737D;
  font-weight: 400;
  text-align: end;
  padding-bottom: 2rem;
}
.invoice-products-table table thead tr th:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #161616;
  text-align: start;
}
.invoice-products-table table tbody {
  padding-top: 2rem;
}
.invoice-products-table table tbody tr {
  border-bottom: 1px solid #E0E0E0;
}
.invoice-products-table table tbody tr:first-child td {
  padding-top: 0;
}
.invoice-products-table table tbody tr td {
  font-size: 11px;
  font-weight: 400;
  text-align: end;
  color: #60737D;
  padding-block: 1rem;
}
.invoice-products-table table tbody tr td:first-child {
  text-align: start;
  color: #161616;
}
.invoice-products-table table tbody tr td:last-child {
  color: #161616;
}
.invoice-products-table .total-wrapper {
  position: relative;
}
.invoice-products-table .total-wrapper:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #264AEC;
  display: block;
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
}
.invoice-products-table .total {
  border-radius: 12px;
  background: #264AEC;
  padding: 9px 20px;
  color: #fff;
  display: inline-flex;
  align-self: end;
  gap: 40px;
  z-index: 1;
  position: relative;
}

.user-avatar {
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.notifications {
  min-width: 420px;
  max-width: 100%;
}
.notifications .notifications-wrapper {
  overflow: auto;
  max-height: 280px;
}
.notifications .notifications-wrapper::-webkit-scrollbar {
  width: 5px;
}
.notifications .notifications-wrapper::-webkit-scrollbar-thumb {
  background-color: #dadada;
}
.notifications .notification-item {
  padding: 10px;
  margin: 0 10px 10px;
  background: #efefef;
  border-radius: 6px;
}

html[dir=rtl] div[class^=swiper-button] {
  transform: scaleX(-1);
}
html[dir=rtl] .read-more:after {
  content: "⬅";
}
html[dir=rtl] .pagination .page-link svg {
  transform: scale(-1);
}
html[dir=rtl] [type=email], html[dir=rtl] [type=number], html[dir=rtl] [type=tel], html[dir=rtl] [type=url] {
  direction: rtl;
}
html[dir=rtl] .subscribe-form .btn-submit i {
  transform: scaleX(-1);
}
html[dir=rtl] .breadcrumbs li a:after {
  transform: scaleX(-1);
}

[dir=rtl] .iti--allow-dropdown input, [dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--allow-dropdown input[type=text], [dir=rtl] .iti--separate-dial-code input, [dir=rtl] .iti--separate-dial-code input[type=tel], [dir=rtl] .iti--separate-dial-code input[type=text] {
  padding-right: 73px;
}

.about-accordion .accordion-item {
  border-radius: 0 !important;
  border-right: 0;
  border-left: 0;
}

.about-accordion .accordion-button {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 500;
  font-size: 16px;
}

.about-accordion .accordion-button:not(.collapsed) {
  background: #efefef;
  color: #264AEC;
}

.about-accordion .accordion-body {
  font-size: 14px;
  color: #525252;
  line-height: 2;
}

.our-team .row .col-md-3:last-child {
  border: 0 !important;
}

.single-worker {
  text-align: center;
  color: #525252;
  font-size: 14px;
  padding-inline: 1.2em;
}

.single-worker * {
  border-color: #e1e1e1;
}

.single-worker .person_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.single-worker .person_image img {
  width: 100%;
  height: 262px;
  object-fit: cover;
}

.single-worker .person_name {
  margin: 0;
  color: #525252;
  font-size: 16px;
}

.single-worker .person_name a {
  color: #525252;
}

.single-worker .position {
  font-size: 13px;
  font-style: oblique;
}

.single-worker .profile {
  border-width: 1px 0 0;
  border-style: solid;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 13px;
}

.single-worker .person_links_wrapper {
  border-width: 1px 0 0;
  border-style: solid;
  padding-top: 15px;
}

.timeline {
  position: relative;
}

.timeline:after {
  background-color: #e8e8e8;
  bottom: 0;
  content: "";
  height: 100%;
  inset-inline-start: calc(50%);
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}

.timeline .single-timeline {
  display: inline-block;
  width: 45%;
  margin-bottom: 20px;
  z-index: 2;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  padding: 20px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.01);
}
.timeline .single-timeline .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e8e8e8;
  position: absolute;
  inset-inline-start: calc(50% + -6px);
  margin-top: 8px;
}

.timeline .single-timeline * {
  border-color: #e8e8e8;
}

.timeline .single-timeline:before {
  background-color: #e8e8e8;
  content: "";
  font-size: 18px;
  color: #e8e8e8;
  height: 2px;
  inset-inline-start: 45%;
  line-height: 1px;
  margin-top: 15px;
  position: absolute;
  text-align: start;
  width: calc(5% + 2px);
  z-index: 4;
}

.timeline .single-timeline .event-date {
  color: #264AEC;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  font-weight: 500;
}

.timeline .single-timeline:nth-child(odd) {
  text-align: start;
}

.timeline .single-timeline:nth-child(odd) .event-date {
  inset-inline-start: calc(50% + 10px);
}

.timeline .single-timeline:nth-child(even) {
  margin-inline-start: 55%;
}

.timeline .single-timeline:nth-child(even):before {
  inset-inline-end: 45%;
  inset-inline-start: auto;
  text-align: start;
}

.timeline .single-timeline:nth-child(even) .event-date {
  inset-inline-end: calc(50% + 10px);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  align-items: center;
}
.partners-grid .partner-img {
  border: 1px solid #efefef;
  padding: 1em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-grid .partner-img img {
  object-fit: cover;
}

.white-bg {
  background: white;
  padding-block: 3em;
}

.map-location {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.map-location iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-info {
  border-radius: 10px;
  padding: 2em 1em;
  margin-block: 3em;
}
.contact-info i {
  --Iconsax-Color: #264AEC;
}

.share-btn {
  color: #181823;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
}
.share-btn:hover {
  background: #264AEC;
  color: #fff;
}
.share-btn:hover path {
  fill: #fff;
}

#share-modal .share {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.sku-wrapper {
  display: inline-flex;
  align-items: center;
}

.form-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  gap: 20px;
}
.form-tabs .nav-link {
  font-size: 16px;
}

.items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
@media (min-width: 2560px) {
    .items-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    }
}

@media (min-width: 3840px) {
    .items-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important; /* ضبط للشاشات الكبيرة */
    }
}
.dropdown-menu.notifications {
  max-height: 350px;
  overflow-y: auto;
}
.dropdown-menu.notifications::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu.notifications::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.notifications::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 10px;
}

@media all and (min-width: 200px) and (max-width: 3840px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: calc(100% - 150px);
  }
}
@media screen and (min-width: 3840px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 3690px;
  }
}
@media all and (max-width: 1200px) {
  .single-blog-post .post-thumbnail img {
    height: 300px;
  }

  .products-slider .container-inner:hover .swiper-button-prev-outside {
    inset-inline-start: -20px;
  }

  .products-slider .container-inner:hover .swiper-button-next-outside {
    inset-inline-end: -20px;
  }
/* لما الصفحة تكون متحمّلة على الكلاينت، اخفي الـskeleton من السلايدر */
.featured-categories .skeleton-box,
.categories-wrapper .skeleton-box {
  display: none !important;
}

/* لو السكيليتون معمول عليه طبقة overlay بالـ ::after */
.featured-categories .skeleton-box::after,
.categories-wrapper .skeleton-box::after {
  display: none !important;
  content: none !important;
}

  .sale-banners .banners-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(180px, 2fr));
  }

  .gradiant-side .fz28 {
    font-size: 21px !important;
  }

  .asides-gap {
    padding-inline: 80px;
  }
}
@media all and (max-width: 1024px) {
  .asides-gap {
    padding-inline: 40px;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 8px 13px;
  }

  .subscribe {
    width: 266px;
  }

  .gap-end {
    padding-inline-end: 0;
  }
}
@media all and (max-width: 991px) {
  .header-search-form form .search-input .form-control {
    background: #e1e1e1;
  }

  .user-nav {
    display: none !important;
  }

  .user-nav:not(.dropdown-menu) > li span {
    background: #ffffff;
    color: #264AEC;
    top: -1px;
  }

  .main-menu .user-nav:not(.dropdown-menu) .dropdown-menu a:hover {
    background: #264AEC !important;
    color: #fff !important;
  }

  button.navbar-toggler.d-none.d-md-block.d-lg-none {
    display: none !important;
  }

  .mobile-user-nav {
    display: flex !important;
    padding-block: 10px;
    gap: 1rem;
    flex-direction: row-reverse;
    color: #fff;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-user-nav .user-nav {
    display: flex !important;
  }
  .mobile-user-nav a:not(.dropdown-item) > i {
    --Iconsax-Color: white;
  }
  .mobile-user-nav .user-nav:not(.dropdown-menu) > li > a {
    color: #fff;
  }

  .header-main-content {
    gap: 1rem !important;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .mobile-logo {
    display: block !important;
  }

  .navbar-brand, .header-mini-nav {
    display: none !important;
  }

  .navbar-toggler svg path {
    fill: white;
  }

  .container-fluid {
    padding-inline: 12px !important;
  }

  .header-search-form {
    margin-inline-end: 0;
    flex-grow: 1;
  }

  .dropdown-item:has(+ .submenu):after {
    transition: 0.3s;
  }

  .navbar-collapse {
    background: white;
    border-radius: 10px;
    margin-bottom: 12px;
  }

  .mobile-nav {
    padding: 12px;
  }
  .mobile-nav ul.submenu.dropdown-menu.show.active {
    border-style: solid;
  }
  .mobile-nav .submenu {
    border-radius: 0 !important;
  }
  .mobile-nav.navbar-nav .nav-item .nav-link {
    color: #161616;
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: 0.3s;
  }
  .mobile-nav.navbar-nav .nav-item .nav-link img {
    filter: none !important;
  }
  .mobile-nav.navbar-nav .nav-item .nav-link:hover {
    color: #264AEC;
  }

  .mobile-nav a.nav-link.has-sub.dropdown-toggle.show {
    background: #264AEC !important;
    padding-inline: 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
  }
  .mobile-nav a.nav-link.has-sub.dropdown-toggle.show img {
    filter: brightness(0) invert(1) !important;
  }

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }

  .buy-now-btn {
    width: 100%;
  }

  .quantity-wrapper .d-flex.justify-content-between.gap-4 {
    flex-wrap: wrap;
  }
  .quantity-wrapper .d-flex.justify-content-between.gap-4 .add-to-cart {
    width: auto;
    flex-grow: 1;
  }

  .navbar-light .navbar-nav .all-categories-li > .nav-link {
    color: #ffffff !important;
    background: none !important;
  }
  .navbar-light .navbar-nav .all-categories-li > .nav-link i {
    --Iconsax-Color: white;
  }

  .navbar-light .navbar-nav .all-categories-li:hover > a i {
    --Iconsax-Color: #264AEC;
  }

  .navbar-toggler svg path {
    fill: white;
  }

  .single-product-wrapper .item-img {
    max-height: 164px;
    height: auto;
  }

  .single-product-wrapper .item-price {
    margin-top: 0;
    margin-bottom: 5px;
  }

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

  .w-25,
.w-50,
.w-75 {
    width: auto !important;
  }

  .header-mini-nav {
    gap: 1rem;
  }

  .single-blog-post .post-thumbnail img {
    height: 227px;
  }

  header .logo {
    display: none;
  }

  .all-categories-li:after {
    display: none;
  }

  body {
    position: relative;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 0;
  }

  .main-menu .dropdown-menu.show, .main-menu .dropdown-menu > li:hover > .submenu {
    transition: none;
    transform: none;
    display: none;
    margin: 0;
  }
  .main-menu .submenu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    transform: none;
    box-shadow: none;
    border-radius: 12px;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
  }
  .main-menu .submenu a {
    font-size: 14px !important;
  }
  .main-menu .submenu .submenu {
    padding-inline-start: 5px !important;
    border-bottom: 1px solid #E0E0E0;
    background: #fbfbfb;
  }
  .main-menu .submenu .submenu a {
    color: #7e7e7e !important;
  }
  .main-menu .dropdown-menu li:last-child a, .main-menu .dropdown-menu li:first-child a {
    border-radius: 0 !important;
  }
  .main-menu .navbar-light .navbar-nav .all-categories-li li:hover img {
    filter: none;
  }
  .main-menu .navbar-light .dropdown > ul a:hover {
    background: none !important;
    color: currentColor !important;
  }
  .main-menu .navbar-light .navbar-nav .all-categories-li:hover > a {
    color: #fff !important;
    background: none !important;
  }
  .main-menu .navbar-light .navbar-nav .all-categories-li:hover > a i {
    --Iconsax-Color: #fff;
  }
  .main-menu .submenu .has-sub:has(+ .submenu.active) {
    color: #264AEC !important;
  }
  .main-menu .submenu .has-sub:has(+ .submenu.active):after {
    rotate: 90deg;
    transition: 0.3s;
  }

  .user-nav .dropdown-menu.show {
    transition: 0.3s;
    display: block;
    overflow: hidden;
  }

  .user-nav:not(.dropdown-menu) > li {
    margin-inline-end: 1rem;
  }

  .features-wrapper .single-feature {
    font-size: 14px;
    font-weight: 600;
  }
  .features-wrapper .single-feature .iconsax {
    --Iconsax-Size: 20px;
  }

  .promotions-wrapper.promotion-grid {
    gap: 12px;
  }

  .mb100 {
    margin-bottom: 70px !important;
  }

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

  .top-slider-arrows .swiper-button-next-outside, .top-slider-arrows .swiper-button-prev-outside {
    display: grid;
  }

  .sale-banners .banners-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(124px, 2fr));
  }

  .brand-logo {
    padding: 18px 17px;
  }

  .footer-wrapper > .d-flex {
    flex-wrap: wrap;
  }

  .subscribe {
    width: 100%;
    order: 4;
    text-align: center;
    margin-top: 2rem;
  }

  .subscribe-form {
    width: 50%;
    margin-inline: auto;
  }

  .copyrights ul {
    gap: 1rem !important;
  }

  .footer-logo {
    display: none;
  }

  .product-main-slides .swiper-slide {
    height: 360px;
  }

  .product-thumbnails .swiper-slide {
    height: 135px;
  }

  .cart-items-wrapper {
    padding-inline-end: 0;
  }

  .actions {
    padding-inline-end: 0 !important;
  }

  .thanks-for-your-order {
    height: auto;
  }
  .thanks-for-your-order a.btn.btn-primary.w-100.py-3.mt-5 {
    margin-top: 0 !important;
  }
  .thanks-for-your-order svg {
    width: 40px;
  }

  .search-filters-wrapper {
    border: 0 !important;
    position: fixed;
    /* bottom: 1.5em; */
    inset-inline-start: 50%;
    /* margin: 0 auto; */
    margin-top: 0 !important;
    z-index: 99;
    background: #fff;
    padding-inline: 1rem;
    translate: -50%;
    top: 0;
    overflow: scroll;
    display: none;
    height: 100%;
  }

  .trigger-filters {
    display: block !important;
    background: #5BC0EB;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    position: fixed;
    bottom: 1rem;
    inset-inline-start: 1rem;
    z-index: 99;
    border: none;
  }
  .trigger-filters .iconsax {
    --Iconsax-Color: white;
  }

  .main-blogs {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-blogs .single-blog-post:first-child img {
    height: 40vw !important;
  }

  .profile-sidebar {
    padding-inline-end: 0 !important;
    border: none !important;
  }

  .toggle-mobile-trigger {
    position: relative;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 1rem !important;
    font-size: 16px !important;
    cursor: pointer;
  }
  .toggle-mobile-trigger:after {
    content: "";
    background: url("../images/icons/arrow-down.svg") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    inset-inline-end: 16px;
    margin-inline-start: 10px;
    z-index: 4;
    pointer-events: none;
    transition: 0.3s;
    top: 50%;
    translate: 0 -50%;
    filter: brightness(0) invert(1);
  }
  .toggle-mobile-trigger.open:after {
    rotate: 180deg;
  }

  .toggle-mobile-content {
    display: none;
  }

  .account-nav li a {
    font-size: 14px;
  }
}
@media all and (min-width: 992px) {
  .bg-white:has(.search-filters-wrapper) {
    height: 100%;
  }

  .search-filters-wrapper {
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
  }
  .search-filters-wrapper::-webkit-scrollbar {
    width: 5px;
  }
  .search-filters-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
  }
  .search-filters-wrapper:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.19);
  }
}
@media all and (max-width: 600px) {
  .items-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .form-tabs {
    gap: 6px;
  }
  .form-tabs .nav-link {
    font-size: 13px;
    padding-inline: 10px;
  }

  .header-mini-nav, a.navbar-brand.d-block.d-lg-none {
    display: none !important;
  }

  .features-wrapper .single-feature {
    width: 40%;
  }

  .section-title {
    font-size: 16px;
  }

  .see-all {
    font-size: 13px;
  }

  .filter-cats ul button {
    font-size: 14px;
    font-weight: 400;
  }

  .single-blog-post .post-title {
    font-size: 15px;
  }

  .subscribe .section-title {
    font-size: 17px;
  }

  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .notifications {
    min-width: 350px;
    margin-inline-end: -16vw !important;
  }

  .selected-filters .filters {
    margin-bottom: 1rem;
  }

  .trigger-filters {
    z-index: 1000;
  }

  .search-filters-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }

  .gradiant-side {
    min-height: auto;
    height: auto;
    padding: 1em;
    align-items: center;
    gap: 10px;
  }

  .asides-gap {
    padding-block: 2rem;
    display: block !important;
    min-height: auto;
  }

  a.top-logo span {
    display: none;
  }

  .login-slogan.fz28 {
    font-size: 16px !important;
    text-align: center;
    display: block !important;
  }

  .single-address {
    flex-wrap: wrap;
  }

  .single-cart-item .item-img {
    width: 54px;
    height: 56px;
  }

  .specification-list {
    columns: 1;
  }

  .product-details-and-reviews .btn-outline-primary {
    font-size: 12px;
    padding: 11px 12px;
  }

  .breadcrumbs li a:after {
    margin: 0;
  }

  .alert svg {
    width: 18px;
  }

  .breadcrumbs ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .product-details-and-reviews .nav-link {
    font-size: 14px;
    padding: 7px 0.8em;
  }

  .single-blog-post .post-thumbnail img {
    height: auto;
    max-height: 320px;
  }

  .fz40 {
    font-size: 30px !important;
  }

  .shop-welcome-message {
    text-align: center;
  }

  .features-wrapper {
    gap: 1rem;
    margin-top: 2rem;
  }

  .promotions-wrapper.promotion-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promotions-wrapper.promotion-grid a:first-child img, .promotions-wrapper.promotion-grid a:nth-child(2) img {
    height: auto;
  }

  .promotions-wrapper.d-flex {
    flex-wrap: wrap;
  }
  .promotions-wrapper.d-flex a {
    flex: auto;
  }
  .promotions-wrapper.d-flex a img {
    height: auto;
  }

  .filter-cats ul {
    margin: 2rem 0 0;
    gap: 14px;
  }

  .gap-2rem {
    gap: 1rem;
  }

  footer .footer-lists {
    gap: 32px;
    flex-wrap: wrap;
  }

  .footer-wrapper {
    padding-bottom: 1rem;
  }

  .footer-list-wrapper {
    flex-basis: 44%;
  }

  .subscribe-form {
    width: 90%;
  }

  .copyrights {
    padding-block: 1rem;
  }
  .copyrights ul {
    justify-content: center;
  }
  .copyrights ul + ul {
    margin-top: 1rem;
  }

  .balance-activity-table, .orders-table {
    border: 0;
    border-radius: 0;
  }
  .balance-activity-table table thead, .orders-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .balance-activity-table table tr, .orders-table table tr {
    border-bottom: 5px solid #eee;
    display: block;
    margin-bottom: 1rem;
  }
  .balance-activity-table table td, .orders-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8rem;
    text-align: right;
  }
  .balance-activity-table table td::before, .orders-table table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #161616;
  }
  .balance-activity-table table td:last-child, .orders-table table td:last-child {
    border-bottom: 0;
  }
}
@media all and (max-width: 380px) {
  .notifications {
    min-width: 350px;
    margin-inline-end: -25vw !important;
  }

  .sale-banners .banners-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(128px, 2fr));
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 745px;
  }
}

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