.delivery_popup {
  /* display: none; */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.delivery_popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

.delivery_close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.delivery_close-button:hover,
.delivery_close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.delivery-title {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.6);
  text-align: center;
}
.delivery-title span {
  font-weight: 800;
  color: #222;
}

.devilery-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

progress.progres_delivery {
  width: 100%;
  height: 10px;
  background-color: #e8e8e8;
  overflow: hidden;
}

progress.progres_delivery::-webkit-progress-bar {
  background-color: #e8e8e8;
}

progress.progres_delivery::-webkit-progress-value {
  background-color: #000;
}

progress.progres_delivery::-moz-progress-bar {
  background-color: #000;
}

.progres_delivery-img {
  position: absolute;
  transform: translateX(-50%);
}
.cosmetic-slider {
  display: flex;
  overflow: hidden;
}
.cosmetic-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #222;
}
.cosmetic-wrapper {
  padding: 0 40px;
  position: relative;
}

.cosmetic-list-card {
  width: 180px;
  margin-right: 20px;
  overflow: hidden;

  display: flex !important;
  flex-direction: column;
  gap: 10px;
}
.cosmetic-list-card img {
  max-width: 180px;
  display: block;
}

.cosmetic-card-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  text-transform: uppercase;
  color: #0f0f0e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cosmetic-card-price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-transform: uppercase;
  color: rgba(15, 15, 14, 0.5);
}
.delivery-free {
  border: 1px solid black;
  text-align: center;
  color: black;
  padding: 15px;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.delivery-free-popup {
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  font-weight: 600;
  font-family: 'Fixel Display', sans-serif;
}
/* slider */
.cosmetic-prev.slick-arrow {
  left: 1%;
  width: 35px;
  height: 35px;
  z-index: 9;
}
.cosmetic-next.slick-arrow {
  z-index: 9;
  width: 35px;
  height: 35px;
  left: 95%;
}

.cosmetic-prev.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.cosmetic-next.slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}
/* slider */

@media (max-width: 768px) {
  .delivery {
    margin-top: 20px;
  }
  progress.progres_delivery {
    height: 6px;
  }
  .progres_delivery-img {
    max-width: 28px;
    max-height: 28px;
  }
  .devilery-block {
    flex-direction: column-reverse;
  }
  .cosmetic-wrapper {
    padding: 0 20px;
  }
  .cosmetic-prev.slick-arrow {
    left: -3%;
  }
  li.cosmetic-list-card.slick-slide {
    height: auto;
  }

  .delivery_popup-content {
    width: 90%;
  }
}
