.poppins{
  font-family: "Poppins", sans-serif !important;
}
.btn-menu img{
opacity: 0.5;
}
.btn-menu{
  background-color: transparent;
  border: none;
}
.nav-cat .nav-item .nav-link{
  padding: 5px;
  color: black;
}
.nav-cat .nav-item{
  margin: 0 10px;
  width: 200px !important;
}
.nav-cat{
  flex-wrap: nowrap !important;
}

.cat-menu-layout{
  overflow-x: scroll;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color:#dc3545 !important;
}
.nav-link{
color: gray;
}
.nav-link:hover{
color: gray;
}
.img-cat{
  border-radius: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.h-card{
  height: 200px;
}
.sale-flash {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.sale-flash::before {
  content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%) rotate(55deg);
    width: 50px;
    height: 50px;
    background-color: white;
    clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
    z-index: 1;
}
.h-card img{
  height: 150px;
}
.menu{
  display: flex;
  flex-direction: column;
}
.menu a{
  padding: 10px 0px;
  color: black;
  text-decoration: none;
}
.bg-footer{
  background-color: #F3F4F6;
}
.pacifico {
  font-family: "Pacifico", cursive !important;
}
.nav-menu{
  position: sticky;
  top: 10%;
  z-index: 5;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.cat-menu-layout {
    overflow: hidden;
    position: relative;
  }
  
  .nav-cat::-webkit-scrollbar{
  display: none;
}
  .nav-cat {
  overflow: scroll;
    scroll-behavior: smooth;
    white-space: nowrap;
}



.scroll-btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    z-index: 10;
}

@media (max-width:760px) {
  .d-small-none{
  display: none !important;
  }
  .nav-menu{
    top: 20%;
  }
}
@media (max-width:576px) {
  .nav-menu{
    top: 18%;
  }
}

