.product-selection-category {
  display: inline-flex;
  flex: inherit;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 13px 0;
  width: 65%;
  margin-left: 400PX;
  padding: 0 12px;
}
.category-picture {
  margin: 5px;
}

  .category-picture img {
    width: 300px;
    border-radius: 10%;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
  }

.category-picture-selected img {
  width: 370px !important;
  box-shadow: 0px 0px 7px 6px rgb(0 0 0 / 20%) !important;
}

.slidein {
  right: 0;
}

.categoty-slider {
  background-color: #dddbdb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  /*top: 25%;*/
  text-align: center;
  line-height: 29px;
  box-shadow: black 1px;
  box-shadow: -1px -2px 4px 0px rgb(0 0 0 / 20%);
  font-size: 31px;
  z-index: 100;
}

.categoty-slider-left {
  left: 0;
  margin-left: 410px;
}

.categoty-slider-right {
  right: 10%;
}



@media (max-width: 600px) {

  .category-picture-selected img {
    width: 130px !important;

  }
  .categoty-slider-left {
    left: 0;
    margin-left: 0PX;
  }

  .product-selection-category {
    display: inline-flex;
    flex: inherit;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 13px 0;
    width: 100%;
    padding: 0 12px;
    margin-left: 0px;
  }
  .category-picture img {
    width: 100px;
    border-radius: 10%;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
  }

  .category-picture-selected img {
    width: 150px !important;
    box-shadow: 0px 0px 7px 6px rgb(0 0 0 / 20%) !important;
  }
}