@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;
    padding:5px 10px;
}

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

.dropdown-menu {
    padding: 20px;
    background: #000!important;
}

.dropdown-item{ 
    color:#000!important;
}

.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 #fff;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.user-pannle {
    background-color: #fff;
    color: 000;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 500;
}

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

.sup-cart {
    margin: 0px !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-color:#222;
    /*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/9a68cc2a4e0cd51aa39566f22a8199d7.jpg");
    width: 100%;
    height: 400px;
    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: #666666;
}

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

.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;
}

.navbar-brand img{
    width:40%;
}

.logo-footer img {
        width: 50%;
    padding: 10px;
}


.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%;
} 

.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;}*/


.navbar{
    background:#2e7402 !important;
}

.product .card img{
    width:100%;
    height:300px !important;
    object-fit:cover;
}

.navbar-expand-lg .navbar-collapse{ 
    justify-content: end ;
}

  .navbar-nav{
    margin:auto!important;
}

  .navbar-nav{ margin-left:60px;}
 
 .search-fm{ 
     width:50%;
    
 }
  .search-fm input, .search-fm button {
       border-radius:30px;
       color:#000;
       background:#f7f7f7;
       border:1px solid #ccc;
  }
  
  .phone-cart{ 
      display:none;
  }
   
  .desktop-cart{
      display:flex;
  }
  
  .carousel-item img{ 
      width:100%;
      height:auto;
      object-fit:fill;
  }
  .bg-body-tertiary{ 
     background:#fff!important;
 }
 
  .product p a{ 
      color:#000;
  }

.product p .btn{ 
    color:#fff!important;
    background:#333!important;
    border:1px solid #000;
}
 
  @media screen and (max-width:768px){ .navbar{padding:10px 10px!important;}
     
     #carouselExampleIndicators { padding:0px 0 !important;}
     
     .search-fm{ 
         display:none!important;
     }
     
       .phone-cart{ 
      display:flex;
  }
  .desktop-cart{
      display:none;
  }
  
 }
 

.phone-cart , .desktop-cart, .navbar-brand { 
    z-index:2;
}




.footer-top{ 
    background:#fff!important;
}
.widget-newsletter input{ 
    background:#eee !important; 
}
