.navtop {
  padding: 10px;
  background: rgb(54 97 49);
}

.navtop .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navtop [class*="col-"] {
  flex: 0 0 auto;
}

.navtop p {
  margin-bottom: 0px;
  color: #ffffff;
  white-space: nowrap;
}

.navtop a {
  color: rgb(236, 236, 236);
  display: inline-block;
}

.navtop select {
  font-size: 14px;
  padding: 5px 8px;
}

.navbar-brand {
  width: 10%;
}

@media (max-width: 991px) {
  .nav-item .btn-success {
    margin-bottom: 5px;
    width: auto;
  }
}

.navbar-nav .nav-link:hover {
  background-color: #7baf3d;
  border-radius: 10px;
  color: #fff;
}


.navbar-nav .active .nav-link {
  background-color: #7baf3d;
  ;
  color: #fff;
}


.dropdown-menu .dropdown-item:hover {
  background-color: #7baf3d;
  ;
  color: #fff;
}


.navbar-light .navbar-nav .nav-link {

  color: rgb(39, 38, 38);
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link:hover {

  color: rgb(255, 255, 255);
  font-size: 16px;
}

.navbar {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
  background: #ffffff;
  border-bottom: 2px solid #efefef;

}

.navbar-nav .nav-item {
  margin: 0 6px;
}


.navbar-nav .nav-link {
  text-decoration: none !important;
}


.navbar-nav .nav-link:hover {
  text-decoration: none !important;
}


.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
  text-decoration: none !important;
  box-shadow: none;
}



.navbar-nav .nav-link:hover {
  color: #7baf3d;
  ;
  text-decoration: underline;
}

.navbar .nav-link i {
  color: rgb(54 97 49);
  font-size: 18px;
  transition: 0.3s;
}

.navbar .nav-link i:hover {
  color: #5f922f;
}


.dropdown-menu .dropdown-item:hover {
  background-color: #7baf3d;
  ;
  color: #fff;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}


.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}


.product-info {
  padding: 15px;
  text-align: center;
}


.product-info h5 {
  color: #388e3c;
  font-weight: 600;
  margin-bottom: 5px;
}


.product-info p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}


.product-info h6 {
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Font-Sizes */
.fs-1 {
  font-size: 2.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.fs-4 {
  font-size: 1.5rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1rem;
}


.product-info .btn {
  background-color: rgb(54 97 49);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.product-info .btn:hover {
  background-color: #5a8c2a;
  color: #fff;
}

.product-card {
  border: 2px solid #7baf3d;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-info {
  padding: 15px;
  text-align: center;
}

.product-info h5 {
  color: #388e3c;
  font-weight: 600;
}




.qw {
  margin-top: 20px;
}

.qwe {
  margin-top: 60px;
}

.qq {
  margin-top: 20px;
}

.about-banner {
  background: linear-gradient(to right, #2e7d32, #4caf50);
  color: white;
  padding: 70px 20px;
}

.about-banner h1 {
  font-weight: bold;
}

.about-section {
  padding: 60px 0;
}

.about-section h2 {
  color: #2e7d32;
  font-weight: bold;

}

.about-card {
  background: #fff;
  color: #333;
  padding: 30px 20px;
  border-radius: 14px;


  box-shadow: 0 8px 20px rgba(72, 121, 12, 0.788);
  border: 1px solid #7baf3d;

  transition: 0.3s ease;
}


.nav-cart {
  margin-left: auto;
}

.cart-link {
  color: #388e3c;
  font-size: 22px;
  position: relative;
  text-decoration: none;
}

.cart-link:hover {
  color: #2e7d32;
}

.cart-count {
  position: absolute;
  top: -10px;
  /* right: -10px; */
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}



.about-card:hover {
  box-shadow: 0 14px 35px rgba(120, 211, 9, 0.8);
}

.about-card h4 {
  color: #388e3c;
  font-weight: bold;
}

.vision-section {
  background: #f4f9f4;
  padding: 50px 0;
}

.vision-section h3 {
  color: #2e7d32;
  font-weight: bold;
}

footer {
  background: #7baf3d;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0px;

  margin-top: 30px;
}

.ww {
  margin-top: 20px;
}

footer h2 {
  color: #000;
}

footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer a {
  color: #000;
}

.copyy {
  /* background:#105e06 ; */
  background: rgb(54 97 49);
  padding: 10px;
}

.copyy p {
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
}

.abt h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.abt form {
  border: 1px solid #ffef14;
  padding: 10px;
  box-shadow: inset 0px 0px 191px 4px #1a6e2933;
}

.abt label {
  margin-top: 10px;
  font-weight: 600;
  font-size: 17px;
}


.category-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2.5rem;
  color: var(--dark-green);
  font-weight: 700;
  margin-bottom: 15px;
}

.category-icon i {
  font-size: 40px;
  color: #019445;
}

.section-title h2 {
  color: rgb(54 97 49);
  font-weight: 700;
}

.section-title h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #7baf3d;
  margin: 10px auto 0;
  border-radius: 10px;
}

.section-title p {
  color: #666;
  font-size: 1.1rem;
}

.category-card {
  background: linear-gradient(135deg, #e9f4dc, #bfe2a1, #7baf3d);
  border-radius: 16px;
  padding: 25px;
  text-align: center;
  transition: 0.4s ease;
  box-shadow: 0 6px 15px rgba(123, 175, 61, 0.3);
  height: 100%;
}


.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(45, 134, 89, 0.2);
  border-color: var(--primary-green);
}

.category-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--light-green), var(--primary-green));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: white;
}

.category-card h4 {
  color: var(--dark-green);
  font-weight: 600;
  margin-bottom: 10px;
}



.gal {
  padding: 40px 0px;
}

.rr {
  margin-top: 55px;
}

.qq {
  margin-top: 10px;
  margin-bottom: 10px;
}

.qrrr {
  margin-bottom: 2px;
  margin-top: 10px;
}

.product-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #7baf3d;
}

.section-subtitle {
  color: #555;
  font-size: 1.1rem;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}


.product-image {
  position: relative;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7baf3d, #b6e388);
}

.product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  border-radius: 5px;
  font-weight: 600;
}

.product-info {
  padding: 15px;
  text-align: center;
}

.product-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-price {
  color: rgb(54 97 49);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.product-image {
  height: 200px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-price .old-price {
  color: #888;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 5px;
}

.btn-cart {
  background: #7baf3d;
  color: #fff;
  border-radius: 20px;
  transition: 0.3s;
}

.btn-cart:hover {
  background: #5a8f2b;
  color: #fff;
}




.contact-section {
  background: #f4f9f4;
}

.contact-box,
.contact-form-box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.contact-box h3,
.contact-form-box h3 {
  color: #388e3c;
  margin-bottom: 20px;
}

.contact-box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-box i {
  color: #7baf3d;
  margin-right: 8px;
}

.social-icons a {
  color: #388e3c;
  font-size: 20px;
  margin-right: 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #7baf3d;
}

.contact-form-box .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
}

.contact-form-box .form-control:focus {
  border-color: #7baf3d;
  box-shadow: none;
}

.blog-section {
  background: #f4f9f4;
}

.blog-card {
  background: white;
  border-radius: 10px;
  border: 2px solid #28a745;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 15px;
}

.blog-content h5 {
  color: #388e3c;
  font-weight: 600;
}

.blog-content p {
  font-size: 14px;
  color: #555;
}

.size-options {
  display: flex;
  gap: 15px;
}

.size-card {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  width: 120px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.size-card img {
  width: 70px;
  height: auto;
}

.size-card p {
  margin: 5px 0;
  font-size: 14px;
}

.size-card h6 {
  color: #000;
  font-weight: bold;
}

.size-card:hover {
  border-color: #00b4b4;
}

.size-card.active {
  border-color: #00b4b4;
  box-shadow: 0 0 6px rgba(0, 180, 180, 0.5);
}

.size-card.popular {
  border-color: #00b4b4;
}




.category-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.category-link:hover {
  color: inherit;
}

.category-link,
.category-link:hover,
.category-link:focus,
.category-link:active {
  text-decoration: none !important;
  color: inherit !important;
}

.goog-te-gadget {
  display: none !important;
}

/* Language select box */
#languageSelect {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #2e8b57;
  font-size: 15px;
  font-weight: 500;
  background: white;
  color: #2e8b57;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

.mobile-product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.product-img {
  position: relative;

  background: #f9f9f9;
  text-align: center;
}

.product-img img {
  height: 150px;
}

.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}

.product-body {
  padding: 15px;
}

.product-name {
  color: orange;
  font-weight: bold;
}

.stars {
  color: orange;
  font-size: 14px;
}

.product-desc {
  font-size: 13px;
  color: #555;
}

.price-row {
  margin-top: 5px;
}

.mrp {
  text-decoration: line-through;
  color: #999;
}

.price {
  font-size: 20px;
  color: orange;
  font-weight: bold;
  margin-left: 5px;
}

.discount {
  background: red;
  color: white;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
}

.available {
  font-size: 13px;
  color: green;
  margin-top: 8px;
}

.btn-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.add-btn {
  background: #e8f5e9;
  color: green;
  font-weight: bold;
}

.buy-btn {
  background: orange;
  color: white;
  font-weight: bold;
}

.available-products {
  font-size: 13px;
  color: red;
  margin: 6px 0;
  font-weight: 500;
}

.cart-product-card {
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cart-product-image img {
  width: 250px;
  height: 100%;
  object-fit: cover;
}

.cart-product-info {
  padding: 20px;
}

.cart-product-info h3 {
  color: rgb(54 97 49);
  font-weight: bold;
}

.cart-desc {
  font-size: 14px;
  color: #555;
  margin: 10px 0;
}

.cart-price {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.cart-price span {
  text-decoration: line-through;
  font-size: 16px;
  color: #888;
  margin-left: 10px;
}

.cart-buttons {
  margin-top: 15px;
}

.cart-buttons .btn {
  margin-right: 10px;
}

.cart-section {
  display: none;
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  height: fit-content;
  /* background: rgba(163, 155, 155, 0.452);  */
  border-radius: 15px;
  padding: 0;
  z-index: 9999;
  transform: scale(0.85);
  transition: 0.3s ease;
  box-shadow: none;
}


.cart-section.show-cart {
  display: block;
  transform: scale(1);
}

.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.cart-overlay.show-overlay {
  display: block;
}

body {
  overflow-x: hidden;
}

.navbar-nav {
  flex-wrap: wrap;
  justify-content: center;
}


.nav-item.break-after {

  text-align: center;

}

/* Items after Blog */
.nav-item.break-after~.nav-item {
  margin-left: 15px;
  text-align: center;
}

#cartPreview1 {
  display: none;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 350%;
  z-index: 999;
  /* background: #444141;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);  */
  border-radius: 10px;
}

/* Show on hover */
#cartPreview1.show-cart {
  display: block;
}

#cartPreview2 {
  display: none;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  width: 350%;
  z-index: 999;
  /* background: #444141;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);  */
  border-radius: 10px;
}

/* Show on hover */
#cartPreview2.show-cart {
  display: block;
}

.enquiry-btn {
  padding: 12px 25px;
  background: #ec5d05;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  bottom: 20px;
  position: fixed;
  right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 998;
}

.enquiry-btn:hover {
  background: #d14d02;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.chat-btn {
  padding: 12px 25px;
  background: #28a745;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  bottom: 80px;
  position: fixed;
  right: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 998;
}

.chat-btn:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;

}

.popup-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 300px;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.care-option {
  display: block;
  margin: 15px 0;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}

.call {
  background: #007bff;
  text-decoration: none;
}

.whatsapp {
  background: #25d366;
  text-decoration: none;
}

/* Chat Window Styles */
.chat-window {
  display: none;
  position: fixed;
  bottom: 140px;
  right: 20px;
  width: 350px;
  height: 450px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  z-index: 999;
  flex-direction: column;
  overflow: hidden;
}

.chat-window.show-chat {
  display: flex;
}

.chat-header {
  background: #28a745;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.chat-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.chat-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.chat-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-message {
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 80%;
  word-wrap: break-word;
}

.chat-message.bot {
  background: #e9ecef;
  align-self: flex-start;
  color: #333;
}

.chat-message.user {
  background: #28a745;
  color: #fff;
  align-self: flex-end;
}

.chat-footer {
  padding: 15px;
  background: #fff;
  border-top: 1px solid #dee2e6;
  display: flex;
  gap: 10px;
}

.chat-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}

.chat-input:focus {
  border-color: #28a745;
}

.chat-send-btn {
  background: #28a745;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.chat-send-btn:hover {
  background: #218838;
}

.available-products span {
  cursor: pointer;
  padding: 1px 2px;
  margin: 0 3px;
  border-radius: 4px;
  /* transition: all 0.3s ease;
  font-weight: 500; */
}

/* Hover effect */
.available-products span:hover {
  background-color: #7baf3d;
  color: #fff;
}

.banner img {
  width: 126%;
  margin-left: -125px;

}

.rr {
  padding: 10px;
}

/* Testimonial Section */
.testimonial-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  border: 2px solid #2e7d32;
  height: calc(100% - 30px);
}

.testimonial-text {
  font-style: italic;
  color: rgb(54 97 49);
  margin-bottom: 20px;
  line-height: 1.8;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: var(--primary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  margin-right: 15px;
}

.author-name {
  font-weight: 600;
  color: var(--dark-green);
}

.author-role {
  color: #000000;
  font-size: 14px;
}

.ferbanner img {
  width: 135%;
  margin-left: -140px;
}

.veg {
  background: #f8f9fa;
  ;
}

.veg img {
  transition: transform 0.3s ease;
}

.veg a:hover img {
  transform: scale(1.05);
}

/* Navbar Icon Wrapper Styling */
.nav-icon-wrapper {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.nav-icon {
  width: 100%;
  height: 100%;
  border-radius: 500px !important;
  object-fit: contain;
  border-radius: 4px;
  /* Set your default image here or via different selectors */
  /* content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%237baf3d"><circle cx="12" cy="12" r="8"/></svg>'); */
}

/* Hover effect for nav icon wrapper */
.nav-item:hover .nav-icon-wrapper {
  background-color: rgba(123, 175, 61, 0.1);
  transform: scale(1.1);
}

/* Optional: Different images for different nav items */
/* You can customize each nav link icon by targeting specific nav items */
.nav-item:nth-child(1) .nav-icon {
  /* Home icon */
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
  /* content: url('data:image/svg+xml,<svg xmlns="https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg" viewBox="0 0 24 24" fill="%237baf3d"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>'); */
}

.nav-item:nth-child(2) .nav-icon {
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
}

.nav-item:nth-child(3) .nav-icon {
  /* Fertilizers icon */
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
}

.nav-item:nth-child(4) .nav-icon {
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
}

.nav-item:nth-child(5) .nav-icon {
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
}

.nav-item:nth-child(6) .nav-icon {
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
}

.nav-item:nth-child(7) .nav-icon {
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
}

.nav-item:nth-child(8) .nav-icon {
  background-size: contain;
  background-image: url("https://s3-ap-southeast-1.amazonaws.com/osemv3-content-pro/my/cnt/content/202006/14401_banner_1592547132.jpg");
}

/* Active/hover state for icons */
.nav-item:hover .nav-icon,
.nav-item.active .nav-icon {
  filter: brightness(1.2);
}

.form-control:focus {
  box-shadow: none;
  border-color: inherit;
  /* 'none' is invalid for border-color */
}

.no-focus {
  box-shadow: none !important;
  min-width: 0;
}

.no-focus:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #dee2e6;
  /* optional: remove if you don't want this */
}

#productModal .modal-dialog {
  max-width: 95vw;
  /* controls horizontal space */
  width: 95vw;
}

nav .dropdown:hover>.dropdown-menu {
  display: block;
}

/* Used for Rounding Google Map on Footer */
iframe {
  border-radius: 12px;
}

.fa-brands:hover {
  color: #366131;
}

.modalItemSelected {
  background-color: green !important;
  color: white !important;
  transition: 0.1s ease;
}

.iconContainer {
  height: 70px;
  width: 70px;
  background-color: #e0e7ff;
  border-radius: 50%;
}

.text-customSecondary {
  color: #dadada;
}

.categoryImageContainer {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/* Hide Google Translate top bar */
.goog-te-banner-frame,
.goog-te-banner,
.goog-te-menu-value,
.goog-te-menu-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

/* Fix for the blue bar and iframe container */
iframe.goog-te-banner-frame {
  display: none !important;
}

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/*Hide ENDS*/

.cartImage {
  height: 75px;
  width: 100px;
  border: 1px gray solid;
  border-radius: 5px;
}

.text-strike {
  text-decoration: line-through;
}

/* Remove Bootstrap blue focus halo */
.no-halo:focus,
.no-halo:active,
.no-halo:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove number spinners ONLY for inputs with .no-spinner */
input.no-spinner::-webkit-inner-spin-button,
input.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.no-spinner {
  -moz-appearance: textfield;
}

.g-3 {
  gap: 10px;
}

.bg-light-green {
  background-color: #d7ffe5;
}

.bg-lightgray-blue {
  background-color: #d4d7e6;
}

.bg-lightgray-green {
  background-color: #d9e6d4;
}

.hover-grow:hover {
  transform: scale(1.1);
}

/* SideNav Code */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  /* font-size: 25px; */
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #476f39;
}

.sidenav .closebtn {
  /* position: absolute; */
  top: 0;
  right: 0px;
  font-size: 36px;
  /* margin-left: 50px; */
}

#main {
  transition: margin-right .5s;

}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* SideNav Code Ends */


.border-rad-500 {
  border-radius: 500px;
}

.border-rad-50p {
  border-radius: 50%;
}

.border2green{
  border: 2px solid green;
}

.breadcrumb{
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: transparent;
}