/* 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;
}
