@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  --background-infomation: #e02027;
  --text-color-dropdown: #333333;
  --menu-user: #7c7575;
  --text-color: black;
  --price: #d21212;
  --products: #890502;
  margin: 0 !important;
  padding: 0 !important;
  background: #f4f8fa;
}
body .swiper-button-next {
  background: rgba(0, 0, 0, 0.201);
  border-radius: 50%;
  padding: 5px;
}
body .swiper-button-next .swiper-navigation-icon {
  height: 80%;
  color: white;
}
body .swiper-button-prev {
  background: rgba(0, 0, 0, 0.201);
  border-radius: 50%;
  padding: 5px;
}
body .swiper-button-prev .swiper-navigation-icon {
  height: 80%;
  color: white;
}
body .swiper-slide {
  border-radius: 20px;
  width: 100%;
}
body .banner {
  display: flex;
  width: 100%;
  position: fixed;
  top: 200px;
}
body .banner .imgbanner1 {
  padding-left: 2%;
  margin-right: auto;
}
body .banner .imgbanner2 {
  padding-right: 2%;
  margin-left: auto;
}

.container {
  padding: 0 2%;
}

/*# sourceMappingURL=base.css.map */
