.modal .search-input .down {
  background-image: url(down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.modal .search-input input,
.modal .search-input input:focus {
  width: 100%;
  padding: 0 10px;
  border-radius: 0px;
  margin: 8px !important;
  border: none !important;
  border-right: 1px solid var(--background-secondary) !important;
  border-left: 1px solid var(--background-secondary) !important;
}

.product-header {
  margin: 0 !important;
}

#MyZoom figure img {
  height: auto !important;
  max-width: 100% !important;
  max-height: 500px !important;
  min-width: 100% !important;
  min-height: 300px !important;
  object-fit: cover !important;
}

#projects img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.search-box .search-input {
  width: calc(100% - 58px);
  min-width: 250px;
  background: var(--background-secondary);
  border-radius: 5px 0 0 5px;
  padding: 10px 15px;
  border:1px solid var(--color-secondary);
  color: var(--color-secondary);
}

.modal .search-input {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--background-secondary);
  border-radius: 5px;
  padding: 0 10px;
}

.product-box .off-05::after {
  background: url(../images/badge/05.svg);
}

.product-box .off-10::after {
  background: url(../images/badge/10.svg);
}

.product-box .off-15::after {
  background: url(../images/badge/15.svg);
}

.product-box .off-20::after {
  background: url(../images/badge/20.svg);
}

.product-box .off-25::after {
  background: url(../images/badge/25.svg);
}

.product-box .off-30::after {
  background: url(../images/badge/30.svg);
}

.product-box .off-35::after {
  background: url(../images/badge/35.svg);
}

.product-box .off-40::after {
  background: url(../images/badge/40.svg);
}

.product-box .off-45::after {
  background: url(../images/badge/45.svg);
}

.product-box .off-50::after {
  background: url(../images/badge/50.svg);
}

.product-box .off-55::after {
  background: url(../images/badge/55.svg);
}

.product-box .off-60::after {
  background: url(../images/badge/60.svg);
}

.product-box .off-65::after {
  background: url(../images/badge/65.svg);
}

.product-box .off-70::after {
  background: url(../images/badge/70.svg);
}

.product-box .off-75::after {
  background: url(../images/badge/75.svg);
}

.product-box .off-80::after {
  background: url(../images/badge/80.svg);
}

.product-box .off-85::after {
  background: url(../images/badge/85.svg);
}

.product-box .off-90::after {
  background: url(../images/badge/90.svg);
}

.product-box .off-95::after {
  background: url(../images/badge/95.svg);
}

.product-box .off-100::after {
  background: url(../images/badge/100.svg);
}

.product-box .sale::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  width: 50px;
}

.giam,
.giam span {
  color: red !important;
}

.giam i {
  position: relative;
  top: -6px;
  font-weight: bolder;
}

#myModalAds .close {
  background-image: url(close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999999;
}

#myModalAds .modal-content {
  height: 100vh;
  justify-content: center;
  background: none;
  border: none;
}

#myModalAds .ads-content {
  height: max-content;
  position: relative;
  margin-bottom: 20vh;
}
#formSubmit .form-control-file[type="file"] {
  width: 100%;
  height: 50px;
  border: 2px dashed var(--color-secondary);
  border-radius: 6px;
  cursor: pointer;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: auto;
}
#formSubmit .form-control-file[type="file"]::before {
  content: "Tải ảnh chụp màn hình chuyển khoản";
  margin-top: 10px;
    margin-left: 10px;
  margin-bottom: 30px;
}