/*
.product-control.on-page .button-number {
 width: auto; 
}
*/


.product-control .counter {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
//================================
//    special categories
//================================

.special-categories-wrapper {

  margin-bottom: 1rem;
}

.special-categories-heading-wrapper {


  margin-bottom: 1rem;
}

.special-categories-heading {

  @extend %heading-h5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: $color-link-primary;
}

.special-category {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 25%;
  margin-bottom: 2.5rem;

  @include media-max(md) {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }

  @include media-max(sm) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  @include media-max(mc) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0.5rem auto;
  }
}

.category-caption {
  text-align: center;
  margin-top: 0.4rem;
}

.category-inner {

  @include link-decor($color-link-primary, $color-link-primary-hover);
}

 @media screen and (max-width: 900px) {
img {
  max-width: 400px !important;
  height: auto !important;
}
}
