.btn-primary{
  background-color: #198754;
  border-color: #198754;
}
.bg-primary{
  background-color: #198754!important;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(0,0,0);
} 
.navcustom{
  flex-wrap:nowrap;
}
.cart-icon {
  position: fixed;
  color:#fff;
  bottom: 20px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
  z-index: 1000; /* Ensure it's above other content */
}
.cart-icon2 {
  position: fixed;
  color:#fff;
  bottom: 20px; /* Adjust as needed */
  left: 10px; /* Adjust as needed */
  z-index: 1000; /* Ensure it's above other content */
}
.cart-icon a {
  color:#fff;
  background-color:#198754;
  font-size: 32px; /* Adjust the font size as needed */
}
.cart-icon2 a {
  color:#fff;
  background-color:#198754;
  font-size: 32px; /* Adjust the font size as needed */
}
.customcard {
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  overflow: auto; /* Enable scrolling */
  margin:15px 0px 15px 0px;
}

.customcard::-webkit-scrollbar {
  width: 0; /* Hide scrollbar */
}

.customcard::-webkit-scrollbar-thumb {
  background-color: transparent; /* Make scrollbar thumb transparent */
}
.nav-link2 {
  font-size:13px;
  display: block;
  padding: 0.5rem 0.5rem .5rem 0.5rem;
  color: #0d6efd;
  text-decoration: none;
  text-wrap: nowrap;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.input-group-text {
  padding: .300rem .40rem!important;
}
.start-100 {
  left: 130% !important;
}
.badge{
  font-size: 0.75em!important;
  padding: .15em .35em!important;
}
@media (max-width: 600px) {
  .cart-icon2 {
    left: 10px; 
  }
  .cartmobileview{
    display: inline;
  }
  .mobilenavbarwrap{
    flex-wrap: nowrap!important;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%; /* Adjust this value as needed */
    left: 0;
    width: 100%;
    background-color: #fff; /* Adjust background color as needed */
  }
  .navbar-nav {
    display: flex;
    padding-left: 10px;
    margin-bottom: 0;
    list-style: none;
    flex-direction:row;
    float:right!important;
}
.nav-item{
  padding-left:1rem;
  padding-right:1rem;
}
}