 
.amazing-offer-fourteen {
  margin-top: 45px;
}

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

.amazing-offer-fourteen-wrapper {
  padding: 113px 56px 0 0;
}

.amazing-offer-fourteen-wrapper::before {
  content: "";
  top: 0;
  right: 0;
  width: 100vw;
  height: 60%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3f0), color-stop(rgba(255, 239, 241, 0.31)), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  background-image: -moz-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  background-image: -o-linear-gradient(top, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  background-image: linear-gradient(to bottom, #fff3f0, rgba(255, 239, 241, 0.31), #fff);
  z-index: -1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.amazing-offer-fourteen .title {
  top: 18px;
  right: 310px;
  z-index: 4;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

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

.amazing-offer-fourteen .right {
  max-width: 180px;
  width: 100%;
  margin-top: 80px;
}

.amazing-offer-fourteen .content {
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: -webkit-calc(100% - 180px);
  max-width: -moz-calc(100% - 180px);
  max-width: calc(100% - 180px);
  width: 100%;
  padding-right: 160px;
}

.amazing-offer-fourteen .content::before,
.amazing-offer-fourteen .content::after {
  content: "";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  right: 0;
}

.amazing-offer-fourteen .content::before {
  bottom: 0;
  width: 240px;
  height: 533px;
  background: url("./../../../assets/images/bg-amazing14.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 75px rgba(0, 0, 0, 0.08);
  -webkit-transform: rotate(37deg) translate(50px, -56px);
  -moz-transform: rotate(37deg) translate(50px, -56px);
  -ms-transform: rotate(37deg) translate(50px, -56px);
  -o-transform: rotate(37deg) translate(50px, -56px);
  transform: rotate(37deg) translate(50px, -56px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: 0;
}

.amazing-offer-fourteen .content::after {
  top: 45%;
  width: 334px;
  height: 35px;
  background-color: #212341;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -2;
}

.amazing-offer-fourteen-item .image {
  max-width: 25%;
}

.amazing-offer-fourteen-item>img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.amazing-offer-fourteen-item .detail {
  margin-right: auto;
  max-width: 75%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 125px;
}

.amazing-offer-fourteen-item .detail h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 31px;
  color: #2d365d;
  margin-bottom: 24px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.amazing-offer-fourteen-item .detail .options ul {
  margin-bottom: 20px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.amazing-offer-fourteen-item .detail .options ul li {
  max-width: 50%;
  width: 100%;
  line-height: 30px;
  list-style: inside disc;
}

.amazing-offer-fourteen-item .detail .price {
  line-height: 22px;
  margin-bottom: 24px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.amazing-offer-fourteen-item .detail .price .offer {
  line-height: 28px;
  background-color: #ee232b;
  font-size: 18px;
  padding-left: 15px;
  margin-left: 5px;
}

.amazing-offer-fourteen-item .detail .price .offer del {
  padding: 0 22px;
  font-size: 16px;
  background-color: #fff9eb;
  margin: 0 -2px 0 6px;
  color: #212341;
}

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

.amazing-offer-fourteen-item .detail .btn {
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 13px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.amazing-offer-fourteen-item .detail .btn i {
  font-size: 16px;
}

.amazing-offer-fourteen-item .detail .images {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.amazing-offer-fourteen-item .detail .images li {
  width: 81px;
  height: 103px;
  margin-bottom: 11px;
  z-index: 2;
  cursor: pointer;
}

.amazing-offer-fourteen-item .detail .images li::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefaf9;
  border: 1px solid #fbe4e5;
  -webkit-border-radius: 20px 20px 50px 50px;
  -moz-border-radius: 20px 20px 50px 50px;
  border-radius: 20px 20px 50px 50px;
  z-index: -1;
}

.amazing-offer-fourteen-item .detail .images li:not(:last-child) {
  margin-left: 19px;
}

.amazing-offer-fourteen-item .detail .images li img {
  max-width: 64px;
  height: 98px;
  -webkit-transform: translateY(11px);
  -moz-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}

.amazing-offer-fourteen-item .detail .timear {
  -webkit-transform: translate(340px, 136px);
  -moz-transform: translate(340px, 136px);
  -ms-transform: translate(340px, 136px);
  -o-transform: translate(340px, 136px);
  transform: translate(340px, 136px);
}

.amazing-offer-fourteen-item .detail .timear li {
  text-align: center;
}

.amazing-offer-fourteen-item .detail .timear li:not(:last-child) {
  margin-left: 10px;
}

.amazing-offer-fourteen-item .detail .timear li span {
  margin-bottom: 4px;
  width: 35px;
  height: 35px;
  line-height: 31px;
  font-weight: 900;
  font-size: 20px;
  background-color: #2d365d;
}

.swiper-slide-active .amazing-offer-fourteen-item>img,
.swiper-slide-active .amazing-offer-fourteen-item .detail .title h2,
.swiper-slide-active .amazing-offer-fourteen-item .detail .options ul,
.swiper-slide-active .amazing-offer-fourteen-item .detail .price,
.swiper-slide-active .amazing-offer-fourteen-item .detail .btn,
.swiper-slide-active .amazing-offer-fourteen-item .detail .images {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

.swiper-slide-active .amazing-offer-fourteen-item>img {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .title h2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .options ul {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .price,
.swiper-slide-active .amazing-offer-fourteen-item .detail .images {
  opacity: 1;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .price {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .btn {
  -webkit-transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.4s;
  transition: background-color .3s ease-in-out, -webkit-transform 0.3s linear 1.4s;
  -o-transition: background-color .3s ease-in-out, -o-transform 0.3s linear 1.4s;
  -moz-transition: background-color .3s ease-in-out, transform 0.3s linear 1.4s, -moz-transform 0.3s linear 1.4s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.4s;
  transition: background-color .3s ease-in-out, transform 0.3s linear 1.4s, -webkit-transform 0.3s linear 1.4s, -moz-transform 0.3s linear 1.4s, -o-transform 0.3s linear 1.4s;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .images {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.amazing-offer-fourteen .swiper-btns {
  -webkit-transform: translate(180px, 35px);
  -moz-transform: translate(180px, 35px);
  -ms-transform: translate(180px, 35px);
  -o-transform: translate(180px, 35px);
  transform: translate(180px, 35px);
  border: 2px solid #212341;
  padding: 16px 26px;
}

.amazing-offer-fourteen .swiper-button-next,
.amazing-offer-fourteen .swiper-button-prev {
  font-size: 13px;
  line-height: 20px;
  height: auto;
  width: auto;
  padding: 0;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

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

.amazing-offer-fourteen .swiper-button-next {
  margin-right: 32px;
}

@media only screen and (max-width: 1199px) {
  .amazing-offer-fourteen .content {
      padding-right: 80px;
  }

  .amazing-offer-fourteen .content::before {
      -webkit-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
      -moz-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
      -ms-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
      -o-transform: rotate(37deg) translate(71px, -56px) scale(0.8);
      transform: rotate(37deg) translate(71px, -56px) scale(0.8);
  }

  .amazing-offer-fourteen-item .detail .timear {
      -webkit-transform: translate(260px, 136px);
      -moz-transform: translate(260px, 136px);
      -ms-transform: translate(260px, 136px);
      -o-transform: translate(260px, 136px);
      transform: translate(260px, 136px);
  }
}

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

  .amazing-offer-fourteen-wrapper::before {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
  }

  .amazing-offer-fourteen .title {
      top: 20px;
      right: 20px;
      color: #212341 !important;
  }

  .amazing-offer-fourteen .right {
      position: absolute;
      top: 31px;
      left: 0;
      max-width: none;
      width: auto;
      margin-top: 0;
  }

  .amazing-offer-fourteen .content {
      padding-right: 0;
      max-width: 100%;
  }

  .amazing-offer-fourteen .content::before,
  .amazing-offer-fourteen .content::after {
      content: none;
  }

  .amazing-offer-fourteen-item img {
      position: relative !important;
      max-width: 40%;
      display: block;
      margin: 0 auto;
  }

  .amazing-offer-fourteen-item .detail {
      max-width: 100%;
      padding-right: 0;
      margin-top: 32px;
  }

  .amazing-offer-fourteen-item .detail .timear {
      -webkit-transform: translate(-118px, -125px);
      -moz-transform: translate(-118px, -125px);
      -ms-transform: translate(-118px, -125px);
      -o-transform: translate(-118px, -125px);
      transform: translate(-118px, -125px);
  }

  .amazing-offer-fourteen .swiper-btns {
      right: auto !important;
      left: 0;
      -webkit-transform: translate(133px, -110px);
      -moz-transform: translate(133px, -110px);
      -ms-transform: translate(133px, -110px);
      -o-transform: translate(133px, -110px);
      transform: translate(133px, -110px);
  }
}

@media only screen and (max-width: 767px) {
  .amazing-offer-fourteen .swiper-btns {
      border: none;
  }
}

@media only screen and (max-width: 575px) {
  .amazing-offer-fourteen-wrapper {
      padding-top: 200px;
  }

  .amazing-offer-fourteen-wrapper::before {
      -webkit-transform: translateX(12px);
      -moz-transform: translateX(12px);
      -ms-transform: translateX(12px);
      -o-transform: translateX(12px);
      transform: translateX(12px);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
  }

  .amazing-offer-fourteen .title {
      right: 0;
  }

  .amazing-offer-fourteen-item .detail .timear {
      -webkit-transform: translate(0, -111px);
      -moz-transform: translate(0, -111px);
      -ms-transform: translate(0, -111px);
      -o-transform: translate(0, -111px);
      transform: translate(0, -111px);
  }

  .amazing-offer-fourteen .swiper-btns {
      -webkit-transform: translate(115px, -166px);
      -moz-transform: translate(115px, -166px);
      -ms-transform: translate(115px, -166px);
      -o-transform: translate(115px, -166px);
      transform: translate(115px, -166px);
  }
}
.swiper-slide-active .amazing-offer-fourteen-item>img {
width: 346px !important;
}

.amazing-offer-fourteen-item .detail .images li img {
width: auto !important;
height: 100px;
max-width: unset;
}
.amazing-offer-fourteen .amazing-offer-fourteen-item .detail .btn.loading {
padding-left: 35px !important;
}
@media only screen and (max-width: 991px) {
.amazing-offer-fourteen-wrapper::before {
    content: none;
}

.amazing-offer-fourteen .content::before,
.amazing-offer-fourteen .content::after {
    content: "";
}

.amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-40%);
    top: 0;
    left: 50%;
    bottom: auto;
    width: 33%;
    height: 50%;
}

.amazing-offer-fourteen .content::after {
    width: 40%;
    height: 30px;
    top: 14%;
    right: auto;
    left: 50%;
    transform: translate(-10%, -50%);
}

.amazing-offer-fourteen-item .detail {
    text-align: center;
    margin-top: 120px;
    position: relative;
}

.amazing-offer-fourteen-item .detail .timear {
    transform: translate(-50%, -80px) scale(0);
    right: auto !important;
    left: 50%;
    transition: all 0.3s linear 0.6s;
}

.amazing-offer-fourteen-item .detail .title>* {
    transition-delay: 0.9s !important;
}

.amazing-offer-fourteen-item .detail ul {
    transition-delay: 1.2s;
}

.amazing-offer-fourteen-item .detail .price {
    transition-delay: 1.5s;
}

.amazing-offer-fourteen-item .detail .btn {
    transition-delay: 1.8s;
}

.amazing-offer-fourteen-item .detail .images {
    transition-delay: 2.1s;
}

.amazing-offer-fourteen-item .detail .price,
.amazing-offer-fourteen-item .detail .images {
    justify-content: center;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .timear {
    transform: translate(-50%, -80px) scale(1);
}

.amazing-offer-fourteen .swiper {
    position: relative;
    z-index: unset;
}

.amazing-offer-fourteen .swiper::before {
    content: "";
    position: absolute;
    top: 35px;
    bottom: 39px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #fff3f0 0%, rgba(255, 239, 241, 0.361) 32.89%, #fff 60.9%);
    border-radius: 40px;
    z-index: -7;
}

.amazing-offer-fourteen .swiper-btns {
    padding: 0;
    border: 0;
    top: 25% !important;
    right: 0 !important;
    width: 100%;
    transform: translate(0, 0);
    justify-content: space-between !important;
}

.amazing-offer-fourteen .swiper-button-next,
.amazing-offer-fourteen .swiper-button-prev {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

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

.amazing-offer-fourteen .swiper-button-next {
    transform: translateX(-4px);
}

.amazing-offer-fourteen .swiper-button-prev {
    transform: translateX(4px);
}
}
@media only screen and (max-width: 991px) {
.amazing-offer-fourteen-wrapper::before {
    content: none;
}

.amazing-offer-fourteen .content::before,
.amazing-offer-fourteen .content::after {
    content: "";
}

.amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-40%);
    top: 0;
    left: 50%;
    bottom: auto;
    width: 33%;
    height: 50%;
}

.amazing-offer-fourteen .content::after {
    width: 40%;
    height: 30px;
    top: 14%;
    right: auto;
    left: 50%;
    transform: translate(-10%, -50%);
}

.amazing-offer-fourteen-item .detail {
    text-align: center;
    margin-top: 120px;
    position: relative;
}

.amazing-offer-fourteen-item .detail .timear {
    transform: translate(-50%, -80px) scale(0);
    right: auto !important;
    left: 50%;
    transition: all 0.3s linear 0.6s;
}

.amazing-offer-fourteen-item .detail .title>* {
    transition-delay: 0.9s !important;
}

.amazing-offer-fourteen-item .detail ul {
    transition-delay: 1.2s;
}

.amazing-offer-fourteen-item .detail .price {
    transition-delay: 1.5s;
}

.amazing-offer-fourteen-item .detail .btn {
    transition-delay: 1.8s;
}

.amazing-offer-fourteen-item .detail .images {
    transition-delay: 2.1s;
}

.amazing-offer-fourteen-item .detail .price,
.amazing-offer-fourteen-item .detail .images {
    justify-content: center;
}

.swiper-slide-active .amazing-offer-fourteen-item .detail .timear {
    transform: translate(-50%, -80px) scale(1);
}

.amazing-offer-fourteen .swiper {
    position: relative;
    z-index: unset;
}

.amazing-offer-fourteen .swiper::before {
    content: "";
    position: absolute;
    top: 35px;
    bottom: 39px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #fff3f0 0%, rgba(255, 239, 241, 0.361) 32.89%, #fff 60.9%);
    border-radius: 40px;
    z-index: -7;
}

.amazing-offer-fourteen .swiper-btns {
    padding: 0;
    border: 0;
    top: 25% !important;
    right: 0 !important;
    width: 100%;
    transform: translate(0, 0);
    justify-content: space-between !important;
}

.amazing-offer-fourteen .swiper-button-next,
.amazing-offer-fourteen .swiper-button-prev {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

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

.amazing-offer-fourteen .swiper-button-next {
    transform: translateX(-4px);
}

.amazing-offer-fourteen .swiper-button-prev {
    transform: translateX(4px);
}
}
@media only screen and (max-width: 767px) {
.amazing-offer-fourteen-item img {
    height: 244px;
    max-width: none;
    width: auto;
}
  .amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-83%);
    width: 24%;
    height: 40%;
}
}
@media only screen and (max-width: 575px) {
.amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-83%);
    width: 26%;
    height: 37%;
}
}
@media only screen and (max-width: 575px) {
.amazing-offer-fourteen-item .detail .images li {
    width: 72px;
    height: 72px;
}

.amazing-offer-fourteen-item .detail .images li::before {
    border-radius: 10px;
}

.amazing-offer-fourteen-item .detail .images li img {
    max-width: 60%;
    height: auto;
}
}
@media only screen and (max-width: 399px) {
.amazing-offer-fourteen .content::before {
    transform: rotate(37deg) translateX(-40%);
    width: 27%;
    height: 33%;
}
}

.amazing-offer-fourteen-item .detail .price span {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 47px;
  color: #ffffff;
  margin-left: 4px;
}