 
.amazing-offer-three {
  margin: 35px 0 77px;
}

.amazing-offer-three-wrapper {
  z-index: 2;
  padding: 95px 75px 0 40px;
}

.amazing-offer-three-wrapper::after {
  content: "";
  z-index: -2;
  background-color: #ee273a;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
}

.amazing-offer-three-wrapper::before {
  content: "";
  top: 46px;
  left: 80px;
  height: 48px;
  width: 781px;
  z-index: -1;
  background: url("./../../../assets/images/patter-offer-000.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-wrapper::before {
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-wrapper {
      padding: 24px 32px 0;
  }

  .amazing-offer-three-wrapper::after {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-three-wrapper {
      padding: 24px 12px 0;
      margin: 0 -12px;
  }

  .amazing-offer-three-wrapper::after {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
  }
}

.amazing-offer-three-timer {
  top: 0;
  left: 5px;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.amazing-offer-three-timer li {
  text-align: center;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.amazing-offer-three-timer li:not(:last-child) {
  margin-left: 10px;
}

.amazing-offer-three-timer li span {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffb035;
  line-height: 35px;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-timer {
      right: 100px;
      left: auto;
      -webkit-transform: translateY(-97px);
      -moz-transform: translateY(-97px);
      -ms-transform: translateY(-97px);
      -o-transform: translateY(-97px);
      transform: translateY(-97px);
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-three-timer {
      -webkit-transform: translateY(-143px);
      -moz-transform: translateY(-143px);
      -ms-transform: translateY(-143px);
      -o-transform: translateY(-143px);
      transform: translateY(-143px);
  }

  .amazing-offer-three-timer li span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
  }
}

.amazing-offer-three .title h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 58px;
}

.amazing-offer-three .title h4 span {
  font-size: 20px;
}

.amazing-offer-three .title .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 8px;
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three .title {
      margin-bottom: 32px;
  }

  .amazing-offer-three .title h4 {
      margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-three .title h4 {
      margin-bottom: 16px;
  }
}

.swiper-slide-active .amazing-offer-three-timer {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

.amazing-offer-three .swiper {
  margin: 0 auto 0 0;
  background: #fff url("./../../../assets/images/offer-bg.png") left bottom no-repeat;
  max-width: -webkit-calc(100% - 194px);
  max-width: -moz-calc(100% - 194px);
  max-width: calc(100% - 194px);
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-three .swiper {
      max-width: -webkit-calc(100% - 150px);
      max-width: -moz-calc(100% - 150px);
      max-width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three .swiper {
      max-width: 100%;
  }
}

.amazing-offer-three .swiper,
.amazing-offer-three .swiper::after {
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.amazing-offer-three .swiper::after {
  content: "";
  bottom: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -1;
}

.amazing-offer-three .swiper-button-next,
.amazing-offer-three .swiper-button-prev {
  top: 180px;
  right: 73px;
  left: auto;
}

.amazing-offer-three .swiper-button-next::after,
.amazing-offer-three .swiper-button-prev::after {
  color: #fff;
}

.amazing-offer-three .swiper-button-prev {
  right: 110px;
}

@media only screen and (max-width: 991px) {

  .amazing-offer-three .swiper-button-prev,
  .amazing-offer-three .swiper-button-next {
      top: 55px;
      right: auto;
      left: 120px;
  }

  .amazing-offer-three .swiper-button-next {
      left: 150px;
  }
}

@media only screen and (max-width: 575px) {

  .amazing-offer-three .swiper-button-prev,
  .amazing-offer-three .swiper-button-next {
      left: 0;
  }

  .amazing-offer-three .swiper-button-next {
      left: 30px;
  }
}

.amazing-offer-three-item {
  padding: 37px 25px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  opacity: 0;
}

.amazing-offer-three-item .detail {
  padding-right: 31px;
  margin-right: 55px;
  border-right: 1px solid #f5f3fc;
  padding-top: 8px;
}

.amazing-offer-three-item .detail::before {
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #e7ebee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(7px, -50%);
  -moz-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  -o-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}

.amazing-offer-three-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  color: #2d365d;
  line-height: 30px;
  margin-bottom: 24px;
}

.amazing-offer-three-item .detail ul {
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .amazing-offer-three-item .detail ul {
    margin-bottom: 8px;
  }
}

.amazing-offer-three-item .detail ul li {
  line-height: 30px;
}

.amazing-offer-three-item .detail ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #2d365d;
  margin-left: 9px;
}

.amazing-offer-three-item .detail .offer {
  background-color: #ee232b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  line-height: 28px;
  font-size: 16px;
  margin-left: 14px;
}

.amazing-offer-three-item .detail .offer del {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff9eb;
  padding: 0 20px;
  margin-right: -1px;
}

.amazing-offer-three-item .detail .offer span {
  padding: 0 7px 0 15px;
  color: #fff;
}

.amazing-offer-three-item .detail .price {
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  line-height: 47px;
}

.amazing-offer-three-item .detail .price span {
  font-size: 14px;
  font-weight: 300;
  color: #232323;
  line-height: 22px;
  margin-right: 7px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-three-item .detail {
      padding-right: 20px;
      margin-right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .amazing-offer-three-item {
      padding: 30px 15px;
  }

  .amazing-offer-three-item .detail {
      padding-right: 14px;
      margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-three-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .amazing-offer-three-item .detail {
      padding: 0;
      margin: 20px 0 0;
      border: none;
  }

  .amazing-offer-three-item .image,
  .amazing-offer-three-item .detail {
      width: 100%;
  }

  .amazing-offer-three-item .image img {
      margin: 0 auto;
      display: block;
  }
}

.swiper-slide-active .amazing-offer-three-item {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}


.amazing-offer-six {
  margin-top: 82px;
}

@media only screen and (max-width: 767px) {
  .amazing-offer-six {
      margin-top: 48px;
  }
}

.amazing-offer-six .container {
  padding: 70px 44px 0 50px;
  z-index: 2;
}

.amazing-offer-six .container::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 68%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), color-stop(rgba(255, 239, 241, 0.36)), to(#fff));
  background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.36), #fff);
  z-index: -8;
}

.amazing-offer-six-title {
  margin-left: 45px;
}

.amazing-offer-six-title h2 {
  font-size: 20px;
  line-height: 30px;
  color: #212341;
  margin-bottom: 49px;
}

.amazing-offer-six-title h2 span {
  font-size: 24px;
  font-weight: 900;
}

.amazing-offer-six-title .btn {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 12px 4px;
}


.amazing-offer-six-timear li {
  font-weight: 300;
  line-height: 30px;
}

.amazing-offer-six-timear li:not(:last-child) {
  margin-bottom: 12px;
}

.amazing-offer-six-timear li span {
  width: 35px;
  height: 35px;
  background-color: #212341;
  line-height: 35px;
  font-size: 17px;
  font-weight: 900;
}

.amazing-offer-six-wrapper {
  margin-right: 29px;
  border-radius: 30px;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.05);
  max-width: calc(100% - 203px);
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2;
  padding: 10px;
}

.amazing-offer-six-wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #fff;
  opacity: 0.7;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: -2;
}

.amazing-offer-six-wrapper::after {
  content: "";
  top: -108px;
  right: 11px;
  width: 658px;
  height: 266px;
  background: url("./../../../assets/images/amazing-offer-2020.png") 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: -3;
}

.amazing-offer-six-item .image {
  padding: 69px 23px 85px 53px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  margin-left: 56px;
}

.amazing-offer-six-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  color: #2d365d;
  margin-bottom: 24px;
  line-height: 31px;
}

.amazing-offer-six-item .detail ul {
  margin-bottom: 35px;
}

.amazing-offer-six-item .detail ul li {
  color: #212341;
  line-height: 30px;
}

.amazing-offer-six-item .detail ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2d365d;
  margin-left: 9px;
}

.amazing-offer-six-item .detail .offer {
  background-color: #ee232b;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50px;
  padding-left: 15px;
  margin-left: 15px;
}

.amazing-offer-six-item .detail .offer del {
  background-color: #fff9eb;
  border-radius: 50px;
  line-height: 28px;
  font-size: 16px;
  color: #212341;
  padding: 0 22px;
  margin-left: 6px;
}

.amazing-offer-six-item .detail .price {
  font-size: 30px;
  font-weight: 900;
  color: #49be78;
  line-height: 45px;
}

.amazing-offer-six-item .detail .price span {
  font-weight: 300;
  color: #232323;
  font-size: 14px;
  line-height: 21px;
  margin-right: 8px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-six-item .image {
      margin-left: 32px;
      padding: 60px 13px 76px 43px;
  }
}

.amazing-offer-six .swiper-button-next,
.amazing-offer-six .swiper-button-prev {
  top: 0;
  right: 0;
  color: #212341;
  -webkit-transform: translate(212px, 80px);
  transform: translate(212px, 80px);
}

.amazing-offer-six .swiper-button-next::after,
.amazing-offer-six .swiper-button-prev::after {
  font-size: 13px;
}

.amazing-offer-six .swiper-button-next {
  -webkit-transform: translate(185px, 80px);
  transform: translate(185px, 80px);
}

@media only screen and (max-width: 991px) {
  .amazing-offer-six .container {
      padding: 32px 28px 0;
  }

  .amazing-offer-six .container::after {
      border-radius: 20px;
  }

  .amazing-offer-six-title {
      position: relative;
      margin-left: 0;
  }

  .amazing-offer-six-title h2 {
      margin-bottom: 0;
  }

  .amazing-offer-six-title .btn {
      position: absolute;
      top: 12px;
      left: 0;
  }

  .amazing-offer-six-timear {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transform: translate(-117px, -119px);
      transform: translate(-117px, -119px);
  }

  .amazing-offer-six-timear li:not(:last-child) {
      margin: 0 0 0 12px;
  }

  .amazing-offer-six-wrapper {
      max-width: 100%;
      margin: 50px 0 0;
  }

  .amazing-offer-six-wrapper::before {
      border-radius: 20px;
  }

  .amazing-offer-six-wrapper::after {
      content: none;
  }

  .amazing-offer-six .swiper-button-next,
  .amazing-offer-six .swiper-button-prev {
      -webkit-transform: translate(105px, -80px);
      transform: translate(105px, -80px);
      right: auto;
      left: 0;
  }

  .amazing-offer-six .swiper-button-prev {
      -webkit-transform: translate(130px, -80px);
      transform: translate(130px, -80px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-six .container {
      padding: 24px 12px;
  }

  .amazing-offer-six-wrapper {
      padding: 10px 15px;
  }

  .amazing-offer-six-item .image {
      margin: 0 auto 32px;
      border-radius: 20px;
      padding: 32px 13px;
  }

  .amazing-offer-six-item .detail {
      max-width: 100%;
      width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-six .container {
    padding: 25px 5px;
}
}

@media only screen and (max-width: 575px) {
  .amazing-offer-six-item .detail h2 {
      font-size: 16px;
      margin-bottom: 14px;
  }

  .amazing-offer-six-item .detail .price {
      font-size: 20px;
  }

  .amazing-offer-six-item .detail .price span {
      font-size: 12px;
  }
}

.amazing-offer-six-title h1,
.amazing-offer-six-title h2,
.amazing-offer-six-title h3,
.amazing-offer-six-title h4,
.amazing-offer-six-title h5,
.amazing-offer-six-title h6,
.amazing-offer-six-title p,
.amazing-offer-six-title div {
font-size: 20px;
line-height: 30px;
color: #212341;
margin-bottom: 49px;

}
.amazing-offer-three-item .detail .offer del,
.amazing-offer-six-item .detail .offer del {
margin-right: -2px;
}

.amazing-offer-six-title {
margin-top: 42px;
}

@media only screen and (max-width: 575px) {
  .amazing-offer-six-title {
    margin-top: 10px;
    }
}

.amazing-offer-six-timear {
-webkit-transform: translate(75px, 32px);
-moz-transform: translate(75px, 32px);
-ms-transform: translate(75px, 32px);
-o-transform: translate(75px, 32px);
transform: translate(75px, 32px);
}

@media only screen and (max-width: 991px) {
.amazing-offer-six-timear {
    -webkit-transform: translate(-117px, -170px);
    -moz-transform: translate(-117px, -170px);
    -ms-transform: translate(-117px, -170px);
    -o-transform: translate(-117px, -170px);
    transform: translate(-117px, -170px);
}
}

@media only screen and (max-width: 575px) {
.amazing-offer-six-timear {
    -webkit-transform: translate(15px, -90px);
    -moz-transform: translate(15px, -90px);
    -ms-transform: translate(15px, -90px);
    -o-transform: translate(15px, -90px);
    transform: translate(15px, -90px);
}

.amazing-offer-six-title {
    margin-bottom: 48px;
}
}

.amazing-offer-six-wrapper {
margin-right: auto;
}

@media only screen and (max-width: 499px) {
.amazing-offer-six-wrapper {
    margin-top: 100px;
}
}

.amazing-offer-six .swiper-button-next {
-webkit-transform: translate(183px, 125px);
-moz-transform: translate(183px, 125px);
-ms-transform: translate(183px, 125px);
-o-transform: translate(183px, 125px);
transform: translate(183px, 125px);
}

.amazing-offer-six .swiper-button-prev {
-webkit-transform: translate(210px, 125px);
-moz-transform: translate(210px, 125px);
-ms-transform: translate(210px, 125px);
-o-transform: translate(210px, 125px);
transform: translate(210px, 125px);
}

@media only screen and (max-width: 991px) {
.amazing-offer-six .swiper-button-next {
    -webkit-transform: translate(105px, -129px);
    -moz-transform: translate(105px, -129px);
    -ms-transform: translate(105px, -129px);
    -o-transform: translate(105px, -129px);
    transform: translate(105px, -129px);
}

.amazing-offer-six .swiper-button-prev {
    -webkit-transform: translate(130px, -129px);
    -moz-transform: translate(130px, -129px);
    -ms-transform: translate(130px, -129px);
    -o-transform: translate(130px, -129px);
    transform: translate(130px, -129px);
}
}

@media only screen and (max-width: 575px) {
.amazing-offer-six .swiper-button-next {
    -webkit-transform: translate(105px, -177px);
    -moz-transform: translate(105px, -177px);
    -ms-transform: translate(105px, -177px);
    -o-transform: translate(105px, -177px);
    transform: translate(105px, -177px);
}

.amazing-offer-six .swiper-button-prev {
    -webkit-transform: translate(130px, -177px);
    -moz-transform: translate(130px, -177px);
    -ms-transform: translate(130px, -177px);
    -o-transform: translate(130px, -177px);
    transform: translate(130px, -177px);
}
}

.swiper-amazing-offer-two .amazing-offer-six-item img {
width: 254px;

}

.amazing-offer-sixteen-item .image img:last-child {
width: 400px;
}

.amazing-offer-sixteen-item .image img {
width: 400px;
}


@media only screen and (max-width: 499px) {

.amazing-offer-six .swiper-button-prev,
.amazing-offer-six .swiper-button-next {
    margin-top: 28px;
}
}

@media only screen and (max-width: 499px) {
.amazing-offer-six-wrapper {
    margin-top: 0;
}
}

@media only screen and (max-width: 575px) {
.amazing-offer-sixteen-item .image img {
    max-width: 100% !important;
}
}
.amazing-offer-sixteen-item .detail .btn.loading {
padding-left: 28px;
}
.amazing-offer-two .swiper,
.amazing-offer-five .swiper,
.amazing-offer-sixteen .swiper {
    position: relative;
    overflow: visible !important;
    margin: 0 24px;
}

.amazing-offer-two .swiper,
.amazing-offer-five .swiper,
.amazing-offer-sixteen .swiper {
    position: relative;
    overflow: visible !important;
    margin: 0 24px;
}

.amazing-offer-two .swiper-button-next,
.amazing-offer-two .swiper-button-prev,
.amazing-offer-five .swiper-button-next,
.amazing-offer-five .swiper-button-prev,
.amazing-offer-sixteen .swiper-button-next,
.amazing-offer-sixteen .swiper-button-prev {
    border: 2px solid #000;
    width: 33px;
    height: 33px;
    top: 50%;
    border-radius: 50%;
    opacity: 0.4;
}

.amazing-offer-two .swiper-button-next::after,
.amazing-offer-two .swiper-button-prev::after,
.amazing-offer-five .swiper-button-next::after,
.amazing-offer-five .swiper-button-prev::after,
.amazing-offer-sixteen .swiper-button-next::after,
.amazing-offer-sixteen .swiper-button-prev::after {
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.amazing-offer-two .swiper-button-next,
.amazing-offer-five .swiper-button-next,
.amazing-offer-sixteen .swiper-button-next {
    left: 0;
    transform: translate(-24px, -50%);
}

.amazing-offer-two .swiper-button-prev,
.amazing-offer-five .swiper-button-prev,
.amazing-offer-sixteen .swiper-button-prev {
    right: 0;
    left: auto;
    transform: translate(24px, -50%);
}

.swiper-amazing-offer-two .amazing-offer-six-item {
    padding: 32px 24px;
}

.swiper-amazing-offer-two .amazing-offer-six-item img {
    max-width: 127px;
    max-height: 128px;
}


@media only screen and (max-width: 767px) {
.amazing-offer-three .swiper-button-next,
.amazing-offer-three .swiper-button-prev,
.amazing-offer-six .swiper-button-next,
.amazing-offer-six .swiper-button-prev,
.amazing-offer-eight .swiper-button-next,
.amazing-offer-eight .swiper-button-prev {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    top: 60%;
}

.amazing-offer-three .swiper-button-next::after,
.amazing-offer-three .swiper-button-prev::after,
.amazing-offer-six .swiper-button-next::after,
.amazing-offer-six .swiper-button-prev::after,
.amazing-offer-eight .swiper-button-next::after,
.amazing-offer-eight .swiper-button-prev::after {
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 900;
}

.amazing-offer-three .swiper-button-next,
.amazing-offer-six .swiper-button-next,
.amazing-offer-eight .swiper-button-next {
    left: 0;
}

.amazing-offer-three .swiper-button-prev,
.amazing-offer-six .swiper-button-prev,
.amazing-offer-eight .swiper-button-prev {
    right: 0;
    left: auto;
}

.amazing-offer-three-item .detail ul,
.amazing-offer-six-item .detail ul,
.amazing-offer-eight-item .detail ul {
    display: flex;
    flex-wrap: wrap;
}

.amazing-offer-three-item .detail ul li,
.amazing-offer-six-item .detail ul li,
.amazing-offer-eight-item .detail ul li {
    flex: 1 0 50%;
}

.amazing-offer-six .container::after {
    content: none;
}

.amazing-offer-six-wrapper {
    box-shadow: none;
    padding: 25px 25px 0;
}

.amazing-offer-six-wrapper::before {
    height: 309px;
    background: linear-gradient(180deg, #fff3f0 0%, rgba(255, 239, 241, 0.361) 32.89%, #ffffff 60.9%);
    border-radius: 40px;
}

.amazing-offer-six-wrapper::after {
    content: "";
    z-index: -2;
    top: -57px;
    width: 100%;
    height: 142px;
}

.amazing-offer-six-timear {
    position: relative !important;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    order: 2;
    margin-bottom: 24px;
}

.amazing-offer-six-item {
    padding: 19px 12px 28px;
    z-index: 2;
}

.amazing-offer-six-item::before,
.amazing-offer-six-item::after {
    content: "";
    position: absolute;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.amazing-offer-six-item::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 160px 50px rgba(0, 0, 0, 0.06);
    z-index: -1;
}

.amazing-offer-six-item::after {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background-color: rgba(248, 249, 251, 0.11);
    border-radius: 20px;
    z-index: -2;
}

.amazing-offer-six-item .image {
    order: 1;
}

.amazing-offer-six-item .detail {
    order: 3;
}

.amazing-offer-six-item .detail ul {
    margin-bottom: 25px;
}

.amazing-offer-six .swiper-button-next,
.amazing-offer-six .swiper-button-prev {
    transform: translate(0, -50%);
    top: 65%;
}
}

@media only screen and (max-width: 767px) {
.swiper-amazing-offer-two .amazing-offer-six-item {
    padding: 32px 24px;
}

.swiper-amazing-offer-two .amazing-offer-six-item img {
    max-width: 127px;
    max-height: 128px;
}
}

@media only screen and (max-width: 575px) {
  .swiper-amazing-offer-two .amazing-offer-six-item img {
    max-width: 150px;
    max-height: 134px;
  }
}

@media only screen and (max-width: 575px) {
.amazing-offer-three-item .offer,
.amazing-offer-six-item .detail .offer {
    line-height: 22px;
}

.amazing-offer-three-item .offer del,
.amazing-offer-six-item .detail .offer del {
    font-size: 12px;
}

.amazing-offer-three-item .offer span,
.amazing-offer-six-item .detail .offer span {
    font-size: 14px;
}

.amazing-offer-three-item .price,
.amazing-offer-six-item .detail .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}

.amazing-offer-three-item .price span,
.amazing-offer-six-item .detail .price span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
}
