@media(max-width:1010px){
    .divitem1productparent{
        width: 95%;
        display: flex;
        justify-content:center;
        align-items: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        gap: 30px;
    }
    .divitem1productimg{
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0);
        align-items: start;
        box-sizing: border-box;
        
    }
   .divitem1productimgbtn{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 40px 0px;
  
/* border: 1px solid black; */

   }
    .divitem1productimgimg1{
        width: 50%;
        background-color: rgba(255, 255, 255, 0);
    }
    .divitem1productimgimg2{
        border: #000 1px solid;
        width: 25%;
        padding: 2px 3px;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        /* box-shadow: 3px 4px 20px black; */
        
    }
    .divitem1producttext{
        width: 50%;
        gap: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .divitem1t1{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.7rem;
        font-weight: bold;
        color: rgb(255, 119, 0);
    }
    .divitem1t2{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.7rem;
        font-weight: bolder;
        color: rgb(0, 0, 0);
    }
    .divitem1t3{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.5rem;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.669);
    }
    .divitem1t4{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.79);
    }
    .divitem1t5{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.9rem;
        font-weight: bolder;
        color: rgb(0, 0, 0);
background-color: rgb(255, 128, 0);
padding: 5px 0px;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
    }
    .divitem1t5 img{
        width: 5%;
    }
    /* <!-- nav bar satred  --> */

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.navlogo img{
    width: 60px;
}
.nav2child button{
    display: none;
background-color: #ffffff;
color: black;
border: none;
border-radius: 20px;
padding: 10px 20px ;
font-size: 1.3rem;
font-weight: bold;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#navserch{
  font-size: 1.5rem;
  padding: 5px 30px;
  border-radius: 20px ;
  border: 1px solid black;
}
.nav4child button{
    background-color: #ffffff;
    color: black;
    border: none;
    border-radius: 20px;
    padding: 10px 20px ;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .icon img{
width: 30px;
    }
.dropf{
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.dropm{
    display: inline;
}
/* sale item start */
.product1{
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.product2{
    width: 15%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product3{
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product4{
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product5{
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product6{
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.itemparent{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    }
    .itigm{
        width: 30%;
    }
    .itigm img{
        width: 100%;
    }
    .dis{
        width: 50%;
        display: flex;
        flex-direction: column;
       justify-content: center;
        gap: 20px;
    }
    .ittext{
        font-size: 1.6rem;
        font-weight: bolder;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .pri{
        font-size: 1.3rem;
        font-weight: bolder;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .cart{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .cart button{
      color: #fd7701;
      background-color: rgb(255, 255, 255);
      font-size: 1.1rem;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-weight: bolder;
      padding: 10px 20px;
      border: 1px solid #fd7701 ;
    border-radius: 30px;
    }
    .add{
        font-size: 1.2rem;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .cartimg{
        width: 25px;
       
        background-color: #fd7701;
    }
    .cartbt{
        background-color: #fd7701;
        margin-top: 15PX;
        border: 1px solid black;
        border-radius: 30px;
        padding: 3px 0px;
    }
    .itmor{
        font-size: 1.1rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
}
@media all and (max-width:800px){
    #scroll{
        display: none;
    }
    .product1{
        width: 23.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }
    .product2{
        width: 15%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product3{
        width: 19%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product4{
        width: 23.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product5{
        width: 23.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product6{
        width: 23.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    /* ntification start  */
    .noti{
        width: 95%;
        background-color: #0a8800;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px auto;
        box-sizing: border-box;
padding: 5px;
     }
     .comu img{
width: 25px;
margin-right: 10px;
margin-left: 10px;

     }
     .nottext{
        font-size: 1.1rem;
        font-weight: bold;
        color: #ffffff;

     }
     .notaft{
        width: 95%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px auto;
padding: 5px;
box-sizing: border-box;
     }
     .comuaft{
        display: flex;
        align-items: center;
        
     }
     
     .comuaft img{
width: 30px;
margin-right: 15px;
margin-left: 15px;

     }
     .nottextaft{
        font-size: 1.1rem;
        font-weight: bold;
        color: #0a8800;

     }
     .nottext1{
        font-size: 1.1rem;
        font-weight: bold;
        color: #ffffff;
        padding-right: 20px;
        border-right: 2px solid white;
     }
     .nottext2{
        font-size: 1.1rem;
        font-weight: bold;
        color: #ffffff;
        padding-right: 20px;
        
     }
     .notico img{
        width: 25px;
    
      margin-right: 10px;
     }
     .notico1 img{
        width: 30px;
margin-left: 20px;
      margin-right: 10px;
     }
     .notico2 img{
        width: 30px;
        margin-left: 20px;
      margin-right: 10px;
     }

     .noti3{
        display: flex;
        flex-direction: row;
        align-items: center;
     }
     .notaftbt{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 1.1rem;
        font-weight: bold;
        color: #0a8800;
        padding-right: 20px;
     }

.notbg{
    width: 100%;
    background-color: #eaeaea;
    padding: 50px 0px;
}
.itemparent{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    }
    .itigm{
        width: 60%;
        
    }
    .itigm img{
        width: 100%;
    }
    .dis{
        width: 50%;
        display: flex;
        flex-direction: column;
       justify-content: center;
        gap: 20px;
    }
    .ittext{
        font-size: 2rem;
        font-weight: bolder;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .pri{
        font-size: 1.6rem;
        font-weight: bolder;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .cart{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .cart button{
      color: #fd7701;
      background-color: rgb(255, 255, 255);
      font-size: 1.3rem;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-weight: bolder;
      padding: 10px 20px;
      border: 1px solid #fd7701 ;
    border-radius: 30px;
    }
    .add{
        font-size: 1.6rem;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .cartimg{
        width: 30px;
       
        background-color: #fd7701;
    }
    .cartbt{
        background-color: #fd7701;
        margin-top: 30PX;
        border: 1px solid black;
        border-radius: 30px;
        padding: 5px 0px;
    }
    .itmor{
        font-size: 1.3rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .cartli::-webkit-scrollbar{
        display: none;
    }

}
@media(max-width:900px){
    .productparent{
        width: 90%;
        margin: 0% auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        gap: 3%;
    }
    .productimgs{
        width: 100%;
        height: 200px;
    }



}
@media(max-width:750px){
    .productparent{
        width: 90%;
        margin: 0% auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        gap: 10%;
    }
    .productimgs{
        width: 100%;
        height: 150px;
    }
    .productchildtext{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.1rem;
        color: #000000a2;
        }
        .productrs{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 1.3rem;
        }
        
        .productdiscount{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 1.3rem;
            text-decoration: line-through;
            color: #00000098;
        
        }
        .productsold{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1rem;
            color: #000000;
        }
        .cartp{
            width: 100%;
        box-sizing: border-box;
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: #000;
        z-index: 1;
        display: none;
        }
        .totalpricecont{
            width: 100%;
            background-color: rgb(255, 255, 255);
            position: fixed;
            bottom: 50px;
             padding: 20px 20px;
           box-sizing: border-box;
            color: #000000;
            right: 0px;
            left:  0px;
            font-size: 1.7rem;
            font-weight: bold;
            text-align: center;
             
        }
        .cartbutton a{
            width: 50%;
            
               font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
               font-size: 2rem;
               background-color:#fd7701;
               color: #ffffff;
               font-weight: bolder;
        box-sizing: border-box;
        }
        .button1c{
          width: 50%;
          padding: 6px 0px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 2rem;
            background-color:#ffffff;
            color: #000000;
            font-weight: bolder;
            box-sizing: border-box;
        }
        .button2c{
         width: 100%;
         padding: 6px 0px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 2rem;
            background-color:#fd7701;
            color: #ffffff;
            font-weight: bolder;
        }
        .button3c{
            padding: 5px 20px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 2rem;
            background-color:#00000000;
            color: #ffffff;
            font-weight: bolder;
            border-radius: 30px;
            display: none;
        }
        .quantityh{
            display: inline-block;
            border: rgba(0, 0, 0, 0) solid 1px;
            color: #fffefe;
            background-color: rgba(255, 255, 255, 0);
            padding: 0px 5px;
            font-size: 1.8rem;
            font-weight: bolder;}
            /* margin-left: 10px; */
             
        
        .bpri{
            font-size: 1.5rem;
            font-weight: bolder;
            background-color: rgb(255, 255, 255);
            color: #00000086;
            padding: 5px 10px;
            margin-left: 10%;
            margin-top: 20px;
            border-radius: 20px;
        }
        /* item1  */
        .divitem1productparent{
            width: 95%;
            display: flex;
            justify-content:center;
            align-items: center;
            flex-wrap: wrap;
            box-sizing: border-box;
            gap: 30px;
        }
        .divitem1productimg{
            width: 100%;
            display: flex;
            justify-content: center;
            background-color: rgba(255, 255, 255, 0);
            align-items: start;
            box-sizing: border-box;
            
        }
       .divitem1productimgbtn{
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin: 40px 0px;
      
    /* border: 1px solid black; */
    
       }
        .divitem1productparentimg1{
            width: 60%;
            background-color: rgba(255, 255, 255, 0);
        }
        .divitem1productimgimg2{
            border: #000 1px solid;
            width: 25%;
            padding: 2px 3px;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 10px;
            /* box-shadow: 3px 4px 20px black; */
            
        }
        .divitem1producttext{
            width: 50%;
            gap: 20px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .divitem1t1{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1.7rem;
            font-weight: bold;
            color: rgb(255, 119, 0);
        }
        .divitem1t2{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1.7rem;
            font-weight: bolder;
            color: rgb(0, 0, 0);
        }
        .divitem1t3{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1.5rem;
            font-weight: bold;
            color: rgba(0, 0, 0, 0.669);
        }
        .divitem1t4{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1.4rem;
            font-weight: bold;
            color: rgba(0, 0, 0, 0.79);
        }
        .divitem1t5{
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-size: 1.9rem;
            font-weight: bolder;
            color: rgb(0, 0, 0);
    background-color: rgb(255, 128, 0);
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
        }
        .divitem1t5 img{
            width: 5%;
        }


}
@media(max-width:600px){
    .productparent{
        width: 90%;
        margin: 0% auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        gap: 10%;
    }
    .productimgs{
        width: 100%;
        height: 110px;
    }
    .productchildtext{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1rem;
        color: #000000a2;
        }
        .productrs{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 1.1rem;
        }
        
        .productdiscount{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 1.1rem;
            text-decoration: line-through;
            color: #00000098;
        
        }
        .productsold{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 0.8rem;
            color: #000000;
        }
        .bestsh h1{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1.5rem;
            font-weight: bold;
            padding-left: 5px;
        }
        .day30{
            color: black;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: bold;
            background-color: #ffffff;
        padding: 5px 15px;
            border:1px solid #000000;
            border-radius: 30px;
        }
        .day15{
            color: black;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: bold;
            background-color: #ffffff;
        padding: 5px 15px;
            border:1px solid #00000036;
            border-radius: 30px;
        }
        .day7{
            color: black;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 1rem;
            font-weight: bold;
            background-color: #ffffff;
        padding: 5px 15px;
        border:1px solid #00000036;
            border-radius: 30px;
        }
        .button3c{
            padding: 3px 6px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 0.9rem;
            background-color:#fd7701;
            color: #ffffff;
            font-weight: bolder;
            border-radius: 30px;
        }
        .button4c{
            padding: 3px 6px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 0.9rem;
            background-color:#fd7701;
            color: #ffffff;
            font-weight: bolder;
            border-radius: 30px;
            display: none;
        }
        .carthead{
            color: #ffffff;
            text-align: center;
            padding-top: 20px ;
            font-size: 1.5rem;
            font-weight: bold;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }
}

@media all and (max-width:650px){
    .product1{
        width: 31.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }
    .product2{
        width: 15%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product3{
        width: 19%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product4{
        width: 31.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product5{
        width: 31.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product6{
        width: 23.5%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .noti{
        width: 95%;
        background-color: #0a8800;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px auto;
padding: 3px;
box-sizing: border-box;
     }
     .comu img{
width: 20px;
margin-right: 5px;
margin-left: 5px;

     }
     .nottext{
        font-size: 1rem;
        font-weight: 400;
        color: #ffffff;

     }
     .notaft{
        width: 95%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px auto;
padding: 3px;
box-sizing: border-box;
     }
     .comuaft{
        display: flex;
        align-items: center;
        
     }
     .comuaft img{
width: 20px;
margin-right: 5px;
margin-left: 5px;

     }
     .nottextaft{
        font-size: 1rem;
        font-weight: 400;
        color: #0a8800;

     }
     .nottext1{
        font-size: 1rem;
        font-weight: 400;
        color: #ffffff;
        padding-right: 15px;
        border-right: 2px solid white;
     }
     .nottext2{
        font-size: 1rem;
        font-weight: 400;
        color: #ffffff;
        padding-right: 15px;
        
     }
     .notico img{
        width: 20px;
    
      margin-right: 5px;
     }
     .notico1 img{
        width: 25px;
margin-left: 15px;
      margin-right: 5px;
     }
     .notico2 img{
        width: 30px;
        margin-left: 15px;
      margin-right: 5px;
     }

     .noti3{
        display: flex;
        flex-direction: row;
        align-items: center;
     }
     .notaftbt{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 1rem;
        font-weight: 400;
        color: #0a8800;
        padding-right: 15px;
     }

.notbg{
    width: 100%;
    background-color: #eaeaea;
    padding: 40px 0px;
}
.itempar{
    width: 90%;
    background-color: #ffffff;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2%;
}
.item1child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item2child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item3child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item4child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item5child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item6child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item7child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item8child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item9child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.item10child{
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
#catagory{
    font-size: 1.2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #ffffff;
    background-color: #000;
    padding: 5px 15px;
    border-radius: 10px;
}
.optionf{
    font-size: 0.7rem;
}
}
@media all and (max-width:473px){
     /* item1  */
     .divitem1productparent{
        width: 95%;
        display: flex;
        justify-content:center;
        align-items: center;
        flex-wrap: wrap;
        box-sizing: border-box;
        gap: 30px;
    }
    .divitem1productimg{
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0);
        align-items: start;
        box-sizing: border-box;
        
    }
   .divitem1productimgbtn{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0px;
  
/* border: 1px solid black; */

   }
    .divitem1productparentimg1{
        width: 70%;
        background-color: rgba(255, 255, 255, 0);
    }
    .divitem1productimgimg2{
        border: #000 1px solid;
        width: 60%;
        padding: 2px 3px;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        /* box-shadow: 3px 4px 20px black; */
        
    }
    .divitem1producttext{
        width: 50%;
        gap: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .divitem1t1{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.3rem;
        font-weight: bold;
        color: rgb(255, 119, 0);
    }
    .divitem1t2{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.3rem;
        font-weight: bolder;
        color: rgb(0, 0, 0);
    }
    .divitem1t3{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.2rem;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.669);
    }
    .divitem1t4{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.79);
    }
    .divitem1t5{
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.5rem;
        font-weight: bolder;
        color: rgb(0, 0, 0);
background-color: rgb(255, 128, 0);
padding: 5px 0px;
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
    }
    .divitem1t5 img{
        width: 10%;
    }
/* product  */
    .product1{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }
    .product2{
        width: 25%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product3{
        width: 29%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product4{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product5{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product6{
        width: 33.5%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .prod1text{
        font-size: 1rem;
        color: black;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
    }
    .prod1price{
        font-size: 1.3rem;
        color: #fd7701;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
    }
    .prod1sale{
        font-size: 1rem;
        color: #00000099;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
        text-decoration: line-through;
    }
    .shmore button{
        padding: 7px 20px;
        border: 2px solid #fd7701;
        color:#fd7701 ;
        background-color: #fff;
        font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .shtext{
        font-size: 1.3rem;
        font-weight: bold;
        color: #fd7701;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .productparent{
        width: 90%;
        margin: 0% auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        gap: 5%;
    }
    .productimgs{
        width: 100%;
        height: 90px;
    }
    .productchildtext{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 0.9rem;
        color: #000000a2;
        }
        .productrs{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 1rem;
        }
        
        .productdiscount{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 1rem;
            text-decoration: line-through;
            color: #00000098;
        
        }
        .productsold{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 0.7rem;
            color: #000000;
        }
        .quantityh{
            display: inline-block;
            border: white solid 1px;
            color: #000;
            background-color: white;
            padding: 5px 10px;
            margin-left: 5px;
            border-radius: 30px;
        }
        #addbtn{
            font-size: 1rem;
            color: #000;
            background-color: rgba(255, 136, 136, 0.715);
            padding: 0px 10px;
            border: white 2px solid ;
            border-radius: 30px;
            font-weight: bolder;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            margin-left:10px ;
        
            
        }
        .fix{
            position: fixed;
            top: 80%;
            left: 80%;
            z-index: 1;
            
        }
        .gotop{
            position: fixed;
            top: 70%;
            left: 81%;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.329);
            color: #000;
            font-size: 2rem;
            font-weight: bolder;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            padding: 5px 20px;
           border-radius: 30px;
        }
        #lessbtn{
            font-size: 1rem;
            color: #000;
            background-color: rgba(0, 166, 255, 0.715);
            padding: 0px 10px;
            border: white 2px solid ;
            border-radius: 30px;
            font-weight: bolder;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            margin-left:5px ;
        
            
        }
}
@media all and (max-width:400px){
    .saleitem{
        display: flex; 
        flex-wrap: wrap; 
        background-color: #ffffff; 
        width: 95%;
        align-items: center;
        justify-content: center;
        margin: 0% auto;
        padding: 10px 20px;
        gap: 5%;
    }
    .product1{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }
    .product2{
        width: 15%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product3{
        width: 19%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product4{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product5{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .product6{
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .prod1text{
        font-size: 0.7rem;
        color: black;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
    }
    .prod1price{
        font-size: 1rem;
        color: #fd7701;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
    }
    .prod1sale{
        font-size: 0.7rem;
        color: #00000099;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
        text-decoration: line-through;
    }
    .productparent{
        width: 100%;
        margin: 0% auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        gap: 5%;
    }
    .productchild1{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild2{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild3{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild4{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild5{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild6{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild7{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild6{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild7{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild8{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild9{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productchild10{
        width: 35%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    gap: 5px;
    padding-top: 10px;
    }
    .productimgs{
        width: 100%;
        height: 120px;
    }
    .productchildtext{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 0.7rem;
        color: #000000a2;
        }
        .productrs{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 0.8rem;
        }
        
        .productdiscount{
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
            font-size: 0.8rem;
            text-decoration: line-through;
            color: #00000098;
        
        }
        .productsold{
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 0.6rem;
            color: #000000;
        }
        .quantityh{
            display: inline-block;
            border: white solid 1px;
            color: #000;
            background-color: white;
            padding: 5px 5px;
            margin-left: 3px;
            border-radius: 30px;
        }
        #addbtn{
            font-size: 0.7rem;
            color: #000;
            background-color: rgba(255, 136, 136, 0.715);
            padding: 0px 5px;
            border: white 2px solid ;
            border-radius: 30px;
            font-weight: bolder;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            margin-left: 5px ;
        
            
        }
        #lessbtn{
            font-size: 0.7rem;
            color: #000;
            background-color: rgba(0, 166, 255, 0.715);
            padding: 0px 5px;
            border: white 2px solid ;
            border-radius: 30px;
            font-weight: bolder;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            margin-left:3px ;
        
            
        }
        .cartp{
            width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    z-index: 1;
    display: none;
        }
        .totalpricecont{
            width: 100%;
            background-color: rgb(255, 255, 255);
            position: fixed;
            bottom: 50px;
             padding: 20px 20px;
           box-sizing: border-box;
            color: #000000;
            right: 0px;
            left:  0px;
            font-size: 1.7rem;
            font-weight: bold;
            text-align: center;
             
        }
        .cartbutton a{
            width: 50%;
            
               font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
               font-size: 2rem;
               background-color:#fd7701;
               color: #ffffff;
               font-weight: bolder;
box-sizing: border-box;
        }
        .button1c{
          width: 50%;
          padding: 6px 0px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 2rem;
            background-color:#ffffff;
            color: #000000;
            font-weight: bolder;
            box-sizing: border-box;
        }
        .button2c{
         width: 100%;
         padding: 6px 0px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 2rem;
            background-color:#fd7701;
            color: #ffffff;
            font-weight: bolder;
        }
        .button3c{
            padding: 5px 20px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 2rem;
            background-color:#fd7701;
            color: #ffffff;
            font-weight: bolder;
            border-radius: 30px;
            display: none;
        }
        #catagory{
            font-size: 1rem;
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            color: #ffffff;
            background-color: #000;
            padding: 5px 10px;
            border-radius: 10px;
        }
        .optionf{
            font-size: 0.7rem;
        }

}
@media(max-width:550px){
    .quantityh{
        display: inline-block;
        border: white solid 1px;
        color: #000;
        background-color: white;
        padding: 5px 10px;
        margin-left: 5px;
        border-radius: 30px;
    }
    #addbtn{
        font-size: 1rem;
        color: #000;
        background-color: rgba(255, 136, 136, 0.715);
        padding: 0px 10px;
        border: white 2px solid ;
        border-radius: 30px;
        font-weight: bolder;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        margin-left:10px ;
    
        
    }
    #lessbtn{
        font-size: 1rem;
        color: #000;
        background-color: rgba(0, 166, 255, 0.715);
        padding: 0px 10px;
        border: white 2px solid ;
        border-radius: 30px;
        font-weight: bolder;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        margin-left:5px ;
    
        
    }
    .shmore button:hover{
        padding: 8px 25px;
        border: 2px solid #ffffff;
        color: #ffffff;
        background-color: #fd7701;
        font-size: 1.1rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 30px;
    }
    .noti{
        width: 95%;
        background-color: #0a8800;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px auto;
padding: 2px;
box-sizing: border-box;
     }
     .comu img{
width: 10px;
margin-right: 5px;
margin-left: 5px;

     }
     .nottext{
        font-size: 0.8rem;
        color: #ffffff;

     }
     .notaft{
        width: 95%;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px auto;
padding: 2px;
box-sizing: border-box;
     }
     .comuaft{
        display: flex;
        align-items: center;
        
     }
     .comuaft img{
width: 10px;
margin-right: 5px;
margin-left: 5px;

     }
     .nottextaft{
        font-size: 0.8rem;
        font-weight: bold;
        color: #0a8800;

     }
     .nottext1{
        font-size: 0.8rem;
        
        color: #ffffff;
        padding-right: 10px;
        border-right: 2px solid white;
     }
     .nottext2{
        font-size: 0.8rem;
        color: #ffffff;
        padding-right: 10px;
        
     }
     .notico img{
        width: 10px;
    
      margin-right: 5px;
     }
     .notico1 img{
        width: 15px;
margin-left: 10px;
      margin-right: 5px;
     }
     .notico2 img{
        width: 20px;
        margin-left: 10px;
      margin-right: 5px;
     }

     .noti3{
        display: flex;
        flex-direction: row;
        align-items: center;
     }
     .notaftbt{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 0.8rem;
        color: #0a8800;
        padding-right: 10px;
     }

.notbg{
    width: 100%;
    background-color: #eaeaea;
    padding: 30px 0px;
}
.itemtext{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.932);
    text-align: center;
    font-weight: lighter;
}
.itembuy{
    font-size: 0.7rem;
    color: #000;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

    width: 100%;
    
}
.itembuy button{
  padding: 3px 5px;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;

}
.itembuy img{
  width: 12px;

}
.item2child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item3child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item4child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item5child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item6child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item7child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item8child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item9child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.item10child{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.itemviewb{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}
.itembuy button:hover{
    padding: 3px 5px;
    border: none;
    border-radius: 20px;
    background-color: #fd7701;
  
  }
  .itemhead{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #fd7701;
}
.itemviewall button{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: bolder;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #fd7701;
    border: 2px solid #fd7701;
    border-radius: 30px;
}
.itemviewall button:hover{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: bolder;
    padding: 5px 15px;
    background-color: #fd7701;
    color: #ffffff;
    border: 2px solid #ffffff ;
    border-radius: 30px;
}
.itemview:hover{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 15px;
     background-color: #fd7701;
     color: #ffffff ;
     border: 2px solid #ffffff67;
     border-radius: 30px;
}
.itemview{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 15px;
     background-color: #ffffff;
     color: #fd7701 ;
     border: 2px solid #fd7701;
     border-radius: 30px;
}
#addbtn{
    font-size: 2rem;
    color: #ffffffb0;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px 0px;
    border: rgba(0, 0, 0, 0) 2px solid ;
    border-radius: 30px;
    font-weight: bolder;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* margin-left: 10px ; */

    
}
#lessbtn{
    font-size: 2rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px;
    border: rgba(0, 0, 0, 0) 2px solid ;
    /* border-radius: 30px; */
    font-weight: bolder;

    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* margin-left:10px ; */

    
}
.cartp{
    width: 100%;
box-sizing: border-box;
position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
background-color: #000;
z-index: 1;
display: none;
}
.totalpricecont{
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 50px;
     padding: 20px 20px;
   box-sizing: border-box;
    color: #000000;
    right: 0px;
    left:  0px;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
     
}
.cartbutton a{
    width: 50%;
    
       font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
       font-size: 2rem;
       background-color:#fd7701;
       color: #ffffff;
       font-weight: bolder;
box-sizing: border-box;
}
.button1c{
  width: 50%;
  padding: 6px 0px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2rem;
    background-color:#ffffff;
    color: #000000;
    font-weight: bolder;
    box-sizing: border-box;
}
.button2c{
 width: 100%;
 padding: 6px 0px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2rem;
    background-color:#fd7701;
    color: #ffffff;
    font-weight: bolder;
}
.button3c{
    padding: 5px 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2rem;
    background-color:#00000000;
    color: #ffffff;
    font-weight: bolder;
    border-radius: 30px;
    display: none;
}
.quantityh{
    display: inline-block;
    border: rgba(0, 0, 0, 0) solid 1px;
    color: #fffefe;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px 5px;
    font-size: 1.8rem;
    font-weight: bolder;}
    /* margin-left: 10px; */
     

.bpri{
    font-size: 1.5rem;
    font-weight: bolder;
    background-color: rgb(255, 255, 255);
    color: #00000086;
    padding: 5px 10px;
    margin-left: 10%;
    margin-top: 20px;
    border-radius: 20px;
}
.lip{
    margin-bottom: 20px;
}
.divpli{
    display: flex;
   gap: 10px;
   width: 100%;
   box-sizing: border-box;
}
.divimgp{
    width: 30%;
    border-radius: 20px;
}
.divimgp img{
    width: 100%;
    border-radius: 20px;
}
.divitemp{
   
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 65%;
    

}
.viewdivp{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 0px 0px;
    gap: 5px;
}
.nameitemd{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 1.1rem;
font-weight: lighter;
color: #ffffffd7;

}
.priceitemd{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 1.3rem;
font-weight: bolder;
color: #1e0b0b;
padding: 3px 10px;
border-radius: 30px;
background-color: #ffffff;

}
.setallpdivp{
    width: 83%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px;
}
.setqdivp{
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0px 0px;
}
.additemd{
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.648);
  font-weight: bolder;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 0px 3px;
  cursor: pointer;
}
.quantityitemd{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1.6rem;
    padding:  0px 6px;
}
.lessitemd{
    font-size: 2rem;
  color: rgba(255, 255, 255, 0.648);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bolder;
  padding: 0px 5px;
  cursor: pointer;
}
.deletdiv{
font-size: 2rem;
  color: rgb(255, 1, 1);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bolder;

  cursor: pointer;
}


}
