.product_btn,
.product_btn:hover {
    background: var(--button_color);
    color: var(--button_text);
}

.type .nav-link {
    border-radius: 40px;
    background-color: var(--button_color);
    color: var(--button_text);
    border: none;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.card-body {
    padding: 0.8rem
}

.card_product {
    width: 100%;
    padding: 10px;
}

.scrolling-wrapper {
    white-space: nowrap;
    overflow-x: auto;
}

.product h4 {
    padding-bottom: 20px;
    margin: 0;
}

.product p {
    margin: 0;
}

.card-text {
    color: #212529;
}

.product .card {
    padding: 10px 20px;
    margin: auto;
}

.col_product .card:hover {
    transform: translateY(-5px);
    box-shadow: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #C83737;
}

.type .nav-item {
    padding: 10px 10px;
}

.list_h {
    height: 2.8rem;
}

.TagTypeTitle h3 {
    color: #000;
    font-weight: bold;
}

.FlashSale_box {
    background-color: #f2f2f2;
    border-radius: 15px;
}

.FlashSale_title {
    background-color: #ffd632;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}



@media (max-width:992px) {
   
    .list_h {
        height: 80px
    }
    .group .pzul {
        display: none;
    }
    .group .pzul li {
        display: inline;
    }
    .Type_group {
        display: inline;
    }
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .top-img:hover .card_product {
    opacity: 0.3;
  }
  
  .top-img:hover .middle {
    opacity: 1;
  }
  
  .text {
    padding: 16px 32px;
  }

  /* FILTERS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ol {
    list-style: none;
  }
.filters {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .filters * {
    display: inline-block;
  }
  
  .filters label {
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    border-radius: 2rem;
    min-width: 50px;
    line-height: normal;
    cursor: pointer;
    transition: all 0.1s;
    border: 1px solid #49b293;
  }
  
  .filters label:hover {
    background: #49b293;
    color: #fff;
  }
  .filter_color{
    color:#49b293
  }

