.kitchen-quick-entry {
position: fixed;
inset: 0;
color: white !important;
display: none;
justify-content: center;
align-items: center;
background: #00000090;
z-index: 9999;
height: 100%;
padding-top: 0px;
}
.kitchen-quick-entry__content {
background-color: #0c1b4c;
padding: 60px 35px;
border-radius: 28px;
width: 95%;
max-width: 750px;
text-align: center;
max-height: 80vh;
overflow: auto;
color: white !important;
display: flex;
}
.kitchen-quick-entry__sub-title {
padding-bottom: 20px !important;
color: white !important;
}
.kitchen-quick-entry__name {
font-size: 32px;
line-height: 1.3;
color: black;
margin-bottom: 20px;
color: white !important;
}
.kitchen-quick-entry__content .quantity {
margin-bottom: 30px;
}
.kitchen-quick-entry__content .input-text.qty.text {
font-size: 26px !important;
line-height: 1.3;
height: 50px !important;
width: 50px !important;
background-color: #f99986;
color: white;
border-radius: 10px;
margin: 0 20px;
color: #0c1b4c;
}
.kitchen-quick-entry__content p {
font-size: 17px !important;
line-height: 1.2;
color: white !important;
margin: 10px;
font-weight: 700;
}
.kitchen-quick-entry__content .quantity input:not(.input-text.qty.text) {
box-shadow: unset !important;
font-size: 30px !important;
color: black !important;
}
.kitchen-quick-entry__content .price {
font-size: 30px;
font-weight: 700;
}
.kitchen-quick-entry .kcp-entry-form__qa h2 {
font-size: 17px !important;
line-height: 1.2;
color: white !important;
margin: 10px;
font-weight: 700;
padding: 20px;
}
.kitchen-quick-entry .kcp-entry-form__qa {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 10px;
}
.kitchen-quick-entry .kcp-entry-form__qa--answer input {
visibility: hidden;
display: none;
}
.kitchen-quick-entry .kcp-entry-form__qa--answer input:checked + span {
background: #629fd4;
color: white;
}
.kitchen-quick-entry .kcp-entry-form__qa b,
.kitchen-quick-entry .kcp-entry-form__qa--answer label span {
color: #00000089;
font-weight: 700;
background: #152a6a;
display: block;
padding: 14px;
margin-bottom: 8px;
border-radius: 4px;
cursor: pointer;
font-size: 18px;
color: white;
}
.bm-price {
font-size: 30px;
font-weight: 700;
}
.kitchen-quick-entry .kcp-entry-form__qa b {
background: #629fd4;
color: white;
cursor: unset !important;
}
.kitchen-quick-entry__content footer {
display: flex;
flex-direction: column;
margin-top: 30px;
gap: 10px;
}
@media screen and (min-width: 579px) {
.kitchen-quick-entry__content footer {
flex-direction: row;
}
}
@media screen and (min-width: 1000px) {
.kitchen-quick-entry__content footer {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 50px;
}
.kitchen-quick-entry__content footer .button {
width: 49% !important;
}
}
.kitchen-quick-entry__content footer a,
.kitchen-quick-entry__content footer button {
width: 100%;
margin: 0 !important;
line-height: 1;
}
.kitchen-quick-entry__content footer button {
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
background-color: #f89986;
color: #0c1b4c;
display: block;
padding: 14px;
margin-bottom: 8px;
border-radius: 4px !important;
cursor: pointer;
font-size: 14px;
border: none;
box-shadow: none !important;
font-family: "Proxima Nova Bold", sans-serif !important;
}
.kitchen-quick-entry__content footer a {
text-decoration: underline;
font-size: 17px;
margin-top: 10px;
color: white !important;
margin: 0 auto;
}
.kitchen-quick-entry__content .kitchen-quick-entry__sub-title {
font-size: 20px !important;
font-weight: 800 !important;
}
.kitchen-quick-entry.no-entry .kitchen-quick-entry__content {
display: flex;
justify-content: center;
align-items: center;
}
.kitchen-quick-entry.no-entry .kitchen-quick-entry__content p {
width: 80%;
margin: 0 auto !important;
}
.kitchen-quick-entry__content {
position: relative;
}
i.closeQuickEntry {
position: absolute;
top: 20px;
right: 20px;
color: white;
width: 25px;
height: 25px;
background: #ffffff10;
padding: 0 0 0 1px;
font-size: 14px !important;
line-height: 1 !important;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
.kitchen-quick-entry__content footer button.button.alt {
border-radius: 4px !important;
}
.kitchen-quick-entry__content footer button[disabled="disabled"] {
opacity: 0.5;
cursor: not-allowed !important;
}
.kitchen-quick-entry__content footer button {
transition: all 0.3s !important;
}
.kitchen-quick-entry__content footer button:hover {
opacity: 0.6 !important;
}
.kitchen-quick-entry__content {
background-color: #0c1b4c !important;
}
.kitchen-quick-entry__content::before {
content: "";
position: absolute;
inset: 0;
background-position: left top;
background-repeat: repeat;
background-color: rgba(12, 28, 76, 0.78);
z-index: 1;
background-image: url(https://kitchendraw.falcon.brd.ltd/wp-content/uploads/Blue_appliance_background-04.png);
}
.kitchen-quick-entry__content::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: #152b6a;
background: linear-gradient(
180deg,
rgba(21, 43, 106, 0.9) 0%,
rgba(21, 43, 106, 0.8) 54%,
rgba(21, 43, 106, 0.56) 100%
);
}
.kitchen-quick-entry__content form {
position: relative;
z-index: 123;
overflow-y: auto;
padding: 0px 35px 0 35px;
}
.quantity {  }
.kcp-entry-form__qa--answer span {
background: #cae1f5 !important;
color: #00000089 !important;
}
.kcp-entry-form__qa--answer input:checked + span {
background: #629fd4 !important;
color: black !important;
}
.kitchen-quick-entry__content form {
position: relative;
z-index: 123123;
color: white;
}
body .kitchen-quick-entry__content .quantity input:not(.input-text.qty.text),
.kitchen-quick-entry .kcp-entry-form__qa h2,
.kitchen-quick-entry__name,
.kitchen-quick-entry__sub-title,
.kitchen-quick-entry__content p {
color: white;
}
i.closeQuickEntry {
z-index: 123123;
background: #ffffff90;
color: black;
}
.kitchen-quick-entry__content a.button {
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
background-color: #f89986;
color: #0c1b4c !important;
display: block;
padding: 14px;
margin-bottom: 8px;
border-radius: 4px !important;
cursor: pointer;
font-size: 14px;
border: none;
box-shadow: none !important;
text-decoration: none !important;
font-family: "Proxima Nova Bold", sans-serif !important;
}
.kitchen-quick-entry__content form {
width: 100%;
}
@media screen and (max-width: 800px) {
.kitchen-quick-entry__content {
border-radius: 0 !important;
min-height: 100vh;
align-items: center;
width: 100%;
}
.kitchen-quick-entry__content .scrollable {
max-height: 80vh;
align-items: center;
width: 100%;
}
}
.kitchen-quick-entry__content #bm-dynm-price {
color: white !important;
}