*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    /*height: 100%;*/
    width: 100%;
    overflow-x: hidden;
    background: black;
    z-index: -1;
    position: relative;
}
a{
    text-decoration: none;
    color:unset;
}
.index-page-main{
    position: relative;
    width: 100%;
    /*height: 100dvh;*/
}

.category-title{
    color: white;
}
.copyright{
    opacity: .6;
}
/* .home-page styling */
.home-page{
    background:black ;
    overflow-x: hidden;
}
.search-bar-fixed{
    position: fixed;
    width: 100%;
    padding: 3rem 0 1rem;
    background-color: black;
    z-index: 2;
}
.search-input::placeholder{
   font-size: 14px;
}
.category{
    padding-top: 4rem;
}
/* .all-cate{ */
    /* display: grid; */
   /* grid-template-columns: repeat(auto-fill, 5rem ); */
   /* justify-content: center; */
   /* grid-template-columns: repeat(auto-fit, minmax(5rem,1fr)); */
   /* grid-template-columns: repeat(6, 4rem); */
   /* gap: .5rem; */
/* } */
 .all-cate .grid-cols{
    width: 5rem;
 }
 .all-cate{ 
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
 }
.cat-image {
    width: 80px;
    height: 120px;
    background:#f5f1f136;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
}
.cat-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.all-cate::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.category-title{
    font-size: .8rem;
    font-weight: 300;
}
.banner-img{
    position: relative;
    height: 100%;
}
.banner-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-end p{
    font-size: .7rem;
    opacity: .7;
}
/* category page styling */
.category-head{
    position: fixed;
    width: 100%;
    padding: 3rem 0 1rem;
    background-color: black;
    z-index: 2;
}
.cate-product{
    padding-top: 8rem;
}
.cateproduct-image{
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.cateproduct-image img{
    height: 100%;
    object-fit: contain;
    object-position: bottom;

}
.product-content .product-catename{
    font-size: .6rem !important;
}
.product-content .product-title{
    font-size: .8rem !important;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.product-number{
    font-size: 1rem;
}
/* discription page styling { */
.product-discrip{
    padding-top: 5rem;
}
.disp-product-detail{
    position: relative;
}
.discrip-img{
    position: fixed;
    width: 130px;
    height: 300px;
    right: 28%;
    overflow: hidden;
    z-index: -1;
}
.discrip-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.after-border::after{
    background: white;
    content: "";
    display: inline-block;
    height: 1px;
    width: 5rem;
    margin-left: 15px;
    position: relative;
    top: -6px;

}
dl.product-inform dt, dd{
display: inline;
float: left;
}
dt{
clear: left;
width: 100px;
font-weight: bold
}
.realted-product{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rel-image {
    width: 80px;
    height: 130px;
    background: #2c2c2c;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
}
.rel-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    object-fit: cover;
    object-position: center;
}

/* search form css */
.list_search_drop {
    background: #fff;
    max-height: 350px;
    z-index: 9 !important;
    position: absolute;
    border-radius: 0px ;
    margin-top: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.container.text-center {
    position: relative;
} 

.showdrop{
    display: block;
}
ul#product_list {
    max-height: 300px;
    overflow-y: scroll;
}
ul#product_list li{
    list-style: none;   
}
ul#product_list li a p{
    padding-left: 10px;
}

/* age verification page css */
@font-face {
    font-family: hvcocktail;
    src: url(/assets/fonts/HVCocktail.ttf);
}
.age-verification{
    background:#405d81;
    height: 100dvh;
    width: 100%;
    z-index: -1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.age-head{
    font-family: hvcocktail;
}
.year input,.year input:focus{
    background-color: transparent;
   font-size: 5rem;
   font-weight: 700;
   font-family: hvcocktail;
   padding: 0;
   line-height: 0;
   color: white;
   opacity: .7;
}
.year input::placeholder{
   color: white;
   opacity: .7;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.copright-text{
    opacity: .7;
    font-size: 14px;
}
.popup-head{
    font-family: hvcocktail;
    color: #405d81;
}
/*  new css*/
#product_list{
    padding-left: 0;
}
#product_list li{
   opacity: .7;
}
#product_list li a img{
    width: 30px !important;
    padding-left: 10px;
}
#product_list li a p{
    margin-bottom: 0 !important;
}
.rel-cols {
    width: 5.5rem;
}
.product-summary{
    text-align: left;
}
.category-name{
    font-size: 1rem;
}
.cateproduct-image{
    transition: transform .2s;
}
.cateproduct-image:hover{
    transform: scale(1.04);
}
.product-content{
    padding-top: 1rem !important;
}
.product-content .product-catename {
    font-size: .8rem !important;
}
.product-content .product-title {
    font-size: 1rem !important;
}
footer{
    background: black;
}

.nav-item {
    position: relative;
  }
  
  .nav-item a {
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    transition: background 0.3s;
  }

.submenu {
    list-style: none;
    height: 0;
    overflow: hidden;
    transition: height .5s;
    max-height: 150px;
    overflow-y: scroll;
  }
  .submenu::-webkit-scrollbar {
    width: 0;
    height: 0;
}
  .submenu-h {
    border-bottom: 1px solid #555;
    /*height: fit-content;*/
  }
  .nav-item:hover .submenu{
    height: fit-content;
    overflow-y: scroll;
    /* border-bottom: 1px solid #555; */
  }
  
  .submenu-item a {
    padding: 10px 15px;
  }
  
  .submenu-item:last-child a {
    border-bottom: none;
  }
  ul.pagination{
    justify-content: center;
    padding-top: 1rem;
}
li.page-item {
    color: black !important;
}
li.page-item:hover{
    color: black !important;
}
.pagination{
    --bs-pagination-color: none;
    --bs-pagination-hover-color: black;
    --bs-pagination-hover-bg: rgba(255, 255, 255, 0.932);
}
.active>.page-link, .page-link.active {
    z-index: 1;
    color: white;
    background-color:black;
    border-color: white;
}
/*  */
.slick-banner .slick-dots {
    position: absolute;
    bottom: 0%;
    left: 50%;
    translate: -50%;
    padding-left: 0;
  }
  .slick-banner .slick-dots li {
    display: inline-block;
    margin: 0px 5px;
  }
  .slick-banner .slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    background: rgb(171, 165, 165);
    border-radius: 50%;
    border: none;
    transition: 0.3s;
  }
  .slick-banner .slick-dots .slick-active button {
    background: white;
  }
  .banner-image-div{
    width: 100%;
    height: 260px;
  }
  .banner-image-div .banner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
/* newpage css -location  */
.store-card{
    background-color: antiquewhite;
    width: 248px;
    height: 350px;
  }
  .store-imgDiv {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-color: black;
    border-radius: 10px;
}
 .store-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* neww */

.store-card .card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.store-card .card-text{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (width<536px) {
    .store-card{
        width: 90% !important;
        height: 350px;
      }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 800px !important;
    }
}
@media (width <1025px) {
    .discrip-img{
        position: fixed; 
        right:20%;
        z-index: -1;
    }
}
@media (width <576px) {
    .discrip-img{
        position: fixed; 
        right:0% !important;
        z-index: -1;
    }
}
@media (width <768px) {
    .discrip-img{
        position: fixed; 
        right:10%;
        z-index: -1;
    }
    .banner-image-div {
        width: 100%;
        height: 140px
}
}
@media screen and (max-width: 667px) {
    html,body{
      /*height: 100%;*/
      width: 100%;
      overflow-x: hidden;
    }
    .lead {
        font-size: 1rem;
        font-weight: 300;
    }
}
@media screen and (max-width: 350px) {
.age-verification {
    background: #405d81;
    height: unset !important;
}}
