.b-instock .item-unit1 {
  width: 572px;
  flex: 0 0 auto;
}

.b-instock .arrows {
  width: 68px;
  top: 0;
  right: 0;
}

.b-instock .arrows__arrow {
  top: 0;
  transform: translateY(0);
}

.b-instock .arrows__prev {
  left: 0;
}

.b-instock .arrows__prev:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 14px;
  background-color: #e0e0e0;
}

.b-instock .arrows__next {
  right: 0;
}

.b-instock__list {
  overflow: hidden;
  padding: 5px;
  margin: -5px;
}

.b-instock__list:not(.swiper-container-initialized) .item-unit1 {
  margin-right: 10px;
}

.b-instock__list-inner {
  display: flex;
}

.b-instock__ft {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b-instock__ft .btn {
  display: none;
}

.b-instock__dots {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
}

.b-instock__dots .dots__dot {
  display: inline-block;
  position: relative;
  transition: 0.2s transform, 0.2s left;
  vertical-align: top;
}

@media only screen and (max-width: 1199px) {
  .b-instock .item-unit1 {
    width: 324px;
  }
}

@media only screen and (max-width: 1075px) {
  .b-instock .item-unit1 {
    width: 268px;
  }
}

@media only screen and (max-width: 991px) {
  .b-instock .arrows {
    display: none;
  }

  .b-instock__list {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .b-instock__hd .btn {
    display: none;
  }

  .b-instock__cont {
    margin-left: -10px;
    margin-right: -10px;
  }

  .b-instock__ft .btn {
    display: block;
  }

  .b-instock__dots {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .b-instock__list {
    padding-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1075px) {
  .b-instock__cont {
    margin: 0 45px;
  }
}
/*# sourceMappingURL=maps/b-instock_2.css.map */
