/* ###### begin Ali Haider 396 ###### */

.top-categories-card{
    /* width: 277px; */
    box-shadow: 1px 1px 10px rgb(94, 92, 92);
    padding: 20px;
    padding-top: 125px;
    margin-top: 50px;
    border-radius: 50px 5px ;
    position: relative;
}
 
.search-bar{
    box-shadow: 1px 1px 10px rgb(94, 92, 92);
    /* margin-left: 200px; */
}

.search-icon{
    position: absolute;
    /* left: 93px; */
}

.loction-icon{
    position: absolute;
    left: 650px;
}


a{
   color: rgb(48, 188, 220); 
}
.top-categories-card-img img{
    width: 200px;
    margin-top: -116px;
    /* margin-left: 19px; */
}
.top-categories-card button a:hover{
    background-color: white;
    color: aqua;
}
.price-img{
    top: -8%;
    left: 48%;
}

 

 
.btn-outline-info-main{
border: 1px solid #0dcaf0;
color: #0dcaf0;

}
.btn-outline-info-main:hover{
background-color: #0dcaf0;
    border: 1px solid transparent;
color: #ffffff;

}
.btn-info-main{
    background-color: #0dcaf0;
    border: 1px solid transparent;
color: #ffffff;
}
.btn-info-main:hover{
    background-color: transparent;
    border: 1px solid #0dcaf0;
    color: #0dcaf0 !important;
}
.btn-find-main{
    background-color: #186070;
    border: 2px solid transparent;
color: #ffffff;
}
.btn-find-main:hover{
    background-color: transparent;
    border: 2px solid #186070;
    color: #186070 !important;
}
 
.rated-img{
    top: -7%;
    left: 48%;
}

.top-rated{
    margin-left: 65px;
}
.new-arrival-img{
    margin-left: 40px;
}
.product-categories-card{
    
    padding: 20px;
    padding-top: 180px;
    margin-top: 50px;
   border-radius: 0px 0px 20px 0px;
}
.cardshop{
    font-size: 22px;
}
.product-categories-card-img{
    bottom: 35%;
}
.background{
    background-color: rgb(242, 251, 253);
}

.offers-card{
    box-shadow: 1px 1px 5px rgb(94, 92, 92);
    /* width: 270px; */
    margin-top: 15px;
    position: relative;
}
.all-stoe-heading{
    margin-right: 90px;
}
.see-more{
    position: absolute;
     right: 30px;
      top: 0px;
}

/*###### End Ali Haider 396 ###### */


.product-categories-card{
    border-top: 5px solid #00ADD4; 
}


@media (min-width:320px) and (max-width:767px) {
    .card-overlay{
        /* border: 2px solid green !important; */
        width: 84%;
    }
}

@media (min-width:767px) and (max-width:1440px) {
    .card-overlay{
        /* border: 2px solid green !important; */
        width: 21.5%;
    }
}



.top-categories-home{
    background-image: url('../images/Background-images/img-frist-section.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px !important;
}

.popular-background{
    background-image: url('../images/Background-images/popular-brand.png');
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.product-categries-section{
    background-image: url('../images/Background-images/img-2nd-section.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

    
}

.popular-brands-section{
    padding: 20px;
    background-image: url('../images/Background-images/img-3rd-section.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
}

.shop-pg-inputs{
    background-color: #e7e7e752 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}



/* sliders code here */


.top-category-container {
    padding: 2rem 0 0rem 0;
    overflow: visible;
  }
  
 

  .custom-scrollbar {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  
  /* Styling the scrollbar */
  .custom-scrollbar::-webkit-scrollbar {
    height: 10px; /* Set the height of the scrollbar */
  }
  
  .custom-scrollbar::-webkit-scrollbar-track {
    background: #e0e0e0; /* Light gray background for the track */
  }
  
  .custom-scrollbar::-webkit-scrollbar-thumb {
    
    background-color: rgba(128, 128, 128, 0.582); /* Darker gray thumb */
    border-radius: 10px; /* Rounded edges for the thumb */
  }
  
  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: gray; /* Darker color on hover */
  }

/* sliders code ends here */



::-webkit-scrollbar{
    display: none;
}

@media(max-width:768px)
{
    .top-categories-home{
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .see-more {
        position: absolute;
        right: 0px;
        top: 6px;
    }

    .all-stoe-heading {
        margin-right: 0px;
    }
}