.sliderContainer {
  width: 100%;
  padding: 80px 0 70px;
  overflow: hidden;
  margin: 0rem 0 6rem;
  display: block;
  position: relative;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0
}

.sliderTitleContainer {
  font-size: 16px;
  margin: 0 auto 2rem;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 0;
  overflow: hidden;
  width: calc(95% - 100px);
  float: left;
  margin-left: 2.5%;
  font-weight: var(--h1-font-weight);
  margin-right: 0;
  letter-spacing: 1px;
}

.arrowsContainer {
  float: right;
  width: 100px;
  display: flex;
  justify-content: end
}

.sliderGroupContainer {
  margin: auto;
  position: relative;
  width: calc(95% + 30px)
}

.sliderGroupSliderContainer {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto
}

.productSlide.slick-slide {
  margin: 0 15px
}

.productSlide .productViewContainer {
  width: 100%
}

.sliderRightArrow:hover,.sliderLeftArrow:hover {
  /* opacity: .8; */
}

.sliderLeftArrow {
  left: 15px;
  top: calc(50% - 68px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 10px;
  margin: 0 20px;
  /* width: 5px; */
  object-fit: contain;
}

.sliderLeftArrow:not(.slick-disabled):hover,.sliderRightArrow:not(.slick-disabled):hover {
  /* opacity: 0.8!important; */
}

.sliderRightArrow {
  right: 13.5px;
  top: calc(50% - 68px);
  z-index: 1;
  /* width: 5px; */
  object-fit: contain;
  height: 10px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out
}


.viewAll {
  text-align: center;
  text-transform: capitalize;
  margin: 30px auto 15px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--menu-font);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sliderGroupContainer {
      width:100%
  }

  .sliderGroupSliderContainer {
      width: 100%
  }

  .productSlide .productViewContainer {
      width: 100%;
      margin: 0;
      height: auto
  }

  .sliderContainer {
      width: 100%;
      height: auto;
      padding-block: 3rem;
  }

  .sliderLeftArrow,.sliderRightArrow {
      display: none
  }

  .sliderRightArrow {
      top: 36%;
      height: 39px;
      right: 3px;
      z-index: 1;
      background-size: contain
  }

  .sliderLeftArrow {
      top: 36%;
      left: 3px;
      height: 39px;
      z-index: 1;
      background-size: contain
  }

  .sliderTitleContainer {
      font-size: 1rem;
      margin: 1rem auto;
      width: 90%
  }

  .sliderContainer .productViewBottom {
      height: auto
  }

  .productSlide.slick-slide {
      margin: 0 5px
  }

  .viewAll.lineEffectLeft::after {
    bottom: 0px;
    background: #494B30;
  }
}

@media screen and (max-width: 1100px) {
  .viewAll.lineEffectLeft::after {
    bottom: 0px;
    background: #494B30;
  }
}
