@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: aliceblue;
}

.setting-icon {
  display: flex;
}

.main .row {
  width: 100%;
}

.setting-icon a h3 {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  /* padding-left: 15px; */
  font-size: 30px;
  top: 0;
  /* margin-top: -5px; */
  text-decoration: none;
}

.setting-icon a {
  text-decoration: none;
  color: #ff7200;
}

.fa-bars {
  margin-top: 5px;
}

.input-grey-rounded {
  margin-top: -15px;
}

.input-grey-rounded:active:hover {
  border-color: #ff7200;
}

.favorite-icon {
  text-align: end;
  font-size: 25px;
  justify-content: end;
}

.main {
  background: #fff;
  width: 100%;
  position: sticky;
  top: -70px;
  z-index: 999;
}

.search-engine-main {
  display: inline-block;
  margin: 0 auto;
}

.input-grey-rounded {
  font-size: 16px;
  line-height: 1.5;
  background: #ffff;
  border: 1px solid #ccc;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%238C92A0' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 15px 10px;
  background-size: 20px 20px;
  border-radius: 100px;
  width: 100%;
  padding: 0.5em 1em 0.5em 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone-call {
  width: 50px;
  height: 50px;
  /* left: 20px; */
  right: 20px;
  bottom: 30px;
  /* background: #10b418; */
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-calls {
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 90px;
  /* background: #10b418; */
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.input-grey-rounded::placeholder {
  color: #ccc;
}

.catogories a {
  text-decoration: none;
  color: #000;
}

div.wheat-product img {
  border: 1px solid transparent;
  border-radius: 50%;
  overflow-x: scroll;
  width: 80px;
}

@media screen and (max-width: 768px) {
  div.wheat-product img {
    width: 70px;
  }

  .product-title {
    font-size: 20px;
    text-align: left;
  }
}

.catogories-items {
  margin-top: -20px;
}

.wheat-product p {
  text-align: center;
}

.catogories {
  display: inline-flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.catogories::-webkit-scrollbar {
  display: none;
}

.tag {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.banner {
  margin-top: -38px;
}

.product-title {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  text-align: left;
}

.Our-Products {
  background-color: aliceblue;
  padding: 5px;
}

#product-grid,
.backc {
  background-color: #fff;
}

.NameOfProduct {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #000;
}

.PriceofProduct {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-top: -20px;
  font-size: 15px;
  color: #ff7200;
}

.ResultNameOfProduct {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.ResultPriceofProduct {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-top: -20px;
  font-size: 15px;
  color: #ff7200;
}

.copyright {
  text-align: center;
}

.copyright-side a {
  text-decoration: none;
  color: #ff7200;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.copyright p {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

#search-results {
  display: flex;
  /* border: 1px solid #000; */
  padding: 20px;
}

/* Apply styles to the popup */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.popup p {
  margin: 0;
}

.popup button {
  margin-top: 10px;
}

.inputResult {
  display: block;
}

/* Additional CSS for some other elements */
.setting-icon h3 {
  display: inline;
  font-family: "Tangerine", cursive;
  font-size: 35px;
  font-weight: bold;
  color: #ff7200;
  margin-left: 10px;
}

.favorite-icon {
  float: right;
}

.favorite-icon .fa-user,
.favorite-icon .fa-cart-shopping {
  margin-left: 10px;
}

.items a {
  text-decoration: none;
}

.items {
  border: 1px solid #000;
  padding: 5px;
}

.items {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.ResultNameOfProduct {
  color: #000;
}

.product-title {
  background-color: #fff;
}

/* Nachni Product */

.products-img img {
  height: 100%;
}

.organic-title {
  font-size: 20px;
  background-color: #ff7200;
  color: #fff;
  width: 150px;
  text-align: center;
  border-radius: 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.product-name {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.amount-product {
  display: flex;
  align-items: center;
}

.amount-product i,
.amount-product h2,
.amount-product span {
  margin-right: 5px;
}

.amount-product h2 {
  font-size: 50px;
}

#quantityDialog {
  left: 40%;
  top: 50%;
}

.button-buy {
  display: flex;
}

.Buy-button button,
.add-to-cart-button button {
  background-color: darkorange;
  color: #fff;
  width: 100%;
  padding: 5px;
  font-size: 25px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  border-radius: 10px;
}

.Buy-button button:hover {
  background-color: #ff7200;
}

.add-to-cart-button button:hover {
  background-color: #ff7200;
}

@media screen and (max-width: 768px) {
  #quantityDialog {
    left: 20%;
    top: 50%;
  }

  /* .carousel-item img{
        height: 100px;
        width: 100%;
    } */
  /* .items{
        height: 400px;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    } */
}

@media screen and (max-width: 425px) {
  #quantityDialog {
    left: 5%;
    top: 50%;
  }
  /* .items{
        height: 240px;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    } */
}
/* @media screen and (max-width: 320px) {
    .items{
        height: 180px;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }
} */

@media screen and (min-width: 768px) {
  .product-data {
    border: 1px solid transparent;
    /* margin-top: 195px; */
  }
}

.highlight {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: bolder;
}

.notice {
  color: red;
}

.nachni-info ul li,
.nachni-info p {
  text-align: justify;
}

/* Notification code */
#notification-container {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

#notification-message {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.parent-container {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.cancel {
  color: #000;
}

.cancel h1 {
  border: 1px solid #000;
  width: 52px;
  text-align: center;
}

/* Notification code end */

/* sideNavbar code start */

.sidemain .side-bar {
  background: #1b1a1b;
  backdrop-filter: blur(15px);
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -250px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: left;
  z-index: 9999;
}

.sidemain .side-bar::-webkit-scrollbar {
  width: 0px;
}

.sidemain .side-bar.active {
  left: 0;
}

.sidemain h1 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 13px;
  font-family: sans-serif;
  letter-spacing: 2px;
}

.sidemain .side-bar .menu {
  width: 100%;
  margin-top: 30px;
}

.sidemain .side-bar .menu .item {
  position: relative;
  cursor: pointer;
}

.sidemain .side-bar .menu .item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 60px;
}

.sidemain .side-bar .menu .item a:hover {
  background: #33363a;
  transition: 0.3s ease;
}

.sidemain .side-bar .menu .item i {
  margin-right: 15px;
}

.sidemain .side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.sidemain .side-bar .menu .item .sub-menu {
  background: #262627;
  display: none;
}

.sidemain .side-bar .menu .item .sub-menu a {
  padding-left: 80px;
}

.sidemain .rotate {
  transform: rotate(90deg);
}

.sidemain .close-btn {
  position: absolute;
  color: #fff;

  font-size: 23px;
  right: 0px;
  margin: 15px;
  cursor: pointer;
}

.sidemain .menu-btn {
  position: absolute;
  color: rgb(0, 0, 0);
  font-size: 35px;
  /* margin: 25px;*/
  cursor: pointer;
}

.sidemain .main {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.sidemain .main h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-align: center;
  line-height: 80px;
}

@media (max-width: 900px) {
  .sidemain .main h1 {
    font-size: 40px;
    line-height: 60px;
  }
}

.sidemain img {
  width: 100px;
  margin: 15px;
  border-radius: 50%;
  margin-left: 70px;
  border: 3px solid #b4b8b9;
}

.sidemain header {
  background: #33363a;
}

.item label {
  color: #fff;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.camera-icon,
.edit-icon {
  display: flex;
  justify-content: end;
  cursor: pointer;
}

.camera-icon {
  margin-top: -85px;
}

.edit-icon {
  margin-top: -10px;
}

.fa-camera,
.fa-pen-to-square {
  color: #fff;
  font-size: 18px;
}

/* sideNavbar code End */
/* Image and name edit code start */

.img-container img {
  border-radius: 50%;
}

.sidebarname {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #fff;
  margin-top: -10px;
}

#user-edit {
  width: 30px;
  height: 30px;
  border: 1px solid #ff7200;
  border-radius: 50%;
  transition: width 0.3s ease, height 0.3s ease;
}

/* Image and name edit code end */

/* .qty {
    display: flex;
    align-items: center;
    margin: 10px;
} */

.qty {
  display: flex;
  align-items: center;
}

.qty label {
  margin-right: 10px;
}

.qtyminus,
.qtyplus {
  background: #f1f1f1;
  border: none;
  cursor: pointer;
  font-size: 20px;
  padding: 5px 10px;
  transition: background 0.3s;
}

.qtyminus:hover,
.qtyplus:hover {
  background: #ddd;
}

.qty input[type="number"] {
  appearance: none;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px 10px;
  text-align: center;
  width: 60px;
  /* margin: 0 10px; */
  background-color: transparent;
}
/* 
@media (max-width: 480px) {
    .qty {
        flex-direction: column;
    }

    .qtyminus,
    .qtyplus {
        width: 30px;
        font-size: 16px;
    }

    .qty input[type="number"] {
        width: 70px;
    }
} */

.favorite-icon img {
  cursor: pointer;
}
.maiContainer {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  overflow-y: auto;
}

/* Add a media query for screens wider than 1200px */
@media (max-width: 425px) {
  .popup {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .popup {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .popup {
    width: 100%;
  }
}

/* Rest of your styles... */

.registration-form {
  width: 100%;
}

h3 {
  text-align: center;
  margin-bottom: 20px;
}

.fname,
.lname,
.addresss,
.town,
.state,
.pin,
.phoneNo,
.email {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.saveBtn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}

.saveBtn:hover {
  background-color: #0056b3;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #ff0000;
}

.close:hover {
  color: #dd0000;
}

/* Notification msg */

.notification-main {
  background-image: url("../img/ganesh.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.notification-msg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 10px;
}

.notification-main .amount-product sup {
  font-size: 18px;
}

.notifi-button:hover {
  background-color: #f57c00;
}

.notification-msg {
  border: 1px solid #000;
}
.notifi-button {
  background-color: #ff7200;
  color: #fff;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  padding: 10px;
  border-radius: 10px;
}
.registration-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
}

/* #popup {
  max-width: 100%;
  background-color: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
} */
#popup::-webkit-scrollbar {
  width: 5px;
}
/* For Chrome, Edge, and Safari */
.registration-form::-webkit-scrollbar {
  width: 5px;
}

.registration-form::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.registration-form h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.registration-form input,
.registration-form button {
  width: calc(100% - 22px);
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
}

.registration-form input:focus,
.registration-form button:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.registration-form .saveBtn {
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.registration-form .saveBtn:hover {
  background-color: #0056b3;
}

.registration-form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #888;
  cursor: pointer;
}

@media (max-width: 500px) {
  .registration-form {
    width: 90%;
  }
}

/* signPop */

.signPop {
  text-align: end;
  position: absolute;
  top: 70px;
  right: 26px;
  display: none;
}

.triangle {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ff7200;
  background-color: #ff7200;
  border-radius: 5px;
  width: 130px;
}

.triangle::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ff7200;
}

#sign-in-btn {
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  border: 1px solid #a88734;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #111;
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
}

#sign-in-btn:hover {
  background: linear-gradient(to bottom, #f5d78e, #eeb933);
}

/* profile code start */

.container-xmark {
  display: none;
}

#close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 26px;
  border-radius: 5px;
  z-index: 10;
}

#close-button:hover {
  background-color: lightgray;
}

.blur-background {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* profile code end */
