/* slider @home page */
.slider_preloader {
  height: 400px !important;
}

#image_last1,#image_last2,#image_last3{
    width:50%!important;
    height:400px;
}
@media (max-width: 767px){
  #image_last1,#image_last2,#image_last3{
    width:100%!important;
    height:auto;
}  
}
/*// Eye */
.openeye{
  left: 400px;
    top: 46px;
    position: absolute;
    font-size: 16px;
    cursor: pointer;
}
.closeeye{
    left: 400px;
    top: 46px;
    position: absolute;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 767px){
  .openeye{
     left: 321px;
    top: 46px;
    position: absolute;
    font-size: 16px;
    cursor: pointer;
}
.closeeye{
     left: 321px;
    top: 46px;
    position: absolute;
    font-size: 16px;
    cursor: pointer;
}
 
} 
/* 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;
}
/*.nav-link{*/
/*    color:black !important;*/
/*}*/