body{
    background: white;
}

.main-container{
   /*background-image: url("../img/background.svg");*/
    background-size: 100% 100%;
    background-size: cover;
    font-family: "system-ui";
    padding: 16px;
/*    height: 100vh;*/
    background-color: white;
}

.header-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}



.badge-menu{
    padding: 12px 24px;
    border-radius: 6px;
    color: black;
    font-size: 16px;
    border: 1px solid orangered;
}

.info-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.bussiness-name{
    font-size: 30px;
    font-weight: 600;
    color: orangered;
}

.register-btn{
    background-color: orangered;
    color: white;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.1s ease-out;
    margin-left: 8px;

}
.register-btn:hover{
    text-decoration: none;
    color: white;
    transform: scale(1.1);
}

.hello-user{
    display: flex;
    align-items: center;
    justify-content: center;
    color: orangered;
    font-size: 16px;
}

.user{
    color: orangered;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}



.login-btn{
    background-color: white;
    border: 1px solid orangered;
    font-size: 16px;
    padding: 4px 8px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.2s ease-out;
    color: black;

}
.login-btn:hover{
    text-decoration: none;
    color: black;
    transform: scale(1.1);
}


.image-b{
    height: 100px;
}

.products-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    background-color: rgba(253, 249, 248, 0.9);
    border-radius: 8px;
}

.info_Chart {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 220px;
    width: 100%;
    position: fixed;
    bottom: 33px;
    right: 140px;
    z-index: 999;
}

.shikoPorosinBTN {
    align-items: center;
    background-color: #1c7a36;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.50rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    text-decoration: none;
    padding: 1.5rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    vertical-align: baseline;
    width: auto;
}

.shikoPorosinBTN:hover,
.shikoPorosinBTN:focus {
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    text-decoration: none;
}

.shikoPorosinBTN:hover {
    transform: translateY(-1px);
}

.floating-cart {
    z-index: 999;
    cursor: pointer;
    display: flex;
    color: orangered;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: white;
    border: 2px solid orangered;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    font-size: 25px;
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0%{
    transform: scale(1.5);
      }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1.5);
    }
}

.floating-cart:hover{
    color: orangered;
}

.search-main{
    max-width:400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.category{
    display: table;
    margin: 20px 20px;
    background-color: orangered;
    color: white;
    padding: 4px 8px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.card-product {
    max-width: 550px;
    margin-bottom: 20px;
    display: none;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
    transition: all .3s ease-in-out;
    padding: 10px;
}




.card-product:hover {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
    transform: translate3d(0px, -1px, 0px);
}

/* CSS */
.add-cart{
    width: 300px;
    height: 45px;
    line-height: 40px;
    font-size: 18px;
    font-family: 'Bebas Neue', sans-serif;
    background: linear-gradient(45deg, transparent 5%, #ff3100 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    box-shadow: 6px 0px 0px #00E6F6;
    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.add-cart:after {
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);

    content: 'ALTERNATE TEXT';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
    clip-path: var(--slice-0);
}


.add-cart:active{
    background: linear-gradient(45deg, transparent 5%, #ff8166 5%);
}


@media (min-width: 768px) {
    .add-cart,
    .add-cart:after {
        width: 250px;
        height: 45px;
        line-height: 40px;
    }

}

.quantity-container{
    display: flex;
    align-items: center;
    gap: 12px;
}

.increase_btn{
    border-radius: 4px;
    border:1px solid orangered;
    color: orangered;
    padding: 12px;
    background-color: white;
}

.increase_btn:hover{
    background-color: #ffe9dd;
}
.decrease_btn:hover{
    background-color: #ffe9dd;
}

.decrease_btn {
    border-radius: 4px;
    color: orangered;
    border:1px solid orangered;
    padding: 12px;
    background-color: white;
}

.qty{
text-align: center;
    border-radius: 4px;
    border:1px solid lightgray;
    padding: 10px;
    background-color: white;
    width: 70px;
}

.grid-container{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    grid-gap: 20px;
    padding: 20px;
}


@media (max-width: 768px) {

    .card-product{
        flex-direction: column;
        width: 100%;
    }
    .bussiness-name{
        display: none;
    }
    .category-item , .active-tab{
        padding: 4px 2px !important;
        font-size: 16px !important;
    }
    .products-container{
        padding: 4px;
    }
    .grid-container{
        grid-gap: 5px;
        padding: 4px;
    }
    .category{
        margin: 12px 4px;
    }
    .info_Chart {
        display: none;
    }
}

.cart-main{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-container{
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.product-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.porosia-where{
    font-size: 15px;
    font-weight: 650;
    margin-bottom: 30px;
}

.justify-between{
    display: flex;
    align-items: center;

    justify-content: space-between;
}

.submit-porosi {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 25px;
    background-color: #1c7a36;
    color: white;
    width: 100%;
    font-weight: 600;
    height: 80px;
}

.total{
    font-size: 18px;
    color: grey;
    font-size: 26px;
}

.cart-text{
    font-size: 16px;
    font-weight: 600;
    width: 80px;
    text-overflow: ellipsis;
}

.badge-menu-porosi{
    background-color: #d1e7dd;
    color: #0f5132;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 6px;
}
.badge-menu-shenime{
    background-color: #b6effb;
    color: #0f5132;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
}

.category-container{
    transition: transform 2s ease;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.category-container li{
    cursor: pointer;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    color: #0f5132;
    transition: transform 2s ease;
}


.category-item {
    border-top:4px solid orangered;
    border-bottom: 1px solid lightgray;
    border-right:1px solid lightgray;
    border-left:1px solid lightgray;
    font-size: 20px;
    font-weight: 600;
    color: orangered;
    padding: 4px 12px;
    border-radius: 2px;

}
.category-item:hover{
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: orangered;
    border-top:4px solid orangered;
    border-bottom: 1px solid orangered;
    border-right:1px solid orangered;
    border-left:1px solid orangered;
}

.cat-li{
    transition: all 0.3s;
}

.cat-li:active{
    transition: all 0.3s;
}

.search-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    padding: 20px;
    z-index: 10;
    background: white;
}

@media (max-width: 768px) {
    .search-container{
        flex-direction: column;
        justify-content: center;
        padding: 2px;
    }
    .category-container{
     padding: 16px;
    }
    .increase_btn{
        padding: 6px;
    }
    .decrease_btn{
        padding: 6px;
    }
    .qty{
        padding: 6px;
        width: 55px;
    }
}

@media (max-width: 600px) {
    .add-cart{
        font-size: 16px;
        width: 220px;
    }

}

.input-form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 12px;
    width: 100%;
    resize: none;
    height: 40px;
    left: 1048px;
    top: 16px;
    background: #FFFFFF;
    border: 2px solid #1B1B1B;
    box-sizing: border-box;
    border-radius: 8px;
}

.checkout-main{
    display: flex;
    justify-content: center;
}

.checkout-container{
    max-width: 1200px;
    width: 100%;
    display: flex;
    position: relative;
}


.cart-input{
    width: 50%;
    background-color: #ffffff;
    padding: 16px;

}
.cart-products{
    width: 50%;
    padding: 16px;
}

.category-input{
    font-size: 20px;
    font-weight: 600;

    margin: 16px 0px;
}

.address-container{
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-form-detaje{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 12px;
    width: 100%;
    resize: none;
    left: 1048px;
    top: 16px;
    background: #FFFFFF;
    border: 2px solid #1B1B1B;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 0.2s;
}

.tipi-container{
    display: flex;
    align-items: center;
    gap: 15px;
}

.back-btn{
    height:  40px;
    width: 40px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid orangered;
    padding: 12px;
    color: orangered;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.back-btn:hover{
    color: orangered;
    text-decoration: none;
}

.back-btn:active{
    color: orangered;
    text-decoration: none;
}

@media (max-width: 900px) {
    .cart-input{
        width: 100%;
        padding: 16px;
    }
    .cart-products{
        width: 100%;
        margin-top: 32px;
    }
    .checkout-container{
        flex-wrap: wrap;
    }
}

.active-tab{
    background-color: orangered;
    color:white !important;
    text-decoration: none !important;
    font-size: 20px;
    font-weight: 600;
    border-top:4px solid orangered;
    border-bottom: 1px solid orangered;
    border-right:1px solid orangered;
    border-left:1px solid orangered;
    padding: 4px 12px;
    border-radius: 2px;
}

.active-tab:hover{
    background-color: orangered;
    color: white !important;
    text-decoration: none;
}

.indentity{
    color: #0f5132;
}



.item-count{
    display: none;
    position: absolute;
    bottom: 25px;
    right: -17px;
    border: 2px solid black;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: white;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: black;
}


.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
    color: #FFF;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}

@keyframes bblFadInOut {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
    40% { box-shadow: 0 2.5em 0 0 }
}


.toggle-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
#list-view{
    padding: 0px;
    border-radius: 8px;
    background-color:#a8ffc1;
    cursor: pointer;


}

#grid-view{
    padding: 0px;
    border-radius: 8px;
    cursor: pointer;

}

.card-product-list{
    padding: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

@media (max-width: 600px) {
    .card-product-list{
        max-width: 100%;
    }
}

  
.card-product-list:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  }
  
.img-container{
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.img-container img{
    object-fit: contain;
}

.list-img{
    height: 100px;
    width: 100px;
    border-radius: 8px;
}

.price-list-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.add-btn{
    border-radius: 50%;
    background-color: #e4d4ef;
    color: #793579;
    height: 40px;
    width: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-btn:active{
    background-color: #f0ccf0;
}

.add-btn:hover{
   border: 1px solid grey;
}

.detaje-list{
    max-width: 200px;
    word-wrap: break-word;
}

.actions-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    padding: 6px 16px;
    color: rgb(61, 61, 61);
    border:2px solid rgb(0, 172, 0);
    border-radius: 6px;
    position: relative;
}
.action-btn{
    background-color: white;
    border: none;
    color: #6b6b6b;
}

.indicator{
    display: none;
    position: absolute;
    top: -10px;
    right: -8px;
    background-color: white;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid rgb(0, 172, 0);
    height: 25px;
    width: 25px;
    text-align: center;
}