﻿.kfc-lbl-13-normal {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-lbl-13-bold {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-lbl-13-bold-color {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #C4122E;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-lbl-13-normal-color {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #C4122E;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-lbl-16-bold {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    white-space: normal;
    overflow: hidden;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-lbl-16-normal {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    white-space: normal;
    overflow: hidden;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-lbl-16-menu {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #B6B6B6;
    white-space: normal;
    overflow: hidden;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-lbl-16-bold-color {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #C4122E;
    line-height: 100%;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}
.kfc-lbl-16-normal-color {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #C4122E;
    line-height: 100%;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
    letter-spacing: -0.24px;
    font-family: 'DinText';
}

.kfc-category {
    padding: 1px;
    margin: 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(10, 10, 10, 0.2);
    border-radius: 10px;
}
.kfc-add-round {
    width:44px;
    height:44px;
    background: #FFFFFF;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1), 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.kfc-btn-spin {
    background: #C4122E;
    border-radius: 5px;
    max-width: 185px;
    color: white;
    height: 32px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    font-family: 'DinText';
}

.kfc-btn-basket {
    background: #C4122E;
    border-radius: 10px;
    margin: 8px 26px 8px 26px;
    height: 44px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 26px 0px 12px;
}

.kfc-product-detail {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.kfc-basket-list {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 170px;
    height: 100vh;
    overflow-x: scroll;
}

.kfc-payment-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 2px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 8px 16px 8px 16px;
    margin: 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.kfc-form-input {
    background: #FFFFFF;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
}

.kfc-btn-create {
    background: #C4122E;
    border-radius: 10px;
    margin: 19px;
    height: 44px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kfc-bank-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 2px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: #FFFFFF;
    margin-left: 27px;
    margin-right: 27px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.kfc-bank-card-button {
    height: 33px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 2px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-left: 27px;
    margin-right: 27px;
    margin-top: 13px;
    margin-bottom: 13px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.kfc-bank-card-single {
    background: #FFFFFF;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
    width: 265px;
    height: 168px;
    padding: 11px 10px 11px 20px;
    margin-left: auto;
    margin-right: auto;
}

.kfc-pin-item {
    background: #C4122E;
    border-radius: 10px;
    width: 50px;
    height: 60px;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kfc-modificator {
    height: 44px;
    background: rgba(196, 18, 46, 0.2);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    justify-content: center;
    text-align: center;
    word-break: break-word;
}
.kfc-modificator-active {
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 2px 4px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
    justify-content: center;
    text-align: center;
    word-break: break-word;
}

.kfc-modificator-badge {
    color: white;
    height: 24px;
    border-radius: 50%;
    width: 24px;
    background: #C4122E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kfc-basket-button {
    background: #101012;
    border-radius: 12px;
    height: 44px;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    overflow: initial;
}

.kfc-category-group {
    width: 22%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.1);
    overflow-y: scroll;
    z-index: 1;
}

.kfc-menu-group {
    width: 78%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.1);
    overflow-y: scroll;
}

.kfc-menu-page {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
}

@font-face {
    font-family: "DinText";
    src:url("/fonts/pfdintextcondpro-regular.ttf")
}
