/* product cart */
.tt-img img {
    object-fit: cover !important;
    aspect-ratio: 1 / 1;
    width: 450px;
}

/* skeleton css */
.tt-placeholder {
  position: relative;
  overflow: hidden;
  user-select: none;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(238 238 238 / 15%) 30%, rgb(248 248 248 / 2%) 50%, rgb(255 255 255 / 28%) 54%) 50% 50%;
    animation: slide 1s linear infinite;
  }
}
.line-container {
  display: block;
  line-height: 0;
}
.placeholder-line {
  display: inline-block;
  width: 100%;
  background-color: rgb(85 85 85 / 10%);
  height: 8px;

}
.line-container .h-8{
    height: 8px
  }
  .line-container .h-10{
    height: 10px
  }
  .line-container .h-12{
    height: 12px
  }
  .line-container .h-20{
    height: 20px
  }
  .line-container .w-5{
    width: 5%;
  }
  .line-container .w-10 {
    width: 10%;
  }
 .line-container  .w-40 {
    width: 40%;
  }
  
  .line-container .w-50 {
    width: 50%;
  }
  
  .line-container .w-60 {
    width: 60%;
  }

@keyframes slide {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

.product-slider-for img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.product-slider-nav img{
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


.tt-banner-img {
  height: 250px;
}
.tt-banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cursor-pointer{
  cursor: pointer;
}


.vendor-shape-img {
    position: absolute;
    top: 20px;
    top: -14px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.weekly-best-product-list {
  max-height: 400px !important;
}

.tt-svg-hover:hover svg path, .tt-svg-hover.show svg path{
  stroke: #ffffff;
}

.search-bar__input {
  padding: .70rem 1rem .70rem .5rem;
}
.search-bar__btn {
  padding: 0.7rem 1.5rem;
}
.search-bar__input, .search-bar__content{
  background-color: #ffffff;
}
.search-bar__content{
  border-color: #E0E0E0;
}