/* Importing the Google Font */
@import url('https://fonts.googleapis.com/css2?family=Glass+Antiqua&display=swap');
.wishlist-link span {
  font-size: 1.5rem !important;
}
.loading {
  font-size: 20px;
  color: white;
  margin-top: 10px;
  animation: fadeIn 0.5s; /* Fade in effect */
}
.row-cols-1 ul li a {
  font-size: 1.5rem;

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar-toggler {
  margin-left: 5%;
}
.navbar-expand-class {
  font-size: 1.24rem;
  font-weight: 700;
  border-bottom: 1px solid #CED0BB;
  width: 100%;
  padding-bottom: 3rem;
  margin-top: 2rem;
}
.country-dropdown {
  display: none;
}
select, .dropdown-item,span,input {
  font-size: 1.6rem !important;
}
.btn {
  font-weight: 900;
  font-size: 1.3rem;
}
.flex-column {
  font-size: 1.1rem !important;
}
body  {
  font-family:'Roboto', 'Arial Nova Light', sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Additional styles */
.select-lang {
  display: block;
  width: 100%;
  padding: 0.975rem 2.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #fff;
}

.menu {
  line-height: 2.5;
}

.header-intro-clearance .header-bottom .container::after {
  display: none;
}

/* Hide the dropdown menu by default */
.header-right .dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  min-width: 160px;
  z-index: 100;
  padding: 10px 0; /* Adjust as needed */
  list-style: none;
  margin: 0;
}
.dropdown:hover .dropdown-menu {
  display: block; /* Ensure the dropdown shows on hover */
}
.header-intro-clearance .header-middle .header-right, .header-intro-clearance .header-bottom .header-right{
  font-size: medium;
}

/*.dropdown-menu .dropdown-item {*/
/*  border-bottom: 1px solid black;*/
/*}*/

/* Show the dropdown menu on hover */
.header-right .dropdown:hover .dropdown-menu {
  display: block;
}

/* Ensure the dropdown is properly positioned */
.header-right .dropdown {
  position: relative;
}

.header-right .dropdown-menu .dropdown-item {
  padding: 8px 16px;
  color: black;
  text-decoration: none;
  display: block;
}

.header-right .dropdown-menu .dropdown-item:hover {
  background-color: #f1f1f1;
}

.navbar-nav .nav-item .dropdown-menu {
  display: none;
}

/* .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.navbar-nav .nav-item .dropdown-menu.show {
  display: block;
} */

.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
  flex: 0 0 calc((100% + 20px) / 2 - 20px);
  max-width: calc((90% + 20px) / 2 - 20px);
  margin: 0
}

.search-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  width: 90%;
}

.search-icon {
  padding: 0 10px 0 20px;
}

.search-icon i {
  color: #666;
  font-size: 20px;
}

.search-input {
  border: none;
  padding: 8px;
  flex: 1;
  outline: none;
  color: #333;
  font-size: 16px;
}


.search-button {
  padding: 8px 46px;
  border: none;
  background-color: #3C4619;
  color: #fff;
  cursor: pointer;
  outline: none;
  border-radius: 20px;
  font-size: 1.6rem
}

.search-button:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}

.nav-link {
  color: #000; /* Default link color */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
}

.nav-link:hover {
  background-color: #e0e0e0;
  color: #000 !important;
  border-radius: 5px;
}

.dropdown-menu {
  background-color: #F5F5F5; /* Match dropdown menu background with navbar */
}

.dropdown-item:hover {
  background-color: #e0e0e0; /* Slightly darker background on hover for dropdown items */
  color: #000; /* Change text color if needed */
}
@media screen and (max-width: 992px) {
  .country-list {
    display: none;
  }
  .nav-link:hover {
    padding: 10px;
  }
  .country-dropdown {
    display: block;
    margin-top: 20px;
  }
  .header-intro-clearance .header-middle .header-right, .header-intro-clearance .header-bottom .header-right {
    padding: 2px !important;
  }
  .header-left {
    margin-left: auto !important;
  }
  .header-right {
    margin-left: 0 !important;
  }
  .navbar-expand-class {
    position: absolute;
    margin-top: 3rem;
    padding-bottom: 4.5rem;
  }
  .navbar-collapse {
    background: #F5F5F5;
    z-index: 9999;
    margin-top: 34px;
    padding-top: 20px;
  }
  .navbar-collapse .nav-item {
    /*border-bottom: 1px solid black;*/
    padding: 15px;
  }

}

@media (min-width: 481px) and (max-width: 768px) {
  .select-lang {
    padding: 0.575rem 1.75rem;
  }
  .header-intro-clearance .header-middle .header-left, .header-intro-clearance .header-bottom .header-left {
    max-width: calc((85% + 20px) / 0) !important;
    flex: 0 0 calc((100% + 20px) / 3); !important;
  }
  .country-list {
    display: none;
  }


}
@media (max-width: 768px) {
  .wishlist-link .wishlist-txt {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .header-intro-clearance .header-middle .header-left, .header-intro-clearance .header-bottom .header-left {
    max-width: calc((85% + 20px) / 0) !important;
    flex: 0 0 calc((100% + 20px) / 4) !important
  }
  .select-lang {
    padding: 0.575rem 0.4rem;
  }
  .country-list {
    display: none;
  }
  .wishlist-link {
    display: block;
  }
  .logo img {
    margin-left: -61px !important;
  }
}
