body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'poppins',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

/* font variables */
:root {
  --Poppins-Thin: "Poppins-Thin";
  /* 100 */
  --Poppins-ExtraLight: "Poppins-ExtraLight";
  /* 200 */
  --Poppins-Light: "Poppins-Light";
  /* 300 */
  --Poppins-Regular: "Poppins-Regular";
  /* 400 */
  --Poppins-Medium: "Poppins-Medium";
  /* 500 */
  --Poppins-SemiBold: "Poppins-SemiBold";
  /* 600 */
  --Poppins-Bold: "Poppins-Bold";
  /* 700 */
  --Poppins-ExtraBold: "Poppins-ExtraBold";
  /* 800 */
  --Poppins-Black: "Poppins-Black";
  /* 900 */
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.row {
  margin: 0 !important;
  padding: 0 !important;
}

/* import font family */
@font-face {
  font-family: "Poppins-Thin";
  src: local("Poppins-Thin"),
    url("/fonts/Poppins-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: local("Poppins-ExtraLight"),
    url("/fonts/Poppins-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Light";
  src: local("Poppins-Light"),
    url("/fonts/Poppins-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Regular";
  src: local("Poppins-Regular"),
    url("/fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Medium";
  src: local("Poppins-Medium"),
    url("/fonts/Poppins-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: local("Poppins-SemiBold"),
    url("/fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Thin";
  src: local("Poppins-Thin"),
    url("/fonts/Poppins-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Bold";
  src: local("Poppins-Bold"),
    url("/fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: local("Poppins-ExtraBold"),
    url("/fonts/Poppins-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Poppins-Black";
  src: local("Poppins-Black"),
    url("/fonts/Poppins-Black.ttf") format("truetype");
}

.custom-scrollbar {
  max-height: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: rgba(99, 115, 129, 0.48) #f0f0f0;
  /* For Firefox */
}

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

/* ------------------------------  */

.customBox {
  display: 'flex';
  border-radius: 50px;
  padding: 5px;
  flex-direction: row;
  align-items: center;
  width: "50%";
}

.carousel-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  background-color: #f5f5f5;
}

.carousel-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.vegBox {
  /* justify-content: center;
  align-items: center;
  display: flex; */
  /* left: 0; */
  /* right: 0;
  bottom: 0; */
  /* position: absolute; */
}

.sellerBox {
  text-align: center;
  border-radius: 10px;
}
