body {
  font-family: "Manrope", sans-serif !important;
}

.badge-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #fbbf24;
  color: #1a1a1a;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  z-index: 10;
}

.badge-new {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #059669;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  z-index: 10;
}

.card-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 8px 0;
}

.price-current {
  font-size: 20px;
  font-weight: 700;
  color: black;
}

.price-old {
  font-size: 14px;
  color: #9ca3af;
  text-decoration: line-through;
}

.product-card {
  border-radius: 12px;
  position: relative;
  border: 1px solid var(--bs-border-color);
}
.product-card .card-info {
  padding: 0 12px 12px 12px;
}

.product-card .card-info .card-title {
  font-size: 16px;
  font-weight: 700;
  color: black;
  line-height: 28px;
}

.card-popular {
  padding: 12px !important;
}

/* new footer */
.footer {
  background-color: var(--main-color) !important;
  color: white !important;
  padding: 0;
}

.footer img {
  border-radius: 0 !important;
}
.footer a,
.footer span,
.footer h6,
.footer p,
.footer a {
  color: white !important;
}
.footer h6 {
  font-weight: 600;
}
.footer a:hover {
  color: lightgray !important;
}
.footer.footer-white a.icon-socials {
  border: 1px solid #e4e6e8;
}

a.icon-socials svg {
  fill: inherit !important;
}

.footer-bottom {
  border-top: 1px solid rgb(228, 230, 232, 0.3) !important;
  border-bottom: 1px solid rgb(228, 230, 232, 0.3) !important;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer .footer-bottom {
  padding: 12px 0px 12px 0px;
}

.right-social {
  border-radius: 28px 0 0 28px;
  padding: 12px 8px 12px 10px;
}
.right-social a {
  border-radius: 50px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-social a:hover {
  transform: scale(1);
  background-color: var(--main-color);
}
.right-social a:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(81deg) brightness(110%)
    contrast(103%) !important;
}

.box-footer-col-3 {
  margin: 0px 0 20px 0 !important;
}

.footer .icon-hover path {
  fill: var(--main-color);
}
a.icon-socials:hover {
  transform: translateY(0);
  transition-duration: 0.2s;
}

.footer .icon-hover:hover {
  fill: var(--main-color);
  stroke: inherit;
}

.icon-hover:hover svg {
  transform: scale(1);
}
.nav-main-menu {
  justify-content: center !important;
}

footer img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(359deg) brightness(123%)
    contrast(97%);
}

/* new footer */

a {
  text-decoration: none !important;
}

@media (max-width: 1200px) {
  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
    padding: 16px !important;
  }
  .offcanvas-body.p-0 {
    padding: 16px !important
    ;
  }
}

.sale-lbl {
  right: 20px !important;
}

.sticky-bar.stick {
  z-index: 99 !important;
}
