.hero {
  background-color: #fdf2e2;
  height: 450px;
}

.icon-top li {
  list-style: none;
  margin-inline: 4px;
  margin-top: -5px;
}
.log{
  padding-left: 8px;
}
.square{
  color:brown;
}
  
.bred {
  margin-top: -40px;
  height: 100px;
}

.bread-img {
  background-image: url("/Images/main.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  object-position: center; 
}

.main {
  background-color: #34A853;
}

.custom-dropdown-btn {
  height: 50px;
  width: 295px;
}

.offcanvas-body {
  justify-content: space-around;
}

.offcanvas-body,
.offcanvas-header {
  background-color: #34A853;
}

.navbar-toggler-icon {
  color: white;
}

.custom-link {
  color: white;
  font-size: 1rem;
}

.dropdown-menu {
  background-color: white;
}

.hero h1 {
  color: #34A853;
  font-size: 60px;
  padding-top: 60px;
}

.left-img {
  margin-top: 30px;
  height: auto;
  width: 100%;
}

.main-nav ul li a,
.login-btn {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
}

.green-button {
  width: 10px;
  height: 24px;
  background-color: #00C853;
  border: none;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.product-header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-img-top {
  width: 190px;
  height: 200px;
  border-radius: 10px 10px 10px 10px;
}

.cate {
  padding-left: 35px;
}

.btn-shop {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}

.btn-shop i {
  margin-left: 5px;
}
.fruit-bg {
  background-color: #e0f7fa;
}

.vegetable-bg {
  background-color: #ffebee;
}

.juice-bg {
  background-color: #f3e5f5;
}

.card-img-bottom {
  width: 100%;
  height: auto;
}

.product-card {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.img-top {
  height: 200px;
}
.registration-form {
  max-width: 400px;
  margin: 50px auto;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.form-control:focus {
  box-shadow: none;
}
.form-control {
  border-radius: 0.75rem;
}
.btn-custom {
  border-radius: 0.75rem;
}
.terms {
  color: orange;
}
.forgot-password {
  color: green;
}
.deal {
  background-color: #f8f9fa;
  padding: 100px 0;
  text-align: center;
}

.deal img {
  width: 277px;
  position: absolute;
}

.top-img {
  left: 0;
  top: 117rem;
}

.right-img {
  right: 0;
  top: 119rem;
}

.navbar-nav {
  gap: 49px;
}

.navbar .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
  color: var(--main);
}

.navbar-brand {
  font-size: 1.75rem;
  font-weight: 700;
}

.product-card {
  border: 1px solid #eee;
  padding: 20px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.product-img {
  max-width: 150px;
  margin-bottom: 15px;
}

.pagination-container {
  text-align: center;
  margin-top: 20px;
}

.filter-section h5 {
  font-size: 1.2rem;
}

.form-select {
  margin-left: 230px;
}
.product-details{
  flex-direction: column;
  gap: 20px;
}
.product-details .title{
  font-size: 25px;
}
.product-details .ratings{
  padding-right: 10px;
  border-right: 1px solid #0000009C;
}
.product-details span{
  color: #0000009C;
}
.price h2{
  font-size: 30px;
  margin-right: 8px;
}
.price span{
  color: #34A853;
  font-size: 15px;
  font-weight: 600;
}
.type h6{
  font-weight: normal;
}
.type i{
  color: #34A853;
}
.buynow-btn{
  background-color: #34A853;
  border: none;
  padding: 10px 45px;
  border-radius: 30px;
  color: #fff;
}
.addtocart-btn{
  background-color: #FFAD33;
  border: none;
  padding: 10px 45px;
  border-radius: 30px;
  color: #fff;
}
.wish-head h6{
  font-size: 15px;
  margin-bottom: 0;
}
.wish-headi{
  font-size: 24px;
}

.product-slider {
  max-width: 600px;
  position: relative;
}

.slides {
  display: flex;
  overflow: hidden;
}

.slides img {
  width: 100%;
  display: none;
  height: 500px;
}

.slides img.active {
  display: block;
}

.thumbnails {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

a {
  text-decoration: none;
  color: #000;
}
.card-title {
  font-weight: bold;
}
.product-listing {
  transition: all 0.3s linear;
}
.product-listing:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cart-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.brand-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.thumbnails img {
  width: 90%;
  cursor: pointer;
  opacity: 0.6;
  margin: 0 5px;
}

.thumbnails img.active {
  opacity: 1;
}

.link{
  margin-left: 50px;
}

.form-container {
  border: 2px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.prod-img {
  height: 230px;
  width: 221.5px;
}

.prod-img img {
  height: 100%;
  width: 100%;
}
.login-container {
  max-width: 400px;
}
.social-icons{
  padding-left: 0;
}
.social-icons li{
  display: inline;
  padding-right: 15px;
}
.order-summary {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}
.order-summary img {
  width: 100px;
}
.order-summary .price {
  font-weight: bold;
  color: #28a745;
}
@media only screen and (max-width: 600px) {
  .left-img,
  .top-img,
  .right-img {
    display: none;
  }

  .form-select {
    margin-left: 72px;
  }

  .sidebar {
    margin-bottom: 20px;
  }

  .custom-dropdown-btn {
    width: 211px;
  }

  .form-search {
    margin: 43px 0px -34px 0px;
  }

  .icon-top {
    margin: 0px 0px -4px -35px;
  }

  .logo-img {
    margin-bottom: -68px;
  }

  .hero h1 {
    padding-top: 34px;
  }

  .hero p {
    margin-top: 25px;
    font-size: 24px !important;
  }
  .link{
    margin-left: 0px;
  }
  .img-fluid {
    max-width: none;
  }

  .navbar-nav {
    gap: 12px;
  }
  .slides img{
    height:273px;
  } 
  .product-details{
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .prod-img{
    height: auto;
    width:100%;
  }
}

@media screen and (max-width: 789px) {
  .cart-image {
    width: 120px;
    height: 120px;
  }
}
