:root {
  --primary: #113f67;
  --primary-light: #2a6497;
  --primary-dark: #113f67;
  --secondary: #2c3e50;
  --light: #f8f5f2;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Kumbh Sans", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1 !important;
}

#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1a65a7;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  display: none;
  transition: background-color 0.3s;
  width: 50px;
  height: 50px;
}

#scrollTopBtn:hover {
  background-color: #113f67;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

#watchlistBtn {
  color: #222222;
  font-size: 21px;
}

button#searchBtn {
  color: #222222;
}

.suggestion-header {
  padding: 8px 12px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}

.upperheader {
  background: #113f67;
}

.cart-modal {
  position: fixed;
  top: 0;
  right: -120%;
  width: 390px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  z-index: 1000;
}

.cart-modal.show {
  right: 0;
  display: block;
}

.cart-modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  overflow-y: auto;
}

.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  cursor: pointer;
}

.cart-item {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.cart-item img {
  width: 100px;
  height: auto;
  border-radius: 4px;
}

.item-details {
  flex: 1;
}

.item-details h4 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #333;
}

.item-details p {
  font-size: 14px;
  color: #444;
}

.qty-remove {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.quantity-control button {
  padding: 4px 10px;
  border: 1px solid #ccc;
  background: #f3f3f3;
  cursor: pointer;
  font-weight: bold;
  color: #113f67;
}

.quantity-control span {
  width: 20px;
  text-align: center;
  color: #222222;
}

.qty-remove a {
  color: #444;
  text-decoration: underline;
  font-size: 14px;
}

.cart-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #eee;
  position: sticky;
  bottom: -30px;
  padding-bottom: 30px;
  background: #fff;
}

.extras {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.extras div i {
  margin-right: 6px;
}

.subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}

.checkout-btn {
  width: 100% !important;
  padding: 12px;
  color: #fff !important;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #113f67 !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.view-cart-link {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #333;
}

.cart-modal-content h2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.wishlist-header h2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.closeBtn i {
  color: #222222;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 0px 60px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0 20px !important;
}

.logo a img {
  width: 80px;
  vertical-align: bottom;
  filter: invert(1);
}

.menu {
  display: flex;
  padding: 15px;
  justify-content: center;
}

.search-btn-header {
  display: flex;
  align-items: center;

}

.search-btn-header input {
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
}

.search-btn-header i {
  color: white;
  margin-left: -36px;
  width: 36px;
  height: 36px;
  background-color: #113f67;
  text-align: center;
  line-height: 36px;
}

.nav-actions {
  display: flex;
  gap: 10px;
}

.nav-actions button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #333;
  /* Black color */
  transition: color 0.3s ease;
  position: relative;
  background-color: #113f67;
}

.nav-actions button i {
  color: #222;
}

.profile-dropdown-wrapper {
  position: relative;
}

.profile-dropdown {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  min-width: 160px;
  z-index: 999;
}

.profile-dropdown a {
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: background 0.2s;
}

.profile-dropdown a:hover {
  background-color: #113f67;
  color: white;
}

.profile-dropdown i {
  margin-right: 10px;
  width: 10px;
  text-align: center;
}

.nav-actions button:hover {
  color: #113f67;
  /* Optional: hover color */
}

.menu ul {
  list-style: none;
  display: flex;
  gap: 50px;
  padding: 0;
  margin: 0;
}

.menu ul li a {
  text-decoration: none;
  color: #222222;
  font-weight: 600;
  transition: 0.5s;
  padding-bottom: 35px;
}

.menu ul li a i {
  vertical-align: bottom;
  margin-left: 5px;
  font-size: 12px;

}

.nav-actions button {
  background: none;
  border: none;
  color: #222222;
  font-size: 1.2em;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}

.hamburger {
  display: none;
  font-size: 1.5em;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

#watchlist {
  padding: 10px 20px;
  background: #cbba9c;
  border-bottom: 1px solid #ccc;
  height: 75px;
  position: absolute;
  top: 114px;
  width: 100%;
  left: 0;
  z-index: 333333;
}

.hidden {
  display: none;
}

.socialmedia-upper {
  display: flex;
  gap: 20px;
}

.socialmedia-upper i {
  margin-right: 5px;
}

.socialmedia-upper a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 600;
}

.socialmedia-upper a:hover {
  color: #333;
}

.menu ul li a:hover {
  color: #113f67;
}

.upperheader-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.title {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  position: fixed;
  text-align: right;
  top: 0;
  right: 0;
  padding: 10px 15px;
  margin: 0;
  z-index: 100;
}

.main-banner-section {
  position: relative;
  overflow: hidden;
  height: 80vh;
  max-height: 700px;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  display: flex;
  align-items: center;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.info {
  position: relative;
  max-width: 600px;
  padding: 40px;
  margin-left: 10%;
  color: white;
  z-index: 2;
  animation: slideIn 1s ease-out 0.5s both;
}

.info h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.info p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 300;
  max-width: 90%;
  opacity: 0.9;
}

.btn {
  display: inline-block;
  background: #c19a6b;
  color: white;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(193, 154, 107, 0.4);
}

.btn:hover {
  background: #b08b5d;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(193, 154, 107, 0.6);
}

.buttons-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}

.buttons-container button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.buttons-container button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination-dot.active {
  background: #c19a6b;
  transform: scale(1.3);
}

.slide-counter {
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
  font-size: 1.2rem;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 300;
}

.slide-counter span {
  font-weight: 600;
  color: #c19a6b;
}

.brand-logo {
  position: absolute;
  top: 30px;
  left: 40px;
  color: white;
  font-size: 1.8rem;
  z-index: 10;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.brand-logo span {
  color: #c19a6b;
}

/* Animation */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

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

.categories-list {
  width: 100%;
  margin-top: 50px;
}

.men-women-watch {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.men-women-watch-box {
  position: relative;
  width: calc(20% - 16px);
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.men-women-watch-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.men-women-watch-box-image {
  overflow: hidden;
  position: relative;
  height: 300px;
  border-radius: 12px;
}

.men-women-watch-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 12px;
}

.men-women-watch-box:hover .men-women-watch-box-image img {
  transform: scale(1.15);
}

.men-women-watch-box h6 {
  position: absolute;
  bottom: 30px;
  left: 25px;
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: all 0.4s ease;
  letter-spacing: 0.5px;
}

.men-women-watch-box:hover h6 {
  transform: translateX(10px);
}

.men-women-watch-box .shop-link {
  position: absolute;
  bottom: 30px;
  right: 25px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.men-women-watch-box:hover .shop-link {
  opacity: 1;
  transform: translateY(0);
}

.men-women-watch-box .shop-link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.category-count {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(193, 154, 107, 0.9);
  color: white;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 50px;
  z-index: 2;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.main-product-arrvial {
  background: #fafafa;
  margin-top: 50px;
  padding-bottom: 50px;

}

.product-heading-arrival {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

.product-heading-arrival h3 {
  font-size: 35px;
  font-weight: 600;
  text-shadow: 0 2px 5px rgba(148, 148, 148, 0.6);
}

.product-heading-arrival h6 {
  font-size: 18px;
  font-weight: 500;
  color: #113f67;
}

.product-box-main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
  justify-content: center;
}

.product-card {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  width: 23%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  position: relative; 
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.product-card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
  /* zoom effect */
}

.product-card:hover {
  box-shadow: 0 5px 10px #2a6497;
}

.shop-name {
  color: #888;
  font-size: 13px;
  margin: 8px 0 4px;
  text-transform: uppercase;
}

.product-name {
  font-size: 18px;
  margin: 5px 0;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: 0.5s;
  margin-top: 8px;
  display: inline-block;
}

.product-name:hover {
  color: #113f67;
}

.rating {
  color: #ffc107;
  font-size: 16px;
  margin: 5px 0;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 8px;
}

.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-card:hover .hover-img {
  opacity: 1;
}

.product-card:hover .main-img {
  opacity: 0;
}

.product-view-more-btn {
  text-align: center;
  margin-bottom: 25px;
}

.product-btn {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-family: "Dosis", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border: 2px solid #113f67;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
  background-color: transparent;
}

.product-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #113f67;
  z-index: -1;
  transition: all 0.4s ease;
}

.product-btn:hover::before {
  left: 0;
}

.product-btn:hover {
  color: #fff;
}

.product-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 2;
  margin-bottom: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  top: 14%;
  right: -20px;
}

.product-action-buttons-sm {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 20%;
  right: -20px;
  /* Start completely off-screen to the right */
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}

.product-action-buttons-sm .wishlist-btn {
  background-color: white;
  color: black;
  font-size: 14px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
}

.product-action-buttons-sm .cart-btn {
  background-color: white;
  color: black;
  font-size: 14px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 35px !important;
  height: 35px !important;
  line-height: 35px !important;
}

.product-card {
  cursor: pointer;
}

.product-card:hover .product-action-buttons {
  right: 20px;
  /* Slide into view */
  opacity: 1;
}

.product-card:hover .product-action-buttons-sm {
  right: 10px;
  /* Slide into view */
  opacity: 1;
}

.wishlist-btn,
.cart-btn {
  /* padding: 8px 16px; */
  background-color: white;
  color: black;
  font-size: 20px;
  /* font-weight: 500; */
  border-radius: 25px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 50px;
  height: 50px;
  line-height: 52px;
}

span.cart-count,
span.wishlist-count {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #113f67;
  font-size: 10px;
  border-radius: 50%;
  line-height: 15px;
  left: 15px;
  top: -1px;
  color: white;
}

.wishlist-btn:hover,
.cart-btn:hover {
  background-color: #113f67;
  color: white;
  transform: scale(1.05);
}

.brand-list-box-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 5 columns */
  gap: 20px;
  row-gap: 80px;
  width: 100%;
  justify-items: center;
}

.brand-list-box-image {
  overflow: hidden;
}

.brand-list-box-image img {
  width: 275px;
  transition: 0.5s ease;
  min-height: 355px;
}

.special-offer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 40px;
}

.special-text {
  width: 35%;
  padding: 10px;
}

.special-image {
  width: 65%;
  overflow: hidden;
  height: 500px;
}

.special-image img {
  width: 100%;
  transition: 0.7s ease;
}

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

.special-offer {
  color: #113f67;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}

.special-text h6 {
  font-size: 24px;
  color: #333;
  margin: 10px 0 0;
}

.special-text h5 {
  font-size: 48px;
  color: #222;
  margin: 0;
}

.special-text p {
  color: #666;
  margin: 20px 0;
}

.special-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  border: 2px solid #113f67;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.special-btn:hover {
  background-color: #e07c8d;
  color: #fff;
}

.testimonial-container {
  display: flex;
  width: 100%;
  height: auto;
}

.image-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

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

.text-section {
  width: 50%;
  background-color: #f2f2f2;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.testimonial {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
}

.testimonial.active {
  opacity: 1;
  position: relative;
}

.quote-icon {
  font-size: 40px;
  color: #113f67;
  margin-bottom: 20px;
}

.quote-text {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.author-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-info img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info .name {
  font-weight: bold;
  color: #333;
}

.nav-buttons {
  position: absolute;
  bottom: 30px;
  right: 40px;
  display: flex;
  gap: 10px;
}

.nav-buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #113f67;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

.info-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  background: #fff;
  flex-wrap: wrap;
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  max-width: 250px;
  gap: 15px;
}

.icon {
  width: 48px;
  height: 48px;
  border: 1px solid #113f67;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
}

.icon i {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #113f67;
}

.text h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.text p {
  font-size: 14px;
  color: #666;
  margin: 4px 0 0;
  line-height: 1.4;
}

.custom-footer {
  background: #113f67;
  color: #fff;
  font-size: 14px;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  padding: 60px 20px 20px;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.footer-col p {
  margin: 0 0 15px;
  line-height: 1.5;
}

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

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.footer-col ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  /* underline color */
  transition: width 0.3s ease;
}

.footer-col ul li a:hover::after {
  width: 100%;
}

.contact-us i {
  margin-right: 5px;
}

.contact-us a {
  display: block;
  text-decoration: none;
  color: white;
  margin-bottom: 20px;
}

.newsletter {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  max-width: 300px;
}

.newsletter input {
  border: none;
  padding: 10px;
  flex: 1;
  font-size: 14px;
  outline: none;
}

.newsletter button {
  background: none;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  margin-left: -35px;
}

.email-icon {
  padding: 0 10px;
  color: #000;
}

.newsletter-email {
  border: none !important;
  padding: 10px !important;
  flex: 1;
  font-size: 14px;
  outline: none;
  width: 500px;
  margin: 0px !important;
}

.whatsapp-icon {
  background: #fff;
  color: #25D366;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.footer-bottom {
  border-top: 1px solid white;
  padding: 15px 40px;
  text-align: center;
  font-size: 14px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: white;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
  text-decoration: none;
}

.social-icons .facebook {
  color: #3b5998;
  font-size: 20px;
}

.social-icons .instagram {
  color: #e4405f;
  font-size: 20px;
}

.social-icons .whatsapp {
  color: #25d366;
  font-size: 20px;
}

/* Hover color changes */
.social-icons .facebook:hover {
  background-color: #3b5998;
  color: #fff;
}

.social-icons .instagram:hover {
  background-color: #e4405f;
  color: #fff;
}

.social-icons .whatsapp:hover {
  background-color: #25d366;
  color: #fff;
}

.footer-col.sides {
  margin-left: 30px;
}

.watch-page {
  display: flex;
  gap: 30px;
  padding: 30px;
  font-family: 'Arial', sans-serif;
}

.watch-gallery {
  display: flex;
  gap: 20px;
  width: 50%;
}

.watch-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 510px !important;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  width: 125px;
}

.zoom-container {
  display: flex;
  gap: 20px;
}

.main-image {
  position: relative;
  width: 470px;
  height: 470px;
  overflow: hidden;
  border: 1px solid #ddd;
  cursor: none;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#lens {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #000;
  display: none;
  pointer-events: none;
  z-index: 10;
}

#lens i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100px;
  color: #113f67;
}

.zoom-result {
  width: 470px;
  height: 470px;
  background-repeat: no-repeat;
  background-size: 1300px 1300px;
  /* Adjust zoom level */
  display: none;
  position: absolute;
  left: 645px;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #ddd;
  z-index: 10;
  background-color: white;
}


.watch-thumbs::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.watch-thumbs img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
  border: 1px solid #ddd
}

.watch-thumbs img:hover {
  border-color: #113f67;
}

.watch-main {
  width: 100%;
}

.watch-main img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
  border: 1px solid #ddd;
}

.watch-details {
  width: 50%;
}

.watch-details h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 32px;
}

.watch-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.watch-meta {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.watch-meta li {
  line-height: 30px;
}

.watch-meta li span {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;

}

.stock-msg {
  margin-top: 10px;
  font-weight: 500;
}

.stock-track {
  width: 100%;
  height: 6px;
  background: #eee;
  margin: 10px 0;
  border-radius: 4px;
}

.stock-fill {
  width: 80%;
  height: 100%;
  background-color: green;
  border-radius: 4px;
}

.watch-size button {
  padding: 10px 15px;
  margin: 5px 5px 0 0;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
}

.watch-size button:hover {
  background-color: #113f67;
  border-color: #113f67;
  color: white;
}

.watch-price {
  font-size: 25px;
  color: #444;
  margin: 20px 0;
  font-weight: bold;
}

.original-watch-price {
  text-decoration: line-through;
  color: #888;
  font-size: 20px;
  margin-left: 5px;
  display: block;
}

.product-discount-main {

  color: green;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 2px;
}

.watch-delivery {
  color: #666;
  margin-bottom: 15px;
}

.watch-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.watch-actions input {
  width: 60px;
  padding: 18px 0;
  padding-left: 12px;
  border: 1px solid #ddd;
}

.watch-cart-btn {
  background-color: #113f67;
  border: none;
  color: white;
  padding: 20px 60px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.buy-now-btn {
  background-color: #113f67;
  border: none;
  color: white;
  padding: 20px 60px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.watch-cart-btn:hover {
  background-color: #3b5998;
}

.buy-now-btn:hover {
  background-color: #3b5998;
}

.watch-size span {
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}

/* Container for tab buttons */
.custom-tab-container {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}

/* Style the tab buttons */
.custom-tab-button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
}

/* Active tab button */
.custom-tab-button.active-custom-tab {
  border-bottom: 2px solid #113f67;
  color: #113f67;
}

/* Tab content panels */
.custom-tab-panel {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.custom-tab-panel h3 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}

.custom-tab-panel p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

.custom-tab-panel img {
  width: 100%;
  margin-top: 30px;
}

.logo-img {
  width: 180px;
  margin-bottom: 20px;
}

.card-wrapper img {
  width: 200px;
  border: 1px solid #ddd;
  padding: 10px;
}

.product-meta p {
  font-size: 15px;
  margin: 6px 0;
}

.status-new {
  color: #1aa157;
  font-weight: bold;
}

.stock-qty {
  color: #28a745;
  font-weight: bold;
}

.sheet-heading {
  margin-top: 25px;
  font-size: 22px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
}

.details-table {
  margin-top: 15px;
}

.table-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.label {
  font-weight: 600;
  color: #222;
}

.value {
  color: #555;
  text-align: right;
}

.description {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
}

.size-table th,
.size-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}

.size-table th {
  background-color: #f0f0f0;
  font-weight: bold;
}

.size-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.size-table tr:hover {
  background-color: #eef7ff;
}

.info-box-shipret {
  margin-top: 20px;
}

.head-shipret {
  font-size: 24px;
  margin-bottom: 15px;
  color: #222;
  margin: 10px 0;
}

.para-shipret {
  font-size: 15px;
  color: #444;
  margin-bottom: 16px;
  line-height: 1.6;
}

.list-shipret,
.olist-shipret {
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333;
}

.product-price {
  font-size: 14px;
  margin-top: 4px;
}

.current-price {
  font-weight: 600;
  color: #000;
}

.original-price {
  text-decoration: line-through;
  color: #888;
  font-size: 13px;
  margin-left: 5px;
  display: block;
}

.list-shipret li,
.olist-shipret li {
  margin-bottom: 10px;
}

.note-shipret {
  color: #666;
}

.main-brand-list {
  width: 100%;
  background-color: white;
}

.brand-list-box-image img:hover {
  transform: scale(1.05);
}

.mobile-responsive {
  display: none;

}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    color: #222222;
  }

  .slider-container {
    display: none;
  }

  .mobile-responsive {
    display: block;
  }

  .special-text {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .testimonial-container {
    flex-direction: column;
  }

  .special-offer-main {
    flex-direction: column;
    margin-top: 20px;
  }

  .special-image {
    width: 100%;
    height: auto;
  }

  .image-section {
    width: 100%;
  }

  .text-section {
    width: 100%;
    padding: 20px 40px;
  }

  .nav-buttons button {
    width: 30px;
    height: 30px;
  }

  .slider {
    height: 70vh;
  }

  .menu {
    width: 100%;
    display: none;
  }

  .buttons-container {
    position: absolute;
    bottom: 50px;
    right: 100px;
    top: 265px !important;
  }

  .menu ul {
    flex-direction: column;
    padding: 10px 0;
    gap: 0px;
  }

  ul.brand-list-mobile {
    height: 200px;
    background: white;
    overflow: auto;
  }

  .menu.show {
    display: block;
    background-color: white;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    z-index: 99999;
    height: 100vh;
    padding: 0px;
  }

  .logo a img {
    margin-left: 60px;
  }

  .menu ul li {
    padding: 5px 0;
  }

  .menu ul li a {
    color: black;
  }

  .navbar {
    padding: 0 10px;
  }

  .socialmedia-upper a {
    font-size: 10px;
  }

  .socialmedia-upper {
    gap: 10px;
  }

  .upperheader-box {
    width: 100%;
    display: flex;
    padding: 10px;
    gap: 10px;
  }

  .categories-list {
    width: 100%;
    margin-top: 20px;
  }

  .men-women-watch {
    padding: 10px;
  }

  .men-women-watch-box {
    width: 100%;
  }

  .product-box-main {
    padding: 10px;
  }

  .product-card {
    width: 100%;
  }

  .brand-list-box-main {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    overflow: hidden;
    gap: 20px;
  }

  .brand-list-box-image img {
    width: 100%;
    min-height: 220px;
  }

  .footer-col.sides {
    margin-left: 0px;
  }

  .watch-page {
    flex-direction: column;
    padding: 20px;
  }

  .watch-gallery {
    flex-direction: column;
    width: 100%;
  }

  .watch-thumbs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 656px;
    left: 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    gap: 10px;
    padding: 0 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 100px !important;
  }

  .watch-thumbs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }

  .watch-thumbs {
    scroll-behavior: smooth;
  }

  .watch-thumbs img {
    width: 80px;
    height: 80px;
  }

  .watch-main {
    width: 100%;
    margin-top: 10px;
  }

  .watch-details {
    width: 100%;
    margin-top: 115px;
  }

  .watch-details h2 {
    font-size: 24px;
  }

  .watch-size button {
    padding: 8px 12px;
  }

  .watch-cart-btn {
    width: 100%;
    padding: 5px;
    text-align: center;
  }

  .buy-now-btn {
    width: 100%;
    padding: 5px;
    text-align: center;
  }

  .watch-actions {
    align-items: stretch;
  }

  .custom-tab-container {
    justify-content: left;
    overflow-x: scroll;
  }

  .custom-tab-button {
    font-size: 16px;
  }

  .size-table {
    min-width: unset;
  }

  .size-table thead {
    display: none;
  }

  .size-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
  }

  .size-table td {
    display: block;
    text-align: center;
    position: relative;
  }

  .size-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: calc(50% - 15px);
    text-align: left;
    font-weight: 600;
  }

  .size-table td:first-child {
    background-color: #f8f9fa;
    font-weight: 600;
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
  }

  .main-banner-section {
    height: 48vh;
  }

  .buttons-container button {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 0;
    line-height: 40px;
  }

  #zoom-resul {
    display: none !important;
  }

  .zoom-result {
    display: none !important;
  }

  #lens {
    display: none !important;
  }

  .search-results-dropdown {
    max-height: 700px !important;
  }
}

/* Existing dropdown styles */
.dropdown {
  position: relative;
}

/* Desktop mega dropdown styles */
.mega-dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  position: fixed;
  top: 124px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 999;
  pointer-events: none;
}

.dropdown-list1 {
  padding: 0 40px;
  width: 50%;
}

.dropdown-border {
  padding: 0 10px;
  border-right: 1px solid #ddd;
  width: 26%;
}

.dropdown-border1 {
  padding: 0 10px;
  border-right: 1px solid #ddd;
}

.dropdown-border1:nth-child(2) {
  border: none;
}

.dropdown-border:nth-child(4) {
  border: none;
}

.dropdown:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.brand-lists {
  padding: 5px;
}

.mega-content {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
  gap: 0px !important;
}

.mega-content h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

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

.mega-content ul li {
  margin-bottom: 8px;
  min-width: 120px;
}

.mega-content ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: 0.3s;
}

.mega-content ul li a:hover {
  color: #113f67;
}

/* Mobile-specific styles */
@media (max-width: 768px) {

  /* Hide desktop mega dropdown on mobile */
  .dropdown:hover .mega-dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .menu ul li a {
    padding-bottom: 10px !important;
  }

  /* Mobile dropdown styles */
  .dropdown {
    position: relative;
  }

  .dropdown>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .dropdown>a:hover {
    background-color: #f8f9fa;
    color: #113f67;
  }

  /* Mobile dropdown content */
  .mobile-dropdown {
    display: none;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    animation: slideDown 0.3s ease;
  }

  .mobile-dropdown.active {
    display: block;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      max-height: 0;
    }

    to {
      opacity: 1;
      max-height: 500px;
    }
  }

  /* Mobile submenu styles */
  .mobile-submenu {
    background-color: #f8f9fa;
  }

  .mobile-submenu-header {
    padding: 12px 20px;
    background-color: #1a65a7 !important;
    border-bottom: 1px solid white;
    font-weight: 600;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
  }

  .mobile-submenu-header:hover {
    background-color: #dee2e6;
  }

  .mobile-submenu-content {
    display: none;
    background-color: #ffffff;
  }

  .mobile-submenu-content.active {
    display: block;
    animation: slideDown 0.3s ease;
  }

  .mobile-submenu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-submenu-content ul li {
    border-bottom: 1px solid #f1f3f4;
  }

  .mobile-submenu-content ul li:last-child {
    border-bottom: none;
  }

  .mobile-submenu-content ul li a {
    display: block;
    padding: 12px 25px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .mobile-submenu-content ul li a:hover {
    background-color: #f8f9fa;
    color: #113f67;
    padding-left: 30px;
  }

  /* Mobile arrow icons */
  .mobile-arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
  }

  .mobile-arrow.rotated {
    transform: rotate(180deg);
  }

  /* Back button for mobile */
  .mobile-back-btn {
    display: none;
    background-color: #113f67;
    color: white;
    padding: 12px 20px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }

  .mobile-back-btn:hover {
    background-color: #9a7653;
  }

  .mobile-back-btn i {
    margin-right: 8px;
  }

  /* Responsive mega content */
  .mega-content {
    flex-direction: column;
    gap: 0;
  }

  .dropdown-list,
  .dropdown-list1 {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }

  /* Mobile navigation adjustments */
  .menu {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .menu ul {
    padding: 0;
    margin: 0;
  }

  .menu>ul>li:last-child {
    border-bottom: none;
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .mega-dropdown {
    top: 110px;
    padding: 15px;
  }

  .dropdown-list,
  .dropdown-list1 {
    padding: 0 20px;
  }

  .mega-content {
    flex-wrap: wrap;
  }

  .dropdown-list {
    width: 50%;
    margin-bottom: 20px;
  }

  .dropdown-list1 {
    width: 100%;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .mobile-submenu-header {
    padding: 10px 15px;
    font-size: 14px;
  }

  .mobile-submenu-content ul li a {
    padding: 10px 20px;
    font-size: 13px;
  }

  .dropdown>a {
    padding: 12px 15px;
    font-size: 14px;
  }
}

/* Login style */
.main-arrvial-box-heading h4 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

.main-arrvial-box-heading {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.link-home-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.link-home-page a {
  color: #222;
  text-decoration: none;
}

.link-home-page a:hover {
  font-weight: bold;
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0;
}

.main-login-page {
  margin-top: 65px;
  display: flex;
  gap: 100px;
}

.login-box {
  border: 1px solid #e0e0e0;
  padding: 30px 130px;
  padding-top: 60px;
  background-color: #fff;
  width: 100%;
  text-align: left;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-group label {
  width: 80px;
  font-weight: 500;
}

/* .form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="text"] {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
} */


.form-group.password-group {
  position: relative;
}

.form-group.password-group button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 15px;
  background-color: #a87850;
  border: none;
  color: white;
  cursor: pointer;
}

.forgot {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.9em;
}

.forgot a {
  color: #333;
  text-decoration: none;
}

.login-box button.login-btn {
  display: block;
  margin: 0 auto;
  background-color: #a87850;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
}

hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.signup {
  text-align: center;
  font-size: 0.9em;
}

.signup a {
  text-decoration: none;
  color: #333;
}

/* Register Style */
.form-box {
  width: 100%;
  background: #fff;
  padding: 30px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  margin-top: 50px;
}

.form-box p {
  font-size: 18px;
  margin-bottom: 20px;
}

.form-box a {
  color: #1a73e8;
  text-decoration: none;
}

.form-box a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.form-group label {
  display: block;
  width: 135px;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 16px;
  color: #606060;
}

.radio-group {
  margin-bottom: 25px;
}

.radio-group label {
  font-weight: normal;
  margin-right: 20px;
  font-size: 15px;
}

input[type="radio"] {
  margin-right: 6px;
}

/* input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"] {
  width: 500px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
} */

.hint {
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

.save-btn {
  background-color: #113f67;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.navigation-links a {
  background-color: #113f67 !important;
  color: white !important;
  text-decoration: none;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px !important;
  }
}

/* Wishlist styling */
#wishlistBtn {
  position: relative;
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

#wishlistBtn:hover {
  color: #f8d7da;
}

.wishlist-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #113f67;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wishlist Dropdown */
.wishlist-dropdown {
  position: fixed;
  top: 0;
  right: -120%;
  width: 390px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.view-all-wishlist {
    background-color: #113f67;
    color: #fff;
    border-radius: 2px;
    padding: 10px;
    text-decoration: none;
    margin-left: 20px;
}
.wishlist-dropdown.show {
  right: 0;
  display: block;
}

.wishlist-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wishlist-header h5 {
  margin: 0;
  font-size: 1rem;
}

.view-all {
  color: white;
  font-size: 0.8rem;
  text-decoration: underline;
}

.wishlist-content {
  padding: 15px;
}

/* Wishlist Items */
.wishlist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: all 0.3s ease;
}

.wi-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.wishlist-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 10px;
}

.wi-details h5 {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
}

.wi-details p {
  margin: 5px 0 0;
  font-weight: bold;
  color: #113f67;
}

.wi-actions {
  display: flex;
  gap: 10px;
}

.wi-actions button,
.wi-actions a {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.wi-actions button:hover,
.wi-actions a:hover {
  color: #113f67;
}

.empty-wishlist {
  text-align: center;
  padding: 30px 0;
  color: #666;
}
.btn-shop-now {
    background-color: #113f67;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
}

.empty-wishlist-icon {
  font-size: 2rem;
  color: #ddd;
  margin-bottom: 10px;
}

.empty-wishlist p {
  margin: 0px 0px 20px 0px;
}

/* Wishlist button on product */
.wishlist-btn {
  color: #ccc;
  transition: all 0.3s ease;
  display: inline-block;
}

.wishlist-btn:hover {
  color: white;
}

.wishlist-btn.active {
  background-color: #8d6a4d;
  color: white;
  transform: scale(1.05);
}

/* Animation */
.pulse {
  animation: pulse 0.5s ease;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

/* -------------- Search bar styling ----------- */
/* Search Bar */
#searchBar {
  position: relative;
  align-items: center;
  transition: all 0.3s ease;
  padding: 23px;
  background: #1a65a7;
}

#searchBar input {
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

/* Search Results Dropdown */
.search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 420px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.search-result-item {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 0.2s;
}

.search-result-item:hover {
  background-color: var(--light);
}

.search-result-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 3px;
}

.search-result-info {
  flex: 1;
}

.search-result-info h4 {
  margin: 0 0 5px 0;
  color: var(--secondary);
  font-size: 15px;
}

.search-result-price {
  display: flex;
  align-items: center;
}

.search-result-price .current {
  color: var(--primary-dark);
  font-weight: bold;
  margin-right: 10px;
}

.search-result-price .original {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
}

.search-suggestions-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.search-suggestion-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.search-suggestion-item:hover {
  background-color: #f5f5f5;
}

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

.discount {
  background: var(--primary);
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
}

.discount-main {
  background: var(--primary);
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 10px;
}

.no-results {
  padding: 15px;
  text-align: center;
  color: #666;
}

p.search-title {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #8c6743;
}

.right-dropdown {
  text-align: right;
}

.taxes-text {
  float: right;
  margin: 0px;
}

.hidden {
  display: none;
}