/*Generic*/
body{
    background-color: #fff;
}
.list-group-item{
    background: none;
}
.fa-2xl {
    font-size: 2.4em !important;
}
.header-title-section {
    background-color: #d32228;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d32228;
}
#topnav {
    background: #f05c42;
    height: 40px;
}
#locationnav {
    background-color: #d95503;
    height: 61px;
    box-shadow: inset 0 40px 50px -40px rgba(0,0,0,0.4);
    -webkit-user-select: none;  /* Prevents iOS browsers from detecting and auto-linking */
}
#locationnav a.btn-register {
    color: #030303;
    outline: none;
}
.bd-color-purple {
    background-color: #ffffff;
}
.heading-color {
    /* color: #fff; */
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Montserrat", "Montserrat-Regular";
}
.heightHeader {
    height: 67px;
}
a.anchor-link:visited {
    color: #ffffff;
}
.anchor-link {
    color: #ffff;
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Bold";
    font-size: 1.2rem;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
}
.anchor-style-signin {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
    font-family: "Montserrat", "Montserrat-Regular";
}
.anchor-style-location {
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
    font-family: "Montserrat", "Montserrat-Regular";
}
#topnav a.btn-register {
    color: #fec732;
}
.running-total-heading-color {
    padding-top: 8px;
    color: #e34358;
    white-space: nowrap;
    font-size: 1em;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.tips {
    color: #bed0ce;
    white-space: nowrap;
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.cart_items {
    font-family: "Poppins", "Poppins-Regular";
    border: 1px solid #D95503;
    border-radius: 10px;
    padding: 10px;
}
.hosted-field {
    height: 50px;
    box-sizing: border-box;
    padding: 5px 12px;
    display: inline-block;
    box-shadow: none;
    line-height: 20px;
    margin-bottom: 12px;
    font-family: "Poppins", "Poppins-Regular";
}
.disabled-submit-pay-button{
    background-color: grey !important;
    border-color: grey !important;
    color: #FFFFFF !important;
    cursor: wait;
}

/*Generic*/

/*header*/
.small-height {
    height: 40px;
}
.sidebar-close {
    font-size: 27px;
    position: absolute;
    cursor: pointer;
}
.account-user-name {
    font-size: 16px;
    font-family: "Poppins", "Poppins-Regular";
    color: #000000;
}
.btn-style-order,
.btn-style-order:hover,
.btn-style-order:visited {
    background-color: #e34358;
    border-color: #e34358;
    font-weight: 600;
    font-size: 11px;
    font-family: "Montserrat", "Montserrat-Regular";
    padding-inline: 20px;
}
.btn-style-order:active {
    background-color: #e34358 !important;
    border-color: #e34358 !important;
    font-weight: 600;
    font-size: 11px;
    font-family: "Montserrat", "Montserrat-Regular";
    padding-inline: 20px;
}
#offcanvasScrolling {
    background-color: rgba(0, 0, 0, 0.8);
}
.rounded-image {
    border-radius: 15px;
}
.fa-circle-xmark{
    color: transparent !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /* set the shadow */
    border-radius: 50%;
}
/*header*/

/*footer*/
.about {
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.about a {
    font-size: 16px;
}
.bg-color-footer {
    background-color: #2e2e2e;
    height: 101px;
}
.footer-links {
    padding: 10px 0;
    font-family: "Poppins", "Poppins-SemiBold";
    font-weight: 600;
    font-size: 12px;
}
.footer-links a{
    color: #FFFFFF;
}
.footer-link-two a{
    font-family: "Poppins", "Poppins-SemiBold";
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
}
/*footer*/

/*index*/
.msg-min-height{
    min-height: calc(100vh - 400px);
}
.background-hover {
    display: inline-block;
}
.background-hover:hover {
    background-color: #f05c42;
}
div#image-gallery:hover,
.background-hover:hover div {
    visibility: hidden;
}
.categories-link {
    font-size: 12px;
}
.background-color {
    background-color: #f05c42;
}
.img-hover div {
    height: inherit;
}
div.scrollmenu {
    background-color: #ffff;
    overflow: auto;
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: 10px;
}
div.scrollmenu a {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Bold";
    font-weight: bold;
    display: inline-block;
    color: #030303;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
.container-gallery {
    --bs-gutter-x: 0rem;
}
.img-height {
    height: 146px;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cat-name {
    color: #ffffff;
    font-family: "Poppins", "Poppins-SemiBold";
    font-weight: 600;
    font-size: 20px;
    white-space: normal;
}
/*index*/

/*mini cart*/
a.running-total-heading-color:visited {
    color: #e34358;
}

/*category*/
#running-total{
    background: #fff;
    color: #AF182F;
}
.fa-circle-chevron-right{
    color: #e34358;
}
.no-image-title {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}
.side-menu {
    padding: 0.6em 1em;
    font-size: 15px;
    font-weight: bold;
    font-family: "Poppins", "Poppins-Bold";
    color: #696866;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e7f4f0;
    text-overflow: ellipsis;
}
.side-menu:hover {
    color: #696866;
}
.border-bottom-cat {
    border-bottom: 1px solid #e34358;
}
.image-background{
    background-size: cover;
    background-position: center;

}
.food-name-outer{
    min-height: 110px;
}
.food-name {
    font-size: 18px;
    white-space: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.font-color {
    color: #e34358;
}
.food-price {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #030303;
}
.food-desc {
    color: #030303;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    white-space: normal;
}
.padding-left {
    padding-left: 5px;
}
.border-items {
    border: 1px solid #09827a;
}
.img-right-border{
    border-right: 1px solid #09827a;
}
.container-item {
    margin-top: 0px;
    --bs-gutter-x: 0rem;
}
a.running-total-heading-color:visited {
    color: #e34358;
}
.category-nav-heading {
    color: #e34358;
    font-size: 18px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
}
.margin-order-button {
    margin-left: 11px;
}
.cat-width {
    width: -webkit-fill-available;
}
.scrollmenu a.active-category{
    color: #030303;
}
/*category*/

/*item*/
.fa-circle-plus{
    color: #e34358;
}
.fa-circle-minus{
    color: #e34358;
}
.regular-extra {
    display: none;
    background-color: #f6f6f6;
}
.m-bottom {
    margin-bottom: 0px !important;
}
.cursor-pointer-input {
    cursor: pointer;
}
.label-width {
    cursor: pointer;
    width: -webkit-fill-available;
}
.input-item {
    width: 55px;
    font-size: 12px;
    background-color: #d1dddd;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    padding-block: 5px;
}
.mobile-margin-bottom .image-item {
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}
.item-name {
    color: #e34358;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    white-space: normal;
    font-family: "Poppins", sans-serif;
}
.text-center-mobile .item-desc {
    color: #030303;
    font-size: 14px;
    font-weight: 600;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
}
.text-center-mobile .item-desc p{
    margin: 0;
}
.hover-item-radio:hover {
    background-color: #e8e8e8;
}
.font-size-amount {
    font-size: 16px;
    font-family: "Poppins", "Poppins-SemiBold";
}
.hr-color {
    border-top: 2px solid #09827a;
}
.qty .count {
    color: #004CBD;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    font-size: 1.2em;
    line-height: 30px;
    padding: 0 2px;
    margin-inline: 40px;
    min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    color: black;
    font: 27px/1 Arial, sans-serif;
    text-align: center;
}
.qty .minus {
    cursor: pointer;
    color: black;
    font: 27px/1 Arial, sans-serif;
    text-align: center;
}
.group_container .size-label, .title-mod {
    padding: 0 0 10px;
    width: 100%;
    float: left;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

/* size picking css */

.size-picking input[type="radio"] {
    display: none; /* Hide the default radio button */
}

.size-picking input[type="radio"] + .size-pick-label {
    position: relative;
    padding-left: 45px; /* Adjust padding to accommodate custom radio button */
}

.size-picking input[type="radio"] + .size-pick-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #575757; /* Initial border color */
    border-radius: 50%;
    background-color: #fff; /* Initial background color */
    cursor: pointer;
}

.size-picking input[type="radio"]:checked + .size-pick-label::before {
    border-color: #004CBD; /* Change border color when checked */
    background-color: #004CBD; /* Change background color when checked */
}

.size-picking input[type="radio"]:checked + .size-pick-label {
    color: #030303; /* Change color of label text when checked */
}

.size-picking .size-pick-label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #575757;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    text-shadow: 0 0 0 !important;
}
.item-section{
    padding: 15px 0;
}

.qty-spin {
    color: #030303;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: 600;
    font-size: 16px;
}
input {
    border: 0;
    width: 2%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled {
    background-color: white;
}
.title-mod legend {
    background: #09827a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
}


.custom-checkbox input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}

.custom-checkbox input[type="checkbox"] + .mod_checkbox {
    position: relative;
    padding-left: 45px; /* Adjust padding to accommodate custom checkbox */
}

.custom-checkbox input[type="checkbox"] + .mod_checkbox::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #575757; /* Initial border color */
    background-color: #fff; /* Initial background color */
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .mod_checkbox::after {
    content: '\2714'; /* Unicode checkmark symbol */
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    color: #fff; /* Color of checkmark */
}
.custom-checkbox input[type="checkbox"]:checked + .mod_checkbox {
    color: #030303; /* Change color of label text when checked */
}
.custom-checkbox .mod_checkbox {
    font-family: "Poppins", "Poppins-Reguler";
    font-weight: 400;
    color: #575757;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    text-shadow: 0 0 0 !important;
}
.modifier-price-color{
    color: #575757;
}

.btn-style {
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Regular";
    font-size: 16px;
}
.btn-outline-danger {
    --bs-btn-color: #e34358 !important;
    --bs-btn-border-color: #e34358 !important;
    font-weight: bold;
    font-family: "Poppins", "Poppins-SemiBold";
}

.order-price {
    margin-top: 30px;
    color: #e34358;
    font-size: 20px;
    font-family: "Poppins", "Poppins-SemiBold";
    font-weight: 600;
}
.minus-icon,
.plus-icon {
    cursor: pointer;
    color: #e34358;
}
.item-border {
    border-bottom: 1px solid;
}
.modifiers-background {
    background-color: #d1dddd;
}
/*item*/
/*profilePayments*/
.payment-btn {
    display: block;
    position: relative;
}

/* Hide the browser's default radio button */
.payment-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.payment-select-button {
    position: absolute;
    margin-top: 35px;
    height: 20px;
    width: 20px;
    background-color: #141e61;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.payment-btn input:checked ~ .payment-select-button {
    background-color: black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.payment-select-button:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.payment-btn input:checked ~ .payment-select-button:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.payment-btn .payment-select-button:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.page-title-wallet {
    font-size: 20px;
    font-family: "Poppins", "Poppins-Reguler";
}
.label-margin {
    cursor: inherit;
}
/* .radio-margin {
  margin-left: 10px;
} */
.bg-color {
    position: relative;
    background-color: #16216b;
    border: 1px solid black;
    border-radius: 15px;
    min-height: 150px;
}
.bg-color:hover {
    border-color: #dddddd;
}
.bg-color-off{
    background: #5f5f5f;
    border: 1px solid black;
    border-radius: 15px;
    min-height: 150px;
}
.bg-color-off:hover {
    border-color: #dddddd;
}
.custom-control-input {
    background-color: #16216b;
}
.card-type {
    font-size: 16px;
    font-family: "Poppins", "Poppins-SemiBold";
}
.font-stye-cardNumber-holder {
    font-size: 16px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
}
.card-expiry {
    font-size: 12px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
}
.delete-buttn-font {
    font-size: 12px;
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Regular";
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.add-card {
    border: 1px solid #707070;
    border-radius: 15px;
    font-weight: 600;
    font-size: 1em;
    font-family: "Montserrat", "Montserrat-Regular";
    min-height: 150px;
    color: #333;
}
#checkmark1,
#checkmark2,
#checkmark3 {
    margin-left: -30px;
}
/*profilePayments*/

/*profileAddress*/
.edit-btn{
    background: #004CBD;
    border-color: #004CBD;
}
.edit-btn:hover{
    background: #004CBD !important;
    border-color: #004CBD !important;
}
.border_bottom_address{
    border-bottom: 1px solid #ddd;
}
.border_address{
    border-radius: 10px !important;
}
.container-address-button input[type="radio"] {
    transform: scale(3.5);
}
.container-address-button {
    display: block;
    position: relative;
}
/* Hide the browser's default radio button */
.container-address-button input[type="radio"] {
    position: relative;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.location-save {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #D8D8D8;
    border-radius: 50%;
}
/* When the radio button is checked, add a background */
.container-address-button input:checked ~ .location-save {
    background-color: #e74c3c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.location-save:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-address-button input:checked ~ .location-save:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-address-button .location-save:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.border-bottom-location {
    border-bottom: 1px solid #bbb;
}

.padding-inline {
    padding-inline: 70px;
}

.location-address {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
}

.size-address {
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", "Poppins-Bold";
}

.size-address-second {
    font-size: 20px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
}

.hover-background {
    cursor: pointer;
    padding-right: 0px;
}

.hover-background:hover {
    background-color: #e8e8e8;
    border-radius: 4px;
}
.btn-margin {
    margin-top: -24px;
}
.form-input-style {
    border: 1px solid #707070;
    border-radius: 0px;
    font-weight: 600;
    font-family: "Montserrat", "Montsserat-Regular";
}
.form-input-style:focus {
    border: 1px solid #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited {
    background-color: #52bf01 !important;
    border-color: #52bf01;
}
.checkmark-location {
    margin-left: -30px;
}
/*profileAddress*/
/*order*/
#paymentContainer{
  display: none;
}
.singleOrderType a{
    width: 100%;
    border-radius: 20px;
}
.sauces-checkbox{
    font-size: 12px !important;
}
/* .coupon_button:hover{
  overflow: hidden;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
} */
.price-padding-left{
    padding-left: 32px;
}
.change-type{
    color: #e34358;
    margin-bottom: 10px;
    font-family: "Poppins", "Poppins-Regular";
}
.item-logo-image{
    width: 150px;
    height: 150px;
}
.order-page-tip-button{
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dddddd !important;
    box-shadow: none;
    color: #004CBD !important;
    text-shadow: none;
    font-family: 'Poppins','Poppins-SemiBold';
    font-weight: 600;
    border-radius: 10px;
}
.order-page-tip-button:hover{
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dddddd;
    box-shadow: none;
    color: #004CBD;
    text-shadow: none;
    font-family: 'Poppins','Poppins-SemiBold';
    font-weight: 600;
    border-radius: 10px;
}
.itemdetail-border{
    border: 1px solid #D95503;
    border-radius: 10px;
    background-color: #ffffff;
}
#order_types{
    border: 1px solid;
    border-radius: 20px;
    background-color: #ffffff;
}
.order-type-width{
    width: 50%;
    margin: 0;
}
.btn-takeout{
    border-radius: 0 20px 20px 0;
}
.btn-delivery{
    border-radius: 20px 0 0 20px;
    border-right: 1px solid;
}
.padding-right-input {
    padding-right: 0px;
}
.padding-left-input {
    padding-left: 0px;
}
.order-select {
    font-size: 1em;
    font-weight: 600;
    font-family: "Montserrat", "Montserrat-Regular";
    color: #e34358;
}
.btn-name {
    font-weight: 700;
    font-size: 14px;
    font-family: "Montserrat", "Montserrat-Regular";
}
.img-item-order {
    border-radius: 100px;
}
.close-button {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 20px;
    color: #D95503;
    text-decoration: none;
}
.close-button:hover{
    color: #D95503;
}
.padding-inline-icon{
    padding-inline: 40px;
    color: #004CBD;
    font-weight: 600;
}
.item-size{
    display: block;
    font-size: 15px;
}
.quantity a {
    color: #e34358;
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
    text-decoration: none;
}
.qty1 {
    background-image: url("../assets/dot_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
}
.modifier-group {
    font-size: 15px;
    font-weight: normal;
    font-family: "Poppins", "Poppins-Regular";
    color: #000000;
}
.toppings {
    float: left;
}
.toppings .qty1 {
    font-size: 15px;
    font-weight: normal;
    color: #696866;
    padding-left: 20px;
    font-family: "Poppins", "Poppins-Regular";
}
.price {
    float: right;
}
.qty-order .text-style {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    min-width: 35px;
    text-align: center;
    font-family: "Montserrat", "Montserrat-Regular";
    margin-right: 6px;
}
/*Order Page*/
.btn-radius {
    border-radius: 5px;
}
.qty-order input {
    display: block;
}
.qty-order .plus-order {
    display: flex;
    cursor: pointer;
    color: black;
    font: 27px/1 Arial, sans-serif;
    text-align: center;
    padding-bottom: 8px;
}
.qty-order .minus-order {
    display: flex;
    cursor: pointer;
    color: black;
    font: 27px/1 Arial, sans-serif;
    padding-top: 8px;
    color: #004CBD;
    text-align: center;
}
.fa-circle-question {
    color: #d95503;
}
.cd-cart-coupon input {
    background: #e7f4f0;
}
.cd-cart-coupon input:focus {
    background: #e7f4f0;
}
.show-coupon a {
    color: #a5aebc;
    font-size: 14px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.cd-show-coupon a {
    color: #575757;
    font-size: 14px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.cd-cart-subtotal {
    font-size: 15px;
    color: #e34358;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
}
.cd-cart-total {
    font-size: 15px;
    color: #e34358;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
}
.cd-cart-discount {
    color: #e34358;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-Regular";
}
.cd-cart-discount-info {
    color: #e34358;
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
}
.cd-cart-tax {
    color: #e34358;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", "Poppins-Regular";
}
.cd-cart-tax-order {
    color: #e34358;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
}
.bordercolor {
    background-color: #004CBD;
    color: #ffffff !important;
    text-shadow: none;
}
.cd_price_style {
    color: #bed0ce;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
}
.mod_prices {
    color: #bed0ce;
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
}
.coupon_code {
    border-radius: 0px;
    font-weight: 600;
    font-family: "Montserrat", "Montsserat-Regular";
    padding-block: 8px;
    border: 1px solid !important;
    border-color: #dddddd !important;
}
.coupon_code:focus {
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.border-bottom-pickup {
    margin-bottom: 10px;
}
.image-text-color {
    color: #3388cc;
}
.form-input-delivery {
    border-radius: 10px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    font-size: 1em;
    border-color: #707070;
}
.form-input-delivery:focus {
    border-color: #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
/* Change the color of the range input line */
input[type="range"]::-webkit-slider-runnable-track {
    background: #004CBD;
}

/* Change the color of the range input tick marks */
input[type="range"]::-webkit-slider-thumb {
    background: #004CBD;
    border: #004CBD;
    width: 22px;
    height: 22px;
    margin-top: -7px;
}
.tickmarks{
    font-size: 12px;
    font-weight: 700;
    color: #004CBD;
}
.utensils-title{
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins','Poppins-Regular';
}
.utensels-picture{
    background-image: url('https://localhost/skyorderingdemo.us/uploads/fooditems/1714126862.webp');
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    border-radius: 75px;
}
.cd-cart-quantity-utensils a{
    font-family: 'Poppins','Poppins-Regular';
    font-size: 1em;
    font-weight: 500;
}
.cd-cart-quantity-utensils a.utensils-add{
    background-image: url("images/utensils-no.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
    padding-left: 30px;
    margin-bottom: 5px;
    color: #000000 !important;
}
.cd-cart-quantity-utensils a.utensils-add.selected {
    background-image: url("images/utensils-yes.png");
}
.hover-sauces-label:hover {
    background-color: #ededed;
    border-color: #ddd;
}
.modifier-group-label{
    font-size: 16px;
    color: #000000;
    font-family: 'Poppins', 'Poppins-SemiBold';
    font-weight: 600;
}
.checkbox-width{
    width: 50%;
}
.modal-btn{
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 700;
}
/*order*/

/*history*/
.location-city {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.order-info {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
    color: #575757;
}
ul li div.order-links a {
    color: #000000;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    font-size: 15px;
}
.bg-default{
    background-color: #ffffff;
    display: block;
}
/*history*/

/*orderdetail*/
.item-size-thankyou{
    font-size: 15px;
    color: #000000;
    font-family: 'Poppins','Poppins-Regular';
}
.item-detail-border{
    border: 1px solid #D95503;
    border-radius: 10px;
    background: #ffffff;
}
.order-number {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    font-family: "Poppins", "Poppins-SemiBold";
}
.order-time {
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
    font-size: 15px;
}
.order-type {
    color: #000000;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
    font-size: 1em;
}
.bg-color-order-thanks {
    background: #d95503;
    box-shadow: inset 0 50px 60px -50px rgba(0, 0, 0, 0.4);
}
.cd-cart-thanks {
    color: #030303;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    font-size: 20px;
}
.order-branding {
    color: #030303;
    font-family: "Poppins", "Poppins-Regular";
    font-size: 12px;
    font-weight: normal;
}
img#order-detail-logo {
    max-width: 100%;
    height: auto;
}
.qty-price-item {
    color: #868383;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
}
.qty-item-description {
    color: #000000;
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
}
.cd-cart-bottom {
    font-size: 1em;
    font-weight: 600;
    color: #000000;
    font-family: "Poppins", "Poppins-SemiBold";
}
.order-charged {
    padding-block: 2px;
}
.cd-item-image {
    font-family: "Poppins", "Poppins-Regular";
}
.line-color {
    color: #000;
}
.order-message {
    padding-block: 20px;
}
.mod-price .cd_price_style {
    font-size: 15px;
}
.item-image{
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center center;
    border-radius: 75px;
}
/*orderdetail*/
/*order location*/
.loc-detail {
    padding: 0.7em 1em;
}
input.input-focus {
    border-bottom: 1px solid #d95503;
    background-image: url("../assets/searchicon.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 10px 16px;
    font-size: 1em;
    font-family: "Poppins", "Poppins-Bold";
    font-weight: 700;
    padding-left: 38px;
}
.form-height {
    height: 52px;
}
input.input-focus:focus {
    outline: none;
    border-bottom: 1px solid #d95503;
}
.border-bottom-color {
    border-bottom: 1px solid #d95503;
    border-top: none;
    border-left: none;
    border-right: none;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.background-color-list {
    background-color: #ededed;
}
.location-address-order {
    font-size: 20px;
    font-weight: bold;
    font-family: "Poppins", "Poppins-Bold";
}
.location-city-order {
    font-size: 18px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: 500;
}
li.display-contents a {
    display: contents;
}
input[type="search"].light {
    background: #fff;
    color: #222;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg)
        no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
}
input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: 0.3;
    pointer-events: all;
    cursor: pointer;
}
.backgroung-color-locations {
    background-color: #ededed;
}
.location-distance{
    font-size: 16px;
}
/*order location*/

/*offcanvas*/
.offcanvas.offcanvas-start {
    width: 20rem;
}
.offcanvas-title {
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Bold";
    font-size: 18px;
    text-align: center;
    margin-left: 60px;
    color: #030303;
}
.orderNow ul li a {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", "Poppins-SemiBold";
}
.orderNow ul li a.login-btn {
    color: #868383;
    font-size: 20px;
    font-family: "Poppins", "Poppins-SemiBold";
}
.logo-Pic {
    float: left;
    width: 125px;
    overflow: hidden;
    margin-top: 16px;
    margin-left: 1px;
}
.logo-Pic img {
    height: 100%;
    width: 100%;
}
.download-discreption {
    width: 50%;
    float: right;
    font-size: 18px;
    margin-top: 16px;
    font-family: "Poppins", "Poppins-Regular";
}
.download-app-button {
    padding-top: 130px;
}
.download-app-button a {
    font-family: "Poppins", "Poppins-Regular";
    border: 1px solid #707070;
    padding: 5px 20px;
    background: #ededed;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;
}
.line-padding {
    margin-top: 65px;
}
.width-inherit {
    width: inherit;
}
/*offcanvas*/

/*signin*/
/* Custom styles for the checked state */
#showhidepass:checked, #showhidepass1:checked {
    background-color: #e34358; /* Change to your desired color */
    border-color: #e34358; /* Change to match the background color */
}
.form-button {
    background-color: #e34358;
    border-color: #e34358;
    color: #ffffff;
}
.form-button:hover {
    background-color: #e34358;
    border-color: #e34358;
    color: #ffffff;
}
.form-button:active {
    background-color: #e34358 !important;
    border-color: #e34358 !important;
    color: #ffffff !important;
}
.bg-singin-container {
    background-color: #d95503;
}
.minimum-height{
    min-height: calc(100vh - 170px);
}
.border-radius {
    border-top-right-radius: 0.3125em;
    border-top-left-radius: 0.3125em;
}
.border-radius-bottom {
    border-bottom-right-radius: 0.3125em;
    border-bottom-left-radius: 0.3125em;
}
.bg-signup-radio {
    background-color: #ededed;
    display: inline-block;
}
.bg-form {
    background-color: #ededed;
}
.bg-show-passowrd {
    background-color: #ededed;
    font-size: 14px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.cursor-pointer-password {
    cursor: pointer;
}
.signup input[type="radio"] {
    transform: scale(1.4);
}
.signin input[type="radio"] {
    transform: scale(1.4);
}
.checkbox-size {
    height: 20px;
    width: 20px;
}
.checkbox-size-signup {
    height: 20px;
    width: 23px;
}
.font-style-text {
    font-weight: 700;
    font-family: "Poppins", "Poppins-Bold";
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font-style-small {
    font-size: 12px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: 600;
}
.form-description {
    font-size: 12px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.cursor-pointer {
    cursor: pointer;
}
#showhidepass {
    border: 1px solid rgb(22, 21, 21);
    border-radius: 2px !important;
    background-color: #d8d8d8;
}
#showhidepass:hover {
    border: none;
}
#showhidepass1 {
    border: 1px solid rgb(22, 21, 21);
    border-radius: 2px !important;
    background-color: #d8d8d8;
}
#showhidepass1:hover {
    border: none;
}
.form-input-signin {
    border-radius: 0px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    padding-block: 8px;
}
.form-input-signin:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.padding-signin-form {
    padding-block: 40px;
}
.form-padding {
    padding-inline: 5px;
}
.show-pass-width {
    width: -webkit-fill-available;
}
/*signin*/

/*forgot password*/
.page-title {
    font-size: 20px;
    font-family: "Poppins", "Poppins-Reguler";
}
.padding-inline-forgot {
    padding-inline: 60px;
    padding-block: 8px;
}
.form-input-forgot {
    /* border-color: black; */
    border-radius: 0px;
    font-weight: 600;
    font-family: "Poppins", "Poppins-SemiBold";
    border-color: rgb(118, 118, 118);
    padding-block: 8px;
}
.form-input-forgot:focus {
    border-color: rgb(118, 118, 118);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
/*forgot password*/
/*profile*/
.form-control:disabled{
    background: #E0E0E0 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #333333 !important;
}
.border_bottom{
    border-bottom: 1px solid #707070;
}
.savebutton {
    background-color: #52bf01 !important;
    border-color: #52bf01  !important;
    color: #ffffff  !important;
}

.padding-inline-edit {
    padding-inline: 85px;
    padding-block: 10px;
    width: calc(100% - 60px);
}
/*privacy*/
.title-page-privacy {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Bold";
    font-size: 18px;
}
.footer-header-title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", "Montserrat-Bold";
    font-size: 1.2em;
}
.paragraph-style {
    font-size: 1em;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.delete-button{
    color: #D11A2A !important;
    font-weight: 800;
    font-size: 1em;
    font-family: "Montserrat", "Montserrat-Regular";
}
.delete-message{
    color: #696866;
    font-family: "Montserrat", "Montserrat-Regular";
    font-size: 1.17em;
    font-weight: 600;
}
/*privacy*/

/*tip*/
.tip-button {
    background-color: #fff;
    color: #e34358;
    border: 1px solid #09827a;
}
.tip-button:hover {
    background-color: #fff;
    color: #e34358;
    border: 1px solid #09827a;
}
.tip-button:active {
    background-color: #fff !important;
    color: #e34358 !important;
    border: 1px solid #09827a !important;
}
.cross-button {
    font-size: 30px;
    cursor: pointer;
}
.padding-block {
    padding-block: 10px;
}

.modal-border {
    border: 1px solid #e34358;
}
.modal-title {
    font-size: 16px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 700;
    color: #717171;
}
.tip-label {
    font-size: 16px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 700;
    color: #717171;
}

.tipSelected {
    background-color: #0076ff !important;
    border-color: #0076ff !important;
    border-radius: 10px;
    color: #ffffff !important;
}
.button-tip-title {
    font-size: 14px;
    white-space: nowrap;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}

/*tip*/
/*checkout*/
.border-bottom-title{
    border-bottom: 1px solid #707070;
}
.border-top-button{
    border-top: 1px solid #707070;
    padding-top: 10px;
}
.request-button{
    border-bottom: 1px solid #707070;
    padding-block: 10px;
}
.radio-btn {
    display: block;
    position: relative;
}
/* Hide the browser's default radio button */
.radio-btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.custom-radio-btn {
    position: absolute;
    margin-top: 35px;
    height: 20px;
    width: 20px;
    background-color: #141e61;
    border-radius: 50%;
}
/* When the radio button is checked, add a blue background */
.radio-btn input:checked ~ .custom-radio-btn {
    background-color: black;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-btn:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-btn input:checked ~ .custom-radio-btn:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radio-btn .custom-radio-btn:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.page-title-checkout {
    font-size: 16px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.bg-color-payment {
    background-color: #33ddb3;
    border-radius: 4px;
    border-color: white;
}
.link-button-text {
    color: #1d3944;
    white-space: nowrap;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, SF Pro Text,
        Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 500;
    font-size: min(20px, 36vh);
}
.link-button {
    background-color: #33ddb3;
    max-height: 64px;
    min-height: 32px;
    border-radius: 4px;
    border: none;
}
.linkButtonTextDivider {
    width: 1px;
    height: 34px;
    float: left;
    background-color: rgb(106, 106, 110);
    /* margin: 10px; */
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.add-card-style {
    color: #333;
    font-size: 16px;
    text-align: center;
}
.padding-block-mobile {
    padding-block: 36px;
    min-height: 150px;
}
/*stripePay*/
.padding-inline-block {
    padding-inline: 80px;
    padding-block: 12px;
    width: calc(100% - 60px);
}
.btn-font-style {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Bold";
    font-weight: bold;
}
.label-style {
    color: #717171;
    font-size: 16px;
    font-family: "Poppins", "Poppins-Regular";
}
.form-input-stripe {
    border-radius: 0px;
    font-family: sans-serif;
    font-size: 14px;
    border-color: #707070;
}
.form-input-stripe:focus {
    border-color: #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
/*heartland pay*/
.width-input {
    width: 301px;
}
.label-style-pay {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", "Montserrat-Regular";
}
#loading-div-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
}
#loading-div {
    width: 300px;
    height: 50px;
    background-color: #fff;
    border: 5px solid #1468b3;
    text-align: center;
    color: #202020;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
/*authorizepay*/
.form-input-border {
    border: 2px solid #e34358;
    font-size: 14px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    background: #e7f4f0;
    padding: 10px 12px !important;
}
.form-input-border:focus {
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
    border: 2px solid #e34358 !important;
    background: #e7f4f0;
}
.form-input-authorize {
    border-radius: 0px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
    font-size: 1em;
    border-color: #707070;
}
.form-input-authorize:focus {
    border-color: #707070;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
/*delivery*/
#deliveryform input.disabled, #deliveryform textarea.disabled{
    background-image: url(images/edit.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
    padding-right: 40px!important;
    color: #77838f;
}
.map-section {
    height: 300px;
    border-radius: 10px;
}
.label-style-preferences {
    color: #e34358;
    font-size: 16px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.bg-color-addresses {
    background-color: #0076ff;
}
.list-delivery-location {
    list-style: none;
    padding-left: 0;
    padding-top: 0;
}
.location-address-delivery {
    font-weight: 600;
    font-size: 20px;
    font-family: "Poppins", "Poppins-SemiBold";
}
.location-city-delivery {
    font-size: 15px;
    font-family: "Poppins", "Poppins-Regular";
    font-weight: normal;
}
.display-adress {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.activelocation {
    background-color: #0076ff;
    color: white !important;
}
/*Login in Dialogue*/
.ui-widget-content a {
    background-color: #0076ff !important;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-block: 8px;
    padding-block: 10px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-size: 16px;
    font-weight: bold;
}
.ui-dialog .ui-dialog-titlebar {
    background-color: transparent !important;
    border: transparent !important;
}
/*time page*/
.time_image_null{
    font-family: 'Montserrat','Montserrat-Regular';
    font-weight: 600;
}
.time-value {
    background-color: #e34358;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    border: 2px solid #ffffff;
    font-size: 25px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
.place-button {
    background-color: #e34358;
    padding-inline: 12px;
    padding-block: 10px;
    border-radius: 5px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 700;
    font-size: 16px;
}
.time-title {
    color: #e34358;
    font-size: 22px;
    font-family: "Montserrat", "Montserrat-Regular";
    font-weight: 600;
}
/*Dialogue close button*/
.ui-dialog-titlebar-close {
    display: none;
}
.ui-dialog .ui-dialog-title {
    white-space: break-spaces !important;
    color: #696866;
}
.ui-widget.ui-widget-content{
    border: 1px solid #e34358 !important;
}
/*Dialogue close button*/

/*Location detail*/
#map_canvas {
    width: 100%;
    height: 500px;
}
/* sweet alert style */
.swal-footer {
    text-align: center !important;
}
.cross-button-popupfee {
    font-size: 30px;
    border: 2px solid blue !important;
    border-radius: 50% !important;
    cursor: pointer;
    margin-top: -70px;
    margin-right: -23px;
}
.icon-border {
    border: 2px solid blue !important;
    border-radius: 50% !important;
    margin-top: -44px;
    margin-right: -27px;
}
.cartCount {
    border: 1px solid black;
    font-family: "Montserrat", "Montserrat-Regular";
}



/*radio button*/

/*radio button*/
/* mobile view */
.display-mid-screen {
    display: none;
}

@media (max-width: 375px) {
    .cross-button-popupfee{
        margin-top: -90px;
    }
    .width-title {
        width: 85%;
    }
}
@media (max-width: 576px) {
    .font-stye-cardNumber-holder {
        font-size: 12px;
    }
    .card-type {
        font-size: 12px;
    }
    .cd-cart-tax-order {
        color: #e34358;
        font-size: 15px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-SemiBold";
    }
    .cd-cart-discount {
        color: #e34358;
        font-size: 15px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
    }
    .category-section{
        padding-inline: 0;
    }
    .item-image{
        width: 100px;
        height: 100px;
        background-size: cover;
        background-position: center center;
        border-radius: 50px;
    }
    .checkbox-width{
        width: 100%;
    }
    .reset-expire-container{
        padding-top: 130px;
    }
    .scrollmenu::-webkit-scrollbar {
        display: none;
    }
    .modifier-group {
        font-size: 12px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        color: #000000;
    }
    .toppings .qty1 {
        font-size: 12px;
        font-weight: normal;
        color: #696866;
        padding-left: 20px;
        font-family: "Poppins", "Poppins-Regular";
    }
    .footer-hide {
        display: none;
    }
    .add-card {
        border: 1px solid #707070;
        border-radius: 15px;
        font-weight: 700;
        font-size: 12px;
        font-family: "Montserrat", "Montserrat-Regular";
        min-height: 110px;
    }
    .footer-index-cart {
        margin-bottom: 75px;
    }
    #itemDetail .footer-mobile {
        display: none;
        margin-bottom: 0;
    }
    div.scrollmenu {
        background-color: #ffff;
        overflow: auto;
        overflow-x: scroll;
        white-space: nowrap;
        margin-top: -42px;
        padding-left: 10px;
    }

    div.scrollmenu a {
        font-size: 15px;
        font-family: "Poppins", "Poppins-Bold";
        font-weight: bold;
        display: inline-block;
        color: #030303;
        text-align: center;
        padding: 10px;
        text-decoration: none;
    }
    .qty-spin {
        color: #030303;
        font-family: "Montserrat", "Montserrat-Regular";
        font-weight: 600;
        font-size: 16px;
    }
    .modal-dialog {
        margin-top: 20px !important;
    }
    .qty-item-description {
        font-size: 14px;
    }
    .item-section{
        padding: 15px 0;
        margin: 0 4%;
    }

    .padding-inline-mobile {
        padding-inline: 18px;
    }

    .small-height {
        height: 62px;
    }
    .padding-bottom-mobile {
        padding-bottom: 0px !important;
    }
    .padding-inline-form {
        padding-inline: 30px;
    }
    .container-gallery {
        padding-top: 210px;
    }

    .nav-mobile {
        z-index: 1;
        width: 100%;
        position: fixed;
    }

    .order-button-fixed {
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
        padding-inline: 15px;
    }
    .add-order-button-main-wrapper{
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
        width: -webkit-fill-available;
    }
    .add-order-button {
        width: 100%;
        padding: 1.5rem;
        background: #FCFCFC;
    }

    .mobile-container {
        padding-top: 175px;
    }

    .mobile-item-container {
        padding-top: 170px;
    }
    .mobile-margin-bottom {
        margin-bottom: 67px;
    }

    .mobile-category-container {
        padding-top: 170px;
    }

    .mobile-location-container {
        padding-top: 70px;
    }

    .chekout-container {
        padding-top: 125px;
    }

    .mobile-wallet-container {
        padding-top: 120px;
    }

    .history-container {
        padding-top: 130px;
    }

    .order-detail-container {
        padding-top: 116px;
    }

    .bg-singin-container {
        padding-top: 70px;
    }
    .minimum-height{
        min-height: calc(100vh - 102px);
    }
    .forgot-container {
        padding-top: 118px;
    }
    .reset-container {
        padding-top: 130px;
    }
    .verification-container {
        padding-top: 120px;
    }
    .otp-container {
        padding-top: 120px;
    }
    .profile-container {
        padding-top: 120px;
    }

    .pages-container {
        padding-top: 70px;
    }

    .tip-container {
        padding-top: 120px;
    }

    .stripe-container {
        padding-top: 127px;
    }

    .delivery-container {
        padding-top: 124px;
    }

    .container-address {
        padding-top: 120px;
    }

    .margin-mobile {
        margin-right: 6px;
        margin-top: 10px;
    }

    .position-mobile {
        position: fixed;
    }
    .mobile-border {
        border-bottom: 2px solid #d95503;
        background-color: #F05C42;
    }
    .container {
        overflow-x: hidden;
    }
    .item-desc {
        font-size: 1em;
    }
    .footer-mobile {
        overflow-y: hidden;
    }
    .mobile-fixed-height{
        min-height: calc(100vh - 225px);
    }

    .signup input[type="radio"] {
        width: 5%;
    }
    .signin input[type="radio"] {
        width: 5%;
    }
    .padding-mobile {
        padding-left: 0px;
    }

    .padding-signin-form {
        padding-block: 30px;
        padding-inline: 15px;
    }

    .food-desc {
        color: #696866;
        font-size: 12px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        white-space: normal;
    }
    .order-price {
        color: #e34358;
        font-size: 20px;
        font-family: "Poppins", "Poppins-SemiBold";
        font-weight: 600;
    }
    .hide-mid-screen {
        display: none;
    }
    .display-mid-screen {
        display: block;
    }
    .item-logo-image{
        width: 100px;
        height: 100px;
    }
    .mbl-font-size{
        font-size: 12px;
    }
    .quantity a {
        color: #e34358;
        font-weight: 600;
        font-size: 14px;
        font-family: "Poppins", "Poppins-Regular";
        text-decoration: none;
    }
    .item-size{
        font-weight: 600;
        font-size: 12px;
        font-family: "Poppins", "Poppins-Regular";
    }
    .cd_price_style{
        font-size: 14px;
    }
    .bg-color {
        min-height: 110px;
    }
    .padding-block-mobile {
        padding-block: 5px !important;
        padding-inline: 10px !important;
        min-height: 110px;
    }
    .bg-color-off{
        min-height: 110px;
    }
    .medium-font{
        font-size: 1rem;
    }
    .small-font{
        font-size: 0.7rem;
    }
    .xsmall-font{
        font-size: 0.6rem;
    }
    .process-container{
        padding-top: 130px;
        min-height: calc(100vh - 102px);
    }
    .msg-min-height{
        min-height: calc(100vh - 102px);
    }
}
@media (min-width: 576px) and (max-width: 990px) {
    .category-section{
        padding-inline: 0;
    }
    /* Styles for mobile screens */
    .ui-dialog {
        width: 90% !important;
        left: 5% !important;
    }
    .ui-dialog-title {
        white-space: normal;
    }
    .margin-mobile {
        margin-right: 7px;
        margin-top: 10px;
    }

    .image-item {
        width: auto;
        margin-top: 8px;
    }
    .nav-mobile {
        z-index: 1;
        width: 100%;
        position: fixed;
    }
    .hide-mid-screen {
        display: none;
    }
    .display-mid-screen {
        display: block;
    }
    .container-gallery {
        padding-top: 210px;
    }
    .mobile-category-container {
        padding-top: 170px;
    }
    .mobile-item-container {
        padding-top: 170px;
    }
    .mobile-container {
        padding-top: 175px;
    }
    .mobile-location-container {
        padding-top: 70px;
    }
    .chekout-container {
        padding-top: 125px;
    }
    .mobile-wallet-container {
        padding-top: 120px;
    }
    .history-container {
        padding-top: 130px;
    }
    .order-detail-container {
        padding-top: 116px;
    }
    .bg-singin-container {
        padding-top: 70px;
    }
    .minimum-height{
        min-height: calc(100vh - 102px);
    }
    .forgot-container {
        padding-top: 118px;
    }
    .reset-container {
        padding-top: 130px;
    }
    .verification-container {
        padding-top: 120px;
    }
    .otp-container {
        padding-top: 120px;
    }
    .profile-container {
        padding-top: 120px;
    }
    .pages-container {
        padding-top: 70px;
    }
    .tip-container {
        padding-top: 120px;
    }
    .stripe-container {
        padding-top: 127px;
    }
    .delivery-container {
        padding-top: 124px;
    }
    .container-address {
        padding-top: 120px;
    }
    div.scrollmenu {
        background-color: #ffff;
        overflow: auto;
        overflow-x: scroll;
        white-space: nowrap;
        margin-top: -42px;
        padding-left: 10px;
    }
    .margin-right {
        margin-right: 6px;
    }
    .qty-order .count-order {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .food-desc {
        color: #696866;
        font-size: 12px;
        font-weight: normal;
        font-family: "Poppins", "Poppins-Regular";
        white-space: normal;
    }
    .location-width {
        width: 250px;
    }
    .order-price-mobile {
        color: #686765;
        font-size: 20px;
        font-family: "Poppins", "Poppins-Regular";
        font-weight: 500;
    }
    .order-button-fixed {
        margin-left: 10px;
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
        padding-inline: 8px;
    }
    .container {
        overflow-x: hidden;
        max-width: none;
    }
    .footer-index-cart {
        margin-bottom: 75px;
    }
    .add-order-button {
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
        padding: 1.5rem;
        background: #FCFCFC;
    }
    .mobile-border {
        border-bottom: 2px solid #d95503;
        background-color: #F05C42;
    }
    .reset-expire-container{
        padding-top: 130px;
    }
    .item-logo-image {
        width: 120px;
        height: 120px;
    }
    .item-image{
        width: 100px;
        height: 100px;
        background-size: cover;
        background-position: center center;
        border-radius: 50px;
    }
    .item-section{
        margin: 0 6%;
    }
    .item-border, .size-itemsection, .modifer-itemsection {
        margin: 0 7%;
    }
    .size-itemsection,.qty-spin, .modifer-itemsection {
        border-top: 1px solid #FD873E;
        margin: 0 7%;
    }
    .bg-color {
        min-height: 110px;
    }
    .padding-block-mobile {
        padding-block: 5px !important;
        padding-inline: 10px !important;
        min-height: 110px;
    }
    .add-card {
        border: 1px solid #707070;
        border-radius: 15px;
        font-weight: 700;
        font-size: 12px;
        font-family: "Montserrat", "Montserrat-Regular";
        min-height: 110px;
    }
    .bg-color-off{
        min-height: 110px;
    }
    .medium-font{
        font-size: 1rem;
    }
    .small-font{
        font-size: 0.7rem;
    }
    .xsmall-font{
        font-size: 0.6rem;
    }
    .process-container{
        padding-top: 130px;
        min-height: calc(100vh - 102px);
    }
    .msg-min-height{
        min-height: calc(100vh - 102px);
    }
}
@media screen and (max-width: 768px) {
    .item-border, .size-itemsection, .modifer-itemsection {
        margin: 0 7%;
    }
    .hover-sauces-label:hover {
        background-color: inherit;
        border-color: inherit;
    }
    .hover-sauces-label:active {
        background-color: #ededed;
        border-color: #ddd;
    }
}
@media screen and (max-width: 768px) {
    .size-itemsection,.qty-spin, .modifer-itemsection {
        border-top: 1px solid #FD873E;
        margin: 0 7%;
    }
}
