/* J styles */
/* product-shop styles */
.product-code-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

.product-images-wrapper .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-danger::before {
  color: #ff0000 !important;
}

.input-danger {
  border-color: #ff0000 !important;
}

.pic-card {
  position: relative;
}

.pic-card .remove-btn {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: #ff0000;
  border-radius: 50%;
  z-index: 10000;
  display: flex;
  align-items: baseline;
  justify-content: center;
  cursor: pointer;
}

/* profile user */
.name h3 {
  color: gray;
}

/* modal setting */
#menu-edit-product,
#menu-edit-profile,
#menu-edit-shop-profile{
  max-height: 95vh;
}
#menu-followings{
  height: 60vh;
}
.follow-card{
  box-shadow: 0 4px 10px 10px rgba(0, 0, 0, 0.08)
}
/* products preview styles */
.user-favorites-preview .card,
.shop-products-preview .card{
    height: 100% !important;
}
.user-favorites-preview img,
.shop-products-preview img {
  pointer-events: none;
  object-fit: cover !important;
  aspect-ratio: 4/5;
}
/* orders styles */
.order-filter .filter{
  width: calc(33% - 15px);
  text-align: center;
  border: 1px solid #4a89dc;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px 7px;
  box-shadow: none;
  transition: all 0.4s ease;
  font-size: 10px;
}
.order-filter .filter.active{
  background-color: #4a89dc;
  color: #fff;
  font-weight: 600;
}
