@media screen and (min-width: 768px) and (max-width: 960px) {
  .stuffSeller {
    height: 100%;
  }
  .stuffInfoHolder, .stuffSeller {
    margin: 1em 0;
  }
  .stuffInfoHolder__info, .stuffInfoHolder__color, .stuffInfoHolder__Specifications {
    padding-right: 20px;
  }
  .next-one, .prev-one {
    display: none;
  }
  .swiperContainer {
    margin-top: unset;
  }
  .category__sliderTitle {
    padding-right: 1em;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .stuffInfoHolder__info {
    text-align: center;
    margin-top: 2em;
  }
  .stuffInfoHolder .custom-select-wrapper {
    width: 100%;
  }
  .stuffInfoHolder__Specifications {
    padding-right: 20px;
  }
  .stuffInfoHolder__options {
    margin-bottom: 1em;
  }
  .next-one, .prev-one {
    display: none;
  }
  .swiperContainer {
    margin-top: unset;
  }
  .category__sliderTitle {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .stuffInfoHolder__info {
    text-align: center;
    margin-top: 2em;
  }
  .stuffInfoHolder .custom-select-wrapper {
    width: 100%;
  }
  .stuffInfoHolder__Specifications {
    padding-right: 20px;
  }
  .stuffInfoHolder__options {
    margin-bottom: 1em;
  }
  .next-one, .prev-one {
    display: none;
  }
  .swiperContainer {
    margin-top: unset;
  }
  .category__sliderTitle {
    width: 95%;
    margin: 0 auto;
  }
  .stuffInfoHolder {
    margin: 1rem 0;
  }
  .stuffInfoHolder__info{
    margin-bottom: 0;
  }
  .stuffInfoHolder__options{
    align-items: flex-start;
  }
  .stuffInfoHolder__option{
    flex-basis: 20%;
    margin-bottom: 10px;
  }
  .stuffInfoHolder__option img{
    height: 32px;
    width: auto;
    opacity: 75%;
  }
  .stuffInfoHolder__option small{
    font-size: 70%;
    padding-top: .5em;
  }
  .stuff_color__border{
    border: 1px solid #E0E0EA !important;
    min-height: 150px;
    border-radius: 15px;
    padding: 1rem;
  }
  .stuff_spec__border{
    border: 1px solid #E0E0EA !important;
    border-radius: 15px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
  .stick{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    z-index: 100;
  }

}
/*# sourceMappingURL=stuffviewresponsive.css.map */