:root {
  --main-bg-color: #fdd30c;
}
.rating {
    color: #f5c518;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-btn {
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  position: relative;
  padding: 0;
}
body {
  font-family: "Cairo", sans-serif;
  font-weight: 500;
}
@media (min-width: 992px) {
  .navbar.bg-body-tertiary {
    background-color: var(--main-bg-color) !important ;
  }
  .navbar-img{
    padding: 0;
  }
 
  .language-select {
  padding: 5px 10px;
  background-color: #ffffff00;
  /*padding: 0px;*/
}
}
.cart-btn svg {
  width: 20px;
  height: 20px;
}

.cart-badge {
  position: absolute;
  top: 13px;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #dc3545;
  color: white;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-select {
   border: none;
  padding: 5px 10px;
  background-color: #ffffff00;
  background-image: none;
  /*padding: 0px;*/
}
html[dir="ltr"] {
  .product-actions {
    position: absolute;
    top: 12px;
    right: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .cart-badge {
    /*right: auto;*/
    right: 23%;
    transform: translate(50%, -50%);
  }
  .arrow-btn {
  position: absolute;
  bottom: 12px;
  left: 15px; 
  z-index: 10;
}
.arrow-btn {
  transform: rotate(180deg);
}
@keyframes move {
  0% {
    transform: translateX(-100%); 
  }
  100% {
    transform: translateX(100%); 
  }
}
.back-to-top {
    right: 25px;

}

}
html[dir="rtl"] {
  .cart-badge {
    /*left: auto;*/
    left: 40%;
    transform: translate(50%, -50%);
  }
  .product-actions {
    position: absolute;
    top: 12px;
    left: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
   .arrow-btn {
  position: absolute;
  bottom: 12px;
  z-index: 10;
}
.arrow-btn i {
  transform: rotate(0deg);
}
.product-group .arrow-btn {
  position: absolute;
  bottom: 10px; 
  right: 15px;
}
@keyframes move {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(-50%); 
  }
}

.back-to-top {
    left: 25px;

}
}


.box {
  height: 25px;
  width: 1px;
  background-color: #d9d9d9;
}

.brand-title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.brand-subtitle {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: #555;
}

.custom-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

.cart-dropdown {
  width: 300px;
  border-radius: 12px;
}

.cart-img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-title {
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  margin: 0 10px;
}

.cart-price {
  font-size: 13px;
  color: #666;
  text-align: start;
  margin: 0 10px;
}

@media (max-width: 576px) {
  .cart-dropdown {
    transform: translateX(-20px);
  }
}

@media (max-width: 576px) {
  .cart-dropdown {
    transform: translateX(-80px);
    width: 280px;
  }
}
.cart-dropdown {
  transform: translateX(-30px);
  width: 250px;
}

html[dir="ltr"] .cart-dropdown {
  transform: translateX(-160px);
  width: 250px;
}

html[dir="ltr"] {
  .left-ms {
    margin-inline-start: 0.5rem;
  }
  /* .border-left-red {
    border-right: 1px solid #8a8a8a;
  } */
  .cart-dropdown {
    transform: translateX(-210px);
    width: 250px;
  }

  
}

@media (max-width: 991.98px) {
  .margin-nav {
    margin-left: 1rem ;
    margin-top:10px;
    font-size: 14px;
  }
}

html[dir="rtl"] {
  @media (max-width: 991.98px) {
    .margin-nav {
      margin-right: 1rem ;
    }
  }
  /* .border-left-red {
    border-left: 1px solid #8a8a8a;

  } */
  .custom-accordion-btn {
  direction: rtl;          
  text-align: left;        
  padding-left: 1rem;     
}

.custom-accordion-btn::after {
  margin-right: auto;      
  margin-left: 0;
}
.btn-dropdown{
  padding: 0 !important;
}

}
.grid-container {
  display: grid;
  gap: 5px;
  padding: 10px;
  background-color: #dc3545;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.grid-item {
  padding: 8px;
  border-radius: 5px;
  font-weight: 500;
}

.dropdown-menu-tree {
  background-color: transparent ;
  border: none ;
  box-shadow: none ;
  padding: 0 ;
}
.items-row {
  background-color: #f5f7fb;
  padding: 15px 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}

@media (max-width: 991.98px) {
  .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  #hover-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
    
  }
  .border-top-red {
    border-bottom: 1px solid #8a8a8a;
  }
}

@media (max-width: 991.98px) {
  .col-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .col-2 .grid-item {
    width: 100%;
    text-align: center;
    padding: 8px;
  }

  #hover-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  #hover-content {
    display: block;
    width: 100%;
  }

  #hover-content .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    
  }

  #hover-content .col {
    display: contents;
  }
  .grid-item {
    width: 100%;
    text-align: center;
    padding: 8px;
    margin-bottom: 5px;
  }
}


.products-wrapper:hover .product-card {
  filter: blur(1.5px) !important;

}

.products-wrapper .product-card:hover {
  filter: blur(0) !important;
}

.product-card {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 23px 15px 15px;
  position: relative;
  transition: all 0.35s ease;
  background: #fff;
  height: 100%;
}

.product-card:hover {
  border-color: var(--main-bg-color) ;
  border: 1px solid var(--main-bg-color) ;
   
  
}


.product-image {
  width: 125px;
  height: 125px;
  margin: auto;
  background: #ffd400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.35s ease;
}

.product-image img {
  max-width: 125px;
  position: absolute;
  transition: all 0.35s ease;
  /*margin-top: 38px;*/
}

.product-card:hover img {
  transform: scale(1.15);
  
}




.product-actions button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
}

.stars {
  color: #aaa;
  font-size: 18px;
}

.price del {
  color: #aaa;
  font-size: 13px;
}

.price span {
  font-weight: bold;
}

.product-buttons button {
  font-size: 12px;
  border-radius: 20px;
  padding: 4px 12px;
}

.sidebar {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 16px;
}

.sidebar h6 {
  font-weight: bold;
}

.nav-arrows {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.nav-arrows button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: var(--main-bg-color);
  color: #000;
  font-size: 22px;
  margin-top: 20px;
}

.nav-arrows button:hover {
  background: #000000;
  color: #ffffff;
}
.bg-actions{
    background: var(--main-bg-color);

}

 .bg-actions:hover {
    background-color: black;
  }

  .bg-actions:hover i {
    color: white;
    transform: scale(1.2); 
  }
.product-actions {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.product-card:hover .product-actions {
  opacity: 1;
   visibility: visible;
  transform: translateY(0); 
}

.form-check-input:checked {
  background-color: var(--main-bg-color);
  border-color: var(--main-bg-color);
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 192, 0, 0.4);
}
.form-check {
  font-size: 15px ;
}

.form-range::-webkit-slider-runnable-track {
  background-color: #000000; 
  height: 6px;
  border-radius: 5px;
}

.form-range::-moz-range-track {
  background-color: var(--main-bg-color);
  height: 6px;
  border-radius: 5px;
}

.form-range::-webkit-slider-thumb {
 
  background-color: var(--main-bg-color) ;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: -6px;
  cursor: pointer;
}

.form-range::-moz-range-thumb {
  background-color: #000000;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgb(255, 200, 0);
}

.dual-range {
  position: relative;
  width: 100%;
  margin-top: 18px;
}

.dual-range input[type="range"] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-appearance: none;
}

.dual-range input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  position: relative;
  background: #000; 
  border-radius: 6px;
}

.price-output {
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
  font-size: 14px;
}

.price-output span {
  margin-top: 20px;
}
.dual-range input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: var(--main-bg-color); 
  border: 2px solid var(--main-bg-color);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px; 
  z-index: 2;
  position: relative;
}

.dual-range input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  width: 18px;
  height: 18px;
  background: var(--main-bg-color); 
  border: 2px solid var(--main-bg-color);
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.box3 {
  width: 100%;
  height: 1.5px;
  margin-top: 12px;
  background: #eee; 
}

.footer {
  background-color: #000;
  padding: 40px 0 100px 0;
  margin-top: 90px;
}
.footer h5 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: 0.3s;
}
.footer a:hover {
  color: #f6c000;
}
.footer .social-icons a {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}
.footer .social-icons a:hover {
  color: #f6c000;
}
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #ffffff;
}
.footer-p p {
  color: #ffffff;
}
.footer-p {
  display: flex;
  text-align: start;
  flex-direction: column; 
  justify-content: start; 
}

.social-icons button {
  background-color: var(--main-bg-color) !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: none;
}

.footer-p p {
  font-size: 14px;
  color: #aaa;
}

.footer-p2 p {
  font-size: 14px;
  color: #aaa;
}
.footer-p2 a {
  font-size: 14px;
  color: #aaa;
}
.img-footer {
  background: #ffffff;
  border-radius: 7%;
}

@media (max-width: 768px) {

  .footer {
    padding: 30px 0 80px 0;
    margin-top: 50px;
  }

  .footer .row {
    text-align: center;
  }

  .footer-p {
    align-items: center;
    text-align: center;
  }

  .footer .navbar-brand {
    justify-content: center;
  }

  .footer .navbar-brand span {
    font-size: 14px;
  }

  .img-footer {
    width: 40px;
    height: 40px;
  }

  .footer-p p,
  .footer-p2 p,
  .footer-p2 a {
    font-size: 13px;
    line-height: 1.7;
  }

  .social-icons {
    justify-content: center !important;
  }

  .social-icons button {
    width: 36px;
    height: 36px;
  }

  .footer-p2 {
    align-items: center;
    text-align: center;
  }

  .footer-p2 .d-flex {
    align-items: center;
  }

  .footer-bottom {
    font-size: 12px;
    gap: 10px;
    text-align: center;
  }

  .footer-bottom a {
    margin-bottom: 8px;
  }

}
 
@media (max-width: 768px) {

  html, body {
    overflow-x: hidden;
  }

  .footer .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .footer [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer-p,
  .footer-p2 {
    text-align: center !important;
  }

  .social-icons {
    justify-content: center !important;
  }

}

@media (max-width: 991.98px) {
  .mobile-navbar {
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: var(--main-bg-color) ;

  }
  .navbar-header{
    height: 35px;
    padding: 0;

  }
}

.custom-accordion-btn {
  background-color: rgb(248, 248, 248);
}


@media (max-width: 767px) {
  .cart-summary {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cart-summary h5 {
    margin-bottom: 15px;
  }

  .cart-summary > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .cart-summary button {
    width: 100%;
    margin: 0;
  }
  .dark-warning{
    display: flex;
    flex-direction: column;
    gap: 10px;

    
  }
  .col-btn{
     display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.btn-radius{
  border-radius: 50%;
}

.social-icons .bg-actions:hover {
  background-color: black;
  color: #fff;           
}


.btn-dark-custom {
  background-color: var(--main-bg-color);  
  color: black;           
  transition: all 0.3s ease; 
}

.btn-dark-custom:hover {
  background-color: black;  
  color: #fff;              
}
.sidebar p{
  font-size: 18px;
  font-weight: 700;
}

.container h5{
  font-size: 21px;
    font-weight: 700;

}


.product-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.thumbnail-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.thumbnail-item {
  width: 80px;
  height: 80px;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}

.thumbnail-item.active,
.thumbnail-item:hover {
  border-color: var(--main-bg-color);
}

.main-image {
  width: 227px;
  height: 227px;
  margin: auto;
  background: #ffd400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.35s ease;
}

.main-image img {
  max-width: 258px;
  margin-top: 60px;
  position: absolute;
  transition: all 0.35s ease;}
.main-image:hover img {
  transform: scale(1.15);
}
.product-info {
  width: 415px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.product-title {
  font-size: 24px;
  font-weight: bold;
}

.product-price {
  font-size: 28px;
  font-weight: bold;
}

.product-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.action-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.btn-add-to-cart {
  background:var(--main-bg-color) ;
  border: none;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 400;
}

.btn-favorite {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none ;
  background: var(--main-bg-color) ;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-control {
  display: flex;
  align-items: center;
  border-radius: 25px;
  background-color: var(--main-bg-color) ;
  overflow: hidden;
}

.qty-btn {
  background: var(--main-bg-color) ;
  border: none;
  padding: 8px 15px;
  font-size: 18px;
  cursor: pointer;
}

.qty-input {
  background: var(--main-bg-color);
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
-webkit-appearance: none;
}

@media (max-width: 1199px) and (min-width: 768px) {

.product-container {
  gap: 20px;
}

.product-info {
  width: 360px;
}

.main-image img {
  width: 280px;
  height: 280px;
}

.thumbnail-item {
  width: 70px;
  height: 70px;
}

}

@media (max-width: 767px) and (min-width: 576px) {

.product-container {
  gap: 15px;
}

.product-info {
  width: 320px;
}

.product-title {
  font-size: 20px;
}

.product-price {
  font-size: 22px;
}

.main-image img {
  width: 240px;
  height: 240px;
}

.thumbnail-item {
  width: 60px;
  height: 60px;
}
}


@media (max-width: 575px) {

.product-container {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

  
.main-image {
  order: 1;
}

.main-image img {
  width: 260px;
  height: 260px;
  margin: 0 auto;
}

.thumbnail-list {
  order: 2;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.thumbnail-item {
  width: 60px;
  height: 60px;
}

.product-info {
  order: 3;
  width: 100%;
  text-align: center;
}

.action-buttons {
  justify-content: center;
  flex-wrap: wrap;
}
}
@media (max-width: 575px) {
.action-buttons {
  display: flex;
  flex-direction: column; 
  align-items: center;
  gap: 10px;
}

.quantity-control {
  order: -1; 
  margin-bottom: 10px;
  background-color: var(--main-bg-color);
}

.btn-add-to-cart,
.btn-favorite {
  order: 0;
  display: inline-flex;
  gap: 10px;
}
}

.products-row {
  display: flex;          
  overflow-x: auto;       
  scroll-behavior: smooth;
  flex-wrap: nowrap;      
  gap: 0.5rem;            
}

.products-row::-webkit-scrollbar {
  display: none;          
}
.products-row {
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}

.products-row > .col-md-4 {
  flex: 0 0 auto;
}


.margin-mb{
  padding-bottom: 80px;
}

 .nav-tabs .nav-link.active {
    color: var(--main-bg-color);
    font-weight:700;
    border: none;
  }
  .nav-tabs{
   border: none;
  }
  .nav-tabs :hover{
   border: none;
  }
  .nav-tabs .nav-link {
    font-size: 18px;
    color: #000;
  }
.bg-warning-bt{
  background-color: var(--main-bg-color) !important;

}

.img-mt{
  margin-top: 60px;
  margin-bottom: 130px;
}

.testimonial-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 12px 20px 8px;
  position: relative;
  height: 100%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 7px;
}

.testimonial-img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  position: absolute;
  top: -30px;
  border: 1px solid #727272;
}

html[dir="rtl"] .testimonial-img {
  right: 20px;
}

html[dir="rtl"] .testimonial-info {
  margin-right: 85px;
  text-align: right;
}

html[dir="ltr"] .testimonial-img {
  left: 20px;
}

html[dir="ltr"] .testimonial-info {
  margin-left: 85px;
  text-align: left;
}

.testimonial-name {
  font-weight: 700;
}

.stars {
  color: #ffd700; 
  font-size: 21px;
 
}


.testimonial-text {
  font-size: 12px;
  line-height: 1.9;
  color: #555;
}

.brands-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 10px;
  scrollbar-width: none; 
}

.brands-scroll::-webkit-scrollbar {
  display: none; 
}

.brands-track {
  display: flex;
  gap: 40px;
  align-items: center;
}

.brand-item {
  flex: 0 0 auto;
  width: 180px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
 
}

.card {
  border: none;
}
.form-control:focus {
  box-shadow: none;
  border:  1px #d9d9d9 solid !important;
}
.btn-yellow {
  background-color: var(--main-bg-color);
  color: #000;
}
.btn-yellow:hover {
  background-color: var(--main-bg-color);
}
.radio-label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card-label{
  font-size: 18px;
}
.card-lukewarm {
  border:1px #d9d9d9 solid;
  border-radius: 10px;

}

.product-group {
  transition: all 0.35s ease;
  background-color: #F5F7FB;
  cursor: pointer;
  overflow: hidden;
}


.product-group:hover .card-title,
.product-group:hover small {
  color: #000 !important;
}

.card-title{
  color: #727272 !important;
}

.product-img {
  transition: transform 0.35s ease;
}

.product-group:hover .product-img {
  transform: scale(1.08);
}

.product-group li.list-group-item {
  transition: all 0.35s ease;
  background-color: transparent; 
  cursor: pointer;
}

.product-group:hover li.list-group-item {
  color: #676767; 
}

.product-group:hover li.list-group-item span,
.product-group:hover li.list-group-item strong {
  color: #000000; 
}
.product-group .box-product {
  height: 6px;
  width: 6px;
  background-color: #000; 
  border-radius: 50%;
}



.product-group {
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 4.5rem; 
}

.box-product {
  height: 6px;
  width: 6px;
  background-color: #000;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}





@media (max-width: 767px) {
  .product-group {
    flex-direction: column !important; 
    height: auto !important;
    padding: 1rem 1rem 3rem 1rem; 
  }

  .product-group .product-img {
    width: 100%;
    max-height: 200px;
    margin-top: 1rem;
    object-fit: contain;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-group {
    flex-direction: row !important; 
    height: 240px !important;
    padding-bottom: 2.5rem;
  }

  .product-group .product-img {
    max-height: 200px;
    object-fit: contain;
  }

}
@media (max-width: 575px) {
  .product-group .card-title {
    font-size: 1.25rem; 
  }

  .product-group li span,
  .product-group li strong {
    font-size: 0.875rem; 
  }
}

p.form-label1 {
  line-height: 1.8; 
  display: block;
  white-space: pre-line; 
}

.verification-modal .modal-content {
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
}
.verification-modal .modal-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.sms-icon {
    font-size: 3rem;
    color: var(--main-bg-color);
    margin: 1rem auto;
}
.code-inputs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 2rem 0;
}
.code-input {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    font-size: 1.2rem;
    border: 2px solid var(--main-bg-color);
    border-radius: 8px;
    outline: none;
}
.resend-text {
    font-size: 0.9rem;
    color: #666;
    margin: 1.5rem ;
}
.verify-btn {
    background-color: var(--main-bg-color);
    color: #000;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    width: 100%;
    max-width: 300px;
    transition: background-color 0.2s;
}

#prevBtn i {
  transform: scaleX(-1);
}
#nextBtn i {
  transform: scaleX(-1);
}

html[dir="ltr"]{ 
  #nextBtn i {
  transform: scaleX(-1);
};
#prevBtn i {
  transform: scaleX(-1);
}

.one-star {
  background: linear-gradient(
    to right,
    #f5c518 25%,      
    transparent 75%   
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #f5c518;
}

.two-stars {
  background: linear-gradient(
    to right,
    #f5c518 40%,      
    transparent 60%   
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #f5c518;
}

.three-star {
  background: linear-gradient(
    to right,
    #f5c518 50%,      
    transparent 50%   
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #f5c518;
}

.half-stars {
  background: linear-gradient(
    to right,
    #f5c518 50%,      
    transparent 50%   
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #f5c518;
}
.rating-35 {
  background: linear-gradient(
    to right,
    #f5c518 70%,  
    transparent 70%
  );
}
.product-group img {
  margin-top: 75px;
  position: absolute;
  right: 0;
}
}
html[dir="rtl"]{
  #nextBtn i {
  transform: scaleX(1);
};
#prevBtn i {
  transform: scaleX(1);
}

.half-stars {
  background: linear-gradient(
    to left,
    #f5c518 50%,       
    transparent 50%   
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px #f5c518;
}
.rating-35 {
  background: linear-gradient(
    to left,
    #f5c518 70%,  
    transparent 70%
  );
}
.product-group img {
  margin-top: 75px;
  position: absolute;
  left: 0;
}
}
.footer-p2  p :hover{
  color: #ffFf;
}
.footer-p2  a:hover{
  color: #ffFf;
}
.footer-bottom a:hover{
  color: #fff;
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100vh; 
}


.carousel-img {
  height: 100vh;
  width: 100%;
}
.carousel-indicators [data-bs-target] {
  background-color: #fff;  
  width: 75px;
  height: 3.5px;
 
}

.carousel-indicators .active {
  background-color: var(--main-bg-color); 
}

.navbar-nav a.active {
  border-bottom: 1px solid #000;
  /*color: #fff !important;*/
}


.product-title{
  font-weight: bold;
}

.product-tabs .tab-btn{
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #777;
  cursor: pointer;
  position: relative;
}

.product-tabs .tab-btn.active{
  color: #f7b500;
}

.product-tabs .tab-btn.active::after{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f7b500;
}






.overlay-yellow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255, 193, 7, 0.468),  
    rgba(255, 193, 7, 0.662),  
    rgba(255, 193, 7, 0.463)  
  );
  z-index: 1;
}

.carousel-caption {
  z-index: 2;

}


.carousel-caption{
  width: 70%;
  max-width: 1200px;  
  padding: 0 20px;
  top: 150px;
}

.carousel-caption h5{
  max-width: 100%;   
  margin: 20px auto 0;
  line-height: 1.8;
}

.section-head{
  max-width: 900px;   
  padding: 0 15px;   
}

.section-head h6{
  line-height: 1.8;
  color: #727272;
}

#brands-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#brands-container::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to right, white, transparent 10%, transparent 90%, white);
  pointer-events: none;
}

#brands-slider {
  width: 135%;
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  animation: scroll-right 15s linear infinite;
}

@keyframes scroll-right {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@media (min-width: 1200px) {
  #brands-slider img { width: 300px; }
}

@media (max-width: 768px) {
  #brands-slider img { width: 220px;  }
  #brands-slider { height: 120px; }
  #brands-container { height: 140px; }
}

/*.slider-container {*/
/*  width: 100%;*/
/*  height: 135px;*/
/*  overflow-x: visible;*/
/*  position: relative;*/
/*  display: flex;*/
/*  !*animation: scroll 5s linear infinite;*!*/
/*}*/

/*.slider-track {*/
/*  display: flex;*/
/*  position: absolute;*/
/*  height: 140px;*/
/*  top: 10px;*/
/*  gap: 5px 30px;*/
/*}*/

/*.slider-track img:hover {*/
/*  animation-play-state: paused;*/
/*}*/

/*.slider-img {*/
/*  width: 80px;*/
/*  height: 100px;*/
/*  border-radius: 6px;*/
/*  flex-shrink: 0;*/
/*  !*animation: move 7s linear infinite;*!*/
/*}*/

/*@keyframes scroll {*/
/*  0% { transform: translateX(100%); }*/
/*  100% { transform: translateX(-100%); }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*  .slider-img { width: 300px; */
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .slider-img { width: 220px;  }*/
/*  .slider-track { height: 120px; }*/
/*  .slider-container { height: 140px; }*/
/*}*/

.info {
  text-align: center;
  padding: 25px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 15px;
  max-width: 700px;
  margin: 30px auto;
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.info h3 {
  color: #2c3e50;
  margin-bottom: 15px;
}

.info p {
  margin: 8px 0;
}
/*@keyframes move-rtl {*/
/*  0% { transform: translateX(100%); } */
/*  100% { transform: translateX(-50%); } */
/*}*/

/*@keyframes move-ltr {*/
/*  0% { transform: translateX(-100%); } */
/*  100% { transform: translateX(50%); } */
/*}*/
/*html[dir="rtl"] .slider-track {*/
/*  animation: move-rtl 20s linear infinite;*/
/*}*/

/*html[dir="ltr"] .slider-track {*/
/*  animation: move-ltr 20s linear infinite;*/
/*}*/




.hover-content {

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.hover-content.show {
  opacity: 1;
  visibility: visible;
}

.cart-btn:hover {
  border-color: var(--main-bg-color); 
}

.cart-btn:hover i {
  color: var(--main-bg-color); 
}

#language-link {
  color: #000;
}

#language-link:hover {
  color: var(--main-bg-color);
}

.verify-btn:hover {
  background-color: #000; 
  color: #fff; 
}

.code-inputs {
  display: flex;
  gap: 10px;
    direction: ltr;

}

.code-input {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
  border: 1.5px solid var(--main-bg-color);
  background-color: #F5F7FB; 
  transition: background-color 0.2s;
}

.code-input:focus {
  outline: none;
  border-color: var(--main-bg-color);
}

tbody, td, tfoot, th, thead, tr{
  border-style:none;
  
}
.table>tbody{
  border-radius: 50px;
}



@media (min-width: 2560px) {
  .margin-mt {
    margin: 0 147px;
  }
}

.content-box {
  display: none;
}

.content-box.active {
  display: block;
}


.nav-link {
  cursor: pointer;
  color: #000;
  font-weight: 600;
}


#groupMenu {
  display: none;
  background: #F5F7FB;
  border-top: 1px solid #ddd;
  padding: 20px 0 20px 0;
  height: 410px;
}


#groupMenu.show {
  display: block;
}

.main-category {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

/* .sub-category {
  color: #000000;
  padding: 4px 10px;
  margin-bottom: 5px;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all .2s ease;
} */





.hover-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
   justify-content: start;
  height: 370px; 
  overflow-y: auto;

  scrollbar-width: thin;            /* Firefox */
  scrollbar-color: #bbb transparent;
}

.hover-content.show {
  opacity: 1;
  pointer-events: auto;
}


.content-box {
  display: none;
 
}

.content-box.active {
  display: block;
}

.grid-item {
  padding: 10px 0;
}
.main-item {
  font-weight: 600;

}

.category-area {
  padding: 0 0 10px 0;
}

.fs-font{
  font-size: 15px;
}

.slider-track:hover {
  animation-play-state: paused !important;
  cursor: pointer;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  width: 43px;
  height: 43px;
  background-color: #FFC107; 
  color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none; 
  z-index: 999;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background-color: #ffb300;
  transform: translateY(-3px);
}

.back-to-top i {
  font-size: 26px;
}


.product-group {
  overflow: hidden; 
}

.product-group img {
  transition: transform 0.4s ease;
}

.product-group:hover img {
  transform: scale(1.08); 
}

.table>:not(caption)>*>*{
  padding: 2rem 0.5rem;
}

.mt-bot{
  margin-top: 86px;
}

.small-btn {
  font-size: 14px;    
  padding: 14px 1px;   
  line-height: 1.2; 
  border-radius: 8px;
  width: 174px;  

}
@media (min-width: 992px) {
  .small-btn-two {
    margin: 0 155px !important;
    font-size: 14px;    
    padding: 14px 1px;   
    line-height: 1.2; 
    border-radius: 8px;
    width: 174px;
  }
}

@media (max-width: 767px) {
  .small-btn-two {
    width: 50%;      
    margin: 10px 0 !important;  
    font-size: 13px;   
    padding: 10px 5px;
    border-radius: 6px;
  }
}


@media (min-width: 992px) {
  .small-btn-two {
    width: 174px;
    font-size: 14px;    
    padding: 14px 1px;   
    line-height: 1.2; 
    border-radius: 8px;
  }
}

.label-width {
  width: 140px;
  text-align: start;
  white-space: nowrap;
}


.ms-label {
  margin-inline-start: 125px;
}
.btn-favorite i {
  transition: color 0.3s ease;
}


.btn-favorite:hover {
  background-color: #000; 
}

.btn-favorite:hover i {
  color: #fff;              
}

.btn-add-to-cart:hover {
    background-color: #000;
    color: #fff;
}

.row {
  --bs-gutter-x: 3rem;
}
.grid-item a{
  text-decoration: none;
  color: #000;
}
.grid-item a:hover{
  color: var(--main-bg-color);
}
.product-item a{
  text-decoration: none;
  color: #000;
}
.product-card a{
  text-decoration: none;
  color: #000;
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: none;
}


.delete:hover {
  background-color: #000 !important;
  color: #fff;
}
.delete{
  background-color: var(--main-bg-color) !important;

}
.colo-sub:hover{
  color: #8b8a8a !important;
}
@media (min-width: 1440px) {
  .margin-mx{
    margin: 0 187px;
  }
}

.back-to-top {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 40px 0 60px;
    padding: 0 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    flex: 1;
    cursor: pointer;
}

.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ecf0f1;
    color: #95a5a6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all 0.5s ease;
    border: 4px solid #ecf0f1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.circle:hover {
    transform: scale(1.05);
}

.step-label {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #95a5a6;
    text-align: center;
    transition: all 0.3s ease;
}

.step-p {
    margin-top: 3px !important;
    font-size: 14px !important;
    font-weight: 400;
 
}
.step.completed .step-p {
    color: #979797 !important;
}
.connector-back {
    position: absolute;
    top: 35px;
    right: 15%;
    left: 15%;
    height: 6px;
    background: #ecf0f1;
    z-index: 1;
    border-radius: 3px;
}

.connector-front {
    position: absolute;
    top: 35px;
    right: 16.5%;
    left: 16.5%;
    height: 6px;
    background: #f1c40f;
    z-index: 1;
    border-radius: 3px;
    width: 0;
    transition: width 0.8s ease;
}


.step.completed:last-child .delivery-line {
    opacity: 1;
    width: 5%;
}

.step.completed .circle {
    background: #f1c40f;
    color: white;
    border-color: #f1c40f;
    transform: scale(1.1);
}

.step.completed .step-label {
    color: #2c3e50;
}

.step.active .circle {
    background: white;
    color: #f1c40f;
    border-color: #f1c40f;
    box-shadow: 0 0 0 8px rgba(241, 196, 15, 0.2);

    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}


.step.active .step-label {
    color: #f1c40f;
    font-weight: 700;
}

@media (max-width: 768px) {
.circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
}
.step-label {
    font-size: 14px;
}
.connector-back, .connector-front, .delivery-line {
    top: 30px;
    height: 5px;
}
}



.list-group-item-action {
  color: #000000;
  background-color: #F5F7FB;
  border: none;
  text-align: start;
  border-radius: 0;
}

.list-group-item-action:hover{
  color: #000000;
  background-color: #ffffff !important;
}

.list-group{
  border-radius: 0 !important;
}
.border-left-red {
  display: flex;
  justify-content: start;
  height: 370px;
  overflow-y: auto;

  scrollbar-width: thin;          
  scrollbar-color: #bbb transparent;
}

.border-left-red::-webkit-scrollbar {
  width: 4px;                       
}

.border-left-red::-webkit-scrollbar-track {
  background: transparent;
}

.border-left-red::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 10px;
}
/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px !important;
    }
  }
  @media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1212px;
    }
} */


.custom-hover {
  --bs-table-hover-bg: #f9f9f9ed; 
}


.login-container {
    height: 100vh;
    overflow: hidden; 
}

.login-left {
    background-size: cover;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
}

.login-left h2 {
    font-weight: bold;
}

.login-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: 100%; 
}

.login-form {
    width: 100%;
    max-width: 400px;
}

.login-form label {
    font-weight: bold;
}

.btn-yellow {
    background-color: #FDD30C;
    border: none;
    color: #000;
}

.btn-yellow:hover {
    background-color: #e0a800;
}

@media (max-width: 768px) {
.login-left {
    display: none;
}
.login-right {
    padding: 10px;
}
}
.login-left {
height: 100vh; 
display: flex;
justify-content: center;
align-items: center;
overflow: hidden; 
}

.image-container img {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}
.image-container {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
}


.image-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(253, 211, 12, 0.95), rgba(253, 211, 12, 0.2));
}



.otp-field {
  display: flex;
  gap: 10px;
}

.otp-field input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 2px solid var(--main-bg-color) !important;
  border-radius: 8px;
}

.forgot-link {
    color: var(--main-bg-color) !important; 
    text-decoration: none;
}

.forgot-link:hover {
    color: var(--main-bg-color) !important; 
}


[dir="rtl"] .hover-content {
    padding-right: 10px;
    padding-left: 9px !important;
}

[dir="ltr"] .hover-content {
    padding-left: 10px;
    padding-right: 9px !important;
}

.overlay p{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 3px !important;
  text-shadow: 0 2px 7px var(--main-bg-color);
}
.login-overlay{
  margin-top: 67px;
}

.form-two {
    display: block;
    width: 53%;
  }

 .otp-field input:focus {
  outline: none;
  border: 2px solid rgb(151, 151, 151) !important;
}
 .circle i {
  font-size: 30px !important;
}

@media (max-width: 768px) {

  .product-group {
    flex-direction: row !important;
    height: auto !important;
    align-items: center;
  }

  .product-group .product-img {
    width: 90px !important;
    height: 90px !important;
    object-fit: contain;
    flex-shrink: 0;
    margin: 0 10px;
  }

  .product-group > div {
    padding: 10px !important;
    text-align: start;
  }

  .product-group .card-title {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

  .product-group li {
    font-size: 13px;
    gap: 6px;
    flex-wrap: wrap;
  }

  .product-group strong {
    word-break: break-all;
  }

}

.nav-arrows i {
  font-size: 24px;
  transition: transform 0.3s;
}

html[dir="rtl"] .nav-arrows #nextLatestBtn i {
  transform: rotate(0deg); 
}

html[dir="rtl"] .nav-arrows #prevLatestBtn i {
  transform: rotate(0deg); 
}

html[dir="ltr"] .nav-arrows #nextLatestBtn i {
  transform: rotate(180deg);
}

html[dir="ltr"] .nav-arrows #prevLatestBtn i {
  transform: rotate(180deg);
}



html[dir="rtl"] .nav-arrows #nextB i {
  transform: rotate(0deg); 
}

html[dir="rtl"] .nav-arrows #prevB i {
  transform: rotate(0deg); 
}


html[dir="ltr"] .nav-arrows #nextB i {
  transform: rotate(180deg); 
}

html[dir="ltr"] .nav-arrows #prevB i {
  transform: rotate(180deg);
}


