.sliderContainer {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: block;
  position: relative;
  /* float: left; */
  padding-bottom: 2rem;
}

.sliderTitleContainer {
  width: 46%;
  text-align: center;
  margin: 0px auto;
  text-transform: none !important;
  font-size: 25px;
  font-style: italic;
  margin-top: 40px;
  color: #7b201a;
  padding-top: 20px;
  font-family: "Arimo" !important;
  margin-bottom: 1rem;
}
.arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  gap: 28px;
}
.sliderGroupContainer .viewAll:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ec_book {
  height: auto !important;
  color: #000;
  width: 100%;
  margin: 0 auto;
  /* padding-top: 40px; */
  margin-top: 0;
  /* padding-bottom: 80px !important; */
  position: relative;
  height: 430px;
  overflow: hidden;
}

.ec_book_no_slider {
  display: flex;
  justify-content: center;
}

.ec_book_no_slider .sliderLeftArrow,
.ec_book_no_slider .sliderRightArrow {
  display: none;
}

.sliderGroupSliderContainer3 .slick-track {
  justify-content: center;
}

.bookContainer {
  width: 25%;
  margin-bottom: 0px !important;
}
.arrowsContainer {
  display: flex;
  gap: 25px;
  width: fit-content;
  margin: 1rem auto;
}

.productViewEcImage {
  position: relative;
  /* margin: auto; */
  width: 200px;
  height: 74%;
  object-fit: contain;
  overflow: hidden;
  display: block;
  position: relative;
  /* width: 100%; */
  /* width: auto; */
  z-index: 0;
  margin-top: 30px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-out;
  border: 2px solid #f6f6f6;
  /* aspect-ratio: 9/16; */
}

.productViewEcData {
  position: relative;
  width: 200px;
  margin: 0 auto;
  float: unset;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  color: #000;
  /* margin-left: 20px; */
  text-align: left;
}

.productViewEcName {
  position: relative;
  float: left;
  width: 100%;
  overflow: auto;
  height: auto;
  line-height: 22px;
  letter-spacing: 0px;
  font-size: 18px;
  /* margin: 7px auto; */
  font-weight: 100;
  overflow: hidden;
  /* text-transform: lowercase; */
}

.productViewEcAuthor {
  position: relative;
  float: left;
  width: 100%;
  /* overflow: auto; */
  height: auto;
  line-height: 19px;
  font-size: 18px;
  /* margin: 7px auto; */
  font-weight: 500;
  /* text-transform: lowercase; */
  letter-spacing: 0px;
  font-size: 16px !important;
  margin-top: 9px;
  color: #848484;
}

.productViewEcImageContainer {
  overflow: hidden;
  display: block;
  /* margin: 20px; */
  position: relative;
  width: 100%;
  float: none;
  width: fit-content;
  z-index: 0;
  /* margin: 20px; */
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-out;
  border: 2px solid #f6f6f6;
  padding: 10px;
  margin: 0 auto;
}
.sliderGroupContainer .viewAll {
  background: unset;
  border: unset;
  color: black;
  text-transform: unset;
  font-size: 18px;
  font-weight: 100;
  margin-top: 5px;
}
.productSlide {
  margin: 8px 20px;
}
.sliderGroupContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.arrowsAndTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 28px;
  margin-bottom: 10px;
}
.arrowsAndTitle img {
  width: 26px;
}
.sliderGroupSliderContainer {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sliderRightArrow:hover,
.sliderLeftArrow:hover {
  opacity: 0.8;
}

.sliderLeftArrow,
.sliderRightArrow {
  object-fit: contain;
  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;
  /* margin-bottom: 40px; */
  /* position: absolute; */
  height: 40px;
  width: 40px;
  height: 39px;
  width: 40px;
  left: calc(50% - 50px);
  /* top: calc(50% - 50px); */
  cursor: pointer;
  background-image: url(../../files/arrowLeft.svg);
  background-size: 25px;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  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;
}

.sliderLeftArrow {
  left: -9px;
}

.sliderRightArrow {
  right: -9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#specialOffersContainer .sliderLeftArrow,
#specialOffersContainer .sliderRightArrow {
  top: 41%;
}

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

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

  .productViewEcData {
    margin: 0px;
    margin-top: 20px;
  }
  .sliderGroupSliderContainer {
    width: 100%;
  }
  .sliderContainer.sliderEterna {
    padding-top: 50px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .productSlide .productViewContainer {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .sliderContainer {
    width: 100%;
    height: auto;
    margin: 20px auto 40px;
  }

  .sliderLeftArrow,
  .sliderRightArrow {
    display: none;
  }

  .sliderRightArrow {
    top: 36%;
    /* height: 16px; */
    right: 5px;
    z-index: 1;
    background-size: 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

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

  .sliderTitleContainer {
    text-transform: inherit;
    margin: 0px auto 10px;
    width: var(--web-container);
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .productViewEcImageContainer {
    width: 85%;
  }

  .arrowsContainer,
  .arrows {
    margin-bottom: 20px;
  }

  .sliderGroupContainer .viewAll {
    margin-top: 20px;
  }

  .sliderContainer .productViewBottom {
    height: auto;
  }

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