*{
    /* margin: 0%;
    padding: 0%; */
    box-sizing: border-box;

}
body{
    background-color: #f2f2f2;
}


#responsive-navbar{
    display: none;
}
.wrapper {
  margin-top: 30px;
  display: flex;
  max-width: 1200px;
  position: relative;
}

.wrapper i {
  top: 50%;
  margin-right: 40px;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #d1d1d1;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
  background: #f2f2f2;
}

.wrapper i:first-child {
  left: -22px;
  display: none;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  /* width:90%; */
  /* gap: 10px; */
  display: flex;
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  margin-left:40px ;
}

.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel.dragging img {
  pointer-events: none;
}

.carousel img {
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}

.carousel img:first-child {
  margin-left: 0px;
}
.content{
  position: absolute;
  top: 80%;
}

#cart-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 20%;
  height: 100%;
  background-color: #fff;
  box-shadow: -4px 0 20px rgba(0,0,0,0.3);
  transition: right 0.3s ease;
  z-index: 1000;
  /* overflow-y: auto; */
}

.cart-content {
  padding: 20px;
}
#cart-items{
    display: flex;
    flex-direction: column;
}
.cart-content h3 {
  margin-top: 0;
  font-size: 24px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.cart-content button {

  margin-top: 5px;
  width: 90%;
  padding: 5px 15px;
  background-color: rgb(0, 0, 0);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.cart-content button:hover{
    background-color: #ff9102;
}
.site-link{
 display: flex;
    float: inline-start;
    align-items: center;
    margin-right: 8px;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ff3324;
    color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    cursor: pointer;
}
   

.golden-logo{
    display: none;
}
.nav-bottom-main{
    display: none;
}
.checkoutform-web form{
    display: none;
}
 
@media (min-width: 450px) {
    .place-order {
      margin-top: 20px;
        font-size: 28px;
      color: white;
      padding: 30px 40px;
      border: none;
      border-radius: 10px;
        margin-bottom: 30px;
      cursor: pointer;
      border: 1px solid black;
      background-color: #000;
      width: 600px;
      height: max-content;
      flex-wrap: wrap;
    }
    .place-order:hover{
        background-color: #ff9102;
        color: #f2f2f2;
    }
    .radio{
        border: 1px solid black;
        padding: 20px 30px;
        border-radius: 10px;
        background-color: #dadada;
        margin-left: 14px;
        gap: 0;
        width: 600px;
        font-size: 32px;
        
    }
   
    .Checkout-head{
        /* margin-left: 10px; */
        font-size: 30px;
        margin-top: 20px;
        text-align: center;
    }
    .checkoutform-web form{
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 25px;
        margin-top: 25px;
        /* flex-wrap: wrap; */
        max-width: 450px;
        margin-left: 40px;
        max-height: auto;

    }
     .checkoutform-web form label{
        font-size: 32px;
     }
      .checkoutform-web form h2{
        font-size: 32px;
     }
   .checkoutform-web  input{
        padding: 5px 10px;
        border: 1px solid black;
        border-radius: 5px;
        width: 900px;
        font-size: 38px;
        /* flex-wrap: wrap; */
        height: 120px;
        /* flex-wrap: wrap; */
        
     }
     .cart-summary{
        margin-left: 0px;
     }
     .checkout-container{
    display: flex;
    flex-direction: column;
    
    margin-left: 10px;
   
}
.checkout-container img {
    width: 500px;
    height: auto;
    margin-bottom: 25px;
}
#checkout-items{
    font-size: 32px;
    margin-left: 20px;
    width: 430px;
}
#checkout-total{
    font-size: 30px;
    font-weight: 300px;
}

}

    
    



@media(min-width: 1200px){
   
    #mobileNavbar{
        display: none;
    }
    #hamburger-btn{
        display: none;
    }
    #menu-overlay{
    display: none;
}
    .nav-bottom-main{
        display: none;
    }
    .mobileNav{
        display: none;
    }
  
    .shop-now-btn{
        display: none;
    }
    #controls-carousel{
    display: none;
}
.nav-bottom-main{
    display: none;
}
.E-commerce-main{
    display: flex;
     margin: 0 auto;
   gap: 12px;
   padding: 0px 15px;
   /* align-items: center; */
   align-content: center;
}
.E-commerce-sub{
    width: 100%;
    height: fit-content;
    /* overflow: hidden; */
    align-items: center;
    align-content: center;
    margin-top: 24px;
}
.E-commerce-sub img{
    width: 100%;
    height: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
    /* overflow: hidden; */
}
#default-carousel-1{
    left: 40%;
}
.discover-ceraVe-main{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.discover-ceraVe-sub{
    width: 600px;
    margin-left: -40px;
    overflow: hidden;
}
.discover-ceraVe-sub:hover img{
    zoom: 5;
}
.discover-ceraVe-sub-1 h1{
    font-size: 40px;
    margin-top: 100px;
    margin-left: 65px;
}
.discover-ceraVe-sub-1 p{
    font-size: 15px;
    margin-left: 40px;
    width: 400px;
    text-align: center;
}
.shop-ordinary-main{
    display: flex;
    justify-content: center;
}
.shop-ordinary-main-img{
    margin-left: 100px;
    width: 600px;
    height: 450px;
    overflow: hidden;
    
}

.cart-icon-wrapper {
  position: relative;
  display: inline-block;
  color: #000;
 
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -19px;
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}
/* e-commerce-web */
.E-commerce-main{
    display: none;
}
.E-commerce-main-web{
    display: flex;
    gap: 15px;
    justify-content: center;
    justify-items: center;
    margin-left: 20px;
    cursor: pointer;
    margin-top: 16px;
}

.E-commerce-sub-web img{
     width: 240px;
    height: 270px; 
    /* aspect-ratio: 1/1; */

}
.E-commerce-sub-web h2{
    margin-top: 10px;
    font-size: 15px;
}
.Top-selling-btn{
    border: 1px solid black;
    padding: 5px 20px;
    border-radius: 5px;
    margin-top: 10px;
}
.Top-selling-btn:hover{
    background-color: #000;
    color: white;
}
.Tarte-main{
    display: flex;
}
.Tarte-sub{
    margin-left: 20px;
    cursor: pointer;
    padding: 10px;
}
.tarte{
  margin-left: 200px;
  margin-top: 40px;
}
.hyper{
    margin-left: 190px;
}
.dis-Ord{
    margin-left: 140px;
    margin-top: 24px;
}
.viewall{
    border: 1px solid black;
    padding: 10px 25px;
    border-radius: 5px;
    margin-left: 45%;
    margin-top: 20px;
    cursor: pointer;
}
.viewall:hover{
    background-color: #000;
    color: white;
}
#none{
    display: none;
}
#like{
    display: none;
}
.product-detail{
   display: none;
}
.product-detail-web{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.quantity-control-web{
    margin-top: 40px;
}
.img-web{
    width: 1500px;
}
#product-image{
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px;
}
.Product-detail-sub{
    float: right;
}
#product-name{
    font-size: 25px;
    flex-wrap: wrap;
    padding: 0px 20px;
    font-weight: bold;
    /* float: right; */
}
#product-rating{
    margin-left: 20px;
    color: rgb(255, 187, 0);
    text-decoration-color: darkseagreen;
    flex-wrap: wrap;
    margin-top: 10px;
}
#product-price{
    font-size: 22px;
    margin-top: 12px;
    color: #ED1C24;
    padding-left: 20px;
    flex-wrap: wrap;
}
#product-description{
    font-size: 16px;
    margin-top: 15px;
    color: rgb(49, 49, 49);
    padding: 0px 20px;
    flex-wrap: wrap;
    text-align: justify;
}
.quantity-control{
    align-items: center;
    margin-left: 340px;
    display: flex;
    flex-direction: row;
}
#Quantity button{
    background-color: #555;
    padding: 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}
#Quantity button:hover{
    background-color: rgb(255, 132, 31);
}
#Quantity input{
    border: 1px solid black;
     padding: 8px;
     border-radius: 5px;
     width: 45px;
     text-align: center;
}

.addtobtn{
    border: 1px solid black;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 20px;
    width: 70%;
    margin-top: 20px;
    flex-wrap: wrap;
    cursor: pointer;
}
.addtobtn:hover{
background-color: #000000;
color: white;
}
.buyitnowbtn{
     border: 1px solid black;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 8px;
    width: 70%;
    flex-wrap: wrap;
    background-color: #000000;
    color: white;
    cursor: pointer;
}
.buyitnowbtn:hover{
    color: #000;
    background-color: rgb(219, 152, 5);
}

#cart-overlay {
  position: fixed;
  top: 100;
  right: -100%;
  width: 90%;
  height: 100%;
  background: #fff;
  transition: top 0.3s ease;
  /* z-index: 1000; */
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
  /* overflow-y: auto; */
  padding: 20px;
}
 .place-order {
      margin-top: 20px;
        font-size: 20px;
      color: white;
      padding: 15px ;
      border: none;
      border-radius: 10px;
        margin-bottom: 30px;
      cursor: pointer;
      border: 1px solid black;
      background-color: #000;
      width: 400px;
      /* height: max-content; */
      flex-wrap: wrap;
    }
    .place-order:hover{
        background-color: #ff9102;
        color: #f2f2f2;
    }
    .radio{
        border: 1px solid black;
        padding: 20px 30px;
        border-radius: 10px;
        background-color: #dadada;
        margin-left: 14px;
        gap: 0;
        width: 600px;
        
    }
   
    .Checkout-head{
        /* margin-left: 10px; */
        font-size: 30px;
        margin-top: 20px;
        text-align: center;
    }
   
  
     .cart-summary{
        margin-left: 0px;
     }
     .checkout-container{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* justify-items: center; */
    /* max-width: 250px; */
    /* width: 100px; */
    margin-left: 10px;
    /* flex-wrap: wrap; */
    /* margin-top: 60px; */
}
/* .checkout-container img {
    width: 500px;
    height: auto;
    margin-bottom: 25px;
} */
/* Review section */
 #review-section {
  margin-top: 30px;
  padding: 20px;
  border-top: 2px solid #ccc;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
 
}
#review-section h2{
    margin-left: 550px;
    font-size: 40px;
}

#review-form {
  margin-left: 450px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: center;
  justify-items: center;

}

#review-form input,
#review-form textarea,
#review-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 50%;
}

#review-form button {
  width: fit-content;
  padding: 8px 16px;
  background: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.review-item {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  width: 300px;
  float: left;
  gap: 20px;
}

.review-item img {
  width: 100px;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
}
#search-input {
  width: 0;
  padding: 6px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: width 0.3s ease;
  opacity: 0;
  position: absolute;
  background-color: white;
  color: #000;
  top: 0;
  margin-top: 40px;
  right: 180px;
  z-index: 10;
}

#search-input.show {
  width: 400px;
  opacity: 1;
}
#influencer{
    width: 250px;
    height: 250px;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-items: space-between;
    margin-left: 550px;
}
#influencer video{
    /* display: flex; */
    justify-content: center;
    justify-items: center;

}
.Product-des-parent{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    gap: 40px;
    margin-top: 100px;
    width: 600px;
    height: 600px;
    margin-left: 400px;
}
.checkoutform-web form{
    display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 18px;
        margin-top: 15px;
        /* flex-wrap: wrap; */
        /* max-width: 450px; */
        margin-left: 300px;
        max-height: auto;
}
 .checkoutform-web  input{
        padding: 5px 10px;
        border: 1px solid black;
        border-radius: 5px;
        width: 800px;
        font-size: 22px;
      gap: 20px;
        height: 50px;
        
        
     }
     .checkout-items{

     }
     .cart-summary{
        margin-left: 0px;
     }
     .checkout-container{
    display: flex;
    flex-direction: column;
   
    margin-left: 10px;
    /* flex-wrap: wrap; */
    /* margin-top: 60px; */
}
.checkoutform-web form label{
        font-size: 20px;
     }
      .checkoutform-web form h2{
        font-size: 20px;
     }
     .radio{
        font-size: 20px;
     }
.checkout-container img {
    width: 500px;
    height: auto;
    margin-bottom: 25px;
}
 .place-order {
      margin-top: 20px;
        font-size: 20px;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 10px;
        margin-bottom: 30px;
      cursor: pointer;
      border: 1px solid black;
      background-color: #000;
      width: 400px;
      height: max-content;
      flex-wrap: wrap;
    }
    #checkout-items{
        font-size: 20px;
    }
    #checkout-total{
    font-size: 25px;
    font-weight: 300px;
    margin-left: 20px;
}

}

/* header responsive */
@media(max-width: 450px){

   body{
    max-width: 450px;
   }
    #responsive-navbar{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
body{
    max-width: 450px;
}
.product-detail{
    display: none;
}
.golden-logo{
    margin-left: 40%;
    flex-wrap: wrap;
}

.Tarte-main{
    display: flex;
    flex-direction: column;
    padding: 15px;
    justify-content: center;
    justify-items: center;
}
.Tarte-sub img{
    margin-left: 0px;
    cursor: pointer;
    padding: 10px;
    margin-top: 10px;
}
.tarte{
  margin-left: 100px;
  margin-top: 20px;
}
.E-commerce-main-web{
    display: none;
}
.Humburger-btn{
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}
.logo-img{
    width: 80px;
    display: flex;
    justify-content: center;
    margin-top: 5px;
    /* margin-bottom: 5px; */
    /* margin-right: 45%; */
    /* justify-items: center; */
}
#navbar{
    display: none;
}
.mobileNav{
    align-items: center;
    /* top: 0%; */
    display: flex;
    justify-content: space-between;
    padding: 5px 10px 5px;
    flex-wrap: wrap;
    background-color: rgb(36, 36, 36);
    color: rgb(187, 187, 187);
    /* gap: 0px; */
    
}
.mobileNav img{
    width: 70px
}
.mobileNav i{
    cursor: pointer;
}
.cate-heading{
    font-size: 8px;
}
.shop-now-btn{
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 34%;
    cursor: pointer;
}
.shopbycate-parent div {
   display: none;
    
}
.Product-des-parent{
    padding: 10px 20px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
   
}
.Product-des-child{
    

    
}


.Product-des-child video{
  top: 50%;
  left: 50%;
}
.Product-des-child p{
    display: none;
}

.shopbycategry{
    /* padding: 20px 10px; */
    width: 100%;
    height: 100%;
    margin-left: 10px;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
    /* border: 4px solid #f2f2f2; */
}
.cate-heading{
    font-size: 10px;
    
}
.E-commerce-main{
    display: flex;
    /* overflow: hidden; */
    max-width: 1500px;
    margin: 0 auto;
   gap: 12px;
   padding: 0px 15px;
   /* align-items: center; */
   align-content: center;
   
}
.E-commerce-sub{
    width: 100%;
    height: fit-content;
    /* overflow: hidden; */
    align-items: center;
    align-content: center;
    margin-top: 24px;
}
.E-commerce-sub img{
    width: 100%;
    height: 100%;
    aspect-ratio: 3/3;
    object-fit: cover;
    /* overflow: hidden; */
}
.E-commerce-sub h2{
    font-size: 16px;

}
#default-carousel-1{
    left: 14%;
}
.Top-selling-btn{
    border: 1px solid black;
    padding: 5px 15px;
    border-radius: 8px;
    margin-top: 15px;
}
.discover-ceraVe-main{
    display: flex;
    align-items: center;
}
.discover-ceraVe-sub img{
    padding: 10px;
    width: 390px;
    aspect-ratio: 3/3;
}
.discover-ceraVe-sub-1 h1{
    font-size: 16px;
    margin-left: 5px;
}
.discover-ceraVe-sub-1 p{
    padding: 8px;
    font-size: 8px;
    margin-left: 0px;
    /* width: 20px; */
}
.shop-ordinary-main{
    display: flex;
    gap: 10px;
}
.shop-ordinary-main-img{
    /* padding: 10px; */
    width: 180px;
    aspect-ratio: 3/2;
    margin-left: 10px;
}
.Feedback-text{
    padding: 15px;
    font-size: 16px;
}
.Feedback-text p{
    font-size: 12px;
    color: #585858;
}
.Feedback-img img{
    aspect-ratio: 0.5/1;
    width: 100px;
    height: 100px;
}
.Feedback-text i{
    color: rgb(255, 153, 0);
}
.site-link{
 display: flex;
    float: inline-start;
    align-items: center;
    margin-right: 8px;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ff3324;
    color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    cursor: pointer;
}

.nav-bottom-main{
    position: fixed;
    display: flex;
    height: 50px;
    /* justify-content: space-ev; */
    justify-items: center;
    background-color:  white;
    width: 100%;
    color: rgb(31, 31, 31);
    /* position: absolute; */
    padding: 10px;
    gap: 50px;
    bottom: 0;
    -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
    box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
    z-index: 5;
    margin-right: 40px;
    
}
.nav-bottom-main i{
    font-size: 18px;
    color: #000;
    margin-left: 36px;
    align-items: center;
}

/* Product details */
.product-detail{
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: center;
    max-width: 600px;
}
#product-image{
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}
#product-name{
    font-size: 20px;
    flex-wrap: wrap;
    padding: 0px 20px;
    font-weight: bold;
    flex-wrap: wrap;
}
#product-rating{
    margin-left: 20px;
    color: rgb(47, 0, 255);
    text-decoration-color: darkseagreen;
    flex-wrap: wrap;
}
#product-price{
    font-size: 16px;
    margin-top: 12px;
    color: #ED1C24;
    padding-left: 20px;
    flex-wrap: wrap;
}
#product-description{
    font-size: 16px;
    margin-top: 15px;
    color: rgb(49, 49, 49);
    padding: 0px 20px;
    flex-wrap: wrap;
    text-align: justify;
}
.quantity-control{
    align-items: center;
    margin-right: 50px;
}
#Quantity{
   margin-right: 5px;
}

.addtobtn{
    border: 1px solid black;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 20px;
    width: 90%;
    /* margin-top: 5px; */
    flex-wrap: wrap;
}
.buyitnowbtn{
     border: 1px solid black;
    padding: 5px 20px;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 8px;
    width: 90%;
    flex-wrap: wrap;
    background-color: #000000;
    color: white;
}

#cart-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  height: 100%;
  background-color: #fff;
  box-shadow: -4px 0 20px rgba(0,0,0,0.3);
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.cart-content {
  padding: 20px;
}
#cart-items{
    display: flex;
    flex-direction: column;
}

.cart-content h3 {
  margin-top: 0;
  font-size: 24px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.cart-content button {

  margin-top: 5px;
  width: 90%;
  padding: 5px 15px;
  background-color: rgb(0, 0, 0);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.checkout-btn{
    /* position: fixed; */
    /* bottom: 42; */
}

/* Quantity buttons */
.quantity-control {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.quantity-control input {
  width: 60px;
  text-align: center;
  font-size: 16px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.quantity-control button {
  padding: 6px 12px;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.quantity-control button:hover {
  background-color: #555;
}
.clear-cart {
  background-color: orange;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.clear-cart:hover {
  background-color: darkorange;
}
.cart-icon-wrapper {
  position: relative;
  display: inline-block;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}
.addtobtn-Product{
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid black;
    padding: 5px 20px;
    align-items: center;
}
.buyitnowbtn-Product{
    border-radius: 5px;
    width: 100%;
    margin-top: 7px;
    border: 1px solid black;
    padding: 5px 20px;
    align-items: center;
    background-color: #000000;
    color: #f2f2f2;
}
/* checkout section */


.golden-logo{
    display: flex;
}
#search-input {
  width: 0;
  padding: 6px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: width 0.3s ease;
  opacity: 0;
  position: absolute;
  background-color: white;
  color: #000;
  top: 0;
  margin-top: 17px;
  right: 30px;
  z-index: 10;
}

#search-input.show {
  width: 250px;
  opacity: 1;
}
.hyper{
   /* font-size: 10px; */
  margin-left: 20px;
}
.dis-Ord{
    margin-left: 5px;
    padding-left: 5px;
}
.viewall{
    display: none;
}
/* Hamburger button style */
#header{
    position: relative;
}
#hamburger-btn {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
   display: flex;
  z-index: 1100;
  color: #cecece;
  position: absolute;
  top: 20px;
  left: 20px;
}

/* Overlay menu */
#menu-overlay {
  
  position: absolute;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background-color: #222222;
  color: orangered;
  z-index: 1000;
  transition: left 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

/* Show overlay */
#menu-overlay.show {
  left: 0;
  color: orange;
}

/* Close button inside overlay */
#close-menu-btn {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  margin-bottom: 20px;
}
#upper{
    display: none;
}

/* Navigation list */
#menu-items ul {
  list-style: none;
  padding: 0;
  color: orange;
}

#menu-items li {
  margin: 15px 0;
  color: orange;
}
#menu-items ul li:hover {
  color: #ed8b1c;
  /* background-color: green; */
}

#menu-items a {
  text-decoration: none;
  font-size: 18px;
  color: #fc5c00;
  
}
#menu-items a:hover{
    color: #f7f7f7;
    text-decoration-line: underline;
}
/* Review section */
 #review-section {
  margin-top: 30px;
  padding: 20px;
  border-top: 2px solid #ccc;
}

#review-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

#review-form input,
#review-form textarea,
#review-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#review-form button {
  width: fit-content;
  padding: 8px 16px;
  background: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.review-item {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.review-item img {
  width: 100px;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
}

}






.mt-1{
    color: red;
}
.p-4{
  position: relative; 
}

.Addtocart{
    width: 90%;
    margin-left: 5%;
    font-size: 30px;
     background-color: rgba(0, 0, 0, 0.7);
     color: white; 
    opacity: 0;
    transition: 1s;
    position: absolute;
    left: 0px;
    bottom: 0px;   
    border: 1px solid black;
    /* border-radius: 10px; */
}
.p-4:hover .Addtocart{
    opacity: 1;
    bottom: 150px;
    transition: 1s;
   
}
.Addtocart:hover{
    cursor: pointer;
     background-color: rgb(219, 219, 219);
    color: black;
     border: 1px solid rgb(255, 255, 255);
}
.mr-5{
    margin-right: 2rem;
    display: inline-block;
    vertical-align: middle;
}
/* Shop by Categories */
.cate-heading{
    margin-top: 50px;
    text-align: center;
    font-size: 32px;
    flex-wrap: wrap;
} 

.shopbycate-parent{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    gap: 25px;
    margin-top: 0px;
   
    
}
.shopbycate-child{
    width: 250px;
    height: 250px;
    display: flex;
    /* border: 1px solid rgb(214, 214, 214); */
    background-color: rgb(236, 236, 236);
    margin-top: 10px;
    padding: 10px;
    flex-wrap: wrap;
    border-radius: 10px;
    /* justify-content: center; */
    cursor: pointer;
    /* overflow: hidden; */
    /* object-fit: cover; */
    text-align: center;
  
}
.bottom-heading{
    text-align: center;
    flex-wrap: wrap;
    font-size: 22px;
    justify-content: center;
    justify-items: center;
    margin-top: 20px;
}
/* Product-description */

.Product-des-child{
    width: 600px;
    height: 400px; 
    background-color: rgb(91, 92, 92);
    overflow: hidden;
    flex-wrap: wrap;
    border: 1px solid rgb(91, 92, 92);
    border-radius: 5px;
}
.Product-des-child img{
    width: 100%;
    height: 100%; 
    flex-wrap: wrap;
    object-fit: cover;
}
.Product-des-text{
font-size: 32px;
    margin-top: -800px;
    margin-left: 10px;
    position: absolute;
    flex-wrap: wrap;
    color: brown;
}

.Explore-btn{
    /* border: 1px solid rgb(253, 249, 249); */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-top: -750px;
    margin-bottom: 100px;
    position: absolute;
    cursor: pointer;
    margin-left: 40px;
    background-color: transparent;
    border: 1px solid black;
    color: brown;
    flex-wrap: wrap;
    align-items: center;
}
.Explore-btn:hover{
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

/* .Quick-add{
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.description-heading{
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
    flex-wrap: wrap;
} */
/* Show more btn */
.Show-more{
    font-size: 20px;
    border: 1px solid black;
    padding: 10px 40px;
    color: black;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}
.Show-more:hover{
    cursor: pointer;
    background-color: black;
    color: white;
    transition: 1s;
}
/* socail feeds */
.Socail-feed-parent{
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    display: flex;
    
    justify-items: space-evenly;
}
.Socail-child{
    width: 300px;
    height: 250px;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(150, 150, 150);
    flex-wrap: wrap;
    ;
    
}
.Socail-child img {
   
    width: 300px;
    height: 250px; 
    /* gap: 10px; */

}
.Chosen-influencer-text-0{
    font-size: 32px;
    margin-top: -100px;
    margin-left: 50px;
    position: absolute;
    flex-wrap: wrap;
    color: rgba(255, 255, 255);
}
.Chosen-influencer-text-1{
    font-size: 32px;
    margin-top: -220px;
    margin-left: 80px;
    position: absolute;
    flex-wrap: wrap;
    color: rgb(1, 80, 80);
}
.Chosen-influencer-text-2{
    font-size: 32px;
    margin-top: -150px;
    margin-left: 80px;
    position: absolute;
    flex-wrap: wrap;
    color: rgb(104, 14, 14);
    
}
.Chosen-influencer-text-3{
    font-size: 32px;
    margin-top: -230px;
    margin-left: 10px;
    position: absolute;
    flex-wrap: wrap;
    color: rgb(122, 196, 245);
}