.three-day-only .modal-content {
  border-radius: 0;
}
.three-day-only .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1111;
}
.three-day-only .modal-header .close-btn {
  background-color: rgba(231, 231, 231, 0.95);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  color: rgba(17, 17, 17, 0.7);
  text-decoration: none;
  font-size: 20px;
}
.three-day-only .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.three-day-only .content h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
}
.three-day-only .content p {
  font-size: 20px;
  color: rgb(17, 17, 17);
}
.three-day-only .images {
  margin-right: 0;
}
@media (max-width: 575px) {
  .three-day-only .images {
    margin-top: 20px;
  }
}
.three-day-only .btns {
  margin-top: 10px;
}
.three-day-only .btns .popup-btn {
  background-color: rgb(255, 12, 128);
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 10px 16px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.5s linear;
  width: 100%;
  border-radius: 0;
}
.three-day-only .btns .popup-btn:hover {
  border: 2px solid rgb(255, 12, 128);
  background-color: rgb(255, 255, 255);
  color: rgb(255, 12, 128);
}/*# sourceMappingURL=three-day-only.css.map */