/* line 1, pricefox/pages/offers-carousel.scss */
.offers-section {
  background: #ffffff !important;
  padding: 0 !important;
  color: #012e4b;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 315px;
  margin: 30px auto 120px;
}

/* line 11, pricefox/pages/offers-carousel.scss */
.offers-section .description h2 {
  font-weight: 700;
  font-size: 40px;
}

/* line 16, pricefox/pages/offers-carousel.scss */
.offers-section .description p {
  font-size: 17px;
}

/* line 21, pricefox/pages/offers-carousel.scss */
.offers-section h2 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: solid 1px lightgray;
}

/* line 29, pricefox/pages/offers-carousel.scss */
.offers-section p {
  font-size: 17px;
}

/* line 33, pricefox/pages/offers-carousel.scss */
.offers-section .flex-container {
  width: 100%;
  height: 60px;
  justify-content: center;
}

/* line 40, pricefox/pages/offers-carousel.scss */
.hide {
  display: none !important;
}

/* line 44, pricefox/pages/offers-carousel.scss */
.pt-15 {
  padding-top: 15px;
}

/* line 48, pricefox/pages/offers-carousel.scss */
.pt-pb-10 {
  padding: 10px 0 6px 0;
}

/* line 52, pricefox/pages/offers-carousel.scss */
.pt-pb-7 {
  padding: 4px 0 7px 0;
}

/* line 56, pricefox/pages/offers-carousel.scss */
.pb-7 {
  padding-bottom: 7px;
}

/* line 60, pricefox/pages/offers-carousel.scss */
.padding-top-bottom-large {
  padding: 5px 0 5px 0;
}

/* line 64, pricefox/pages/offers-carousel.scss */
.zero-margin {
  margin: 0;
}

/* line 67, pricefox/pages/offers-carousel.scss */
.black-background {
  background-color: #000000 !important;
}

/* line 71, pricefox/pages/offers-carousel.scss */
.offers-carousel {
  max-height: 310px;
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
}

/* line 78, pricefox/pages/offers-carousel.scss */
.offers-gallery {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  height: 350px;
}

/* line 86, pricefox/pages/offers-carousel.scss */
.offers-gallery:before,
.offers-gallery:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 3;
}

/* line 97, pricefox/pages/offers-carousel.scss */
.offers__stream {
  position: relative;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

/* line 105, pricefox/pages/offers-carousel.scss */
.offer-box,
.offer-list-box {
  padding: 15px 12px;
  height: 230px;
  width: 165px;
  background: #ffffff;
  border-radius: 10px;
}

/* line 113, pricefox/pages/offers-carousel.scss */
.offer-box .title-n-discount,
.offer-list-box .title-n-discount {
  flex-direction: column;
  align-items: flex-start;
}

/* line 118, pricefox/pages/offers-carousel.scss */
.offer-box .white-shadow-box,
.offer-list-box .white-shadow-box {
  font-weight: 700;
  font-size: 22px;
  color: #f26e22;
  padding: 10px 0;
  width: 76px;
  border-radius: 5px;
  text-align: center;
}

/* line 128, pricefox/pages/offers-carousel.scss */
.offer-box .title,
.offer-list-box .title {
  font-size: 20px;
  color: #004467;
}

/* line 133, pricefox/pages/offers-carousel.scss */
.offer-box .description,
.offer-list-box .description {
  font-size: 12px;
  color: #737373;
  text-align: center;
  line-height: 16px;
}

/* line 140, pricefox/pages/offers-carousel.scss */
.offer-box.blue,
.offer-list-box.blue {
  background: #004467;
}

/* line 143, pricefox/pages/offers-carousel.scss */
.offer-box.blue .title,
.offer-box.blue .description,
.offer-list-box.blue .title,
.offer-list-box.blue .description {
  color: #fff;
}

/* line 150, pricefox/pages/offers-carousel.scss */
.carousel-offer {
  position: absolute;
  transition: 1s all ease;
}

/* line 156, pricefox/pages/offers-carousel.scss */
.homepage-v2 .offers__next,
.homepage-v2 .offers__prev {
  background-color: #e7e7e7;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  cursor: pointer;
  width: 28px;
  height: 28px;
  top: 120px;
}

/* line 171, pricefox/pages/offers-carousel.scss */
.homepage-v2 .offers__prev {
  left: 0;
}

/* line 175, pricefox/pages/offers-carousel.scss */
.homepage-v2 .offers__next {
  right: -5px;
  transform: rotate(180deg);
}

@media (min-width: 993.1px) {
  /* line 182, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(1) {
    left: -4%;
    z-index: 1;
    transform: translateX(-100%) scale(1);
  }
  /* line 188, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(2) {
    left: 11%;
    z-index: 2;
    transform: translateX(-50%) scale(1);
  }
  /* line 194, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(3) {
    left: 30%;
    z-index: 4;
    transform: translateX(-50%) scale(1);
  }
  /* line 200, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(4) {
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) scale(1);
  }
  /* line 206, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(5) {
    left: 70%;
    z-index: 4;
    transform: translateX(-50%) scale(1);
  }
  /* line 212, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(6) {
    left: 90%;
    z-index: 4;
    transform: translateX(-50%) scale(1);
  }
  /* line 218, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(n + 7) {
    left: 110%;
    z-index: 1;
    transform: scale(1);
  }
}

@media (max-width: 992px) {
  /* line 226, pricefox/pages/offers-carousel.scss */
  .offers-section {
    display: block;
    padding: 7px 6px !important;
    width: auto;
    bottom: 0;
    height: 345px;
  }
  /* line 233, pricefox/pages/offers-carousel.scss */
  .offers-section .description {
    font-size: 11px;
    width: auto;
    text-align: center;
  }
  /* line 238, pricefox/pages/offers-carousel.scss */
  .offers-section .description h2 {
    font-size: 18px !important;
    line-height: 21px;
    border-bottom: none;
  }
  /* line 244, pricefox/pages/offers-carousel.scss */
  .offers-section .description .offers__prev,
.offers-section .description .offers__next {
    display: none;
  }
  /* line 250, pricefox/pages/offers-carousel.scss */
  .offers-section h2 {
    font-size: 18px !important;
    line-height: 21px !important;
    border-bottom: none !important;
  }
  /* line 256, pricefox/pages/offers-carousel.scss */
  .offers-section .flex-container {
    width: 100%;
    height: 60px;
    justify-content: center;
  }
  /* line 262, pricefox/pages/offers-carousel.scss */
  .offers-section .offer-box {
    padding: 15px 10px;
    height: 215px;
    width: 145px;
  }
  /* line 269, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(1) {
    left: -4%;
    z-index: 1;
    transform: translateX(-100%) scale(1);
  }
  /* line 275, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(2) {
    left: 29%;
    z-index: 2;
    transform: translateX(-50%) scale(1);
  }
  /* line 281, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(3) {
    left: 73%;
    z-index: 4;
    transform: translateX(-50%) scale(1);
  }
  /* line 287, pricefox/pages/offers-carousel.scss */
  .carousel-offer:nth-child(n + 4) {
    left: 110%;
    z-index: 1;
    transform: scale(1);
  }
}

@media (min-width: 1200.1px) {
  /* line 295, pricefox/pages/offers-carousel.scss */
  .offers-section {
    margin-left: auto;
    margin-right: auto;
    width: 1172px;
  }
}

@media (min-width: 992.1px) and (max-width: 1200px) {
  /* line 303, pricefox/pages/offers-carousel.scss */
  .offers-section {
    width: inherit;
    margin: 0 15px;
  }
}
