html,
body {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #000000;
}

.product-title {
  font-weight: 400;
}

.navbar-nav a.nav-link {
  color: var(--primary);
}

.devider-left {
    border-left: 1px solid #ebebeb;
  }
  .secondary_title {
    padding-left: 10px;
  }
.loader .loader-outter {
    border-left-color: transparent;
}
.loader .loader-inner {    
    left: calc(50% - 20px);
    border-right: 0;
}
.scroll-top::after {
    left: 5%;
    
}
.scroll-top {
    right: 50px;
    
}
.product-thumbnail {
    margin-right: 0.25rem;
}

#cart-modal .icon-badge.badge.bg-warning {
    position: absolute;
    display: inline;
    inset-inline-end: 12px;
    top: 8px;
    padding: 3px 3px;
    outline: 2px solid #fff;
    width: 20px;
    height: 18px;
}

#cart-modal .nav-link {
    position: relative;
}

.input-group-text.icon-prefix {
    border-radius: 50px 0 0 50px;
}



.front-block ul {
    margin-left: 10%;
}

.btn-buynow {
    text-align: right;
}

.product-buynow {
    border-left: 1px solid var(--secondary);
}

@media (max-width: 768px) {
    .btn-buynow {
      text-align: left;
    }
  
    .product-buynow {
      border-left: 0;
    }
  }

.lang-en .product-price {
  font-size: 1.0rem;
}