
.site-header.istop {
  background-color: transparent;
  /* color: #fff; */
}
.site-header.istop a.nav-link,
.site-header.istop .dropdown .btn{
  color: #fff;
}
.nav-link svg{
  height: 20px;
}
.site-header.istop .nav-link svg path{
  fill: #fff;
}
.site-header.isnotop .nav-link svg path{
  fill: var(--bs-navbar-color);
}
.site-header.isnotop{
  background-color: #f8f9fa;
  box-shadow: 0 .5rem 1rem #00000026, inset 0 -1px #ffffff26;
}
.cart-count{
  color: #fff;
  position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: red;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    padding: 0;
    margin: 0;
    left: 15px;
    top: 5px;
}
.site-header .dropdown-menu{
  left: -76px;
}
.main-content {
  min-height: calc(100vh - 533px);
  margin-top: -57px;
}
.swiper-bullet{
  background: #fff;
  opacity: .5;
}
.swiper-bullet-active{
  background: #fff;
  opacity: 1;
}

.h2{
  font-size: 1.25rem;
  line-height: 28px;
}
.bg_image{
  background-color: #f8f9fa;
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-meta {
    text-align: center;
    position: relative;
    padding: 10px 0 6px;
    line-height: 1.4;
}
.product-link{
  color: #000;
  text-decoration: none;
  background: transparent;
}
.user-rating .user-rating-content {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    vertical-align: middle;
}
/* svg.user-icon {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
} */
.product-price{
  font-size: 14.45px;
    color: #1c1d1d;
    margin-top: 5px;
}
.price_original{
  text-decoration: line-through;
}
.product-price .invisible{
  clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
a.footer-link{
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  text-decoration: none;
  background: transparent;
}