/* slider @home page */
.slider_preloader {
  height: 400px !important;
}

/* assembly product details page */
.dd-option-image,
.dd-selected-image {
  margin-right: 10px;
}
.dd-selected-text,
.dd-option-text {
  display: block;
  margin-bottom: 0.5rem;
}

/* checkout page */
.checkout-mr {
  margin-right: 7.5%;
}

/* compare_product page */
.t-comp-width {
  min-width: 45rem;
}
/* Details page */
.details-w-100 {
  width: 100%;
}
.details-w-80 {
  width: 80%;
}
.details-w-60 {
  width: 60%;
}
.details-w-40 {
  width: 40%;
}
.details-w-20 {
  width: 20%;
}
/* Home page */
.brand-logo_img {
  height: 60px;
  width: 100px;
}

/* Product Card - Centered Layout */
.feature-card .card-body {
  text-align: center;
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card .card-body .product-name {
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  margin-bottom: 6px;
}

.feature-card .card-body .star-rating {
  justify-content: center;
  margin-bottom: 6px;
  font-size: 13px;
}

.feature-card .card-body .product-price {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

.feature-card .card-body .fs-12 {
  font-size: 12px;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}

.feature-card .card-body .add-to-cart {
  width: 100%;
  margin-top: auto;
  font-size: 13px;
  padding: 7px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.feature-card .card-body .add-to-cart svg,
.feature-card .card-body .add-to-cart i {
  margin-right: 0 !important;
}
