html,
body {
  padding: 0;
  margin: 0;
  font-family: "Teachers", 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;
}


.category-item .category-block {
    background: var(--secondary);
    background: linear-gradient(90deg, var(--third) 0%, var(--secondary) 100%);
    right: 10px;
    left: 50px;
}
.category-item img {
    float: right;
    right: 0;
}
.category-item h4 {
    left: 10px;
}
.front-block ul {
    margin-left: 10%;
}

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

.product-buynow {
    
}

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