.new-collection .modal-header {
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1111;
}
.new-collection .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;
}
.new-collection .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.new-collection .content h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
.new-collection .content h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 50px;
}
.new-collection .images {
  margin-right: 0;
}
@media (max-width: 575px) {
  .new-collection .images {
    margin-top: 20px;
  }
}
.new-collection .btns {
  margin-top: 10px;
}
.new-collection .btns .popup-btn {
  background-color: rgb(203, 171, 73);
  color: rgb(255, 255, 255);
  font-size: 18px;
  padding: 11px 26px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.5s linear;
  width: 100%;
}
.new-collection .btns .popup-btn:hover {
  border: 2px solid rgb(203, 171, 73);
  background-color: rgb(255, 255, 255);
  color: rgb(203, 171, 73);
  border-radius: 5px;
}/*# sourceMappingURL=new-collection.css.map */