body {
    padding-bottom: 7rem;
}

input {
    border: none
}

input:focus {
    outline: 0
}

.btn-rounded {
    border-radius: 50px !important
}

.modal-fullscreen-sm-down {
    width: 100% !important
}

header {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
    background: #28303f08
}

.company-logo {
    height: 20px;
    width: 20px;
    object-fit: contain;
    margin-bottom: 8px
}

.logoBaslik {
    font-weight: 600;
    font-size: 23px
}

header .btn-waiter {
    white-space: nowrap;
    background-color: #fbcd25 !important;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center
}

header .animated-text {
    font-size: 20px;
    font-weight: 600;
    height: 80px
}

.search-form {
    padding: 13px;
    border: 2px solid #99999940;
    border-radius: 18px;
    margin-top: -2rem;
    background: #ffff;
}

.search-form img {
    width: 7%;
    margin-right: .5rem
}

.search-form input {
    font-size: 14px;
    width: 85%;
    border: 5px solid transparent;
    font-weight: 500;

}

.category-title {
    font-size: 20px;
    font-weight: 600
}

.category-tabs {
    white-space: nowrap;
    width: 100%;
    display: flex;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    box-shadow: none
}

.category-tabs::-webkit-scrollbar {
    display: none
}

.category-tabs button {
    background-color: transparent;
    border: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 1rem;
    color: #9f9f9f;
    border-bottom: 1px solid #b5b5b54d;
    width: 100%;
    height: 45px
}


.food-tabs {
    width: 100%;
    display: flex;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: .55rem
}

.food-tabs::-webkit-scrollbar {
    display: none
}

.food-tabs button {
    /* font-size: 13px; */
    width: auto;
    white-space: nowrap;
    /* color: #93979f; */
    /* border: 1px solid #c7c9cc; */
    /* background-color: #f0f0f5; */
    border-radius: 15px;
    padding: .5rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: center;
    font-size: 15px;
    margin-left: 10px
}

.food-tabs button.active-category {
    color: #fff;
    background-color: #fc4843;
    border-color: #fc4843
}

.menu-list .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eaeaec;
    margin-bottom: 2rem;
    text-decoration: none !important;
    color: #000 !important
}

.menu-list .menu-item:last-child:not(.menu-list.menu-item.filtered:last-child) {
    border: none !important
}

.menu-list .menu-item .item-img {
    width: 40%
}

.menu-list .menu-item .item-img img {
    width: 80px
}

.menu-list .menu-item .item-info {
    width: 100%;
    text-align: left;
    margin-left: 1rem;
    text-decoration: none
}

.menu-list .menu-item .item-info .title {
    font-weight: 600;
    color: #28303f;
    margin-bottom: .2rem;
    font-size: 16px;
    text-decoration: none !important
}

.menu-list .menu-item .item-info .content {
    font-weight: 500;
    color: #7e838c;
    text-decoration: none !important;
    line-height: 1rem;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.6;
    text-overflow: ellipsis;
}

.menu-list .menu-item .item-action {
    width: 50%;
    text-align: right
}

.menu-list .menu-item .item-action .btn-plus {
    background: #fc48430d;
    border-radius: 10px;
    margin-bottom: .8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .3rem;
    padding-bottom: .3rem
}

.menu-list .menu-item .item-action .btn-plus img {
    width: 15px;
    height: 15px;
    text-decoration: none !important
}

.menu-list .menu-item .item-action .btn-plus.active {
    background: #fc4843;
    border: 1px solid #fc4843
}

.menu-list .menu-item .item-action .btn-plus.active svg {
    color: #fff !important
}

.menu-list .menu-item .item-action .price :not(b) {
    font-weight: 500;
}












.canva-menu-list .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eaeaec;
    margin-bottom: 2rem;
    text-decoration: none !important;
    color: #000 !important
}

.canva-menu-list .menu-item:last-child:not(.canva-menu-list.menu-item.filtered:last-child) {
    border: none !important
}

.canva-menu-list .menu-item .item-img {
    width: 40%
}

.canva-menu-list .menu-item .item-img img {
    width: 80px
}

.canva-menu-list .menu-item .item-info {
    width: 100%;
    text-align: left;
    margin-left: 1rem;
    text-decoration: none
}

.canva-menu-list .menu-item .item-info .title {
    font-weight: 600;
    color: #28303f;
    margin-bottom: .2rem;
    font-size: 16px;
    text-decoration: none !important
}

.canva-menu-list .menu-item .item-info .content {
    font-weight: 500;
    color: #7e838c;
    text-decoration: none !important;
    line-height: 1rem;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.6;
    text-overflow: ellipsis;
}

.canva-menu-list .menu-item .item-action {
    width: 50%;
    text-align: right
}

.canva-menu-list .menu-item .item-action .btn-plus {
    background: #fc48430d;
    border-radius: 10px;
    margin-bottom: .8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .3rem;
    padding-bottom: .3rem
}

.canva-menu-list .menu-item .item-action .btn-plus img {
    width: 15px;
    height: 15px;
    text-decoration: none !important
}

.canva-menu-list .menu-item .item-action .btn-plus.active {
    background: #fc4843;
    border: 1px solid #fc4843
}

.canva-menu-list .menu-item .item-action .btn-plus.active svg {
    color: #fff !important
}

.canva-menu-list .menu-item .item-action .price :not(b) {
    font-weight: 500;
}

.btn-load {
    width: 100%;
    background: #f9f9f9 !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px !important;
    padding: 1rem !important;
    font-weight: 300;
    margin-bottom: 3rem
}

.btn-load:last-child {
    margin-bottom: 0
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem
}

footer img {
    width: 100px
}

.cart {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: #ffffff42;
    background-image: url(https://menufoo.site/cdn/temalar/1/images/cart-bg.png);
    background-position: top center;
    background-size: contain;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-top: 1px solid #dee2e6;
}

.cart .items {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f9;
    border-radius: 20px;
}

.cart .items .product-count {
    margin-left: 2rem;
    padding-right: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-right: 1px solid #93979f;
    font-weight: bold;
}

.cart .items .product-count span {
    font-weight: bold;
    margin-right: .2rem
}

.cart .items .total {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-right: 1.2rem;
    font-weight: bold;
    font-size: 14px;
    
}

.cart .items .total span {
    font-size: 16px;
    font-weight: bold !important
}

.cart .items .btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #fc4843;
    font-size: 16px;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 1rem;
    font-size: 16px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.cart .items .btn-cart img {
    width: 22px;
    height: 22px;
    margin-left: .5rem
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    justify-content: center;
    align-items: center;
    z-index: 1
}

.popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: .3s transform;
    will-change: transform;
    transition-timing-function: ease-in-out;
    transform: translateY(100%)
}

.modal-content {
    border-radius: 0 !important;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    padding-top: 1rem
}

.food-modal .food-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.food-modal .food-top img {
    width: 80px;
    height: 80px;
    margin-right: .5rem
}

.food-modal .food-top .food-info {
    display: flex;
    flex-direction: column;
    width: 50%
}

.food-modal .food-top .title {
    font-weight: 600;
    font-size: 16px
}

.food-modal .food-top .description {
    font-size: 13px;
    color: #72767e
}

.food-modal .food-top .price {
    margin-right: .5rem;
    margin-left: .5rem;
    font-size: 13px
}

.food-modal .food-top .price span {
    font-weight: 600;
    font-size: 16px
}

.food-modal .food-item {
    margin-bottom: 2rem
}

.food-modal .food-item .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .7rem
}

.food-modal .food-item .description {
    color: #7e838c;
    font-weight: 400;
    font-size: 13px
}

.btn-red {
    color: #fff !important;
    background: #fc4843 !important;
    border-radius: 20px !important
}

.waiter-modal .bell-icon {
    background-color: #fbcd25;
    border-radius: 200px;
    width: 100px;
    height: 100px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3rem;
    position: fixed;
    z-index: 99999
}

.waiter-modal .bell-icon img {
    width: 90%;
    height: 90%
}

.table-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    margin-bottom: 2rem;
    border-radius: 20px;
    padding: 1rem
}

.table-info * {
    color: #000 !important
}

.table-info .left {
    font-weight: 500;
    font-size: 14px
}

.table-info .right {
    font-weight: 600;
    font-size: 14px
}

.table-info .right img {
    margin-left: .5rem;
    width: 10px;
    height: 10px;
    object-fit: contain
}

.btn-waiter-call {
    border-radius: 20px !important
}

header.cart-header {
    position: relative;
    background: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem
}

header.cart-header .back {
    position: absolute;
    left: 2rem;
    top: 2.1rem
}

header.cart-header .back img {
    width: 25px !important;
    height: 25px !important;
    object-fit: contain
}

header.cart-header .h2 {
    font-weight: 600;
    font-size: 25px
}

.cart-items {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem
}

.cart-items .cart-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #eaeaec;
    margin-bottom: 1.3rem;
    padding-bottom: 1rem
}

.cart-items .cart-item:last-child {
    border: none
}

.cart-items .cart-item .left {
    width: 40%;
    margin-right: 1rem
}

.cart-items .cart-item .left img {
    width: 90px;
    height: 90px
}

.cart-items .cart-item .right {
    width: 100%
}

.cart-items .cart-item .right .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: .35rem;
    border-bottom: 1px solid #eaeaec
}

.cart-items .cart-item .right .top .info .title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: .5rem
}

.cart-items .cart-item .right .top .info .description {
    color: #7e838c;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cart-items .cart-item .btn-trash {
    padding: .75rem;
    border-radius: 100px;
    background-color: #fff6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-left: 1rem
}

.cart-items .cart-item .btn-trash img {
    width: 20px
}

.cart-items .cart-item .right .summary {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart-items .cart-item .right .summary .price {
    width: 100%;
    display: flex;
    align-items: end;
    font-weight: 500;
    font-size: 14px
}

.cart-items .cart-item .right .summary .price span {
    font-weight: 600;
    font-size: 16px
}

.cart-items .cart-item .right .summary .quantity-zone {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center
}

.cart-items .cart-item .right .summary .quantity-zone input {
    width: 20%;
    text-align: center
}

.cart-items .cart-item .right .summary .quantity-zone .btn {
    font-size: 24px
}

.order-notes {
    padding: 1rem;
    padding-top: .5rem;
    border-radius: 20px;
    background: #f9f9f9
}

.order-notes textarea {
    resize: none;
    width: 100%;
    background: #f9f9f9;
    border: 1px dashed #868686;
    border-radius: 15px;
    padding: .5rem;
    outline: #868686;
    font-size: 13px
}

.order-summary {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 1rem;
    margin-top: 1rem
}

.order-summary .description {
    font-size: 13px;
    color: #525864;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #7e7e7e
}

.order-summary .summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .1rem
}

.order-summary .summary .product-count {
    font-weight: 400;
    font-size: 15px
}

.order-summary .summary .product-count span {
    font-weight: 600
}

.order-summary .summary .total {
    font-weight: 400;
    font-size: 13px
}

.order-summary .summary .total span {
    font-weight: 600;
    font-size: 16px
}

.btn-complete {
    width: 55vw;
    padding: 1rem !important;
    border-radius: 24px !important
}

.btn-completeFis {
    background-color: #252525 !important;
    padding: 1rem !important;
    border-radius: 24px !important
}

.receipt {
    width: 100%;
    border-radius: 20px;
    background: #f9f9f9;
    padding: 1rem;
    position: relative
}

.receipt .title {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #7e7e7e9c;
    font-size: 20px;
    letter-spacing: 10px;
    font-weight: 500
}

.receipt .list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #e4e5e6
}

.receipt .list .item:last-child {
    border: none;
    margin-bottom: 1rem
}

.receipt .list .item .name {
    font-weight: 500;
    font-size: 15px
}

.receipt .list .item .price {
    font-size: 14px;
    font-weight: 500
}

.receipt .list .item .price span {
    font-weight: 600;
    font-size: 16px
}

.receipt .summary {
    min-height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
    padding-top: 2rem;
    border-top: 1px dashed #e4e5e6
}

.receipt .summary .product-count {
    font-size: 18px;
    font-weight: 500
}

.receipt .summary .total {
    font-weight: 400;
    font-size: 16px
}

.receipt .summary .total span {
    font-weight: 600;
    font-size: 18px
}

.receipt .left-notch {
    position: absolute;
    background: #ffff;
    width: 30px;
    height: 25px;
    border-radius: 100px;
    bottom: 4.5rem;
    left: -15px;
    z-index: 9999
}

.receipt .right-notch {
    position: absolute;
    background: #ffff;
    width: 30px;
    height: 25px;
    border-radius: 100px;
    bottom: 4.5rem;
    right: -15px;
    z-index: 9999
}

.order-processing {
    padding: 2rem;
    border-radius: 20px;
    background: #f9f9f9;
    margin-bottom: 3rem
}

.order-processing .description {
    font-size: 14px;
    color: #525864
}