@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* landing page */
.landing-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-div {
    width: 100%;
    height: 100%;
}

/* login page */
.login-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.branding {
    margin-top: 70px;
    width: 250px;
}

.branding img {
    width: 100%;
    height: 100%;
}

.login-text {
    margin: 0;
    width: 90%;
}

.l-start {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
}

.l-text {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #777;
    padding-left: 15px;
    margin: 0;
    margin-top: 15px;
    text-align: center;
}

.login-btn {
    height: 35px;
    font-size: 18px;
}

.conditions {
    margin: 0;
    padding: 8px 30px 0 30px;
    color: grey;
}

.credits {
    position: fixed;
    bottom: 0;
}

.otp-input {
    display: flex;
    justify-content: space-around;
}

.otp-input .otp-box {
    width: 44px;
    height: 40px;
    border: 1px solid #777;
    font-size: 21px;
    text-align: center;
    border-radius: 10px;
}

/* homepage */
.home-carousel {
    padding: 4px 12px;
}

.home-slide {
    border-radius: 15px;
    overflow: hidden;
}

.home-slide img {
    width: 100%;
    height: 100%;
}

.app-name {
    text-transform: uppercase;
}

.cat-list {
    margin-top: -25px;
}

.cat-div {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 600;
}

.cat-grid {
    margin-top: 15px;
}

.grid-items {
    border-radius: 10px;
    padding: 0 !important;


}

.grid-items.item-content {
    padding: 0 !important;
}

.grid-item {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid-item .grid-cat-img {
    width: 90%;
    height: 135px;
}

.grid-item .grid-cat-img img {
    width: 100%;
    height: 100%;
}

.grid-item .grid-cat-name {
    font-size: 18px;
}

/* Beverages */
.tool-menu {
    height: 110px !important;
}

.sub-cat {
    display: flex;
    gap: 18px;
    white-space: nowrap;
    overflow-x: auto;
}

.sub-cat-details {
    flex-shrink: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px !important;
    height: 90px !important;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    padding: 4px;
    margin: 15px 0;
}

.sub-cat-details .sub-cat-img {
    width: 50px;
    height: 50px;
}

.sub-cat-details .sub-cat-img img {
    width: 100%;
}

.sub-cat-details .sub-cat-name {
    white-space: wrap;
    text-align: center;
    font-size: 10px;
}

.menu-content {
    margin-top: 125px;
}

.menu-cat-details {
    padding: 0 !important;
}

.menu-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
}

.side-menu-category {
    display: flex;
}


.side-category {
    width: 112px;
    margin-bottom: 0 !important;
    overflow-y: auto !important;
    position: fixed;
    height: 80% !important;
    border-right: 1px solid #cfcfcf;
    padding-top: 5px;
    margin-top: 120px !important;
}

.side-cat {
    width: 110px;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px;
    align-items: center;
    padding-top: 15px;
    height: 77px;
    overflow-y: auto !important;
}

.side-cat-details {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 123px !important;
}

.side-cat-img {
    width: 90px;
    height: 90px;
}

.side-cat-img img {
    width: 100%;
    height: 100%;
}

.side-cat-name {
    text-align: center;
    font-size: 11px;
    white-space: wrap;
}

/* main-content */
.main-category {
    width: calc(100% - 115px);
    margin-left: 115px;
    height: 85%;
    overflow-y: auto;
}

.main-cat {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100%;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 55px;
}

.main-cat-details {
    width: 90%;
    height: 300px;
    position: relative;
}

.main-cat-details .wishlist-icon {
    position: absolute;
    top: 8px;
    right: 8px;
}

.heart-container {
    --heart-color: hsl(0deg 100% 50%);
    position: relative;
    width: 25px;
    height: 25px;
    transition: .3s;
}

.heart-container .checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 20;
    cursor: pointer;
}

.heart-container .svg-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heart-container .svg-outline,
.heart-container .svg-filled {
    fill: var(--heart-color);
    position: absolute;
}

.heart-container .svg-filled {
    animation: keyframes-svg-filled 1s;
    display: none;
}

.heart-container .svg-celebrate {
    position: absolute;
    animation: keyframes-svg-celebrate .5s;
    animation-fill-mode: forwards;
    display: none;
    stroke: var(--heart-color);
    fill: var(--heart-color);
    stroke-width: 2px;
}

.heart-container .checkbox:checked~.svg-container .svg-filled {
    display: block
}

.heart-container .checkbox:checked~.svg-container .svg-celebrate {
    display: block
}

@keyframes keyframes-svg-filled {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
        filter: brightness(1.5);
    }
}

@keyframes keyframes-svg-celebrate {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        filter: brightness(1.5);
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
        display: none;
    }
}

.main-cat-details-view .main-cat-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-cat-details-view .main-cat-img img {
    width: 150px;
    height: 150px;
}

.main-cat-name {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.small_text {
    font-size: 10px;
}

.main-cat-price {
    padding-top: 4px;
    padding-left: 16px;
    font-size: 16px;
}

.cart-button {
    width: 100%;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-btn {
    width: 160px;
    height: 35px;

}

.cart-icon {
    padding: 3px 4px;
}

.strike-through {
    text-decoration: line-through;
}

.weight_cart {
    display: flex;
    flex-direction: column;
}

.weight_cart .weight {
    padding-left: 12px;
    width: 150px;
    display: flex;
    align-items: center;
}

.varients {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.varient-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    border: 1px solid #cfcfcf;
    border-radius: 15px;
}

.varient-block .var-img {
    width: 90px;
    height: 90px;
}

.varient-block .var-img img {
    width: 100%;
    height: 100%;
}

/* wishlist & cart */
.cart-products {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cart-product-details {
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    display: flex;
}

.cart-product-details .cart-prod-img {
    width: 100px;
    height: 100px;
}

.cart-product-details .cart-prod-img img {
    width: 100%;
}

.cart-product-details .cart-prod-data {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.cart-prod-name {
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    white-space: nowrap;
}

.cart-prod-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cart-prod-div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cart-prod-count {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}

.cart-prod-counter {
    position: relative;
    right: 0;
}

.cart-prod-weight {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.cart-prod-cost {
    font-size: 18px;
}