*{
     font-size: 18px;
   }
   footer{
     background: #041C29;
     color: white;
     padding: 20px 0px;
     padding-top: 40px
   }
   .copy{
     color:white;
     background:black;
     padding: 10px;
   }
 .search button{
   border: none;
   background: none;
   color: white;
   text-align: center;
   margin: auto;
 }
 input[type="password"],
 input[type="text"],
 input[type="email"],
 input[type="number"],textarea {
   border: 1px solid #8189B1 !important;
 }
 
 .theme,.active > .page-link, .page-link.active{
   background: #FF0000;
 color: white !important;
 }
 .btn-theme,.btn-theme2:hover{
   background: #FF0000;
   color: white !important;
 }
 .btn-theme:hover{
   background: black
 }
 .btn-theme2{
   background: black;
   color: white !important;
 }
 .active > .page-link, .page-link.active{
   border-color:#FF0000
 }
 .page-link{
   color: #FF0000
 }
 #basic-addon2{
   background: #FF0000;
 color: white;
 border: none;
 border-radius: 35px;
 padding: 10px;
 width: 60px;
 text-align: center;
 position: relative;
 right: 25px;
 z-index: 999;
 }
 .search input{
   font-size: 18px;
 padding: 8px;
 border-radius: 49px;
 border: none;
 background: #dcdcdc57;
 padding-right: 25px;
 }
 .user{
   background: black;
 border-radius: 50%;
 color: white;
 
 text-align: center;
 line-height: 38px;
 margin-right: 10px;
 

 height: 47px;
  width: 47px;
  padding-top: 13px !important;
  padding-left: 1px;
 
 }
 .user i{
  font-size:25px;position: relative;top: -3px;
 }
 .logo img{
   width: 140px;
 
 }
 @media(max-width:400px){
     .logo img{
   width: 120px;
    
 }
 }
 .search{
   width: 50%;
 }
 .product-card a{
   text-decoration: none;
   color:#333
 }
 .pagination{
   display: block;
 }
 .pagination li{
   display: inline-block
 }
 .add_cart{
   width: 40px;
   height: 40px;
   line-height: 40px;
   border: none
 }
 #categoryslide img{
   width: 70px;
 height: 70px;
 background: #dcdcdc7d;
 padding: 5px;
 border-radius: 50%;
 margin: auto;
 }
 #categoryslide .item{
   margin:auto;
   text-align: center
 }
 #categoryslide .item a{
   color:#333;
   text-decoration: none
 }
 .notify.fixed{
       z-index: 99999;
     }
     #help .d-flexs{
 
       background: #F3F3F3;
 border-radius: 60px;
 padding: 5px 10px;
 text-align: center
 
     }
     #help img{
       display: inline-block
     }
     .products .label{
      font-size: 32px;
      font-weight: 900;
      margin-bottom: 15px;
      display: block;
      color: black;
      margin-top: 25px;
     }
     section{
       margin-top: 40px
     }
  footer h4{
   margin-top: 10px;
   margin-bottom: 5px;
  }
     .col{
       padding: 10px !important;
 margin: 0 !important;
     }
     #example_length label{
      display: flex;
      width: 200px;
 }
 #example_filter{
      text-align: right
 }
     .product-catergory {
     
       display: -webkit-box;
     -webkit-line-clamp: 2; /* Number of lines to show */
     -webkit-box-orient: vertical;
     overflow: hidden;
     height: 50px;
  font-size: 18px;
  line-height: 25px;
}
     .mn ul{
       list-style: disc;
 margin-left: 14px;
 padding: 0;
 
     }
     .mn ul a{
       color: white !important
     }
     .mn2 ul{
       padding: 0
     }
     .social a{
       color: white;
       padding: 3px 0px;
       display: block;
       margin-bottom: 5px
     }
ul li{
      list-style: none;
     }
     #discription ul li{
  list-style: inherit
}
     .social a i{
       
 color: white;
 padding: 5px;
 border-radius: 2px;
 margin-right: 5px;
 
     }
     .lazyload {
     opacity: 0;
     transition: opacity 0.3s;
 }
 
 .lazyloaded {
     opacity: 1;
 }
 .product-card img{
   width: 100%;
   aspect-ratio: 1;

 }
 .m-search{
   display: none
 }
 @media(max-width:991px){
   .m-search{
   display: block;
   width: 100%;
   margin-top: 20px
 }
 .d-search{
   display: none
 }
 .cart-text{
   display: none;
 }
 .cart{
   padding: 4px 8px !important;
 }
 }
 @media(max-width:450px){
   
   .product-catergory{
     font-size: 14px;
     height: 46px;
   }
  
   .product-action .add_cart{
     padding-top:6px !important
   }
 }
 ul{
padding-left: 15px;
 } .container{
  width: 95% !important;
  max-width: 95% !important;
}
footer{
  margin-top: 80px;
}
.product-wishlist{
  display: none;
}
.showall{
  margin-top: 20px;
  padding: 2px 10px;
}
.product-card a.btn{
  font-weight: 800;
}
.help-2{
  display: none;
}
#hero .container{
  padding: 0px 24px !important
}
@media(max-width:576px){
  .user{
    display: none;
  }
  .cart{
    background: none;
  color: black !important;
  }
  .logo{
    flex:1
  }
  .navbar-toggler{
    border:none;
    position: relative;
  top: 2px;
  padding: 0;
  }
  sup{
    display: none;
  }
  .search .form-control{
    width: 100%;
    border-radius: 8px !important;
    height: 42px;
    border: 1px solid gainsboro !important;
  }
  .input-group-append{
    position: absolute;
  right: 0;
  }
  #basic-addon2{
    right: 0px;
    height: 42px;
    border-radius: 8px;
  }
  .container-fluid{
    padding:0
  }
  .topbar{
    display: none;
  }
  .navbar{padding:0}
  header{
    border-bottom:1px solid #dcdcdc52;
    padding: 14px 0px;
  }
  #categoryslide{
    margin:0
  }
  .help{
    display: none;
  }
  .help-2{
    display: block;
  }
  #help .d-flexs {
    background: #F3F3F3;
    border-radius: 60px;
    padding: 5px 10px;
    text-align: center;
    width: 300px !important;
    margin-right: 20px;
    min-width: 300px !important;
  }
  #hero img {
    height: 200px !important;
    border-radius: 10px !important;
  }
  #hero .container {
    padding: 0px 11px !important;
  }
  .products .label {
    font-size: 1.5rem;
  }
  .products .product-catergory{
    font-size: .875rem;
    font-weight: 600;
  }
  .col {
    padding: 5px !important;
    margin: 0 !important;
  }
  .product-card a.btn {
    font-size: 16px;
  }
  .product-card .card-body{
    padding: 8px;
  }
  .shop-page{
    margin: 0 !important;
  }
  .product-gallery {
    padding: 0 !important;
    border: none !important;
  }
  .shop-page .card-body{
    padding: 8px !important;
  }
  .owl-carousel .owl-item img{
    border-radius: 8px;
  }
  .product-info-section h1{
    font-size: 25px !important;
    margin-top: 25px !important

  }
  .shop-page .btn{
    padding: 10px 10px !important;
  }
  .shop-page .d-flex.gap-2.mt-3 .btn {
    padding: 10px 10px !important;
    width: 50%;
  }
  .shop-page .d-flex.gap-2.mt-3{
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    padding: 10px 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    left: 0;
    right: 0;
    margin: auto !important;
    overflow: hidden;
    box-shadow: 0px 0px 6px #d0d0d0;
    padding-bottom: 30px;
    z-index: 9999999;
  }
  #bestselling{
    overflow: hidden;
  }
  .product-more-info  {
    margin-top: 50px !important;
  }
}
