.special-offer_wrap2 .container {
  background-image: url("../images/slider-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .container {
    flex-direction: column;
  }
}

.special-offer_wrap2 .container > * {
  flex: 1;
}

.special-offer_wrap2 .container .text {
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .container .text {
    order: 2;
  }
}

.special-offer_wrap2 h4 {
  margin-bottom: 20px;
  font-size: 28px;
}

.special-offer_wrap2 h4 span {
  display: block;
  margin-top: 10px;
  font-size: 60%;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .discount_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

.special-offer_wrap2 .discount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  background: #e74c3c;
  overflow: hidden;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .discount {
    width: auto;
    height: auto;
    margin-right: 10px;
    background: none;
    border-radius: 0;
    overflow: visible;
  }
}

.special-offer_wrap2 .discount:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 200%;
  position: absolute;
  left: -40px;
  bottom: -50px;
  background: linear-gradient(to right, transparent 15%, rgba(255, 255, 255, 0.3) 50%, transparent 85%);
  transform: rotate(25deg);
  animation: move 5s infinite;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .discount:after {
    display: none;
  }
}

@keyframes move {
  from {
    left: -40px;
  }
  to {
    left: 150%;
  }
}

.special-offer_wrap2 .discount h1 {
  position: relative;
  margin-right: 10px;
  font-size: 90px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  color: #fff;
  letter-spacing: -3px;
  z-index: 2;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .discount h1 {
    margin-right: 0;
    font-size: 35px;
    letter-spacing: -1px;
    color: #e74c3c;
  }
}

.special-offer_wrap2 .discount h1 span {
  font-size: 50%;
  font-weight: 600;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .discount h1 span {
    font-size: 70%;
  }
}

.special-offer_wrap2 .discount + h3 {
  margin-top: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  font-style: italic;
  color: #e74c3c;
}

@media (max-width: 767px) {
  .special-offer_wrap2 .discount + h3 {
    font-size: 35px;
    margin-top: 0;
  }
}

.special-offer_wrap2 .full-price {
  color: #777;
  font-weight: 400;
}

@media (max-width: 767px) {
  .special-offer_wrap2 figure {
    width: 180px;
    height: 180px;
    margin: 20px auto;
  }
}

.special-offer_wrap2 .card-btn,
.slider .card-btn {
  margin: 20px auto 0;
  padding: 15px 30px;
  background: #f7bf24;
  box-shadow: 0 0 0 2px #212121;
  color: #212121;
  font-weight: 600;
}

.special-offer_wrap2 .card-btn:hover,
.slider .card-btn:hover {
  background: #e0a708;
}
