@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
  --primary: #6C63FF;
  --primary-dark: #4D44DB;
  --primary-light: #A5A1FF;
  --secondary: #FF6584;
  --dark: #1A1A2E;
  --darker: #0F0F1B;
  --light: #F8F9FA;
  --lighter: #FFFFFF;
  --gray: #ADB5BD;
  --dark-gray: #495057;
  --success: #28A745;
  --warning: #FFC107;
  --danger: #DC3545;
  --info: #17A2B8;


  --font-heading: 'Playfair Display', Georgia, serif;

  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.2);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
.social-link a:hover{
  color: unset !important;
}
/* nav and sidebar ---------------------------------------------------------------------------------------------- */
.cus_nav {
  width: 100%;
  background: #fff;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  height: 70px;
  justify-content: space-around;
  position: relative;
  padding: 0 50px;
}

.profilre_dropdown {
  padding: 10px 20px;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  top: 70px;
  right: 6vw;
  background-color: #fff;
  color: black;
  display: none;
}

.toggle_profile_dropdown {
  display: block;
}

.profilre_dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#profileModal .modal-content{
      width: 307px;
    margin: auto;
}
.profilre_dropdown ul li {
  list-style: none;
}

.profilre_dropdown ul li a {
  color: black;
  text-decoration: none;
}

.cus_nav img {
  /* border: 2px solid black; */
  padding: 5px 10px;
  width: 80px;
}

.cus_nav img:hover {
  border: 2px solid #fff;
}

.cus_nav .searchbar {
  display: flex;
  gap: 0;
}

/* .cus_nav .searchbar button {
  border: none;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 20px;
  padding: 0 15px;
  background-color: rgb(242, 242, 182);
border: 1px solid #d1d5db;
} */
.cus_nav input {


  /* max-width: 900px;
  min-width: 100%; */
  height: 40px;
  border-right: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 18px;
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  border-right: none;
}

.cus_nav a {
  text-decoration: none;
  color: #000000;
  position: relative;
}

#search-suggestions{
  z-index: 11111;
}
.cus_nav .links {
  display: flex;
  gap: 25px;
  font-size: 30px;
  position: relative;
  /* top: -2px; */
  align-items: center;
}

.links i {
     color: black;
  cursor: pointer;
  font-size: 20px;

}

.bell,
.cart {
  position: relative;
  height: initial;
  
}

.links span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: orange;
  color: #000000;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  left: 18px;
  top: 11px;
  cursor: pointer;
  border: 1px solid white;
}



.bell span {
  left: 10px;
  top: 12px;
}

.nav2 {
  display: flex;
  background-color: #081733;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 88px;
}

.nav2 ul {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 0;
}

.nav2 ul li {
  list-style: none;
}

.nav2 ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  /* border: 1px solid #232f3e; */
  padding: 5px 8px;
}

.nav2 .menu {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  /* border: 1px solid #232f3e; */
  padding: 5px 8px;
  width: 20%;
}

.nav2 .downloadApp a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  border: 1px solid #232f3e;
  padding: 5px 8px;
}

.sidebar {
  top: 0;
  background-color: #fff;
  color: black;
  position: fixed;
  left: -100%;
  height: 100vh;
  width: 400px;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  overflow-y: scroll;
  transition: 0.3s;
  z-index: 999;
}

.sidebar .top {
  padding: 10px 30px;
  background-color: #081733;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 11;
}

.sidebar .top button {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.sidebar ul {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding-top: 20px;
  /* gap: 20px; */
  /* font-size: 20px; */
}

.sidebar ul .title {
  font-weight: bold;
  font-size: 20px;
}

.sidebar ul li {
  list-style: none;
  padding: 6px 0px;
  border-bottom: 1px solid #dbdbdb;
  transition: 0.5s all;
  /* padding: 10px; */
  padding: 0px;
}

.sidebar ul li:hover {
  /* padding-left: 5px; */
}

.sidebar ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  padding-right: 32px;
}

.has-submenu i.bi.bi-chevron-down {
  position: absolute;
  top: 10px;
  right: 3px;
  width: 30px;
  text-align: end;
  cursor: pointer;
}

.show {
  left: 0;
}

.view-btn {}

a.view-btn {
  display: flex;
  background: #ffe596;
  align-items: center;
  padding: 0px 18px;
  font-size: 15px;
  text-decoration: none;
  color: white !important;
  border-radius: 5px;
  height: 33px;
}




/* main */




@media only screen and (max-width: 1440px) {
  .nav2 .downloadApp a {
    font-size: 15px;
  }

  /* .nav2 {
    padding: 0 50px;
  } */
  .nav2 ul {
    display: flex;
    gap: 0;
  }

  .nav2 ul li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1288px) {
  /* nav input {
    width: 600px;
  } */
}

@media only screen and (max-width: 1105px) {

  /* .nav2 ul li:nth-last-of-type(1),
  .nav2 ul li:nth-last-of-type(2),
  .nav2 ul li:nth-last-of-type(3),
  .nav2 ul li:nth-last-of-type(4),
  .nav2 ul li:nth-last-of-type(5) {
    display: none;
  } */
}

@media only screen and (max-width: 1024px) {
  /* .cus_nav input {
    width: 600px;
  } */

  .nav2 ul {
    display: flex;
    gap: 0;
  }
}

@media only screen and (max-width: 998px) {
  /* .cus_nav input {
    width: 400px;
  } */

  .nav2 ul {
    /* display: none; */
  }
}

@media only screen and (max-width: 804px) {
  nav input {
    width: 300px;
  }

  .cus_nav img {
    width: 100px;
  }

  .cus_nav .links {
    gap: 15px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 692px) {
  /* .cus_nav input {
    width: 200px;
    height: 30px;
  } */

  .cus_nav .searchbar button {
    font-size: 15px;
  }
}

@media only screen and (max-width: 498px) {
  /* .cus_nav input {
    width: 150px;
  } */

  .cus_nav img {
    width: 70px;
  }

  .cus_nav .links {
    gap: 10px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 426px) {
  .cus_nav {
    padding: 0 10px;
  }

  .nav2 .menu {
    font-size: 15px;
    padding: 3px 5px;
  }

  .nav2 .downloadApp a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
  }

  .sidebar {
    left: -120%;
  }

  .show {
    left: 0;
  }

  .sidebar {
    width: 100%;
    gap: 15px;
  }

  .sidebar .top {
    padding: 10px 30px;
    background-color: #232f3e;
    font-size: 20px;
    font-weight: bold;
  }

  .sidebar .top button {
    font-size: 20px;
  }

  .sidebar ul {
    padding: 0 15px;
    gap: 15px;
    font-size: 15px;
  }

  .sidebar ul .title {
    font-weight: bold;
    font-size: 22px;
  }

  .nav2 .menu {
    border: none;
    padding: 0;
    font-size: 13px;
  }

  .nav2 .downloadApp a {
    font-size: 13px;
    border: none;
    padding: 0;
  }

  .cus_nav .links div:nth-of-type(1),
  .cus_nav .links div:nth-of-type(3) {
    display: none;
  }
}

.header-content {
  width: 100%;
  display: flex;
  justify-content: end;
}

.downloadApp {
  width: 30%;
}

.nav2 .downloadApp a {
  display: flex;
  justify-content: end;
}

.ticker_label_title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ed1b24;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-right: 0;
  line-height: 30px;
  height: 75px;
  width: 100px;
  /* flex: 0 0 10%; */
  font-weight: 600;
  position: relative;
  top: -7px;

}

.ticker_label_title:after {
  content: '';
  position: absolute;
  top: 43%;
  right: -9px;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  z-index: 9;
  border-color: transparent transparent transparent #ed1b24;
}

.ticker-news-wrap span.icon {
  margin-right: 10px;
}

.card-img img {
  height: 43px;
  /* padding-right: 16px; */
}

p.date-show {
  font-size: 13px;
  font-weight: 500;
  color: grey;
}

.silder-btn button {
  background-color: #ed1b24;
  border: none;
  height: 75px;
  border-radius: 0;
}

.silder-btn-pause i {
  color: #fff;
  font-size: 25px;
}

.silder-btn {
  position: relative;
  bottom: 4px;
  height: 100%;

}

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

.card-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2d2d39;
  /* Close match to Myntra's dark text */
}

.card-title2 {
  font-size: 20px;
  padding-left: 2.1rem !important;

}

.card-section {
  /* box-shadow: 0 2px 7px #dfdfdf; */
  padding: 20px;
  height: 100%;
}

.product-card {
  /* width: 380px; */
  position: relative;
  /* box-shadow: 0 2px 7px #dfdfdf; */
  /* margin: 18px auto; */
  /* background: #fafafa; */
  border: 1px solid #e6542524;
}

.badge {

  padding: 7px 10px !important;
}

.product-tumb {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  /* height: 100%; */
  /* height: 300px; */
  /* padding: 20px; */
  /* background: #d7b1430f; */
  /* padding: 10px; */
}

.product-tumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.7s;
}

.product-tumb img:hover {
  transform: scale(1.1);
}

.myProductSwiper {
  padding: 0px 10px !important;
}

.product-details {
  padding: 5px 0 5px 0;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h4 a {
  font-weight: 600;
  display: block;
  margin-bottom: 0px;
  /* text-transform: uppercase; */
  color: #2d3436;
  text-decoration: none;
  transition: 0.3s;
  font-size: 15px;
}

.product-details h4 a:hover {
  color: #E65425;
}

.product-details p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #999;
}

.product-bottom-details {
  /* overflow: hidden; */
  border-top: 1px solid #eee;
  padding-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-bottom-details div {
  /* float: left; */
  width: fit-content;
}

.rating-count {
  font-size: 12px;
  color: #636e72;
  text-align: left;
  margin-left: 0px;
  width: 100%;
  display: block;
  /* margin-top: 3px; */
}

.price-data {
  margin-top: 10px;
  overflow: hidden;
  span {
    font-size: 17px;
    font-weight: 700 !important;
    /* color: #00b894 !important; */
    color: #b84600 !important;
    display: block;
  }

  del {
    color: #a7a7a7 !important;
    font-size: 14px;
  }
}

.swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-p.pb-2 {
  min-height: 90px;
  padding-bottom: 5px !important;
  text-align: center !important;

  h4 {
    margin-bottom: 5px;
  }

  p {
    margin-bottom: 5px;
  }

  span {
    color: #636e72;
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-align: end;
    margin-top: 15px;
  }

}

.product-price {
  font-size: 18px;
  color: #E65425;
  font-weight: 600;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

.product-links {
  display: flex;
  gap: 2px;
  justify-content: end;
  /* margin-top: 7px; */
}

.product-links a {
  display: inline-block;
  margin-left: 5px;
  color: #b5b5b5;
  transition: 0.3s;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px !important;
  height: 28px !important;
  border-radius: 50%;
  background: #f8f9fa;
  color: #636e72;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* .product-links a:hover {
  background: #E65425;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(108, 92, 231, 0.3);
} */

.product-links a i {
  font-size: 14px;
}

.cust-dange {
    color: red !important;
}

/* .product-links a:hover {
  color: #ffffff;
} */

footer {
  background: linear-gradient(135deg, #0f0f1b05, #1a1a2e00);
  /* color: var(--lighter); */
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: grey;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 0px;
}

.footer-column {
  position: relative;
  z-index: 1;
}

.footer-column h3 {
  /* font-family: var(--font-heading); */
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #e65425;
  position: relative;
  display: inline-block;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: #666666;
  border-radius: 3px;
}

.footer-column p {
  color: #5c5c5c;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 0px;
}

.footer-links a {
  color: #5c5c5c;
  text-decoration: none;
  font-size: 0.95rem;
  /* font-weight: 500; */
  display: inline-block;
  transition: var(--transition);
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
  line-height: 26px;
  /* padding-left: 1rem; */

  i {
    font-size: 10px;
    color: #808080a3;
  }
}

.footer-links a::before {
  content: '';
  position: absolute;
  left: -5px;
  opacity: 0;
  transition: var(--transition);
  color: var(--primary);
}

.footer-links a:hover {
  color: #e65425;
  padding-left: 5px;
}

.footer-links a:hover::before {
  left: 0;
  opacity: 1;
}

/* Contact Info */
.contact-info {
  margin-top: 1rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  color: var(--gray);
}

.contact-item i {
  margin-right: 0.75rem;
  color: #fff;
  font-size: 1.1rem;
  margin-top: 3px;
}

.contact-item span {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 6px;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
/* 
.social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(205 205 205 / 22%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: var(--transition);
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
} */

/* .social-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff6e4;
  opacity: 0;
  transition: var(--transition);
} */

.social-link:hover {
  transform: translateY(-3px);
  /* box-shadow: var(--shadow-md); */
 color: unset !important;
}

.social-link:hover::after {
  opacity: 1;
}

.social-link i {
  position: relative;
  z-index: 1;
}
.social-links .fa-facebook-f:hover{
   color: #0866ff !important;
}
.social-links .fa-x-twitter:hover{
   color: #000 !important;
}
.social-links .fa-facebook-f:hover{
   color: #0866ff !important;
}
.social-links .fa-linkedin-in:hover{
   color: #0866ff !important;
}

/* Newsletter */
.newsletter {
  margin-top: 1.5rem;
}

.newsletter p {
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.newsletter-input {
  flex: 1;
  min-width: 200px;
  padding: 0.85rem 1.25rem;
  border-radius: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: var(--lighter);
  font-size: 0.95rem;
  transition: var(--transition);
}

.newsletter-input::placeholder {
  color: var(--gray);
}

.newsletter-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 2px var(--primary-light);
}

.newsletter-btn {
  padding: 0.85rem 1.75rem;
  border-radius: 50px;
  border: none;
  background: var(--primary);
  color: var(--lighter);
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.95rem;
  flex-shrink: 0;
}

.newsletter-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* Copyright */
.copyright {
  text-align: center;
  padding-top: 2rem;
  margin-top: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray);
  font-size: 0.85rem;
}

.copyright a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

.copyright a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  box-shadow: var(--shadow-md);
}
.discount-badge {
  left: 100px;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-5px);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-column {
  animation: fadeIn 0.6s ease forwards;
}

.footer-column:nth-child(1) {
  animation-delay: 0.1s;
}

.footer-column:nth-child(2) {
  animation-delay: 0.2s;
}

.footer-column:nth-child(3) {
  animation-delay: 0.3s;
}

.footer-column:nth-child(4) {
  animation-delay: 0.4s;
}
/* .trending-next svg{
background: red;
    width: 32px;
    padding: 5px;
    height: 30px;
    position: relative;
    right: 11px;
} */
/* Responsive */
@media (max-width: 992px) {
  .container {
    padding: 0 1.5rem;
  }


  .footer-grid {
    gap: 2rem;
  }
    .nav2{
    padding: 0px 60px;
  }
  .single-feature {
    justify-content: center;
    margin-bottom: 19px;
}
}

@media (max-width: 768px) {
  footer {
    padding: 3rem 0 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
.discount-badge {
  left: 100px;
}
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-column h3::after {
    width: 40px;
  }
}

.product-links-pr {
    margin-top: 18px;
}


.video-tag {
  box-shadow: 0 1px 7px #dfdfdf;
  background: #fff8f5;
  padding: 8px;
  height: 100%;
  /* text-align: center; */
}

.video-tag.mb-4 {
  margin-bottom: 0px !important;
}

.card-section {
  padding-bottom: 0px;
}


.scroll-container {
  /* height: 100svh; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #121212; */
}

.scroll-container .infinite-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.infinite-scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.infinite-scroll-content {
  display: inline-flex;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.infinite-scroll-items {
  display: flex;
}

.item-wrap {
  min-width: 238px;
  margin-right: 10px;
}

.item-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.7s;
}

.item-wrap img:hover {
  transform: scale(1.1);
}





.search-item .pseudo-search {
  display: inline;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 0px 15px;
  transition: background-color 0.5 ease-in-out;

  input {
    border: 0;
    background-color: transparent;
    width: 200px;

    &:focus {
      outline: none;
    }
  }

  button,
  i {
    border: none;
    background: none;
    cursor: pointer;
  }

  select {
    border: none;
  }

}

/* dropdwn button */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee-inner {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.item-wrap {
  flex: 0 0 auto;
  margin-right: 20px;
}

.item-wrap img {
  height: 250px;
  width: auto;
  display: block;
}

.dc_marquee {
  max-width: 100%;
  /* overflow: hidden; */
  position: relative;
  /* background-color: #f0f0f0; */
  padding: 20px 0;
}



.marquee2 {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.marquee-inner2 {
  display: flex;
  will-change: transform;
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -320px;
  width: 330px;
  height: 100%;
  background-color: #f9f9f9;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 20px;
}

.cart-sidebar.active {
  right: 0;
}

#closeCartBtn {
  background-color: red;
  color: white;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  float: right;
}

.product-card {
  /* width: 250px; */
  background-color: white;
  border-radius: 8px;
  /* min-height: 332px; */
  /* height: 98%; */
 
  padding: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
  margin-top: 1rem;
}

.product-image img {
  width: 100%;
  height: 9rem;
  object-fit: cover;
  border-radius: 4px;
  /* margin-bottom: 15px; */
  background-color: #e9f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: #6b8e6b;
  font-size: 14px;
  margin-right: 10px;
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #333;
}

.product-price {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  text-align: left;
}

.product-collection {
  font-size: 11px;
  color: #666;
  margin-bottom: 10px;
  font-style: italic;
  text-align: left;
}

.quantity-selector {
  display: flex;
  align-items: center;
  /* border: 1px solid #ddd; */
  border-radius: 4px;
  width: fit-content;
      background: white;
    position: relative;
    left: 41px;
  /* margin: 0 auto; */
}

.quantity-btn {
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.quantity-value {
  width: 30px;
  text-align: center;
  font-size: 16px;
}

.product-main {
  width: 100%;
}

.quantity-item i {
  color: #ed1b24;
}


.banner .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

/* Swiper Main Container */
.banner .myFirstSwiper {
  width: 100%;
  height: 475px;
  position: relative;
  /* overflow: hidden; */
}

/* Slide Images */
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
}

/* ==== Navigation Buttons ==== */
.banner .swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  /* background-color: rgba(255, 255, 255, 0.9); */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: white !important;
}

.banner .swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 30px !important;
  font-weight: bold;
  color: white !important;
}

/* Hover Effect */
.swiper-button-prev:hover,
.swiper-button-next:hover {

  /* transform: translateY(-50%) scale(1.05); */
}

/* ==== Pagination Dots ==== */
.banner .swiper-pagination {
  bottom: 12px !important;
  color: white !important;
}

.banner .swiper-pagination-bullet {
  background: white !important;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: white !important;
}

.banner .swiper-pagination-bullet-active {
  /* background: #ffffff; */
  width: 12px;
  height: 12px;
}

/* custom */


.Marquee {
  overflow: hidden;
  white-space: nowrap;
  /* border: 2px solid #333; */
  width: 100%;
  /* max-width: 600px; */
  margin-bottom: 20px;
}

.Marquee-content {
  display: inline-block;
  animation: scroll-left 30s linear infinite;
}

.Marquee-tag {
  display: inline-block;
  /* background-color: #3498db; */
  color: white;
  padding: 5px 20px;
  margin: 5px;
  border-radius: 2px;
  background: #e8e8e8;
  color: black;
  font-weight: 600;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

.paused {
  animation-play-state: paused !important;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.searchbar input[type="text"] {
  flex: 1;
  padding: 16px 20px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 50px 0 0 50px;
  width: 40vw;
  min-width: 100%;
}

.searchbar button {
  background-color: rgb(242, 242, 182);
  padding: 0 18px;
  border: none;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* padding: 0 80px; */
}

.cus_nav {
  transition: all 0.3s ease;
  padding: 0 80px;

}

/* .ytp-large-play-button {

    left: 98% !important;

    width: 17px  !important;
    height: 48px;
   
} */

.filter-sidebar {
  background: #fff;
  border-right: 1px solid #eee;
  padding: 20px 15px 30px 15px;
  max-height: 40rem;
  overflow-y: auto;
  display: block !important;
  box-shadow: 0 2px 7px #dfdfdf;
}

.filter-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.category-list ul {
  list-style: none;
  padding-left: 15px;
}

.category-list li {
  margin: 4px 0;
  font-size: 14px;
}

.category-list a {
  text-decoration: none;
  color: #444;
}

.category-list a:hover {
  color: #e65425;
  font-weight: 500;
}

.accordion-button {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  background: #fff;
  color: #333;
}

.accordion-button:not(.collapsed) {
  background: #fafafa;
  color: #e65425;
  box-shadow: none;
}

.accordion-body {
  padding: 8px 12px;
  font-size: 13px;
}

.form-check {
  margin-bottom: 6px;
}

.form-check-label {
  font-size: 14px;
  color: #555;
}

.price-box {
  margin-bottom: 15px;
}

.price-inputs input {
  width: 48%;
  font-size: 13px;
}

/* Custom Dual Range Slider */
.range-slider {
  position: relative;
  height: 35px;
}

.range-slider input {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  height: 8px;
  top: 14px;
  background: transparent;
}

.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e65425;
  cursor: pointer;
  -webkit-appearance: none;
}

.range-slider .track {
  position: absolute;
  height: 4px;
  background: #ddd;
  top: 16px;
  left: 0;
  right: 0;
  border-radius: 3px;
}

.range-slider .range {
  position: absolute;
  height: 4px;
  background: #e65425;
  top: 16px;
  border-radius: 3px;
}

.card-img .badge {
  position: absolute;
  z-index: 9999999999;
}


.pop-login-card {
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.pop-login-card .pop-login-form-control {
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  padding: 10px 15px;
  border-radius: 8px;

}

.pop-login-card .pop-login-form-control:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 8px rgba(74, 144, 226, 0.4) !important;
}

.pop-login-card .pop-login-btn {
        border-radius: 20px;
        border: 1px solid #ff4b2b;
        background-color: #ff4b2b !important;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 45px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: transform 80ms 
ease-in, background-color 0.3s 
ease, border-color 0.3s 
ease;
        cursor: pointer;
        margin-top: 10px;
}

/* .pop-login-card .pop-login-btn:hover {
      background: linear-gradient(135deg, #357abd, #2d5f9e);
      transform: translateY(-2px);
    } */
.pop-login-card p{
            font-weight: 600;
    margin: 0;
    font-size: 20px;
    font-family: poppins;
    margin-bottom: 10px;
}
.pop-login-card .pop-login-social-btn {
  border-radius: 50px;
  transition: all 0.3s ease;
}

.pop-login-card .pop-login-social-btn:hover {
  background: #4a90e2;
  color: #fff;
}

.pop-login-card .pop-login-toggle {
  position: absolute;
  top: 45px;
  right: 20px;
  cursor: pointer;
  color: #888;
}



.checkout-container {
  max-width: 1200px;
  margin: 40px auto;
}

.cart-header {


  padding: 5px 0px;
  border-radius: 16px;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.08); */
  margin-bottom: 5px;
}

.cart-header h1 {
  font-weight: 600;
  margin: 0;
  font-size: 26px;
  margin-bottom: 8px;
}

.cart-item {
  background: white;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

/* .cart-item:hover {
  transform: translateY(-3px);
} */

.product-image {
  border-radius: 8px;
  border: 1px solid #e6542524;
  padding: 5px;

}

.book-title {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.author {
  font-size: 0.95rem;
  color: #6c757d;
}

.stock {
  color: #e65425;
  font-size: 0.9rem;
  /* margin-top: 8px; */
  font-weight: 500;
}

.price {
  font-size: 1.3rem;
  font-weight: 600;
  color: #28a745;
}

.quantity-selector {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.quantity-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.quantity-btn:hover {
  background: #ff7548;
  color: #fff;
}

.quantity-input {
  width: 50px;
  text-align: center;
  border: 1px solid #dee2e6;
  margin: 0 8px;
  border-radius: 8px;
  padding: 3px;
}

.action-links a {
  font-size: 0.9rem;
  margin-right: 10px;
  text-decoration: none;
  color: #005beb;
  transition: 0.3s;
  font-size: 12px;
  background: none;
  border: none;
}

.action-links a:hover {
  color: #3a86ff;
  background: none!important;
}

/* Checkout Summary */
.summary-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 80px;
}

.summary-card h4 {
  /* font-family: 'Playfair Display', serif; */
  margin-bottom: 20px;
  font-weight: 600;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.summary-total {
  font-size: 1.3rem;
  font-weight: 600;
  color: #212529;
  margin-top: 10px;
}

.checkout {
  width: 100%;
  display: flex;
  justify-content: center;
}

.checkout-btn {
  width: 100%;
  border: none;
  background: linear-gradient(to right, #E65425, #ff7548);
  color: #fff;
  padding: 14px;
  font-size: 1rem;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 20px;
  transition: 0.3s;

  text-align: center;
  text-decoration: none;
  transition: 0.5s all;
}

.checkout-btn:hover {
  color: #fff;
  background: linear-gradient(to right, #ff7548, #E65425);
}


/* .checkout-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(58,134,255,0.6);
} */

.continue-link {
  display: block;
  text-align: center;
  margin-top: 15px;
  text-decoration: none;
  font-weight: 500;
  color: #3a86ff;
}

.continue-link:hover {
  color: #8338ec;
}

.product-card .badge {
    position: absolute;
    width: 30px;
    font-size: 11px !important;
    height: 30px;
    border-radius: 50%;
    z-index: 111;
    color: white !important;
    font-size: 9px;
    right: -5px;
    top: -8px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: #dc3545;
}


.pop-login-card .form-control.is-invalid,
.was-validated .form-control:invalid {
  background-size: calc(5em + .375rem) calc(.75em + .375rem) !important;
}

.checkout-container {
  max-width: 1200px;
  margin: 0 auto;
}

.checkout-box {
  background: #fff;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.checkout-box:hover {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}

.checkout-header h3 {
  font-weight: 700;
  margin: 0;
  color: var(--dark-text);
  font-size: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;



}

.step-indicator {
  font-size: 14px;
  color: #6c757d;
  background: #e8f1ff;
  padding: 5px 16px;
  border-radius: 20px;
  font-weight: 500;
}

.nav-tabs {
  border: none;
  margin-bottom: 32px;
  background: #f8f9fa;
  padding: 8px;
  border-radius: 16px;
}

.nav-tabs .nav-link {
  border: none;
  border-radius: 12px;
  background: transparent;
  margin-right: 8px;
  padding: 14px 24px;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.nav-tabs .nav-link.active {
  background: #fff;
  color: #3a86ff;
  box-shadow: 0 5px 15px rgba(58, 134, 255, 0.25);
}

.nav-tabs .nav-link i {
  font-size: 20px;
}

.form-label {
  font-weight: 600;
  margin-bottom: 10px;
  color: #212529;

  font-size: 15px;
  margin-bottom: 0 !important;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
}

/*     
    .form-control, .form-select {
      border-radius: 12px;
      padding: 16px 18px;
      border: 1px solid #e2e8f0;
      font-size: 15px;
      transition: all 0.3s ease;
      box-shadow: inset 0 2px 4px rgba(0,0,0,0.03);
    }
    
    .form-control:focus, .form-select:focus {
      border-color: #3a86ff;
      box-shadow: 0 0 0 0.2rem rgba(58,134,255,0.15), inset 0 2px 4px rgba(0,0,0,0.03);
    } */
/*     
    .input-group-text {
      background: #f8f9fa;
      border-radius: 12px 0 0 12px;
      border: 1px solid #e2e8f0;
      padding: 0 16px;
      font-weight: 500;
    } */

/* .form-check-input {
      margin-top: 0.23em;
      border-radius: 6px;
      border: 1px solid #ced4da;
    }
    
    .form-check-input:checked {
      background-color: #3a86ff;
      border-color: #3a86ff;
    } */

/* .form-check-label {
      font-size: 14px;
      color: #6c757d;
    }
    
    .form-check-label a {
      color: #3a86ff;
      text-decoration: none;
      font-weight: 500;
    } */

.btn-checkout {
  border-radius: 16px;
  padding: 18px;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(135deg, #3a86ff 0%, #5e17eb 100%);
  border: none;
  color: white;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  box-shadow: 0 10px 20px rgba(58, 134, 255, 0.3);
}

/* .btn-checkout:hover {
      background: linear-gradient(135deg, #256de3 0%, #4a0fd9 100%);
      transform: translateY(-3px);
      box-shadow: 0 15px 25px rgba(58,134,255,0.4);
    } */

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border: 1px solid #f1f1f1;



}

/* .cart-item:hover {
      background: rgba(58,134,255,0.03);
      border-radius: 12px;
      padding: 10px;
      margin: 0 -10px 20px -10px;
    } */

.cart-item img {
  width: 73px;
  height: 114px;
  object-fit: cover;
  border-radius: 0px;
  margin-right: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: block;
  margin: auto;
}

/* .cart-item:hover img {
      transform: scale(1.05);
    } */

.cart-item p {
  font-weight: 400;
  /* margin-bottom: 6px; */
  font-size: 16px;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  color: #28a745;
  font-size: 0.85rem;
}

.cart-item small {
  font-size: 14px;
}

.cart-summary-title {
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
  font-size: 20px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--dark-text);
}

.input-group {
  margin-bottom: 24px;
}

.btn-outline-primary {
  border-radius: 0 12px 12px 0;
  border-color: #dee2e6;
  color: #3a86ff;
  font-weight: 600;
  padding: 16px 20px;
}

.btn-outline-primary:hover {
  background: #3a86ff;
  border-color: #3a86ff;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  font-size: 16px;
}

.summary-row.total {
  font-size: 20px;
  font-weight: 700;
  border-top: 2px solid #e9ecef;
  padding-top: 16px;
  margin-top: 16px;
  color: #212529;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.secure-checkout {
  font-size: 15px;
  margin-top: 24px;
  color: #6c757d;
  text-align: center;
  line-height: 1.6;
  padding: 16px;
  background: #e8f1ff;
  border-radius: var(--border-radius);
}

.secure-checkout i {
  color: #3a86ff;
  margin-right: 8px;
  font-size: 18px;
}

.payment-methods {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 16px;
}

.payment-methods img {
  height: 28px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* .payment-methods img:hover {
      opacity: 1;
      transform: translateY(-2px);
    } */

.badge-discount {
  background: #198754;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}

/* Animation for form elements */
.form-group {
  position: relative;
  margin-bottom: 24px;
}

.form-group .form-control {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .checkout-box {
    padding: 28px;
  }
}

@media (max-width: 768px) {
  .checkout-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nav-tabs .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }

  .checkout-box {
    padding: 24px;
  }
}

@media (max-width: 576px) {
  h1{
    font-size: 26px !important;
  }
  a{
       font-size: 14px !important;
  }
  p{
    font-size: 14px !important;
  }
  h3{
    font-size: 20px !important;
  }
.quantity-selector {

    left: 0px;

}
.book-title {
 
    margin-bottom: 8px;
   
}
.stock {

    margin-top: 5px;
 
}
.cart-wrapper {
    .action-links {
        margin-top: 2px !important;
        display: flex;
        align-items: center;
    }
}
  #faqAccordion{
    margin-bottom: 2rem;
  }
  button.accordion-button{
    font-size: 15px;
  }
  .privacy-policy ul li{
    font-size: 14px;
  }
  .privacy-list p{
        font-size: 14px;
  }
  .about-frist-row {
    a {
       
        font-size: 14px !important;
    }}
  .checkout-box {
    padding: 20px;
    border-radius: 12px;
  }

  .nav-tabs {
    flex-direction: column;
  }

  .nav-tabs .nav-link {
    margin-right: 0;
    margin-bottom: 8px;
    text-align: center;
    justify-content: center;
  }
}

/* Custom animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.checkout-box {
  animation: fadeIn 0.5s ease forwards;
}

/* .cart-item {
      animation: fadeIn 0.6s ease forwards;
    } */

/* .cart-item:nth-child(2) {
      animation-delay: 0.1s;
    } */

.nav-tabs input[type="text"] {
  padding: .50rem .75rem !important;
  font-size: 0.8rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #21252985 !important;
}

.card-img .offer {
  position: absolute;
  background: #009688;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  position: absolute;
  z-index: 1111;
}

.inner-page .badge {
  right: 15px !important;
  top: 15px !important;

}

.search-item a {
  color: black !important;
}

.hero-1 img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}


.event-tag {
  color: white;
  font-size: 12px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  border-bottom-left-radius: -2px;
  height: 23px;
  padding: 7px;
  position: relative;
  /* border-radius: 26px; */
  right: -16px;
  top: -2px;
}

.Marquee-tag.event-marquee {
  background-color: #b20000;

  p {
    color: white !important;
  }

  .event-tag {
    background: #ffffff;
    color: #b20000 !important;
    font-weight: 900;
  }
}

.event-tag {
  animation: zoomInOut 2.5s ease-in-out infinite;
  animation: yellowGlow 2s infinite;
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.12)
  }
}

@keyframes yellowGlow {
  0% {
    background-color: white;
  }

  50% {
    background-color: yellow;
  }

  100% {
    background-color: white;
  }
}


/* ==product==== */
.pr-bottom-image {
  display: flex;
  align-items: flex-start;
}

.pr-bottom-image img {
  width: 100px;
  height: auto;
}

.product-mimage {
  position: relative;
  width: 100%;
}

.product-mimage img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: contain;
  margin: auto;
}

#zoom-result {
  display: none;
  /* initially hidden */
  position: absolute;
  border: 1px solid #000;
  width: 200px;
  /* size of zoom box */
  height: 200px;
  top: 0;
  left: 105%;
  /* right side of main image */
  background-repeat: no-repeat;
  background-size: 200%;
  /* zoom factor */
  z-index: 1000;
}

.pr-bottom-image {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.pr-bottom-image img.thumb {
  width: 19%;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 58px;
  object-fit: contain;
}

.pr-bottom-image img.thumb:hover {
  border: 1px solid #000;
}

.pr-detail {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-p {
  font-size: 20px;
  font-weight: 600;

  span {
    color: grey;
    font-weight: 400;
  }
}

.admin-p {
  font-size: 13px;
  color: rgba(36, 36, 36, 0.671);

  b {
    color: #006bbfab;
  }
}

.rating-pr {
  font-size: 12px;

  i {
    font-size: 10px;
  }
}

.order-sift {
  display: flex;
  gap: 5px;
  margin-top: 20px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}

.order-p {
  background-color: #00968708;
  width: 100px;
  height: 85px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.pr-detail-d {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}

.order-p img {
  width: 26px;
  object-fit: contain;
  height: 26px;
}

.order-p a {
  font-size: 12px;
  color: #555555;
  line-height: 15px;
  display: block;
}

.order-des {
  padding-top: 10px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}

.order-des p {
  font-size: 14px;
}

.order-siftt .order-p {
  background-color: #00000000 !important;
  /* height: 36px; */
}

.pay-order {
  /* background-color: #00968727; */

  /* height: 100%; */
}

.payy-rs {
  border: 1px solid #00968727;
  width: 100%;
}

.pay-order {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.vol-order {
  border: 1px solid grey;
  padding: 10px;
  height: max-content;
  font-size: 13px;
  border-radius: 5px;
  height: 79px;
  width: 47%;

}

.vol-order a {
  color: black;
}

.payy-rs {
  padding: 16px;
}

.price-pr {
  margin-top: 0px;
  /* border-top: 1px solid #00968727; */
  padding-top: 0px;
}

.price-pr1 span {
  color: red;
}

.price-pr1 {
  font-size: 22px;
}

.mrp-pr {
  font-size: 17px;
  color: grey;

  span {
    /* text-decoration: line-through; */

  }
}

.inclusive {
  font-size: 14px;
  margin-top: 15px;
  color: #28a745;
  font-weight: 500;
  font-size: 0.9rem;
}

.mrp-pr {
  span {
    font-size: 2rem;
    font-weight: 700;
    color: #e65425;
    margin: 0px 0;
    display: block;

  }
}

.delivery {
  font-size: 14px;
  font-size: 13px;
  color: #212529;
  margin: 5px 0;
  padding: 5px 10px;
  background: #e7f5ff;
  border-radius: 6px;
  border-left: 3px solid #339af0;
}

.location-pr {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6c757d;
  margin: 5px 0px;
  padding: 6px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  font-size: 13px;
}

.de-pr {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;






  span {
    width: 50%;
    font-size: 13px;
    /* color: grey; */
  }
}

.de-pr-main {
  width: 100%;
  margin-top: 0px;
  border-top: 1px dashed #dee2e6;
  padding-top: 10px;
}

.de-m {
  color: #17A2B8;
}

a.add-to-cart {
  /* background: #ffd814;
  color: black;
  width: 130px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 22px; */
}

.buy-now {
  /* background: #E65425;
  color: black;
  width: 130px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 22px; */
}

.btn-pr {
  margin-top: 20px;
}

.row-desc-pr {
  border-top: 1px solid #00968727;
  margin-top: 50px !important;
  padding: 0px 50px;



  h5 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #e65425;
  }

  p {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.pr-d {
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.pr-dd {
  border-bottom: 1px solid #dbdbdb;
  width: 47%;
  padding: 6px;
}

.row-pr-ddetail {
  border-top: 1px solid #00968727;
  margin-top: 20px !important;
  padding: 0px 50px;
  padding-top: 15px;

  h5 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #e65425;

  }
}



.social-links .fa-facebook-f {
    color: #0866ff !important;
}
.social-link i

 {
    color: #ef4444;
}

.social-link .fa-x-twitter{
  color: black !important;
}
.social-links .fa-linkedin-in

 {
    color: #0866ff !important;
}
.social-links .fab .fa-instagram

 {
    color: #0866ff !important;
}
/* ==========index============ */

.Marquee {
  overflow: hidden;
  white-space: nowrap;
  /* border: 2px solid #333; */
  width: 100%;
  /* max-width: 600px; */
  margin-bottom: 20px;
}

.Marquee-content {
  display: inline-block;
  /* animation: scroll-left 15s linear infinite; */
}

.Marquee-tag {
  display: inline-block;
  /* background-color: #3498db; */
  color: white;
  padding: 5px 20px;
  margin: 5px;
  border-radius: 2px;
  background: #e8e8e8;
  color: black;
  font-weight: 600;
}

/* Buttons */
.marquee-wrapper button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
}

#prevBtn {
  position: absolute;
  left: -50px;
  top: 140px;
  border: none;
  background: none;
}

#nextBtn {
  position: absolute;
  right: -45px;
  bottom: 104px;
  border: none;
  background: none;
}

#prevBtndc {
  position: absolute;
  left: -50px;
  top: 165px;
  border: none;
  background: none;
}

#nextBtndc {
  position: absolute;
  right: -45px;
  bottom: 106px;
  border: none;
  background: none;
}


#dcPrevBtn {
  position: absolute;
  left: -50px;
  top: 165px;
  border: none;
  background: none;
}


#dcNextBtn {
  position: absolute;
  right: -45px;
  bottom: 171px;
  border: none;
  background: none;
}

/* Custom Swiper Navigation Buttons */
.custom-prev,
.custom-next {
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}

.custom-prev {
  left: -10px !important;
  /* left side bahar */
  top: 44% !important;
}

.custom-next {
  right: -10px !important;
  /* right side bahar */
  top: 48% !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  /* content: 'prev'; */
  font-size: 26px !important;
  color: black !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  /* content: 'next'; */
  font-size: 26px !important;
  color: black !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {

  background: none !important;
  box-shadow: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: none !important;
  box-shadow: none;
}

.blacklistreview li a {

  color: black;
  font-size: 14px;
}

.blacklistreview li a i {
  font-size: 11px;
  color: grey;
}


.reviews-summary {
  margin-bottom: 2.5rem;
}

.reviews-summary .overall-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background-color: #fffaeb;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .reviews-summary .overall-rating {
    margin-bottom: 0;
  }
}

.reviews-summary .overall-rating .rating-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}

.reviews-summary .overall-rating .rating-stars {
  margin: 0px;
}

.reviews-summary .overall-rating .rating-stars i {
  color: #FFD700;
  font-size: 1.5rem;
  margin-right: 2px;
}

.reviews-summary .overall-rating .rating-count {
  font-size: 0.875rem;
  color: grey;
  text-align: center;
}

.reviews-summary .rating-breakdown {
  padding: 1.5rem;
  background-color: var(--surface-color);
  border-radius: 12px;
}

.reviews-summary .rating-breakdown .rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.reviews-summary .rating-breakdown .rating-bar:last-child {
  margin-bottom: 0;
}

.reviews-summary .rating-breakdown .rating-bar .rating-label {
  width: 60px;
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.reviews-summary .rating-breakdown .rating-bar .progress {
  flex: 1;
  height: 8px;
  margin: 0 0.75rem;
  background-color: rgb(233, 233, 233);
  border-radius: 4px;
}

.reviews-summary .rating-breakdown .rating-bar .progress .progress-bar {
  background-color: #FFD700;
  border-radius: 4px;
  height: 100%;
}

.reviews-summary .rating-breakdown .rating-bar .rating-count {
  width: 30px;
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: right;
}

.reviews-list .review-item {
  padding: 1.5rem;
  border-radius: 12px;
  background-color: var(--surface-color);
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.reviews-list .review-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.reviews-list .review-item .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: center;
}

.reviews-list .review-item .review-header .reviewer-info {
  display: flex;
  align-items: center;
}

.reviews-list .review-item .review-header .reviewer-info .reviewer-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
}

.reviews-list .review-item .review-header .reviewer-info .reviewer-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  margin: 0px;
}

.reviews-list .review-item .review-header .reviewer-info .review-date {
  font-size: 0.75rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.reviews-list .review-item .review-header .review-rating i {
  color: #FFD700;
  font-size: 0.875rem;
  margin-right: 2px;
}

.reviews-list .review-item .review-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
}

.reviews-list .review-item .review-content p {
  margin-bottom: 0;
  color: grey;
  line-height: 1.6;
  font-size: 14px;
  padding-right: 100px;
}

.review-form-container {
  padding: 2rem;
  background-color: var(--surface-color);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.review-form-container h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #e65425;
  border-radius: 3px;
}



.review-form-container {
  padding: 2rem;
  background-color: var(--surface-color);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.review-form-container h4 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.75rem;
  font-size: 21px;
}



.review-form-container .form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.review-form-container .form-control {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #fff0b0;
  background-color: #fffdf5;
  transition: all 0.3s ease;
}

.review-form-container .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--accent-color), transparent 80%);
}

.review-form-container .form-text {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.review-form-container .star-rating {
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: flex-end;
}

.review-form-container .star-rating input[type=radio] {
  display: none;
}

.review-form-container .star-rating label {
  cursor: pointer;
  font-size: 0;
  margin: 0;
  padding: 0 0.25rem;
}

.review-form-container .star-rating label i {
  font-size: 1.75rem;
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  transition: all 0.2s ease;
}

.review-form-container .star-rating input[type=radio]:checked~label i,
.review-form-container .star-rating label:hover i,
.review-form-container .star-rating label:hover~label i {
  color: #FFD700;
}

.review-form-container .btn-primary {
  background-color: #E65425 !important;
  border-color: #E65425 !important;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.review-form-container .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  border-color: color-mix(in srgb, var(--accent-color), #000 10%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--accent-color), transparent 70%);
}



/* ================account detail ===================== */

.sectionaccout {
  background-color: #fff8f5cc;
  padding: 20px 0px;
}

.accountpage {
  h1 {
    font-size: 28px;
    color: #e65425;
    margin-top: 5px;
  }
}

.breadcrumbs {
  display: flex;

  ol {
    display: flex;
    gap: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
  }

  ol li {
    list-style: none;
    font-size: 15px;
  }

  a {
    text-decoration: none;
    color: black;

  }

  .current {
    color: #e65425;

  }

  .current::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: grey;

  }
}

.profile-header .profile-header {
  /* display: flex; */
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.profile-header {
  gap: 5px;
}

.profile-header .profile-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 1.5rem; */
  font-weight: 600;
  margin-right: 1rem;
  flex-shrink: 0;
  overflow: visible;
  margin: 0px;

  img {
    width: 100%;
    height: 100%;
    margin: 0px;
    object-fit: cover;

  }
}

.profile-header .profile-info h4 {
  margin: 5px 0 5px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #e65425;
}

.profile-header .profile-info .profile-bonus {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.profile-header .profile-info .profile-bonus i {
  color: #e65425;
  margin-right: 0.5rem;
}

.profile-nav .nav-section-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 1.5rem 0 0.75rem;
  padding-left: 0.5rem;
}

.account {
  padding: 60px 0;
}

.nav-account ul {
  padding-left: 0px;
}

.nav-account ul li {
  list-style: none;

}

.nav-account ul li a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}

.nav-account {
  margin-top: 30px;
}

.nav-account ul li a.active {
  background: #e65425 !important;
  color: white !important;
}

.nav-account ul li a:hover {
  background-color: #fff9f0;
}

.customer-d {
  color: grey;
  padding: 0.65rem 1rem;
  margin-top: 10px;
  display: block;
}

.heading-h3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;

  select {
    width: fit-content;
  }
}

.form-select {
  font-weight: bold;
  /* color:#e65425; */
  border: 1px solid #e65425;

}

.form-select:focus {
  box-shadow: none;

}

.table-header {
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sort-header {
  font-weight: 600;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}





.order-item {
  padding: 14px 20px;
  border-bottom: 1px solid rgb(255 209 162 / 70%);
  transition: all 0.3s ease;
}

/* .order-item :hover {
  background-color: rgba(0, 0, 0, 0.02);
} */

.order-item :last-child {
  border-bottom: none;
}

.order-item .order-id {
  font-weight: 600;
  font-size: 0.875rem;
}

.order-item .order-date {
  font-size: 0.875rem;
}

.order-item .order-status {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
}

.order-item .order-status .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.order-item .order-status.in-progress {
  color: #f59e0b;
}

.order-item .order-status.in-progress .status-dot {
  background-color: #f59e0b;
}

.order-item .order-status.delivered {
  color: #10b981;
}

.order-item .order-status.delivered .status-dot {
  background-color: #10b981;
}

.order-item .order-status.canceled {
  color: #ef4444;
}

.order-item .order-status.canceled .status-dot {
  background-color: #ef4444;
}

.order-item .order-total {
  font-weight: 600;
  font-size: 0.875rem;
}

.order-item .order-products {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
  /* padding-top: 1rem; */
  /* /* border-top: 1px dashed rgba(0, 0, 0, 0.05); */
}

.order-item .order-products .product-thumbnails {
  display: flex;
  align-items: center;
}

.order-item .order-products .product-thumbnails .product-thumb {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.order-item .order-products .product-thumbnails .more-products {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 0.75rem;
  font-weight: 600;
}

.order-item .order-products .order-details-link {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 32px; */
  /* height: 32px; */
  /* border-radius: 50%; */
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  padding: 0px;
  border: 1px solid #e65425;
  color: #e65425;
  padding: 5px 10px;
  background: none;
  /* font-weight: bold; */
  font-size: 13px;
  gap: 5px;
}

.order-item .order-products .order-details-link:hover {
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.order-item .order-products .order-details-link i {
  transition: transform 0.3s ease;
}

.order-item .order-products .order-details-link[aria-expanded=true] i {
  transform: rotate(180deg);
}

.account .profile-content .orders-table .order-details {
  background-color: rgba(0, 0, 0, 0.01);
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
}



.order-details-header {
  margin-bottom: 1.5rem;
}

.order-details-header h5 {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.order-details-header .order-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.order-details-header .order-info .info-item .info-label {
  font-weight: 500;
  margin-right: 0.5rem;
}

.order-details-header .order-info .info-item .info-value {}

.order-items-list {
  margin-bottom: 1.5rem;
}

.order-items-list .order-item-detail {
  display: flex;
  align-items: center;
  padding: 5px 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.order-items-list .order-item-detail:last-child {
  border-bottom: none;
}

.order-items-list .order-item-detail .item-image {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
}

.order-items-list .order-item-detail .item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-items-list .order-item-detail .item-info {
  flex-grow: 1;
}

.order-items-list .order-item-detail .item-info h6 {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.order-items-list .order-item-detail .item-info .item-meta {
  font-size: 0.75rem;
}

.order-items-list .order-item-detail .item-info .item-meta .item-sku {
  margin-right: 1rem;
}

.order-items-list .order-item-detail .item-price {
  font-weight: 600;
  font-size: 0.875rem;
  margin-left: 1rem;
}

.order-summary {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.order-summary .summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  margin: 0px !important;
}

.order-summary .summary-row.total {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
}

.logout {
  color: #ef4444 !important;
}

.order-details-content {
  padding: 20px;
  background: #fffdf9;
  margin-top: 20px;
  border-radius: 10px;
}


/* wishlist ============= */
.wishlist-image img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.wishlist-item {
  background: #fffdf5;
  padding: 10px;
  position: relative;
  box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px;
}

.remove-wishlist {
  right: 7px;
  position: absolute;
  top: 0px;
  background: #c40000;
  padding: 0px;
  border: none;
  color: white;
  padding: 2px 6px;
  border-radius: 5px;
}

.wishlist-content {
  text-align: center;
}

.product-price {
  text-align: center;
}

.wishlist-content h5 {
  font-size: 16px;
  margin-top: 10px;
}

.btn-add-cart {
  width: 100%;
  /* background: #e65425 !important; */
  color: #e65425 !important;
  margin-top: 10px;
  border: 1px solid #e65425 !important;
  font-weight: bold !important;
}

.wishlist-content .product-price {
  color: #e65425 !important;
  font-size: 18px;
}

.wishlist-image {
  overflow: hidden;

}
.social-links{
  display: flex;
}
.mobile-icon{
  display: none;
}
 .mobile-link{
    display: none !important;
  }
.wishlist-image img {
  transition: 0.5s all;
}

.wishlist-item:hover .wishlist-image img {
  transform: scale(1.1);
}

.personal-info-form {
  /* padding: 30px;
  background: #ffff; */
  position: relative;
  /* box-shadow: rgb(99 99 99 / 10%) 0px 2px 8px 0px; */
}

.btn-save-changes {
  background-color: #E65425;
  border-color: #E65425;
  color: white;
  border: none;
  border-radius: 0.5rem;
  padding: 0.625rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: block;
  width: fit-content;
  margin-left: auto;
}

.form-control:focus {
  box-shadow: none !important;
}

.dropdown-menu-custom {
  top: 35px !important;
}

.shop-now {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  /* margin-top: 10px; */
  background: #E65425;
  font-size: 12px !important;
  padding: 5px 8px;
  border: 1px solid #E65425;
  width: 100%;
}

.shop-now:hover {
  color: #E65425;
  border: 1px solid #E65425;
  background-color: white;
}

.product-details {
  .price-data {
    text-align: center !important;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
  }
}

.myFirstSwiper .swiper-wrapper {
  padding: 0px !important;
  margin: 0px !important;
  box-sizing: border-box;

}

.section-trending {
  padding: 60px 40px;
  /* background: #fff8f5cc; */
}

.product-bottom-details-div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-bottom-details-div i {
  font-size: 11px !important;
}



.Marquee {
  overflow: hidden;
  white-space: nowrap;
  /* border: 2px solid #333; */
  width: 100%;
  /* max-width: 600px; */
  margin-bottom: 20px;
}

.Marquee-content {
  display: inline-block;
  /* animation: scroll-left 15s linear infinite; */
}

.Marquee-tag {
  display: inline-block;
  /* background-color: #3498db; */
  color: white;
  padding: 5px 20px;
  margin: 5px;
  border-radius: 2px;
  background: #e8e8e8;
  color: black;
  font-weight: 600;
}

/* Buttons */
.marquee-wrapper button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
}

#prevBtn {
  position: absolute;
  left: -50px;
  top: 140px;
  border: none;
  background: none;
}

#nextBtn {
  position: absolute;
  right: -45px;
  bottom: 104px;
  border: none;
  background: none;
}

#prevBtndc {
  position: absolute;
  left: -50px;
  top: 165px;
  border: none;
  background: none;
}

#nextBtndc {
  position: absolute;
  right: -45px;
  bottom: 106px;
  border: none;
  background: none;
}


#dcPrevBtn {
  position: absolute;
  left: -50px;
  top: 165px;
  border: none;
  background: none;
}


#dcNextBtn {
  position: absolute;
  right: -45px;
  bottom: 171px;
  border: none;
  background: none;
}

/* Custom Swiper Navigation Buttons */
.custom-prev,
.custom-next {
  position: absolute;
  top: 40%;
  z-index: 10;
  cursor: pointer;
}

.custom-prev {
  left: 10px !important;
  /* left side bahar */
  top: 44% !important;
}

.custom-next {
  right: 10px !important;
  /* right side bahar */
  top: 47% !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  /* content: 'prev'; */
  font-size: 26px !important;
  color: black !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  /* content: 'next'; */
  font-size: 26px !important;
  color: black !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {

  background: none !important;
  box-shadow: none;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background: none !important;
  box-shadow: none;
}

.section-bestseller {
  padding: 60px 40px;
  background: #fff8f5cc;
}

.bestseller {
  padding: 0px 10px !important;
}

.single-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-icon img {
  width: 65px;
}

.feature-content h4 {
  font-size: 18px;
  margin: 0px;
}

.feature-content p {
  font-size: 14px;
  margin: 0px;
}

.section-freeship {
  padding: 60px 0px;
  position: relative;
}

.section-publisher {
  overflow: hidden;
  padding: 0px 40px;
  background: #fff8f5cc;
}

.autor--n {
  background-color: #e65425;
  color: white;
  margin: 0px;
  text-align: center;
  padding: 3px 14px;
  width: fit-content;
  margin: auto;
  font-size: 15px;
}

.item-wrap a {
  overflow: hidden;
  height: 250px;
  display: inline-block;
  width: 100%;
}

.item-wrap a img {
  display: block;
  margin: auto;
}

.item-wrap {
  background-color: white;
  padding: 10px;
}

.arrivals-section {
  padding: 60px 40px;
}
.sort-div{
  display: flex;
  justify-content: end;
  align-items: center;
}
    /* Expand button */
    .expand-btn {
     background-color: #e65425;
    color: white;
    border: none;
    padding: 8px 18px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      display: none; /* hidden on desktop */
    }

    /* Expand content */
    .expand-content {
      background-color: #f5f5f5;
      border-radius: 8px;
      margin-top: 10px;
      padding: 0 15px;
      overflow: hidden;
      max-height: none; /* desktop default */
      transition: max-height 0.5s ease, padding 0.5s ease;
    }

    /* Close button inside content */
    .close-btn {
      display: none; /* only on mobile */
    }

    /* Mobile styles */

.pr-detail {
  .product-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product-links-pr a {
          display: block;
        padding: 7px 20px;
        margin: auto;
        text-align: center;
        width: 90%;
     
        margin-bottom: 10px;
  }

  .add-to-cart {
        background-color: #e65425;
        color: white;
        border-radius: 25px;

  }

  .buy-now {
         background-color: #ffa500;
        color: white;
         border-radius: 25px;
  }

  .add-to-wish {
    color: #2b2b2b;
border: 1px solid #2b2b2b69;
        border-radius: 4px;
  }
}

section.section-freeship::after {
  content: "";
  display: block;
  background-image: url(https://kofejob.dreamstechnologies.com/html/template/assets/img/bg/bg-20.png);
  width: 200px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  opacity: 0.3;
}

.section-bestseller {
  padding: 60px 40px;
  background-color: #fff8f5cc;
}

.related-pr {
  padding: 60px 40px;
  background-color: #fff8f5cc;
}

.product-detail-section {
  padding: 40px 0px;
}

.curreny-or {
    text-align: start;
    /* width: 44%; */
    line-height: 20px;
    display: flex;
    gap: 9px;
    margin-bottom: 10px;

  .original-price {
    margin-left: 0px !important;
  }
}

.product-bottom-details-div {
  .star-img {
    gap: 1px !important;
  }
}

.action-links .btn-danger {
    padding: 0px;
    font-size: 13px;
    margin-right: 10px;
    background-color: #fff9f7 !important;
    color: #bb2d3b !important;
    border: none !important;
}
.stock {
 
    margin-top: 8px;

}

.removeRowWithAjax .row {
  align-items: center;
}

#product-list .product-card {
  margin-bottom: 0px !important;
}
/* .price-data .d-flex.mt-2.gap-1 {
      flex-wrap: wrap;
} */
.accordion-button:focus {
  box-shadow: none !important;
}

.btn-rating button {
  border: none;
  background: none;
  font-size: 16px;
  padding: 0px;
  color: #E65425;
  font-weight: bold;
}

.main-le-filter .accordion-body {
  padding: 0px;
}

.main-le-filter,
.category-list,
.price-box {
  border-bottom: 1px solid #ffcfcf59;
  padding-bottom: 10px;
}

.main-le-filter .form-check span {
  color: #E65425;
}

.price-box strong {
  color: #E65425;
  font-weight: bold;
}

/* .search-item .card-title {
  margin-bottom: 30px;
} */

.category-list strong {
  color: #E65425;
  font-weight: bold;
}

.img-h-pr img {
  width: 60px;
}

.h-pr {
  padding: 10px 10px;
  background: #fff8f5cc;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #e6542524;
}

.cn-h-pr h4 {
  font-size: 15px;
  margin: 0px;

}

.cn-h-pr {
  width: 100%;
}

.c--p {
  font-size: 14px;
  margin: 0px;
}

.rat--pr-h {
  color: #b84600 !important;
  font-weight: bold;
  font-size: 17px;
  margin: 0px;
}

.rating-hr {
  margin: 0px;
}

.rating-hr i {
  font-size: 10px;
}

.ff-hr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.div-h-pr {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  height: 100%;
}

#load-more {
  color: #E65425;
  background-color: #ffffff;
  border: 2px solid #E65425;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
  font-weight: bold;
}

.sidebar ul li a:hover {
  color: #E65425;
  background-color: #fff8f5cc;
  /* font-weight: 400; */
}

li.has-submenu.active {
  background-color: #fff8f5cc;
}

li.has-submenu.active>a {
  font-weight: bold;
  color: #E65425;
}

li.has-submenu>a>i {
  transition: 0.5s all;
}

li.has-submenu.active>a>i {
  transition: 0.5s all;
  transform: rotate(180deg);
}

div#sidemenu::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
    background: transparent; /* default no overlay */
  position: fixed;
  top: 0px;
  z-index: -11;
}
#sidemenu.show::after {
    background: rgba(0, 0, 0, 0.12);
}
.tt-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px;
  padding: 0px;

  li a {
    list-style: none;
    text-decoration: none;
    color: black;
  }

  li a.active {
    color: #E65425;
  }
}

.section-trending {
  .trending-prev {
    color: white !important;
    width: 40px;
  }

  .swiper-button-next {
    color: white !important;
    width: 40px;
  }
}
.swiper-button-prev.trending-prev.custom-prev {
    background: #e65425 !important;
        border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.swiper-button-next.trending-next.custom-next {
      background: #e65425 !important;
          border-radius: inherit;
              border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.bestSeller-button-prev,
.bestSeller-button-next,
.trending-prev,
.trending-next {
  color: black !important;
  width: 35px !important;
}

.about-section {
  padding: 18px 0px;
  background-color: #FFF5F3;
  position: relative;

  .container {
    position: relative;
    z-index: 1;
  }
}
.leftsiderbar-account{
    background: white;
    padding: 20px;
    height: 100%;

}
.leftsiderbar-account p{
text-align: center;
    /* background: #8080801a; */
    display: flex;
    align-items: center;
    height: 100vh;
    color: #e65425;
    padding: 7px 0;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
        border-radius: 5px;
}


.about-section::after {
  content: "";
  background-image: url('http://popconcult.techsaga.live/frontend/assets/images/breadcrumb-bg.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.about-frist-row {
  a {
    color: #e65425;
    text-decoration: none;
    font-size: 18px;

  }
}

.about-content {
  span {
    color: #e65425;
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
  }

  h3 {
    color: #e65425;
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.about-content {
  background: #FFF5F3;
  padding: 30px !important;
  border-radius: 20px;

  a {
    background: #e65425;
    color: white;
    border: navajowhite;
    padding: 10px 29px;

  }

  a:hover {
    background: #f56b3dff;
    color: white;
  }

  h6 {
    font-size: 17px;
    opacity: 0.6;
  }

}

.section-about {
  padding: 60px 0px;
}

.jion-col {
  background: #a1d0b9;
  padding: 0px 30px;
  border-radius: 20px;
  padding-left: 60px;
}

.jion-col-col {
  padding: 60px 0px;

  h3 {

    font-size: 36px;
    color: white;
    font-weight: bold;
  }

  p {
    color: white;
    font-size: 19px;
  }
}

.input-email {
  position: relative;

  button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background: #E65425;
    color: white;
    border: none;
    border-radius: 41px;
    padding: 10px 35px;
  }

}

.email-in {
  width: 100%;
  padding: 15px 25px;
  border-radius: 32px;
  border: none;
}

.jion-bg {
  background-image: url('http://popconcult.techsaga.live/frontend/assets/images/h2_bg.png');
  background-size: cover;
}

.jion-bg img {
  /* transform: scale(1.1); */
position: relative;
    top: 65px;
    left: 157px;
    width: 70%;
}


.jionabout {
  padding-top: 60px;
  padding-bottom: 100px;
}

.mission-section {
  padding: 60px 0px;
  background-color: #fff8f5cc;
}

.card-mision {
  background-color: white;
  background-color: white;
  padding: 50px 30px;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
}

.card-mision-img {
  margin-bottom: 20px;
}

.card-mision-img span {
  width: 50px;
  height: 50px;
  display: block;
}

.card-mision-img span img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.vvmm {
  margin-bottom: 30px;
}

.card-mision::after {
  content: "";
  background-image: url(http://popconcult.techsaga.live/frontend/assets/images/breadcrumb-bg.png);
  width: 23%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}

.image-aabout img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}



/* =====contafct ===== */
.hero-section {
  background: linear-gradient(135deg, #4361ee 0%, #3f37c9 100%);
  color: white;
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-radius: 0 0 2rem 2rem;
}

.support-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}

.support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.support-card .card-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #e65425;
}

.contact-info i {
  color: #e65425 !important;
}


.form-control:focus {
  border-color: #e65425;
  box-shadow: 0 0 0 0.25rem rgba(67, 97, 238, 0.15);
}
/* 
.form-label {
  color: #4a5568;
  font-weight: 600;
  margin-bottom: 0.5rem;
} */

.btn-primary {
  background-color: #4361ee;
  border-color: #4361ee;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 0.75rem;
}

.btn-primary:hover {
  background-color: #3f37c9;
  border-color: #3f37c9;
}

.btn-outline-primary {
  color: #4361ee;
  border-color: #4361ee;
  border-radius: 0.75rem;
}

.btn-outline-primary:hover {
  background-color: #4361ee;
  color: white;
}

.contact-info {
  background-color: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.map-container {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.section-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #e65425;
  border-radius: 2px;
}

.section-contact {
  padding: 60px 0px;
  position: relative;
}

.setion-cform {
  padding: 60px 0px;
  background-color: #fff8f5cc;
}

.dynamic-form .btn-primary {
  background-color: #e65425 !important;
  border-color: #e65425 !important;
}

.dynamic-form .btn-primary:hover {
  background-color: #fa6432ff;
}

.support-card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.section-contact::after {
  content: "";
  display: block;
  background-image: url(https://kofejob.dreamstechnologies.com/html/template/assets/img/bg/bg-20.png);
  width: 200px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  opacity: 0.3;
}

.btn-viewfaq {
  width: fit-content;
  padding: 7px 29px;
  border-radius: 20px;
  font-size: 16px;
  color: #e65425 !important;
  border: 1px solid #e65425;
  text-decoration: none;
  display: block;
  margin: auto;
}

.btn-viewfaq:hover {
  background-color: #e65425;
  color: white !important;
}

.dynamic-form {
  .form-control,
  .form-control-lg {
        background-color: #eee !important;
        border: none;
        padding: 12px 15px;
        /* margin: 8px 0; */
        width: 100%;
        border-radius: 5px;
        font-family: 'Poppins', sans-serif;
  }
}

.support-card a,
.no-c {
  color: black;
}



.video-tag p {
  margin-bottom: 0px;
  font-size: 17px;
  /* color:#e65425; */
  font-weight: 600;
}

.card-title2 {
  font-size: 30px;
}

.video-tag iframe {
  width: 100%;
  height: 203px;
  border-radius: 4px;
}

.video-tag {
  padding: 10px;
  padding-bottom: 15px;
  border-radius: 8px;
}



.login-sigup {
  padding: 60px 0px;

  h1 {
    font-weight: bold;
    margin: 0;
    font-size: 1.8em;
    margin-bottom: 10px;
  }

  h1 span {
    font-size: 0.9em;
    margin-left: 5px;
  }

  p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
  }

  span {
    font-size: 12px;
    margin-bottom: 10px;
  }

  a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
    transition: color 0.3s ease;
  }

  a:hover {
    color: #ff4b2b;
  }

  button {
    border-radius: 20px;
    border: 1px solid #ff4b2b;
    background-color: #ff4b2b;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in, background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
  }

  button:active {
    transform: scale(0.95);
  }

  button:focus {
    outline: none;
  }

  button.ghost {
    background-color: transparent;
    border-color: #ffffff;
  }

  button.ghost:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
  }

  input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
  }

  input:focus {
    outline: 2px solid #ff416c;
    background-color: #fff;
  }

  .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 520px;
  }

  .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }

  .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
  }

  .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
  }

  .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
  }

  .overlay {
    background: #E65425;
    background: -webkit-linear-gradient(to right, #ff4b2b, #E65425);
    background: linear-gradient(to right, #ff4b2b, #E65425);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }

  .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }

  .overlay-left {
    transform: translateX(-20%);
  }

  .overlay-right {
    right: 0;
    transform: translateX(0);
  }

  .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
  }

  .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
  }

  .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
  }

  .container.right-panel-active .overlay {
    transform: translateX(50%);
  }

  .container.right-panel-active .overlay-left {
    transform: translateX(0);
  }

  .container.right-panel-active .overlay-right {
    transform: translateX(20%);
  }

  @keyframes show {

    0%,
    49.99% {
      opacity: 0;
      z-index: 1;
    }

    50%,
    100% {
      opacity: 1;
      z-index: 5;
    }
  }

  .social-container {
    margin: 20px 0;
  }

  .social-container a {
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .social-container a:hover {
    background-color: #eee;
    color: #ff4b2b;
    border-color: transparent;
  }

  .copyright {
    position: fixed;
    bottom: 10px;
    right: 15px;
    color: #aaa;
    font-size: 0.8em;
    font-weight: 300;
    z-index: 1001;
  }
}

.notify-btnn {
  background: #2b2b2b;
  color: white;
  width: 100%;
  display: block;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  /* margin-top: 10px; */
  background: #2b2b2b;
  font-size: 12px !important;
  padding: 5px 10px;
  border: 1px solid #2b2b2b;
  margin-top: 5px;

}

.notify-btnn:hover {
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  background-color: white;
}

.btn-invioces {
  font-size: 10px !important;
  padding: 3px 6px !important;
}

.profile-container {
   position: relative;
   /* display: inline-block; */
   }
   .profile-btn {
   border: none;
   background: none;
   cursor: pointer;
   display: flex;
   align-items: center;
   margin-top: 11px;
   }
   .profile-btn img {
   width: 45px;
   height: 45px;
   border-radius: 50%;
   }
   .dropdown-menu-custom {
   position: absolute;
   top: 60px;
   right: 0;
   /* width: 260px; */
   background: #fff;
   border-radius: 0px;
   box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
   display: none;
   flex-direction: column;
   overflow: hidden;
   z-index: 1000;
   padding: 0px;
   padding-bottom:6px;
   }
   .profile-header {
   /* display: flex; */
   align-items: center;
   padding: 12px;
   border-bottom: 1px solid #eee;
   }
   .profile-header img {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   margin-right: 0px;
   padding:0px!important;
   }
      .dropdown-item{
          font-size: 15px !important;
   }
   .dropdown-item i{
      font-size:18px!important;
   }
   .dropdown-item {
   padding: 1px 8px;
   display: flex
   ;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   text-decoration: none;
   color: #333 !important;
   font-size: 16px !important;
   }
   .dropdown-item:hover {
   background: #f1f5f9;
   }
   .dropdown-divider {
   height: 1px;
   background: #eee;
   margin: 4px 0;
   }
   .dropdown-item.text-danger {
   color: #dc3545;
   }
   .profile-img{
   color: black !important;
   font-size: 17px;
   }

   
   ul li { position: relative; list-style: none; }
   ul li ul.submenu { 
      display: none; 
      /* position: absolute;  */
      left: 100%; 
      top: 0; 
      /* background: #fff;  */
      padding: 0; 
   }
   /* ul li.has-submenu:hover > ul.submenu { display: block; } */
/* .newarrivals-button-next , .newarrivals-button-prev{
      color: black !important;
    width: 40px !important;
} */
.pr-deytail-col{
  padding: 30px!important;
}
@media only screen and (max-width: 1350px) {
  .curreny-or {
    width: 42%;
  }
}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 575px) {
  .section-trending{
    padding: 40px 10px;
  }
  .section-bestseller{
      padding: 40px 10px;
  }
  .arrivals-section{
    padding: 40px 10px;
  }
  .swiper.newarrivals {
    padding: 0px 25px;
}
.section-publisher{
      padding: 0px 10px;
}
.section-publisher .card-title {
  margin-bottom: 18px !important;
}
     .banner .myFirstSwiper{
            height: 266px;
          }
          .search-item .card-title{
            margin-bottom: 0;
          }
          .card-title {
    font-size: 20px !important;}
}
.search-item.d-flex.justify-content-between {
    align-items: center;
    margin-bottom: 10px;
    align-items: center;
}


 .privacy-title {
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
        margin: 0 0 5px 0;
        padding: 0 0 10px;
    }

    .privacy-content h2 {
        font-size: 17px !important;
    }

    .privacy-list{
       list-style-type: decimal
    }
    .privacy-list li h2{
      margin-top: 1rem;
    }
      .privacy-list li a{
      text-decoration: none;
    }
    .privacy-list p{
        margin-top: 10px;
        margin-bottom: 0;
    }

    .notify{
          background: #ffa500;
    border: 1px solid #ffa500;
    color: black;
    }


  /* Checkout style here */
  .leftsidebar-account
 {
      background: white;
    padding: 12px;
    border-radius: 5px;
}

 .wishlist-container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 15px;
        }
        
        .wishlist-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.08);
            border: 1px solid #e3e6ea;
            margin-bottom: 20px;
        }
        
        .wishlist-header {
            padding: 20px;
            border-bottom: 1px solid #e9ecef;
        }
        
        .public-link {
            color: #007bff;
            text-decoration: none;
            font-weight: 500;
        }
        
        .public-link:hover {
            text-decoration: underline;
            color: #0056b3;
        }
        
        .item-row {
            padding: 20px;
            border-bottom: 1px solid #f1f3f4;
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        .item-number {
            font-weight: 600;
            color: #495057;
            min-width: 20px;
        }
        
        .book-image {
            position: relative;
            flex-shrink: 0;
        }
        
        .book-cover {
            width: 120px;
            height: 160px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        
        .discount-badge {
            position: absolute;
            top: -5px;
            right: 32px;
            background-color: #dc3545;
            color: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }
        
        .book-details {
            flex: 1;
            min-width: 0;
        }
        
        .book-title {
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
        }
        
        .book-meta {
            color: #6c757d;
            font-size: 14px;
            margin-bottom: 4px;
        }
        
        .book-meta .author {
            color: #dc3545;
            font-weight: 500;
        }
        
        .price-section {
            margin: 15px 0;
        }
        
        .current-price {
            color: #dc3545;
            font-size: 24px;
            font-weight: 700;
        }
        
        .original-price {
            color: #6c757d;
            text-decoration: line-through;
            font-size: 16px;
            margin-left: 8px;
        }
        
        .quantity-controls {
            display: flex;
            align-items: center;
            margin: 15px 0;
            border: 1px solid #dee2e6;
            border-radius: 4px;
            width: fit-content;
        }
        
        .quantity-btn {
            background: none;
            border: none;
            padding: 8px 12px;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            color: #495057;
            transition: background-color 0.2s;
        }
        
        /* .quantity-btn:hover {
            background-color: #f8f9fa;
        } */
        
        .quantity-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .quantity-input {
            border: none;
            text-align: center;
            width: 50px;
            padding: 8px;
            font-size: 16px;
        }
        
        .quantity-input:focus {
            outline: none;
        }
        
        .action-buttons {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }
        
        .btn-add-cart {
            background-color: #dc3545;
            border-color: #dc3545;
            color: white;
            font-weight: 600;
            padding: 8px 16px;
            font-size: 14px;
        }
        
        .btn-add-cart:hover {
            background-color: #c82333;
            border-color: #bd2130;
            color: white;
        }
        
        .btn-remove {
            background-color: transparent;
            border: 2px solid #dc3545;
            color: #dc3545;
            font-weight: 600;
            padding: 8px 16px;
            font-size: 14px;
        }
        
        .btn-remove:hover {
            background-color: #dc3545;
            color: white;
        }
        
        .item-info {
            flex-shrink: 0;
            text-align: right;
            min-width: 200px;
        }
        
        .stock-status {
            color: #28a745;
            font-weight: 600;
            margin-bottom: 8px;
        }
        
        .shipping-info {
            color: #6c757d;
            font-size: 14px;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        
        .binding-info, .language-info {
            color: #495057;
            font-size: 14px;
            margin-bottom: 8px;
        }
        
        .bottom-actions {
            padding: 20px;
            background-color: #f8f9fa;
            border-radius: 0 0 12px 12px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .select-all-section {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .bulk-actions {
            display: flex;
            gap: 10px;
        }
        
        .totals-section {
            text-align: right;
        }
        
        .total-label {
            color: #495057;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .total-value {
            color: #dc3545;
            font-size: 18px;
            font-weight: 700;
        }
        
        .item-checkbox {
            margin-right: 15px;
            transform: scale(1.2);
        }
        
        @media (max-width: 768px) {
            .banner .myFirstSwiper{
            height: 300px;
          }
            .item-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .book-details, .item-info {
                width: 100%;
                text-align: left;
            }
            
            .bottom-actions {
                flex-direction: column;
                gap: 15px;
            }
            
            .select-all-section {
                width: 100%;
                justify-content: space-between;
            }
        }

        /* .forget-page{
          background: linear-gradient(90deg,rgba(217, 80, 39, 1) 0%, rgba(233, 83, 38, 1) 47%, rgba(237, 221, 83, 1) 81%, rgba(205, 216, 94, 1) 100%);
        } */

        .resend-password{
              background: #f2f2b6;
    border-radius: 4px;
    font-weight: 600;
        }

        .order-total a{
              background: #e65425;
    border: none;
    padding: 5px !important;
    font-weight: 600;
        }

        .cus_spinner{
          position: relative;
          top: 13px;
        }
 .invalid-feedback {
    text-align: left;
    position: relative;
    top: -11px;
}

.wishcheck{
  flex-direction: row-reverse;
  align-items: center;
}

.product-links a:hover{
  color: #636e72 !important;
}


    .Contact .invalid-feedback {
    text-align: left;
    position: relative;
    top: 2px;
}
.list-group a{
  text-decoration: none;
  color:black;
}

button.accordion-button {
  background: #fff5f3 !important;
  color: black !important;
}

.help-center .list-group{
  background-color: white;
}

 .privacy-policy ul li{
       list-style: unset !important;
   }
   .social-link i:hover{
    color: #ef4444;
   }
   #nextBtnnpr{
    background-color: white !important;
   }
   #prevBtnpr{
        background-color: white !important;
   }

   .about-frist-row h1{
        font-size: 30px;
    margin-top: 3px;
   }

.dynamic-form .invalid-feedback{
  top: -2px !important;
}
button.swal2-confirm.swal2-styled {
    background: #E65425;
}
      .nav-account {
    /* width: 250px; */
    /* border: 1px solid #ddd; */
    /* border-radius: 8px; */
    overflow: hidden;
    transition: max-height 0.5s ease;

    margin-top: 20px;
  }

  .nav-account.open {
    max-height: 1000px; /* large enough to show full content */
  }
.toggle-sidebar {
    background:#e65425;
    width: 50%;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    border-radius: 7px;
    margin-top: 16px;
    display: none;
}

#nextBtnnpr:disabled {
  display: none;
}

.footer-location{
      font-size: 18px;
    display: flex;
    align-items: center;
    gap: 1px;
}

.footer-location i{
right: 0 !important;
 font-size: 16px !important;
}
.footer-location {
    color: #5d5a5a;
}
.mobile-menu {

    position: fixed;
    background: #e65425;
    bottom: 0;
    width: 100%;
    height: 68px;
    z-index: 999;
    display: none;
    gap: 30px; /* items ke beech spacing */
}
 .shop-link{
display: block;
  }
.about-contact{
      background: #e65425;
    color: white;
    border: navajowhite;
    padding: 10px 29px;
        border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}


.privacy-content p strong{
  font-weight: 600 !important;
}
.privacy-content ul li strong{
  font-weight: 600 !important;
}

.card-section .form-select:focus {
    
    box-shadow: 0 0 0 1px rgba(13, 110, 253, .25) !important;}

    .back-btn:hover{
      color: #081733;
    }

    .list-group a:hover{
color: #e65425;
    }
    .footer-links a:hover{
      color: #e65425 !important;
    }
    .profile-container {
    display: none;
}

.mobile_menu{
  gap: 5rem;
}

        
        .content-section {
            background: #ffffff;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 15px rgba(0, 0, 0, 0.05);
            border: 1px solid #f0f0f0;
        }
        
        .alert-box {
            background-color: #fff5f2;
            border-left: 4px solid #E65425;
            padding: 1.5rem 1.75rem;
            border-radius: 10px;
            margin-bottom: 2.5rem;
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
        }
        
        .alert-box i {
            color: #E65425;
            font-size: 1.5rem;
            margin-top: 0.25rem;
        }
        
        .alert-content h3 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
            color: #1a202c;
        }
        
        .alert-content p {
            margin: 0;
            color: #4a5568;
            font-size: 1rem;
            line-height: 1.6;
        }
        
        .search-query {
            font-family: 'Courier New', monospace;
            background-color: #f7f7f7;
            padding: 0.375rem 0.75rem;
            border-radius: 6px;
            font-weight: 600;
            color: #E65425;
            display: inline-block;
        }
        
        .suggestions-section {
            margin: 2.5rem 0;
        }
        
        .suggestions-section h4 {
            font-size: 1.125rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #1a202c;
        }
        
        .suggestion-list {
            list-style: none;
            padding: 0;
        }
        
        .suggestion-item {
            padding: 1.25rem 0;
            border-bottom: 1px solid #f0f0f0;
            display: flex;
            align-items: flex-start;
            gap: 1.25rem;
            transition: all 0.3s ease;
        }
        
        .suggestion-item:last-child {
            border-bottom: none;
        }
        
        .suggestion-item:hover {
            transform: translateX(5px);
        }
        
        .suggestion-item i {
            color: #E65425;
            font-size: 1.25rem;
            margin-top: 0.125rem;
            width: 28px;
            text-align: center;
        }
        
        .suggestion-item .text {
            flex: 1;
        }
        
        .suggestion-item .title {
            font-weight: 600;
            color: #1a202c;
            margin-bottom: 0.375rem;
            font-size: 1rem;
        }
        
        .suggestion-item .description {
            color: #718096;
            font-size: 0.9375rem;
            line-height: 1.6;
        }
        
        .action-bar {
            display: flex;
            gap: 1rem;
            padding-top: 2.5rem;
            border-top: 1px solid #f0f0f0;
            margin-top: 2.5rem;
        }
        
        .btn-professional {
            padding: 0.875rem 1.75rem;
            font-weight: 600;
            border-radius: 10px;
            font-size: 0.9375rem;
            transition: all 0.3s ease;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 0.625rem;
            cursor: pointer;
        }
        
        .btn-professional:active {
            transform: translateY(1px);
        }
        
        .btn-primary-custom {
            background-color: #E65425;
            color: white;
            box-shadow: 0 2px 4px rgba(230, 84, 37, 0.2);
        }
        
        .btn-primary-custom:hover {
            background-color: #d14818;
            box-shadow: 0 4px 8px rgba(230, 84, 37, 0.3);
            transform: translateY(-2px);
        }
        
        .btn-secondary-custom {
            background-color: #ffffff;
            color: #4a5568;
            border: 2px solid #e0e0e0;
        }
        
        .btn-secondary-custom:hover {
            background-color: #f7f7f7;
            border-color: #E65425;
            color: #E65425;
        }
        
        .help-section {
            background-color: #fafafa;
            border: 1px solid #f0f0f0;
            border-radius: 12px;
            padding: 2rem;
            margin-top: 1rem;
        }
        
        .help-section h5 {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 1.25rem;
            color: #1a202c;
        }
        
        .help-links {
            display: flex;
            gap: 2.5rem;
            flex-wrap: wrap;
        }
        
        .help-link-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            color: #E65425;
            text-decoration: none;
            font-size: 0.9375rem;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .help-link-item:hover {
            color: #d14818;
            transform: translateX(3px);
        }
        
        .help-link-item i {
            font-size: 1.125rem;
        }
        .newarrivals {
        padding: 0 10px !important;
        }

.leftsiderbar-account .active>.page-link, .page-link.active{
      background-color: #e65425 !important;
    border-color: #e65425 !important;
    color:  white !important;
}
.leftsiderbar-account .page-link{
      color: #e65425 !important;
}
.leftsiderbar-account .page-link:focus{
  box-shadow: unset !important;
}

.reister-link p{
  display: none;
}
/* Remove red validation icons from invalid inputs */
.is-invalid {
  background-image: none !important;
  padding-right: inherit !important;
  background-position: unset !important;
}


@media (max-width: 400px) {
  .product-bottom-details{
    flex-wrap: wrap;
    justify-content: start;
    gap: 7px;
  }
  .price-data .d-flex.mt-2.gap-1 {
    flex-wrap: wrap;
}
.product-card{
  height: 92%;
}
.product-card .badge{
      right: 2px;
    top: -8px;
}
  /* .product-bottom-details{
    justify-content: center;
  } */
  .product-links{
    margin-top: 4px;
  }
  .product-tumb img{
    height: 159px;

  }
  .nav2 ul li a{
    font-size: 11px !important;
  }
}

    @media (max-width: 767px) {
      .jion-bg img {
    transform: scale(1.1);
  
    left: 133px;
    width: 68%;
}


      .expand-btn {
        display: inline-block;
      }

      .filter-sidebar {

        max-height: 0;
        padding: 0 15px;
        transition: max-height 0.9s ease, padding 0.5s ease;
        margin-top: 12px;
      }

      .filter-sidebar.active {
        display: block;
        max-height: 500px; /* adjust height */
        padding: 15px;
      }

      .filter-sidebar .close-btn {
        display: inline-block;
        background-color: #e65425;
        color: white;
        border: none;
                font-size: 10px;
        font-weight: 500;
        padding: 0px 8px;

        border-radius: 5px;
        cursor: pointer;
        float: right;
        margin-bottom: 10px;
      }
      .filter-sidebar .close-btn i{
        font-size: 20px;
      }
      #product-list .col-6{
        padding: 5px;
      }
      .filter-title{
        padding-bottom: 0px;
      }
    }
    

/* Responsive design start here */
@media (min-width: 320px) and (max-width: 576px) {
  .checkout-btn{
    padding: 10px;
  }
  .reviews-list .review-item .review-header{
    flex-wrap: wrap;
    gap: 10px;
  }
  .review-form-container .btn-primary{
        padding: 0.4rem 1.5rem;
  }
  .section-header {
    flex-wrap: wrap;
    gap: 10px;
  
  }
  .mobile-icon{
  display: block;
}
  #footer h3{
    font-weight: 600;
  }
  .social-links{
    display: none !important;
  }
  .mobile-link{
    display: block;
  }
  .pr-dd {
    width: 45%;
  }
  .row-desc-pr{
        padding: 0px 19px;
  }
  .review-form-container{
    padding: 1rem;
  }
  .row-pr-ddetail{
        padding: 0px 5px;
  }
  .related-pr{
        padding: 60px 10px;
  }
  .row-pr-ddetail {
    h5 {
        font-size: 20px;
      
    }
}
.reviews-summary .overall-rating .rating-number {
    font-size: 2.5rem;}
  .social-links{
    justify-content: center;
  }
  .footer-links{
    text-align: center;
  }
  .footer-title{
    text-align: center;
  }
  /* .footer-text h3{
      text-align: center;
  } */
  /* .footer-location {
     justify-content: center;
  } */

  .single-feature{
    gap: 5px;
  }
  .feature-icon img {
    width: 55px;
}
  .links i {
     color: white;
  }
.swiper.myProductSwiper {
    padding: 0 !important;

}
.bestseller {
      padding: 0 !important;
}
.newarrivals {
   padding: 0 !important;
}
  #product-list .d-flex.mt-2.gap-1 {
    flex-wrap: wrap;
}
#product-list .product-card{
  height: 98%;
}
  .book-title{
  margin-top: 8px;
}
  .login-sigup {
    form {
             padding: 0 20px;
    }}
  .toggle-sidebar {
    background: #e65425;
    width: 58%;}
  #addressTable_filter{
        text-align: right;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 14px;
}
.pagination .page-item:first-child .page-link {
     background: #e65425;
    color: white !important;
}
#addressTable_length{
      text-align: left;
    margin-bottom: 11px;
}
  
       .nav-account {

    max-height: 0; /* hidden by default */

  }
  .toggle-sidebar{
    display: block;
  }
  .reister-link p {
  display: block;
}
  .login-sigup {
    .overlay-container{
display: none;
    }
  }
   .reister-link p {
        font-size: 16px !important;
                position: relative;
        top: 18px;

  }
  .reister-link p a{
        font-size: 16px !important;
                color: #e65425;
        font-weight: 600;
  }
  .login-sigup {
    .sign-up-container {
       
        width: 100%;
      
        transform: unset !important;
    }
}
  .login-sigup {
    .sign-in-container {
       width: 100%;
     }}
    .bestSeller-button-prev, .bestSeller-button-next, .trending-prev, .trending-next {
    color: black !important;
    width: 33px !important;
}
.myFirstSwiper svg{
  width: 18px !important;
}
.custom-next {
    right: -10px !important;
    top: 48% !important;
}
.custom-prev {
    left: -10px !important;
    top: 44% !important;
}
  .bestSeller-button-prev, .bestSeller-button-next, .trending-prev, .trending-next{
        width: 32px !important;
  }
  .newarrivals-button-next, .newarrivals-button-prev {
          width: 37px !important;
}
  .vvmm{
    text-align: center;
  }
  .dynamic-form {
    .form-control, .form-control-lg {
      
        width: 100%;
        font-size: 14px;}}
  .jion-bg img {
       
        top: 12px;
        left: 94px;
        width: 68%;
    }
  .shop-link{
display: none;
  }
    .nav2{
    padding: 0px 0px;
  }
  .nav2 ul li a {
        font-size: 12px !important;
        font-weight: 600;
    }
    .mobile_menu{
      gap: 3rem !important;
    }
.mobile-menu{
  display: block;
}
.menu {
  display: none;
}

.mobile-menu .showbtn{
  display: block !important;
}
.header-content{
  justify-content: center !important;
}
.nav2 ul{
  padding-left: 0 !important;
}
.cus_nav .links{
  display: none;
}
.cus_nav{
  justify-content: space-between;
}
}

@media (min-width: 576px) and (max-width: 767px) {
  .login-sigup {
    .container.right-panel-active .sign-up-container
 {
        transform: translateX(83%);
   
    }
}
.product-card{
  height: 92%;
}
.price-data .d-flex.mt-2.gap-1 {
  flex-wrap: wrap;
}
.product-bottom-details {
    /* overflow: hidden; */
 
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.login-sigup {
    .sign-up-container {
    
        width: 54%;
   
    }
}
.login-sigup {
    .container.right-panel-active .overlay-container {
        transform: translateX(-115%);
    }
}
.login-sigup {
    .overlay-container {
    
        width: 44%;
     
             transform: translateX(14%);
    }
}
.login-sigup {
    .sign-in-container {
        left: 0;
        width: 56%;
        z-index: 2;
    }
}
  .nav2{
    padding: 0px 40px;
  }
.login-sigup {
    form {
              padding: 0 10px;
    }}
.mobile-menu{
  display: block;
}
.cus_nav{
  justify-content: space-between;
}
.showbtn{
  display: none;
}
.mobile-menu .showbtn{
  display: block !important;
}
.header-content{
  justify-content: center !important;
}
.nav2 ul{
  padding-left: 0 !important;
}
.cus_nav .links{
  display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-card{
  height: 92%;
}
.price-data .d-flex.mt-2.gap-1 {
  flex-wrap: wrap;
}
.product-bottom-details {
    /* overflow: hidden; */
 
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.nav2 ul{
  padding-left: 0 !important;
}
     .banner .myFirstSwiper{
            height: 350px;
          }
}
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (max-width : 992px){
  .nav2 ul li a

 {
        font-size: 13px;
    }
  .searchbar input[type="text"]{
    width: unset !important; 
         min-width: 51vw !important;
  }
  .mobile-menudata {
    position: relative;
        top: 20px;
  }
      .cus_nav img {
        width: 69px;
    }
    .searchbar input[type="text"] {
   
    font-size: 12px;

    width: 29vw;

}
    .cus_nav .links {
        gap: 21px;
        font-size: 20px;
    }
    .bell span {
    left: 14px;
    top: 0px;
}
.links span{
  left: 16px;
    top: 0px;
}
.profile-btn{
  margin-top: 0 !important;
}
}
@media (max-width : 767px){
  .tt-nav {
    justify-content: center;
    margin-bottom: 28px;
}
.sort-div{
 
  justify-content: space-between;
}
}


    /* Only show on mobile */
    @media (min-width: 768px) {
     
    }

    .bestSeller-button-prev {
      background: #e65425 !important;
    color: white !important;
        border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.bestSeller-button-next{
        background: #e65425 !important;
    color: white !important;
    border-radius: unset;
        border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.newarrivals-button-prev {
       background: #e65425 !important;
    color: white !important;
    width: 35px !important;
          border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.newarrivals-button-next{
        background: #e65425 !important;
    color: white !important;
    border-radius: unset;
    width: 35px !important;
        border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.footer-title h3{
  color: #e65425;
}

#footer h3{
    color: #e65425;
        font-size: 24px;
}

.social-link .fab .fa-instagram{
  color: #ef4444 !important;
}