   *{

    margin: 0;

    padding: 0;
    /* overflow-x:hidden ; */

   }

    nav{

        padding: 10px;

        width: 100%;

        height: 100px;

      

    }

    .nav-main{

        position: sticky;

        top: 0;

        left: 0;

        z-index: 987665544;
        width: 100%;

    }

    .nav-item{

        color: black;

        font-size: 18px;

        font-weight: 400;

    }

    .navbar-brand{

        width: 200px;

        

    }

    .carousel-item img{

        height: 400px;

    }

    .dropdown-item{

        font-size: 20px;

        font-weight: 600;

    }

    .sale_live{

        margin-bottom: 20px;

    }

        .product-card {

        border-radius: 10px;

        overflow: hidden;

        width: 100%;

        box-shadow: 0 4px 8px rgba(0,0,0,0.1);

        }

        .product-image {

        

        text-align: center;

        }

        .product-image img {

        width: 100%;

        height: 200px;

        }

        .card-body2{

            background-color: #fcc50b;

            height: 30px;

           

            border-bottom-left-radius: 10px;

            border-bottom-right-radius: 10px;

            

        }

        .badge-playback {

        

        font-weight: 500;

        color: #000;

        border-radius: 0;

        padding: 5px 10px;

        }

        .rating-box {

        background-color: #fff;

        color: #000;

        padding: 1px 5px;

        border-radius: 10px;

        font-weight: 600;

        font-size: 0.7rem;

        margin-right: 8px;

        }

        .rating-box i{

            color: #fcc50b;

        }

        .price {

            color: #1A2024;

        font-size: 20px;

        font-weight: 600;

        }

        .old-price {

        text-decoration: line-through;

        color: #888;

        font-size: 15px;

        }

        .card-discount {

        color: green;

        font-weight: 700;

        font-size: 12px;

        }

        .color-picker {

        width: 20px;

        height: 20px;

        border-radius: 50%;

        display: inline-block;

        border: 1px solid #000;

        margin-right: 5px;

        }

.bottom-card{

    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px dotted #888;

}

.offer{

    display: flex;

    align-items: center;

}

.offer-img img{

height: 50px;

width: 50px;

margin-right: 5px;

}

.offer-text p{

    margin: 0;

}

.header-border{

    border-bottom: 2px solid #D83333;

}

.nirvana{

    width: 100%;

    height: 150px;

    border-radius: 20px;

    margin-top: 20px;

}

.category-item {

      text-align: center;

      margin-bottom: 30px;

    }

    .category-item img {

      width: 100px;

      height: 100px;

      object-fit: contain;

    }

    .category-label {

      margin-top: 10px;

      font-weight: 600;

    }

 .lifestyle-card {

      border-radius: 20px;

      overflow: hidden;

      text-align: center;

      padding: 20px;

      background: #f9f9f9;

      transition: transform 0.3s ease;

    }

    .lifestyle-card:hover {

      transform: translateY(-5px);

      box-shadow: 0 6px 20px rgba(0,0,0,0.1);

    }

    .lifestyle-card img {

      max-width: 100%;

      height: 300px;

      

    }

    .lifestyle-card h5 {

      font-weight: bold;

      margin-top: 15px;

    }

    .view-link {

      font-weight: bold;

      color: #0d6efd;

      text-decoration: none;

    }

    .view-link:hover {

      text-decoration: underline;

    }

.registration label{

    font-weight: 500;

    font-size: 18px;

    color: black;

    

}

.registration input{

    font-size: 18px;

    border: 2px solid black;

    color: black;

    font-weight: 400;

}

.registration input::placeholder

{

    font-size: 18px;

    

    color: black;

    font-weight: 400;

}

.registration select{

    font-size: 18px;

    border: 2px solid black;

    color: black;

    font-weight: 400;

}

.registration select option{

    font-size: 18px;

   

    color: black;

    font-weight: 400;

}
.modal{
    z-index: 9864534534353565353;
}

/* Shop page  Shop page Shop page Shop page Shop page Shop page Shop page                                               */

.card{



    transition:  2s;



    cursor: pointer;



    



}



.card:hover{



    transform: scale(1.1);



    



}



.card-img-top



{



    height: 300px;



    width: 300px;



}



.main-card{



    height: 500px;



}

.main_cart{

    position: relative;

    color: black;
   
   
   

}

.cart-up{

  position: absolute;

  top: -30%;

  left: 50%;

  height: 15px;

  width: 15px;

  background-color: #D83333;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 10px;

  color:#fff;

  font-weight: 500;

}

.main_cart a i{

    color: black;

}

/* details page */





    .price{



        



        margin-top: 20px;



    }



    .buy-card



    {



        margin-top: 30px;



        



    }



    .buy-card a{



       



        height: 50px;



        width: 300px;



        font-size: 18px;



       



        align-content: center;



    



        



    



    }



    .product-details



    {



        margin-top: 30px;



    }



    .details-image{



        height:100px;



        width: 100px;



        cursor: pointer;



        box-shadow: 2px 2px 10px gray;



        border-radius: 5px;



    }

    .rating{



        font-size: 14px;



    }



.rating i{



    color: #fcc50b;



    margin-right: 10px;



}



.discount{



    border: 2px solid #D83333;



    border-radius: 20px;



    padding: 5px 20px;



    color: #D83333;



    font-size: 17px;



    letter-spacing: 1.5px;



}



.product-name h2{



    font-weight: 700;



}



.category{



    width: 60%;



}



.orprice{



    font-size: 15px;



    



}



.persantage{



    color: #00C68C;



    font-size: 14px;



    font-weight: 600;



}



.mrp{



    font-size: 12px;



}






/* checkout page */



    .checkout-container {



      background: #fff;



      padding: 20px;



      border-radius: 10px;



      box-shadow: 0 2px 10px rgba(0,0,0,0.1);



    }



    .order-summary {



      background: #f1f3f5;



      padding: 15px;



      border-radius: 10px;



    }



    .product-image-checkout{



        height: 150px;



        width: 150px;



    }



    .importent{



        color: red;



        font-weight: 600;



    }



.button-img{



  max-height: 50px;



  width: 100px;



}



.button-img-card {



   height: 60px;



  width: 100px;



}

/* cart page */





table th {

  text-transform: uppercase;

  font-size: 0.85rem;

  color: #666;

}

    

.cart-input  {

  text-align: center;
  border-radius: 0;

}



.btn-dark {

  background-color: #212121;

  border: none;

}



.btn-dark:hover {

  background-color: #000;

}



.btn-outline-dark:hover {

  background-color: #212121;

  color: #fff;

}

.quantity-increment{

    width: 50px;

    border-radius: 0;

}

.quantity-decrement{

     width: 50px;

     border-radius: 0;

}

