html{
    scroll-behavior: smooth; 
    min-width: 300px;
}


.admin_content{
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.admin_content hr {
    border: none; 
    color: rgba(195, 195, 195,0.42);
    background-color: rgba(195, 195, 195,0.42); 
    height: 2px;
}

.cart-img{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: contain;
}

.cart-item{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    align-items: flex-start;
}

.cart-item .cart-counter{
    display: flex;
}

.cart-title{
    font-size: 20px;
    margin-bottom: 10xp;
}

.cart-block1 #count{
    margin-top: -5px;
}

.form{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 0 0 15px;
    resize: none;
    outline: none;
    margin-bottom: 25px;
    z-index: 1;
    display: block;
    width: 100%;
}


.cart-block1 .count{
    margin-top: -5px;
}


.cart-price {
    padding-top: 20px;
}

.cart-price span{
    font-size: 25px;
}

body{
    display: flex;
    background-color: #0c0907;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

#header{
    background-image: url(https://ik.imagekit.io/lunchpad/5ksyes93n0tvgg92yrdrcw13rburlcs7_sEcsyyZfv);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 300px;
    padding: 0;
    border-radius: 0 0 20px 20px;
}

#description-price{
    font-size: 28px;
}



#category-menu{
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: #fff;
    
}

#list-categoty li a{
    text-decoration: none; 
    color: rgb(184, 182, 182);
    white-space: nowrap; 
    
}

#list-categoty,#burger-button{
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0!important;
  
}


#navbar-scroll{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    
}

#logo{    
    height: 140px;
    max-width: 140px;
    border-radius: 14px;
}

#dark{
    position: fixed;
    display: none;
    align-items: flex-end;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.514);
    z-index: 1001;
    outline: 0;
}


#dark-categ{
    position: fixed;
    display: none;
    align-items: flex-end;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.514);
    z-index: 1001;
    outline: 0;
}


#description-product::-webkit-scrollbar {
    width: 0;
    height: 0;
}


#description-product hr {
    border: none; 
    color: rgba(195, 195, 195,0.42);
    background-color: rgba(195, 195, 195,0.42); 
    height: 2px;
}

#description-categ h2{
    text-align: center;
    margin-top: 40px;
}

#description-categ a{
    text-decoration: none;
    color: rgb(68, 64, 64);
}

#description-categ {
    overflow: auto;
}

#description-categ::-webkit-scrollbar {
    width: 0;
    height: 0;
}



#description-categ hr {
    border: none; 
    color: rgba(195, 195, 195,0.42);
    background-color: rgba(195, 195, 195,0.42); 
    height: 2px;
    margin-left: 50px;
    margin-right: 50px;
}


.hr {
    border: none; 
    color: rgba(195, 195, 195,0.42);
    background-color: rgba(195, 195, 195,0.42); 
    height: 2px;
}


#description-product{
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    height: 90vh;
    position: relative;
    bottom: 0px;
    border-radius: 20px 20px 0 0;
 
    z-index: 1002;
    
}


#description-categ{
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    height: 90vh;
    position: relative;
    bottom: 0px;
    border-radius: 20px 20px 0 0;
 
    z-index: 1002;
    
}

.title-page{
    margin-bottom: 70px;
}

.dot{
    height: 3px;
    width: 3px;
    background: #c1c1c1;
    border-radius: 50%;
    display: inline-block;
    margin: 3.5px 7px;
}

#minus,#plus{
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#count{
    font-size: 35px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;

}

.count{
    font-size: 35px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;

}

.cart-counter{
    width: 50%;
    margin-top: 12px;
}

#description-image{
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.description-panel{
    padding-left: 15px;
    padding-right: 15px;
    
}

.close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    opacity: 0.7;
}

.message-screen__body {
    display: flex;
    flex: 1 0 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.close-categ{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    opacity: 0.7;
}

#description-panel-count{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.company-name{
    color: #fff;

}

.social{

}

.social img{
    width: 25px;
    height: 25px;
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
    margin-left: 5px;
    cursor: pointer;
}

#info_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    margin-bottom: 15px;
}

#header_info{
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 80px;
    padding-left: 50px;
}
    


#navbar-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}


#burger-button li{
    margin-left: 10px;
}


#list-categoty li{
}


#burger-button li{
    cursor: pointer;
    
    margin-right: 8px;
    margin-top: 7px;;
    display: flex;
    align-items: center;
    background: #f1f1f1;
    height: 34px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 125%;
    color: #a5a5a5;
}


.block-item{
    margin-top: 20px;
    padding:20px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
}

.wh{
    background-color: #2f8f26;
    visibility: hidden;
}


.zk{
    background-color: #eca001;
}


.zb{
    background-color: #5f9ec1;
}



.in{
    background-color: #da2e7e;
    visibility: hidden;
}

.ph{
    background-color: #445de7;
    visibility: hidden;
}

.gis{
    background-color: #00a32a;
    margin-top: 20px;
    padding:20px;
    border-radius: 10px;
    cursor: pointer;
    visibility: hidden;
    display: flex;
}



.gis img{
    height: 40px;
    width: 40px;
    object-fit: cover;
}


.gis span{
    color: #fff;
    margin-left: 15px;
    font-size: 23px;
}

.block-item span{
    color: #fff;
    margin-left: 15px;
    font-size: 23px;
}


.block-item img{
    filter: invert(1);
    height: 40px;
    width: 40px;
    object-fit: cover;
}


.category_admin{
    cursor: pointer;
}

.category_admin:hover{
    cursor: pointer;
    background-color: #61616118;
    opacity: 0.8;
}

.category_admin h2{
    color: #575656;
}

.grey-text{
    color: rgb(184, 182, 182);
}

.button-cart{
   padding: 15px;
   margin-left: 10px;
   margin-right: 10px;
   background-color: #f1f1f1;
   margin-bottom: 10px;
   border-radius: 10px;
   cursor: pointer;
}




.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product{
    min-width: 160px;
    max-width: 250px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    margin: 10px;
    background-color: #fff;
    background-clip: border-box;
}

.hide{
    display: none;
}

.active{
}

.count{

}

.menu{
    display: flex;
    flex-flow: row wrap;
}

.card-body{
    margin-left: 15px;
    margin-right: 15px;
}

.image-product{
    height: 142px;
    border-radius: 12px 12px 0 0;
    object-fit: cover;
}

.button-go-cart{
    display: flex;
    justify-content: space-between;
    background: #eaaf1a !important;
    color: #000000 !important;
    cursor: pointer;
    box-shadow: 0px 2px 20px rgb(234 175 26 / 74%) !important;
    padding: 16px;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #000;
    border-radius: 20px!important;
    margin: 20px 20px 30px!important;
    max-width: 1060px;
    width: 100%;
    height: 25px!important;
    border-color: #eaaf1a;
    border: 0px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}


.button-save-product{
    display: flex;
    justify-content: space-between;
    background: #eaaf1a !important;
    color: #000000 !important;
    cursor: pointer;
    box-shadow: 0px 2px 20px rgb(234 175 26 / 74%) !important;
    padding: 16px;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #000;
    border-radius: 20px!important;
    margin: 20px 20px 30px!important;
    max-width: 1000px;
    width: 100%;
    height: 25px!important;
    border-color: #eaaf1a;
    border: 0px;
    bottom: 0;
    z-index: 1000;
}



.footer{
    width: 100%;
    height: 100px;
}


#product-admin-image{
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.button-add-cart{
    background: #eaaf1a !important;
    color: #000000 !important;
    box-shadow: 0px 2px 20px rgb(234 175 26 / 74%) !important;
    padding: 16px;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #000;
    border-radius: 20px!important;
    margin: 0 0 30px!important;
    width: 100%!important;
    height: 65px!important;
    border-color: #eaaf1a;
    border: 0px;
    cursor: pointer;
}


.title-menu{

}

.title-product{

}

#content{
    margin: 20px;
}

#body{
    background-color: white;
    max-width: 1140px;
    width: 100%;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}


@media (min-width: 300px){
    #body {
        max-width: 540px;
    }

    .button-go-cart{
        max-width: 240px; 
    }

    .button-save-product{
        max-width: 240px; 
    }

    .card-product{
        flex: 1 0 40%;   
        max-width: 200px;
    }

    #description-image{
        height: 40%;
    }

   
}


@media (min-width: 370px){
    #body {
        max-width: 540px;
    }

    .button-go-cart{
        max-width: 320px; 
    }

    .button-save-product{
        max-width: 320px; 
    }

    .card-product{
        flex: 1 0 40%;   
        max-width: 200px;
    }

    #description-image{
        height: 40%;
    }

   
}

@media (min-width: 576px){
    #body {
        max-width: 540px;
    }

    .button-go-cart{
        max-width: 470px; 
    }

    .button-save-product{
        max-width: 470px; 
    }


    .card-product{
        flex: 1 0 40%;
    }

   
    #description-image{
        height: 50%;
    }

    
}

@media (min-width: 768px){
    #body {
        max-width: 720px;
    }

    .button-go-cart{
        max-width: 650px; 
    }


    .button-save-product{
        max-width: 650px; 
    }

    .card-product{
        flex: 1 0 40%;
    }

    #description-image{
        height: 50%;
    }
   
}



@media (min-width: 992px){
    #body {
        max-width: 960px;
   
    }

    .button-go-cart{
        max-width: 790px; 
    }

    .button-save-product{
        max-width: 790px; 
    }

    .card-product{
        flex: 1 0 30%;
        
        max-width: 250px;
    }

    #description-image{
        height: 50%;
    }
   
}



@media (min-width: 1200px) {
    #body{
        max-width: 1140px;
        
    }
    .button-go-cart{
        max-width: 1060px; 
    }


    .button-save-product{
        max-width: 1000px; 
    }

    .card-product{
        flex: 1 0 20%;
        max-width: 250px;
    }

    #description-image{
        height: 50%;
    }
   
}

