.quantity-wrapper .nice-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
body  {
  overflow-x: hidden;
}
.single-cat-item .item-img {
  background: transparent;
}
html[dir=rtl] .quantity-wrapper .quantity-select:before {
  right: 0;
}
html[dir=rtl] .add-rating .rating-star, html[dir=rtl] .add-rating:hover .rating-star {
  float: left;
}
.colors-options .option label {
  width: auto;
  height: 90px;
  padding: 5px 15px;
}
.colors-options .option label img {
  height: calc(100% - 23px);
}
.colors-options input[type=radio] + label {
  box-shadow: 0 0 0 1px #adadad;
}
html[dir=rtl] .nice-select{
  padding-right: 18px;
  padding-left: 30px;
  text-align: right !important;
}
html[dir=rtl] .quantity-wrapper .quantity-select:before {
  left: 10px;
  right: unset;
}
body {
  overflow-x: hidden !important;
}
@media(max-width: 700px) {
  .sort-by {
    margin-top: 30px;
  }
  .pagination .page-link {
    width: 25px;
    padding: 0px;
    margin-inline-end: 7px;
}
}
.tab-content {
  overflow: hidden !important;
}
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
@media (max-width: 600px){
  html[dir=rtl] .search-filters-wrapper {
    right: -30%;
  }
  .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;
  }
}
/* .account-nav li {
  padding-block: 1rem;
  border-top: 1px solid #e0e0e0;
  padding-inline-start: 1em;
} */
/* .account-nav li::marker {
  content: "★";
  color: #264AEC;
} */
/* .account-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #161616;
} */

.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;
}
.all-categories-li .show svg {
  transition: 0.3s;
  transform: rotate(180deg);
}
.single-cart-item .product-rate .rate-ratio {
    background: #F9DC5C;
    border-radius: 25px;
    font-size: 12px;
    padding: 4px;
    display: inline-flex;
    justify-content: center;
    color: #161616;
    align-items: center;
}
.single-cart-item .product-rate {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 17px;
  color: #525252;
  font-size: 12px;
}
.product-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-product-wrapper .product-rate {
  margin-top: auto;
  margin-bottom: 0px;
}
html[dir=rtl] .read-more:after {
  content: "⬅";
}
.orderProductsNames {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.parent-cat div .my-custom {
  position: relative;
  width: 20px !important;
  height: 20px !important;
}
.parent-cat label {
  display: flex;
  padding-bottom: 0px;
}
.custom-check .my-custom {
  width: 24px;
  height: 24px;
  margin: 0;
  box-shadow: none !important;
  border: 1px solid #264AEC;
  transition: 0.3s;
  border-radius: 0.25em;
}
.custom-check .my-custom.checked {
  background-color: #264AEC;
  border: 1px solid #264AEC;
  background-image: url(../images/icons/check_solid.svg);
  transition: 0.3s;
}

.main-slider {
  border-radius: 30px !important;
  overflow: hidden;
}
.main-slider .swiper-wrapper {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.main-slider .img-fluid {
  border-radius: 30px !important;
}

.header-slider .swiper-wrapper, .header-slider .swiper {
  padding-bottom: 0px !important;
}

@media(max-width: 1600px) {
  .single-product-wrapper .item-price {
    display: block !important;
  }
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  transform: translateY(35px);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #264AEC;
  height: 10px;
  width: 10px;
  opacity: 1;
  background: white
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #264AEC !important;
}
@media (max-width: 991px) {
  .mobile-user-nav a:not(.dropdown-item) img{
    filter: brightness(0) invert(1);
  }

  .user-nav:not(.dropdown-menu) > li a {
    color: white;
    font-size: 15px;
  }
  .navbar-toggler img {
    filter: brightness(0) invert(1);
  }
  .navbar-light .navbar-nav .nav-item .nav-link img{
    filter: brightness(0) invert(1);
  }
}

.top-slider-arrows .swiper-button-next-outside svg, .top-slider-arrows .swiper-button-prev-outside svg {
  color: white;
}


.social-login a {
  position: relative;
  /* overflow: hidden; */
}
.g_id_signin {
  position: absolute;
}
/*  */
.g_id_signin iframe, .fb_iframe_widget iframe {
  position: absolute !important;
  width: 52px !important;
  height: 43px !important;
  z-index: 99999999;
  opacity: 0;
} 

.g_id_signin iframe {
  right: -36px;
  left: unset !important;
}

.g_id_signin div{
  position: absolute !important;
}

html[dir=rtl] .g_id_signin iframe{
  left: -36px !important;
  right: unset !important;
}

.social-login a #appleid-signin{
  position: absolute !important;
  height: 40px;
  width: 35px;
  overflow: hidden;
  opacity: 0;
  z-index: 9999999;
}

.fb_iframe_widget , .fb_iframe_widget span{
  position: absolute !important;
  width: 40px !important;
}

.navbar-light .dropdown > ul a:hover {
  color: white !important;
  background: #264AEC !important;
}
@media(max-width: 996px) {
  .main-menu .navbar-light .dropdown-item.has-sub.custom-active {
    color: white !important;
    background: #264AEC !important;
  }
}
.main-menu .navbar-light .dropdown-item.has-sub.custom-active img {
  filter: brightness(0) invert(1) !important;
}
.custom-show {
  display: block !important;
}
.forceWhite {
  filter: brightness(0) invert(1) !important;
}
@media(min-width: 600px) {
  .navbar-light .navbar-nav .nav-item:hover .nav-link .forceWhite {
    filter: none !important;
  }
}

.go-top img{
  width: 21px;
  filter: brightness(0) invert(1);
}
.go-top {
  direction: ltr;
}

@media(max-width: 600px) {
  .navbar-light .navbar-nav .nav-item:hover .nav-link {
    box-shadow: none !important;
  }
}

.otp-input {
  direction: ltr;
}

.fb_iframe_widget {
  position: absolute !important;
  top: -1000px;
  left: -1000px;
}

html[dir=rtl]  .go-top {
  right: unset;
  left: 2em;
}


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

.ltr {
  direction: ltr !important;
}

.js-marquee p {
  padding: 0 !important;
  margin: 0 !important;
}


.share-menu .dropdown-item:hover,  .share-menu .dropdown-item:active, .share-menu .dropdown-item:focus{
  color: white !important;
  background: #264AEC !important;
}

.dropdown-menu > li > .submenu a {
  display: block;
}

.filter-title:after {
  filter: invert(1);
}


@media screen and (max-width:800px) {
  .main-slider .img-fluid {
    border-radius: 10px !important;
  }  
  .header-slider .swiper-wrapper, .header-slider .swiper {
    border-radius: 10px !important;
  }
}

.options-color {
  background: var(--color);
  box-shadow: 0 0 0 0.5px lightgray;
  width: 25px;height: 25px;
  display:inline-block;
  margin-bottom:-10px;
}
.f-family {
  font-family: "Inter", sans-serif !important;
}
.f-family * {
  font-family: "Inter", sans-serif !important;
}

html[dir=rtl] .f-family {
  font-family: 'Noto Kufi Arabic','Inter' !important;
}
html[dir=rtl] .f-family * {
  font-family: 'Noto Kufi Arabic','Inter' !important;
}
.tabby-steps {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 15px;
}
.tabby-steps span {
  width: 25px;
  height: 25px;
  background-color: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* color: #264AEC; */
}


.tabbleModalButton {
  cursor: pointer;
  border-color: #264AEC;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.tabbleModalButton .tabby-learn-more {
  display: inline;
  text-decoration: underline;
}
.tabby-logo {
  min-width: 90px;
  height: 100%;
}
.payment-plan.tabbe-payment {
  max-width: 700px;
  margin: 20px auto 10px;
  padding: 30px;
  background: linear-gradient(135deg, #264AEC, #f3f4f6);
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tabbe-payment .installment-cards {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.tabbe-payment .installment-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}

.tabbe-payment .installment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.tabbe-payment .icon {
  font-size: 2rem;
  margin-bottom: 10px;
  animation: bounce 2s infinite;
}

.tabbe-payment .amount {
  font-size: 16px;
  font-weight: bold;
  color: #264AEC;
}

.tabbe-payment .due-date {
  font-size: 0.9rem;
  color: #718096;
}

@keyframes slideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.single-product-wrapper .item-price {
  display: block !important;
}


.single-product-info-wrapper .share {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 1rem;
}

@media (max-width: 600px){
  .tabbleModalButton {
    gap: 10px;
    font-size: 13px !important;
  }
  .tabby-logo {
    min-width: 65px;
  }
  .tabby-title {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .tabbe-payment .installment-card {
    width: 100px;
    padding: 7px;
  }
  .tabbe-payment .icon {
    font-size: 1.5rem;
  }
  .tabbe-payment .amount {
    font-size: 14px;
  }
  .tabbe-payment .due-date {
    font-size: 13px;
  }
  .order-summary {
    margin-top: 20px;
  }
}