@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}


/*body{background: #0d7645;}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Poppins", serif;
}

.nav-item a {
    color: #fff;
    font-weight: 500;
}

.nav-item a:hover{ color:#16BE45;}


 

.dropdown-menu {
    padding: 20px;
    background: #242424;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff !important;
    border-radius: 10px;
    color: #ECAF12;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Adjust margin to your needs */
}

.dropdown-menu {
    display: none;
    /* Hide dropdowns by default */
}


.bussiness {
    border: 1px solid #0a7644;
    color: #0a7644;
    padding: 5px 15px;
    border-radius: 10px;
}

.user-pannle {
    background-color: #008000 !important;
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    z-index: 111111;
}
.user-pannle::before{
    position: absolute;
    content: "";
    width: 196px;
    height: 56px;
    top: -11px;
    left: 0;
    background: #ff0000;
    z-index: -1;
}
.user-pannle::after{
     content: "";
    position: absolute;
    top: -11px;
    left: -25px;
    width: 25px;
    height: 20px;
    clip-path: polygon(0px 0px, 100% 100%, 100% 0px);
    z-index: 11111111111;
    background: #ff0000;
}

@media screen and (max-width: 767px){
    .user-pannle::before,
   .user-pannle::after{
       display: none;
   }
   
}

.cart {
    background-color: #F3F3F3;
    padding: 10px;
    color: black;
    border-radius: 10px;
}

.sup-cart {
    margin: 0px !important;
    background-color: #008000! important;
}

sup {
    top: -1.5em !important;
    background-color: #FBD2D8;
    color: black;
    padding: 3px 6px;
    border-radius: 5px;
}

.text-gredient {
    background: -webkit-linear-gradient(90deg, #ED1C3D, #ECAF12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient {
    background: linear-gradient(270deg, #fcbc452a, #F9E6E6, #FFD1D1, #ffffff) !important;
}

.bg-gradient p {
    line-height: 30px;
}

.same-button {
    background-color: #ED1C3D;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 20px 83px 30px 80px;
    margin:10px 0;
    display:inline-block;
}

.text-color {
    color: #ECAF12;
    font-weight: 700;
}

.text-red {
    color: #ED1C3D;
}

.small {
    font-size: 12.5px !important;
}

#product-slider img {
    width: 100%;
    height: 250px;
    object-fit: covre;
}

#Client-slider img {
    width: 50px;
    margin: 0 auto;
}

#event-slider img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

footer {
      background-image: url('../../mstalls/footer-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    /*background-color:#343a40;*/
    /*border-radius: 30px 30px 0px 0px;*/
}

footer li a {
    text-decoration: none;
    color: white;
}


.about-banner {
    /*background-image: url("../images/breadcrumb.png");*/
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.skinncare-banner {
    background-image: url("../images/skincare-banner.png");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gary {
    background-color: #666464;
}

.border-radius {
    border-radius: 20px 10px 20px 10px;
}

.border-radius .small {
    color: #666666;
    line-height: 25px;
    font-size: 13px !important;
}

select:active,
select:focus {
    outline: none;
}

.Categories-filter ul li {
    list-style: none;
    margin-top: 10px;
}

.Categories-filter ul li a {
    text-decoration: none;
    color: #fff;
}


.Categories-filter ul li a:hover{color:#fff;}

.quantity {
    display: flex;
    padding: 0;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    background: #555;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
}

.quantity__minus:hover,
.quantity__plus:hover {
    background: #575b71;
    color: #fff;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 70px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #111;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #8184a1;
}

.text-size{
    font-size: 14px;
}


 
.accreditations ul{ padding:20px 0 0; 
list-style:none;
    overflow:auto;
    width:100%;
}navbar

.accreditations {background: #d3610d;}
.accreditations h2{font-size:30px; color:#FFF; margin-top:30px;} 

.accreditations h2 span{ font-size:20px;}


@media screen and (max-width:768px){ navbar{ padding:10px 0!important;}}

/*.products{ background:#fff;}*/




/*v_custom css*/
  .product .card{ 
      border:1px solid #dedede;
      border-radius:10px;
      position:relative;
  }
  
  .product .card:hover{ 
     border:1px solid #033b89;
  }
  
  .bv-badge{ 
      position:absolute;
      top:10px;
      left:10px; 
      line-height: 20px!important;
      font-size:11px!important; 
      color:#fff!important;
      background:#537731;
      /*border-radius: 16px 0;*/
  }
  
  .wishlist{ 
      position:absolute;
      top:10px;
      right:10px; 
      line-height: 20px!important;
      /*border-radius: 16px 0;*/
  }
  
  .wishlist a{ 
      color:#e11d1d!important;
       font-size:25px!important; 
  }
  
  </style>
  
  
  <style>
  @media screen and (min-width:1000px){
          .five-pro .col-lg-2 {
        flex: 0 0 20%; /* 100% / 5 items */
        /*max-width: 20%;*/
    }
  }

.category-card {
      background-color: #28a745; /* green */
      color: white;
      text-align: center;
      padding: 20px;
      border: 1px solid #ccc;
      display: flex;
    justify-content: space-around;
    align-items: center;
    }
    .category-card h5 {
      color: #05335d;
      font-weight: bold;
      margin-top: 10px;
    }
    .category-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
      border: 2px solid white;
    }
    
    
 .feature-box {
  background-color: #111;
  background-image: url("mstalls/thumbnails/dot-patter.png");
  background-position: right;
  background-size: cover;
  background: ;
  color: #fff;
  padding: 20px;
  border: 1px solid #333;
  height: 150px;
  transition: all 0.3s ease;
}

.feature-icon {
  background-color: #28a745;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
  transition: transform 0.6s;
  perspective: 1000px;
}

/* Flip icon on hover */
.feature-box:hover .feature-icon {
  transform: rotateY(180deg);
}

.feature-title {
  font-weight: bold;
  color: #ccc;
  margin-bottom: 5px;
}

.feature-subtitle {
  color: #bbb;
  font-size: 14px;
}




.deal-top-bar {
      background-color: #111;
      color: white;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .deal-label {
      background-color: #f73563;
      padding: 8px 15px;
      font-weight: bold;
      color: white;
      clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }

    .countdown span {
      background-color: green;
      color: white;
      padding: 4px 8px;
      margin-right: 3px;
      border-radius: 4px;
      font-size: 14px;
    }

    .coupon-btn {
      background-color: #f73563;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 3px;
    }

    .section-heading {
      background-color: #2ecc71;
      color: white;
      padding: 10px 20px;
      font-weight: bold;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      display: inline-block;
      margin-top: 20px;
    }

    .promo-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      color: white;
    }

    .promo-box.fruits {
      background-color: #f8b400;
    }

    .promo-box.steak {
      background-color: #e74c3c;
    }

    .promo-box img {
      max-height: 100px;
    }

    .promo-text h5 {
      font-weight: bold;
    }

    .promo-text p {
      margin: 0;
      font-size: 14px;
    }


    .deal-top-bar {
  background-color: #111;
  color: white;
}

.deal-label {
  background-color: #f73563;
  padding: 8px 15px;
  font-weight: bold;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.countdown span {
  background-color: green;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  min-width: 40px;
}



  #event-slider{
      
  }
  #event-slider .owl-dot {
      background:#ddd;
      width:12px;
      height:12px;
      border-radius:50%;
  }
  #event-slider .owl-dot.active {
    background: #000 !important;
}
  .owl-dots {
     
    position: absolute;
    /* border: 0; */
    top: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
  }
  
  #event-slider img{ 
      height:100px;
  }
  
  #event-slider .item{ 
      width:100%;
      border:1px solid #eee; 
      background:#fff;
      text-align:center;
      padding:0 10px 10px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
     
  }
   #event-slider .item a{ 
        color:#537731!important;
        font-weight:700;
        margin:10px 0!important;
        font-size:13px;
   }
   
   .product button{ 
       margin:10px ;
       width:140px;
       padding:10px 0;
       background:#007f00;
       border:1px solid #007f00;
   }

   .owl-nav{ 
       display:none;
   }
   
   
   
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* Sidebar */
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1001;
  display: block; /* Always block, but width controls visibility */
      z-index: 1111111;
}

/* Sidebar links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d7d7d7a6; /* semi-transparent black */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1000;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Main content */
#main {
  transition: margin-left 0.5s;
  padding:0 16px;
  padding-top: 6px;
}

.main-togal{
    text-align: right;
    position: relative;
    z-index: 11111;
}

.main-togal::before{
       position: absolute;
    content: "";
    width: 130px;
    height: 56px;
    background: red;
    z-index: -1;
    top: -8px;
    left: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
   .user-pannle::before,
   .user-pannle::after,
   #main{
        display: none;
    }
    
}
@media screen and (max-width: 767px){
    .user-pannle::before,
   .user-pannle::after,
    #main{
        display: none;
    }
}

@media screen and (max-height: 450px) {
  .sidenav { padding-top: 15px; }
  .sidenav a { font-size: 18px; }
}



  .sidebar {
      width: 320px;
      background-color: #1e1e1e;
      height: 100vh;
      padding: 20px;
      overflow-y: auto;
    }

    .search-bar {
      display: flex;
      margin-bottom: 20px;
    }

    .search-bar input {
      border-radius: 5px 0 0 5px;
      border: none;
    }

    .search-bar .btn {
      border-radius: 0 5px 5px 0;
    }

    .category-item {
      background-color: #2a2a2a;
      border-radius: 25px;
      padding: 8px 16px;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: white;
    }

    .category-item img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 12px;
    }

    .category-left {
      display: flex;
      align-items: center;
    }

    .badge-count {
      background-color: red;
      color: white;
      border-radius: 999px;
      padding: 2px 10px;
      font-size: 0.75rem;
      font-weight: bold;
    }

    .category-name {
      font-weight: 500;
      font-size: 1rem;
    }

    .category-item.uncategorized {
      background-color: #3b5249;
      border: 2px solid #4ef57c;
    }