* {
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
}

.hamburger {
    display: none;
}

.logo-text {
    display: none;
}

.header {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffd700;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.header .container {
    width: 75%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    gap: 40px;
    display: flex;
    align-items: center;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.nav-item svg {
    color: black;
}

.nav-item p {
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.nav-item.special {
    border-radius: 30px;
    background-color: #dc143c;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s ease;
}

.nav-item.special:hover {
    box-shadow: rgba(220, 20, 60, 0.25) 0px 54px 55px,
        rgba(220, 20, 60, 0.12) 0px -12px 30px,
        rgba(220, 20, 60, 0.12) 0px 4px 6px,
        rgba(220, 20, 60, 0.17) 0px 12px 13px,
        rgba(220, 20, 60, 0.09) 0px -3px 5px;
}

.nav-item.special p {
    color: white;
}

@media screen and (max-width: 1350px) {
    .header .container {
        width: 90% !important;
    }

    .bottom-nav .container {
        width: 90% !important;
    }

    .top-footer .container {
        width: 90% !important;
    }

    .bottom-footer .container {
        width: 90% !important;
    }

    .contact .container {
        width: 90% !important;
    }

    .order-main .container {
        width: 90% !important;
    }
}

@media screen and (max-width: 900px) {
    .account-settings {
        width: 100% !important;
    }

    .account-adresses {
        width: 100% !important;
        margin-top: 30px;
    }
}

.bottom-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

.bottom-nav .container {
    width: 75%;
    height: 120px;
    display: flex;
    align-items: center;
}

.bottom-nav .nav-item {
    border-left: 1px solid gainsboro;
    padding-left: 20px;
    padding-right: 20px;
}

.bottom-nav .nav-item p {
    font-weight: 500;
}

.contact {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.contact .container {
    width: 75%;
    display: flex;
    align-items: center;
}

.contact .container .card {
    width: 100%;
}

.contact .container .card iframe {
    width: 100%;
}

.checkout {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}

.checkout .container {
    width: 75%;
    display: flex;
    align-items: center;
}

.checkout .container .card {
    width: 100%;
}

.checkout .container .card iframe {
    width: 100%;
}

.contact-list {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-list p {
    font-weight: 600;
}

.contact-list p a {
    font-weight: 400;
    color: #dc143c !important;
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    padding: 0;
}

.top-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 200px;
}

.top-footer .container {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
    height: 50px;
}

.bottom-footer .container {
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-list a {
    color: gray;
}

.footer-header {
    font-weight: 600;
}

.input-container {
    display: flex;
    flex-direction: column;
}

.input-container label {
    font-size: 16px;
}

.input-container input {
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.14);
}

.input-container select {
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.14);
}

.input-containers {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

@media screen and (max-width: 450px) {
    .input-container {
        width: 100%;
    }
}

.account-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.checkout-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.account-settings {
    width: 49%;
}

.account-adresses {
    width: 49%;
}

.radio-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.radio-item {
    display: flex;
    gap: 5px;
    align-items: center;
}

.address-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-main {
    display: flex;
    justify-content: center;
    background-color: rgb(240, 240, 240);
    padding-top: 30px;
}

.order-main .container {
    width: 75%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.categories {
    width: 20%;
}

.categories input {
    padding: 6px;
    border-radius: 16px;
    width: 100%;
    border: none;
    padding-left: 16px;
    padding-right: 16px;
}

.category-item {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px; /* Adjust this value as needed */
}

.category-item p {
    margin: 0;
    padding-left: 10px; /* Space between image and text */
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-item:hover {
    color: #dc143c;
}

.category-list {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    border-radius: 16px;
    width: 100%;
}

@media screen and (max-width: 990px) {
    .categories {
        display: none;
    }

    .menus {
        width: 100% !important;
    }

    .basket {
        width: 100% !important;
    }

    .product-dialog {
        width: 90% !important;
    }

    .order-main .container {
        flex-direction: column;
        padding-bottom: 30px;
    }
}

.menus {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.basket {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menu-category {
    width: 100%;
}

.product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-left {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 70%;
}

.product-left img {
    width: 90px;
    height: 90px;
}

.product h6 {
    font-size: 20px;
    font-weight: bold;
}

.product-right p {
    font-weight: bold;
    font-size: 20px;
}

.product-dialog {
    width: 70%;
    max-width: none !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30px;
}

.product-dialog .modal-content {
    height: 80%;
}

.product-dialog .modal-body {
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0px;
}

.product-dialog .modal-body .product-modal-img {
    width: 50%;
    height: 100%;
}

.product-dialog .modal-body .product-modal-img img {
    width: 100%;
    height: 100%;
}

.product-modal-ingredients {
    height: 100%;
    width: 50%;
    overflow-y: scroll;
    position: relative;
    background-color: rgb(245, 245, 245);
}

.product-modal-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-modal-header .btn-close {
    width: 1em;
    height: 1em;
    position: static;
}

.product-modal-bottom {
    width: 100%;
    height: 75px;
    border-top: 1px solid gainsboro;
    background-color: rgb(245, 245, 245);
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-modal-count-container {
    width: 35%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-modal-count-box {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: gainsboro;
    color: black;
    font-size: 24px;
    font-weight: bolder;
    cursor: pointer;
}

.product-modal-count-box.qty {
    background-color: transparent;
    cursor: default;
}

.product-modal-buy-container {
    width: 60%;
    height: 40px;
    background-color: #3d991f;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    cursor: pointer;
}

.addons {
    display: flex;
    flex-direction: column;
    min-height: 80vh;
}

.addon-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.addon-left {
    width: 75%;
    display: flex;
    flex-direction: column;
}

.addon-left h6 {
    font-weight: bold;
    font-size: 24px;
}

.addon-left p {
    font-style: italic;
    font-size: 16px;
}

.required-badge {
    width: 100%;
    height: 24px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: #dc143c;
    height: 100%;
}

.addon-right {
    width: 22%;
    height: 100%;
}

.required-badge.active {
    display: flex;
}

.addon {
    cursor: pointer;
}

.addon-inner {
    background-color: white;
    padding: 16px;
}

.addon-inner.ingredients {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.addon-inner.ingredients .option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 45%;
    margin-top: 10px;
}

.addon-inner.single {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.addon-inner.single .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.addon-inner.multiple {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.addon-inner.multiple .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.radio-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.option-price {
    display: none;
}

.option-price.active {
    display: block;
}

.option-checkbox {
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.option-radio {
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid gray;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option-checkbox.active {
    background-color: rgb(7, 176, 4);
}

.option-radio.active {
    background-color: rgb(7, 176, 4);
}

.option-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.option-increase {
    width: 16px;
    height: 16px;
    color: black;
    font-weight: bold;
    background-color: rgb(246, 246, 246);
    display: flex;
    justify-content: center;
    align-items: center;
}

.option-decrease {
    width: 16px;
    height: 16px;
    color: black;
    font-weight: bold;
    background-color: rgb(246, 246, 246);
    display: flex;
    justify-content: center;
    align-items: center;
}

.option.ingredient.active p {
    text-decoration: line-through;
}

.basket .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket .card-header svg {
    cursor: pointer;
}

.basket .card-body {
    max-height: 250px;
    overflow-y: scroll;
}

.basket-buy {
    width: 100%;
    border-radius: 2px;
    background-color: #3d991f;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
}

.basket .card-footer {
    display: none;
}

.basket .card-footer.active {
    display: block;
}

.empty-basket {
    padding: 10px;
    display: none;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.empty-basket.active {
    display: flex;
}

.basket-trash {
    display: none;
}

.basket-trash.active {
    display: block;
}

.basket-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.basket-product-title {
    font-weight: bold;
}

.basket-addons {
    padding: 5px;
}

.basket-addons p {
    text-decoration: underline;
}

.basket-option {
    text-decoration: none !important;
}

.basket-options {
    padding: 7px;
}

.mobile-nav {
    display: none;
}

.footer-nav {
    display: none;
}

.product-mobile {
    display: none;
}

.products-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 600px) {
    .header {
        background: #000;
        background-image: linear-gradient(-90deg, #3c3030 0%, #000000 74%);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 19;
    }

    .menus {
        padding-top: 60px;
    }

    .bottom-nav {
        display: none;
    }

    .hamburger {
        display: flex !important;
    }

    .header .container {
        height: 44px !important;
    }

    .header .logo img {
        width: 20px !important;
    }

    .logo {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .logo-text {
        font-size: 12px;
        color: white;
        display: block;
    }

    .nav {
        display: none !important;
    }

    .footer {
        display: none;
    }

    .mobile-nav {
        display: flex;
        flex-direction: column;
        padding: 16px;
        background-color: rgb(240, 240, 240);
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
            rgba(0, 0, 0, 0.22) 0px 15px 12px;
        width: 200px;
        height: 100vh;
        z-index: 20;
        position: fixed;
        top: 0;
        left: -1000px;
        gap: 20px;
        transition: 0.5s ease;
    }

    .mobile-nav.active {
        left: 0px;
    }

    .mobile-nav-item {
        padding: 10px;
        border: 1px solid gainsboro;
        transition: 0.5s ease;
        border-radius: 10px;
        background-color: white;
    }

    .mobile-nav-item:hover {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
            rgba(0, 0, 0, 0.22) 0px 15px 12px;
    }

    .footer-nav {
        display: flex;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #8d0100;
        background-image: linear-gradient(
            -90deg,
            #b30100 0%,
            #8d0100 74%
        ) !important;
        align-items: center;
        justify-content: space-around;
    }

    .footer-nav-item {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .footer-nav-item p {
        font-size: 10px;
        color: white;
    }

    .basket {
        display: none !important;
    }

    .product-dialog {
        width: 100% !important;
        margin: 0 !important;
    }

    .product-dialog .modal-content {
        height: 100% !important;
    }

    .product-modal-img {
        display: none !important;
    }

    .product-modal-bottom {
        padding: 10px !important;
        flex-direction: column !important;
        height: 120px !important;
        align-items: end !important;
        gap: 20px !important;
        justify-content: center !important;
    }

    .product-modal-ingredients {
        width: 100% !important;
    }

    .product-modal-buy-container {
        width: 100% !important;
    }

    .addon-right {
        width: 35%;
    }

    .addon-left {
        width: 60%;
    }

    .required-badge {
        font-size: 16px;
    }
    .checkout .container {
        width: 100% !important;
        padding-top: 30px;
    }

    .contact-list {
        padding: 10px !important;
    }

    .order-main .container {
        width: 100% !important;
        padding: 0 !important;
        padding-bottom: 30px !important;
    }

    .menu-category {
        background-color: transparent;
        border: none;
    }

    .menu-category > .card-header {
        background-color: transparent;
        border: none;
    }

    .menu-category > .card-header > p {
        font-weight: bold;
    }

    .product {
        display: none !important;
    }

    .product-mobile {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        background: white;
        padding: 10px;
        border-radius: 20px;
    }

    .product-mobile img {
        width: 100px;
        height: 90px;
    }

    .product-mobile-name-desc {
        display: flex;
        flex-direction: column;
    }

    .product-mobile-name-desc h6 {
        font-size: 14px;
    }

    .product-mobile-name-desc p {
        font-size: 11px;
    }

    .product-mobile-buy {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .product-mobile-plus {
        background-color: #b30100;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .product-mobile-plus svg {
        transform: scale(0.7);
    }

    .product-mobile-left {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .order-main.active {
        padding-top: 0px;
    }

    .order-main.active .basket {
        display: flex !important;
    }

    .order-main.active .basket .card {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 21;
    }

    .order-main.active .basket .card-body {
        max-height: none;
    }

    .closeIconBasket {
        display: block;
    }

    .basket-card-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}

.closeIconBasket {
    display: none;
}

.close-basket {
    display: none !important;
    transform: scale(1.2);
}

.order-main.active .close-basket {
    display: block !important;
}

.basket-product-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label-div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
