* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}
a:hover {
  color: inherit;
}
body {
  font-family: "Manrope", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
}
@media (min-width: 767px) {
  .navbar {
    background-color: #fff;
    position: sticky !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
}
.navbar-brand {
  padding: 0;
  max-width: 14.84375vw;
}
.navbar-brand img {
  max-width: 100%;
}
.navbar-nav .nav-item {
  padding: 0.75vw 0;
}

.navbar-nav {
  display: flex;
  column-gap: 37px;
  list-style: none;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1.14583vw;
  line-height: 1vw;
  font-weight: 600;
  color: #b57f53 !important;
  text-transform: capitalize;
}

.navbar-nav .nav-link.active {
  font-size: 1.14583vw;
  line-height: 1vw;
  font-weight: 600;
  color: #125241 !important;
}

.navbar-nav .nav-item .nav-link:hover {
  color: #125241 !important;
}
.dropdown {
  cursor: pointer;
}
.dropdown:hover .dropdown-menu {
  display: block;
  /* margin: 1.26vw 0 !important; */
  cursor: pointer;
}

.dropdown-item {
  font-size: 1.14583vw;
  font-weight: 600 !important;
  color: #b57f53 !important;
}
.dropdown-list-li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.dropdown-item:hover {
  color: #125241 !important;
  background-color: transparent !important;
}
.dropdown-item:active {
  color: #125241 !important;
  background-color: transparent !important;
}
.dropdown-item.active {
  background-color: transparent !important;
  color: #125241 !important;
}
.about-us-title {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  color: #b57f53;
  font-weight: 600;
  font-size: 30px;
  line-height: 23px;
}
.about-us-nextTitle {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  color: #b57f53;
  font-weight: 600;
  font-size: 25px;
}
.title a {
  text-align: center;
  color: #b57f53;
  font-size: 2rem;
  font-weight: 600;
}
.nutrition-facts-heading {
  font-size: 1.2rem;
  color: #b57f53;
  font-weight: 600;
}
ul {
  list-style: none;
}

.nutrition-facts-list {
  font-size: 1.1rem;
  font-weight: 500;
}
.about-us-paragraph {
  color: #1b1b1b;
  font-weight: 500;
  font-size: 1rem;
}
/* .hamburger-button {
  display: flex;
} */
.hamburger-icon {
  font-size: 21px !important;
}
.footer-top-container {
  background-color: #edf2fc;
  margin-top: 2rem;
}
.footer-shortinfo-paragraph {
  color: #60697b;
  font-size: 1.25rem;
  font-weight: 300;
  padding-top: 1.5rem;
}
.footer-paragraph {
  color: #60697b;
}

.product-card-img {
  width: 100%;
  height: 300px;
}
.product-list {
  padding-bottom: 2px;
  color: #115240;
  /* font-size: 19px; */
  list-style-type: disc;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid red;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-color: #b57f53 transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 360px) {
  .footer-top-container {
    background-color: #edf2fc;
    padding: 0px 28px;
  }
}
/* @media (min-width: 768px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
} */

@media (max-width: 768px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 1.2rem 3rem;
  }
  .navbar-nav {
    margin-top: 57px;
  }
  .dropdown-item {
    font-size: 17px;
  }
  .nav-item {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .nutrition-facts-list {
    padding: 0px 12px;
  }
  .about-us-paragraph {
    padding: 0px 12px;
    text-align: justify;
  }
  .widget {
    margin-top: 1.2rem;
  }

  .product-column-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .product-card-img {
    height: auto;
  }
  .about-us-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    max-width: 130px;
  }
}

@media (min-width: 991px) {
  .carousel-height {
    height: calc(100vh - 70px);
  }
}
.object-cover {
  object-fit: cover;
}
