.trending-products-deals-container{
  background-color: var(--header-dropdown-bg-color);
}
.top-products-heading{
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: var(--headings-txt-color);
    margin-bottom: 32px;
    word-break: break-word;
}
.new-arrival-container{
    background: white;
    padding: 16px 10px;
    min-height: 575px;
    max-height: auto;
    border:1px solid var(--seller-response-review-bg);
    border-radius: 4px;
}
.new-arrival-img{
    max-height: 100%;
    z-index: 0;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
   
}
.new-arrival-inner-section{
    border:1px solid var(--seller-response-review-bg);
    border-radius: 4px;
   padding:5px 6px 11px 6px;
    text-align: center;
    display: block;
}
.new-arrival-title{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: black;
     margin-top: 3px;
    margin-bottom: 4px;
    word-break: break-word;
}
.new-arrival-sub-title{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--buyer-newarrival-text-color);
    word-break: break-word;
}
.new-arrival-heading{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: black;
    word-break: break-word;
}
.new-arrival-viewall{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--span-blue);
    word-break: break-word;
}

.new-tiles{
    padding-right:6px;
	padding-left:6px;
}

.trending-row{
    margin-left:-6px;
    margin-right:-6px;
}

.new-arrival-img-section{
    position: relative;
    aspect-ratio: 1 / 1;
      height:183px;
    width:100%;
}
.new-arrival-container a{
    text-decoration: none;
}
.carousel-indicators{
    position:relative;
    margin-top:8px;
}
.carousel-indicators li{
    width:6px;
    height:6px;
    background:var(--border-color);
    border:0;
    border-radius:90px;
    margin-right:8px
}
.carousel-indicators li.active{
    width:30px;
    height:6px;
    background:var(--primary-color);
    border:0;
    border-radius:8px;
}
.carousel-item img{
    min-height: 200px;
    /* height:172px; */
    border-radius:10px;
}

.popular-carousel .slick-dots {
    /* bottom: 18px; */
    display: block !important;
    width:fit-content;
    margin: auto;
    list-style: none;
    text-align: center;
    background-color: transparent;
    border-radius: 25px;
    left: 0;
    right:0;
    padding:0 5px;
  }
  
    
  /* ::ng-deep .slick-dots li{ */
  
  .popular-carousel .slick-dots li {
    padding: 5px !important;
    /* margin: 0px !important; */
  }
  /* ::ng-deep .slick-dots li button{ */
  .popular-carousel .slick-dots li button{
    height:10px;
  }
  .popular-carousel .slick-dots li button:before {
    font-size: 35px;
    color:var(--dropdown-scrollbar-thumb-bg);
    opacity:8;
    text-shadow: 0px 0px 2px var(--divider-color);
    height: 10px!important;
    width: 10px!important;
  }
  /* ::ng-deep .slick-dots li.slick-active button:before { */
  .popular-carousel .slick-dots li.slick-active button:before {
    font-size: 35px;
    color: var(--primary-color);
    content: '';
    width: 30px!important;
    height: 10px!important;
    background: var(--primary-color);
    border: 0;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 8px;
    margin-left: -8px;
  }
  .popular-carousel .slick-dots li:first-child.slick-active button:before{
    margin-left: -12px;
  }
  .popular-carousel .slick-dots li:last-child.slick-active button:before{
    margin-left: -5px;
  }
  /* ::ng-deep .slick-dots li button:before { */
 
  /* ::ng-deep .slick-dots li.slick-active button:before, ::ng-deep .slick-dots li:hover button:before{ */
  .popular-carousel .slick-dots li.slick-active button:before,
  .popular-carousel .slick-dots li:hover button:before{
  color: var(--primary-color);

  }
  
  /* ::ng-deep .slick-dotted.slick-slider{ */
    .popular-carousel .slick-dotted.slick-slider{
    margin-bottom:0
    }
.popular-carousel .banner-img img{
    margin: 0 auto;
    max-height: 100%;
    width: 100%;
    height: 442px!important;
    border-radius: 10px;
}

@media screen and (max-width: 991px)
{
    .popular-deals-container{
        margin-bottom: 12px;
        padding-bottom: 58px;
    }
}
@media screen and (max-width: 767px) {
    .top-products-heading {
        font-weight: 500;
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .new-arrival-container{
        margin-bottom: 12px;
        min-height: 463px;
    }

    .popular-carousel{
        padding-left:0;
        padding-right: 0;
    }
    .popular-carousel .banner-img img{
        height: auto!important;
    }

    .new-arrival-inner-section {
        padding: 4px 5px 8px 5px;
    }

    .new-arrival-img-section {
        height: 148px;
    }
    .popular-deals-container .banner-img{
        min-height: 358px;
    }

}
@media screen and (min-width:768px) and (max-width: 991px){
.popular-carousel .banner-img img{
    height: auto!important;
}

}