.login-register-section {
  color: #b09c88;
  border: none;
  min-width: 10px;
}
  
.login-custom-height {
  height: 250px;

}

.nav-bar-bg {
  background-color: #e3dfd6;
  color: #000;
}

.page-banner-custom-height {
  height: 300px;
}

.no-overflow-x {
  overflow-x: hidden;
  width: 100%;
}

.nav-bar-size {
  height: auto;
}

.bespokenav {
  width: 100%;
  justify-content: space-around;
}

.pagination-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem;
}

.pagination {
  white-space: nowrap;
}


/* mobile version */

@media (max-width: 400px) {
  .owl-carousel .owl-stage-outer {
      margin-left: 0;
  }
}

@media (max-width: 767px) {
  .home-timeless {
      background-image:url(/images/home/timeless-pieces-mobile.jpg);
  }
}

@media (max-width: 400px) {
  .row-cols-2 .product-tile {
    height: 150px;
  }
}

@media (max-width: 270px) {
  .product-tile {
    height: 110px;
}
}


@media (min-width: 768px ) {
  .login-custom-height {
      height: 300px;

  }
  .page-banner-custom-height {
    height: 500px;
  }
}

@media(min-width: 1024px) {
  .page-banner-custom-height {
      height: 90vh;
  }

  .home-timeless {
    height: 30rem;
}
}
    
@media (min-width: 992px) {
    .image-wrapper {
        padding-bottom: 0;
        height: 450px;
    }
    .login-custom-height {
        height: 400px;
    }
}

