.section_coupon .swiper-button-next, 
.section_coupon .swiper-button-prev{
    background: rgba(233, 233, 233, 0.74);
    width: 30px !important;
    height: 60px !important;
    border: 0;
    transform: translate(0, -50%);
    margin-top: 0 !important;
    right: 3px !important;
    border-radius: 100px 0 0 100px;
}

.swiper-button-prev {
    left: 3px !important;
    border-radius: 0 100px 100px 0!important;
}


.section_coupon .swiper-button-prev:after, .section_coupon .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #ffb700 !important;
}

.section_coupon .swiper-button-prev:after{
    content: 'prev';
}

.section_coupon .swiper-button-next:after{
    content: 'next';
}





.section_coupon .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.close-popup svg{
    fill: #fff;
}
.section_coupon .swiper-slide {
  min-width: 295px!important;
  margin-right: 30px;
  display: flex;
  align-items: center;
  border: 2px solid #ffb700;
  background: #fff;
}

.section_coupon .image {
  min-width: 75px;
  height: 75px;
  border-right: 1px solid #ffb700;
  display: block;
  position: relative;
}

.section_coupon .content-bottom .coupon-code {
  display: inline-block;
  color: #fff;
  background: #f25c05;
  padding: 5px 10px;
  margin-top: 5px;
  margin-left: 0px;
  min-width: 90px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}

.section_coupon .content_wrap .content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section_coupon .content_wrap .content-bottom span {
  color: #ffb700;
  font-size: 12px;
}

.section_coupon .content_wrap .content-top {
  font-size: 16px;
}

.section_coupon .content_wrap .content-top span {
  display: block;
  font-size: 12px;
  color: #000;
}

.content-top .ma-giam-gia {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}


.section_coupon .content_wrap .info-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border: 1px solid #ffb700;
  border-radius: 99px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.section_coupon .content_wrap {
  display: flex;
  flex-direction: column;
  padding: 5px;
  position: relative;
  width: 100%;
}

.section_coupon .content_wrap .info-button svg {
  width: 10px;
  height: 10px;
  fill: #ffb700;
}

.section_coupon .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 8px;
}


.section_coupon .image:before,
.section_coupon .image:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ffb700 #ffb700 transparent;
  border-image: initial;
  position: absolute;
  border-radius: 50%;
  left: calc(100% - 14px / 2);
}

.section_coupon .image:after {
  bottom: -16px;
  transform: rotate(-135deg);
}

.section_coupon .image:before {
  top: -16px;
  transform: rotate(45deg);
}

.section_coupon {
  margin-right: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}


.popup-coupon {
  padding: 0 8px;
  box-sizing: border-box;
  width: 450px;
  max-height: 505px;
  height: auto;
  background: transparent;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 30%;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
  touch-action: manipulation;
  opacity: 0;
  transform: translateX(-50%);
  z-index: -1;
  min-height: 200px;
}

.popup-coupon .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.popup-coupon .content .close-popup:hover svg {
    transform: rotate(90deg);
}
.popup-coupon .content .title {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background: #ffb700;
  color: #fff;
}

.popup-coupon .content .close-popup {
  position: absolute;
  top: 8px;
  right: 10px;
}

.popup-coupon .content .close-popup svg {
  width: 15px;
  height: 15px;
  transition: transform 0.3s;
}

.popup-coupon.active {
  opacity: 1;
  z-index: 99999;
}

.popup-coupon .content ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;    
  padding-bottom: 10px;
}

.popup-coupon .content ul li:nth-child(2n+1) {
  background-color: #f9f9f9;
}

.popup-coupon .content ul li {
    padding: 10px;
    margin-left: 0;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
}

.popup-coupon .content ul li span:first-child {
  min-width: 126px;
  display: inline-block;
  color: #ffb700;
}

.backdrop__body-backdrop___1rvky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background-color: #363636;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.backdrop__body-backdrop___1rvky.active {
  visibility: visible;
  opacity: 0.5;
}

#popup-coupon-code {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

/* Backdrop Overlay */
.backdrop__body-backdrop___1rvky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.backdrop__body-backdrop___1rvky.active {
    opacity: 1;
    visibility: visible;
}



/* Prevent body scroll when popup is open */
body.popup-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .popup-coupon .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .popup-coupon ul li {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .popup-coupon ul li span:first-child {
        margin-bottom: 5px;
        min-width: auto;
    }
}