/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
.update_price {
  padding: 12px;
  color: #2F2F2F;
  border-radius: 16px;
}
@media only screen and (min-width: 960px) {
  .update_price {
    background: rgba(0, 0, 0, 0.03);
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .update_price {
    background: #fff;
  }
}
.update_price__title {
  display: flex;
  align-items: center;
}
.update_price__title span {
  font-weight: 700;
  font-size: 14px;
}
.update_price__date {
  font-weight: 500;
  font-size: 18px;
  color: #4d4d4d;
}
.update_price__date i {
  font-size: 14px;
  margin-right: 4px;
  margin-top: 2px;
}
.product_inventory {
  display: flex;
  align-items: center;
  color: #C30052;
  font-size: 12px;
  position: relative;
  z-index: 5;
}
.product_inventory i {
  margin-left: 8px;
  margin-bottom: 1px;
}
/*# sourceMappingURL=pdpFeature.css.map */