/*-------------------------common css goes here-----------------------------  */
.oxygen-font {
    font-family: 'Oxygen', sans-serif;
}

.oxygen-font-300 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 300;
}

.oxygen-font-400 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
}

.oxygen-font-700 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
}

.open-sans-font {
    font-family: 'Open Sans', sans-serif;
}

.open-sans-font-300 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.open-sans-font-400 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.open-sans-font-500 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.open-sans-font-600 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.open-sans-font-700 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.common-mobile-repeated-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 14px;
}

.common-mobile-small-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    font-size: 10px;
    margin-bottom: 0;
}

.common-mobile-general-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.common-grey-bg {
    background: #B0B0B0 !important;
}

.grey-subtitle {
    font-size: 15px;
    color: #868686;
}

.note-msg {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FF3838;
}

.common-mobile-required {
    background: #FFF4F4;
    border: 1px solid #FF9393;
    border-radius: 3px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #FF0B0B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 9px;
}

.wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: transparent;
    position: relative;
    border: 2px solid #13A4DF;
    cursor: pointer;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}

.wizard-form-radio input[type="radio"]:checked {
    background-color: transparent !important;
}

.wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #13A4DF;
    border-radius: 50%;
    margin: 0 auto;
}

.wizard-form-radio input[type="radio"]~label {
    padding-left: 10px;
    cursor: pointer;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0 auto;
    background: #E0F3FB;
    border-radius: 3px;
    padding: 0 0.4rem;
    border: 1px solid #2367A0;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0px 8px;
    cursor: pointer;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #2367A0;
}

.quantity-btn svg {
    width: 15px;
    height: 15px;
}

.quantity-btn svg path {
    fill: #2367A0;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #2367A0;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.add-remove-item {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px 0;
}

.common-add-btn {
    background: #2367A0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-size: 12px;
    padding: 10px;
}

.common-blue-btn {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    background: #2367A0;
    border-radius: 5px;
    padding: 10px 40px;
    border: 0;
    color: #fff;
}

.thankyou-popup .modal-content {
    width: 70%;
    margin: auto;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 45px 35px;
}

.thankyou-msg {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #868686;
    font-size: 35px;
    color: #13A4DF;
    text-align: center;
}

.modal-para {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #868686;
    font-size: 15px;
    text-align: center;
}

.modal-btn {
    background: #2367A0;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

.modal-btn:hover {
    color: #fff;
}

.thankyou-popup .btn-close {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -37px;
    background: #13A4DF;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    opacity: 1;
    z-index: 10;
    color: #fff;
}

.common-order-number-btn {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background-color: #fff;
    transition: all .4s ease-in-out;
}

.common-order-number-btn.red {
    border: 1px solid #E8000E;
    color: #E8000E;
}

.common-order-number-btn.red svg path {
    fill: #E8000E;
}

.common-order-number-btn.red:hover {
    padding-right: 14px;
}

.common-order-number-btn.blue {
    background-color: #13A4DF;
}

/*--------common repeated css for veg and non veg categories ---------------  */
.food-type-btn {
    background: #FFFFFF;
    border: 1px solid #0A9947;
    border-radius: 5px;
    padding: 3px 3px;
    display: flex;
    align-items: center;
    height: fit-content;
}

.food-type-btn .inner-circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.food-type-btn.veg .inner-circle {
    background-color: #0A9947;
}

.food-type-btn.non-veg {
    border: 1px solid #B90000;
}

.food-type-btn.non-veg .inner-circle {
    background-color: #B90000;
}

/* -------------------------mobile food menu css---------------  */
.mobile-food-search {
    background-color: #6da4d2;
    padding: 10px 10px;
}

.mobile-food-search .mobile-food-upper form input {
    background: #FFFFFF;
    border-radius: 5px;
}

.mobile-food-search .mobile-food-upper form input::placeholder {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #B4B4B4;
}

.mobile-food-search .mobile-food-upper form .search-food {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 11px;
    border: 0;
}

.mobile-food-search .mobile-food-upper form .search-food svg path {
    fill: #2367A0;
}

.mobile-title {
    font-size: 35px;
    color: white;
}

.mobile-para {
    font-size: 18px;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
}

.mobile-food-search .mobile-food-lower .nav-tabs {
    border-bottom: 0;
    display: flex;
    padding: 20px 0 0px 0;
    overflow-x: scroll;
    flex-wrap: inherit;
}

.mobile-food-search .mobile-food-lower .nav-tabs .nav-link {
    padding: 10px;
    margin: 0;
    color: #fff;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-size: 12px;
    border: 0;
    width: 120px;
}

.mobile-food-search .nav-tabs .nav-link:focus,
.mobile-food-search .nav-tabs .nav-link:hover {
    border: 0;
}

.mobile-food-search .mobile-food-lower .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #000;
    border: 0;
}

.mobile-food-search .mobile-food-lower .nav-tabs .picture-link .pic {
    border-radius: 5px;
    overflow: hidden;
    height: 90px;
    width: 100px;
    display: none;
}

.mobile-food-search .mobile-food-lower .nav-tabs .picture-link .pic-title {
    margin-top: 3px;
}

.mobile-food-search .mobile-food-lower .nav-tabs .picture-link .pic img {
    width: 100%;
    height: 100%;
}

.mobile-food-tab {
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    position: relative;
    bottom: 10px;
}

.mobile-food-tab .single-category-title {
    font-size: 20px;
    color: #2367A0;
    padding: 0 10px;
}

.mobile-food-tab .top .pic {
    border-radius: 5px 5px 0px 0px;
    height: 160px;
    overflow: hidden;
}

.mobile-food-tab .top .pic {
    position: relative;
}

.mobile-food-tab .top .pic .rating-with-category {
    position: absolute;
    top: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 5px;
}

.mobile-food-tab .top .pic .rating-with-category .rating,
.single-food-detail .rating-with-category .rating {
    padding: 2px 4px;
    background: #13A4DF;
    border-radius: 3px;
    font-size: 11px;
    display: flex;
    align-items: center;
}

.mobile-food-tab .top .pic .rating-with-category .rating svg {
    margin-left: 3px;
}

.mobile-food-tab .top .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-food-tab .single-category-card {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    transition: .4s all ease-in-out;
}

.mobile-food-tab .single-category-card:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mobile-food-tab .single-category-card .middle {
    margin: 5px 0;
}

.mobile-food-tab .single-category-card .single-category-card-title {
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.food-type-btn {
    background: #FFFFFF;
    border: 1px solid #0A9947;
    border-radius: 5px;
    padding: 3px 3px;
    display: flex;
    align-items: center;
    height: fit-content;
}

.food-type-btn .inner-circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.food-type-btn.veg .inner-circle {
    background-color: #0A9947;
}

.food-type-btn.non-veg {
    border: 2px solid #B90000;
}

.food-type-btn.non-veg .inner-circle {
    background-color: #B90000;
}

.mobile-food-tab .single-category-card .single-category-card-content {
    font-size: 12px;
    color: #1B1B1B;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}

.mobile-food-tab .add-dish-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #ECF8FD;
    border: 1px solid #13A4DF;
    border-radius: 5px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #13A4DF;

}

.mobile-footer {
    background-color: #13A4DF;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
}

.mobile-footer ul {
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
}

.mobile-footer ul li {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    align-items: center;
    margin-bottom: 0;
}

.mobile-footer ul li a {
    display: flex;
    padding: 3px 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mobile-footer ul li svg {
    margin-right: 2px;
}

.panel.active {
    background: #2367A0;
    box-shadow: inset -5px 0px 9px rgba(0, 0, 0, 0.25);

}

/* -----------------------------my order page css----------------- */
.my-orders {
    padding: 20px 0;
    margin: 0 10px;
}

.my-orders .my-order-single-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 10px 10px 10px;
    align-items: center;
}

.my-orders .my-order-single-card .left {
    display: flex;
}

.my-orders .my-order-single-card .left .order-icon {
    background: #2367A0;
    border-radius: 5px;
    padding: 20px 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.my-orders .my-order-single-card .left .order-no-value {
    color: #555555;
    font-size: 14px;
}

.my-orders .my-order-single-card .left .arriving-time {
    color: #2367A0;
}

.my-orders .my-order-single-card .left .total-order {
    color: #787878;
}

.my-orders .my-order-single-card .right .same-icon {
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-orders .my-order-single-card .right .list-icon {
    background: #2367a0;
    margin-bottom: 10px;
}

.my-orders .my-order-single-card .right .location-icon {
    background: #C2EAFA;
}

/* -----------------------------my cart page css----------------- */
.my-cart {
    padding: 30px 0;
}

.my-cart .single-cart-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 12px 20px;
    margin: 0 10px 10px 10px;
    position: relative;
    overflow: hidden;
}

.my-cart .single-cart-item.active {
    background-color: blue;
}

.my-cart .single-cart-item.active::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    width: 75%;
    background-color: #13A4DF;
}

.my-cart .single-cart-item .single-cart-item-pic {
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
    height: 160px;
    margin-right: 5px;
}

.my-cart .single-cart-item .single-cart-item-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.my-cart .single-cart-item .upper {
    display: flex;
    border-bottom: 1px solid #EDEDED;
    align-items: baseline;
    justify-content: space-between;
}

.my-cart .single-cart-item .item-name {
    color: #2367A0;
    font-size: 18px;
    margin-right: 20px;
    text-transform: capitalize;
}

.my-cart .single-cart-item .single-cart-desc {
    color: #1B1B1B;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.my-cart .single-cart-item .middle {
    margin: 10px 0;
}

.my-cart .single-cart-item .single-cart-item-detail {
    height: 160px;
    position: relative;
}

.my-cart .single-cart-item .single-cart-item-detail .lower {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.my-cart .single-cart-item .single-cart-item-detail .lower .counterBtn {
    display: flex;
    justify-content: space-between;
}

.my-cart .single-cart-item .lower button:focus {
    border-color: transparent;
}

.cart-trash svg path {
    fill: #13A4DF;
}

.btn-plus {
    width: 22px;
    height: 100%;
    background: #93D9F6;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.btn-minus {
    width: 22px;
    height: 100%;
    background: #2367A0;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.my-cart .single-cart-item .lower .center {
    width: 90px;
}

.my-cart .single-cart-item .lower .center input {
    background: #E0F3FB;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #2367A0;
    border: 0;
}

.my-cart .single-cart-item .lower .cart-trash {
    padding: .2rem 0;
    background-color: #fff;
    border: none;
}

.my-cart .total-card {
    background: #EEFBFA;
    border-radius: 5px;
    padding: 8px 14px;
    margin: 0 10px 10px 10px;
}

.my-cart .total-card ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.my-cart .total-card ul li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.my-cart .total-card-heading {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #0B322E;
    font-size: 12px;
}

.my-cart .total-card .total-card-subheading {
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #555555;
}

.place-order-box {
    margin: 0 10px 10px 10px;
}

.place-order-common-btn {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    background: #B0B0B0;
    border-radius: 5px;
    padding: 10px;
    border: 0;
    width: 100%;
}

.place-order-common-btn.bg-blue {
    background-color: #2367A0;
}

.my-cart .single-cart-item.copy {
    position: relative;
    padding: 0;
    display: none;
}

.single-carts-wrapper-box.active .single-cart-item.copy {
    display: block;
}

.single-carts-wrapper-box.active .single-cart-item {
    display: none;
}

.my-cart .single-cart-item.copy .upper {
    border-bottom: 0;
}

.my-cart .single-cart-item.copy .lower {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-cart .single-cart-item.copy::after {
    position: absolute;
    content: '';
    width: 83.33333333%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #13A4DF;
    border-right: 4px solid #fff;
}

.my-cart .single-cart-item.copy::before {
    position: absolute;
    content: '';
    width: 17.33333333%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #2367A0;
}

.my-cart .single-cart-item.copy .left-single-part {
    position: relative;
    z-index: 1;
}

.my-cart .single-cart-item.copy .single-cart-item-copy-inside-wrapper .first-row {
    padding: 12px 20px;
}

.my-cart .single-cart-item.copy .right-single-part {
    position: relative;
    z-index: 1;
}

.my-cart .single-cart-item.copy .item-name {
    margin-right: 0;
    margin-bottom: 0;
    color: #fff;
}

.my-cart .single-cart-item.copy .single-cart-desc {
    color: #fff;
    padding-right: 40px;
    line-height: 1.7;
}

.my-cart .single-cart-item.copy .cart-trash svg path {
    fill: #fff;
}

.my-cart .single-cart-item.copy .copy-cart-trash {
    background-color: transparent;
    border: none;
}

.my-cart .single-cart-item.copy .copy-cart-trash svg path {
    fill: #fff;
}

/* ---------------------------single-food-detail css---------------------------------- */
.single-food-detail {
    background: #F7F7F7;
    padding: 20px 0;
}

.single-food-detail .col-md-6 {
    margin-bottom: 10px;
}

.single-food-detail .single-food-detail-card {
    margin: 0 10px 10px 10px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}

.single-food-quantity-card {
    margin: 0 10px 10px 10px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
}

.single-food-quantity-card .similarProducts .card {
    border: none;
    transition: all .4s ease-in-out;
}

.single-food-detail .single-food-detail-card img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    border-radius: 5px 5px 0px 0px;
}

.single-food-detail .rating-with-category {
    display: flex;
    margin: 15px 0 30px 0;
    align-items: center;
    justify-content: space-between;
}

.single-food-detail .rating-with-category .rating {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin-right: 10px;
}

.single-food-detail .rating-with-category .rating svg {
    height: 14px;
    width: 14px;
}

.single-food-detail .single-food-detail-card .title {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}

.single-food-detail .single-food-detail-card .desc {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.07em;
    color: #414141;
}

.single-food-quantity-card .upper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px solid #EAEAEA;
}

.single-food-quantity-card .lower .wizard-form-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

/* -----------------------ORDER-DETAIL--------------------- */
.order-detail {
    padding: 30px 0;
}

.order-detail .nav-tabs-wrapper,
.order-detail .delivery-wrapper {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 15px 18px;
    margin: 0 10px 10px 10px;
}

.order-detail .nav-tabs-wrapper .title,
.order-detail .delivery-wrapper .title {
    color: #2367A0;
}

.order-detail .nav-tabs {
    border-bottom: 0;
}

.order-detail .nav-link {
    background: #ECF8FD !important;
    border: 1px solid #ABCFED !important;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px;
    color: #2367A0 !important;
    margin-left: 0;
    height: 100%;
}

.order-detail .nav-link:hover {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.delivery-wrapper .pickupButton {
    background: #ECF8FD;
    border: 1px solid #ABCFED;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px;
    color: #2367A0;
    margin-left: 0;
}

.delivery-wrapper .pickupButton:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.order-detail .nav-tabs .nav-link:disabled {
    color: unset;
    background-color: #ECF8FD;
    color: #2367A0;
    border-color: #ABCFED;
}

.order-detail .nav-tabs .nav-link.active {
    background: #2367A0;
    border: 1px solid #2367A0;
    color: #fff;
}

.order-detail .nav-tabs .nav-link.active path {
    fill: #fff;
}

.order-detail .common-address {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
}

.order-detail .common-address .title {
    font-size: 15px;
}

.order-detail .common-address .para {
    color: #707070;
    font-size: 12px;
    line-height: 1.7;
    width: 65%;
    letter-spacing: .5px;
}

.order-detail .common-edit {
    border: 0;
    padding: 8px 20px;
    background: #ECF8FD;
    border: 1px solid #ABCFED;
    border-radius: 4px;
    color: #2367A0;
    font-size: 14px;
}

.order-detail .common-address .homeSvg {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.order-detail .common-address .two {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.order-detail .common-address .three {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}

.order-detail .common-address .three input {
    background: #FFFFFF;
    border: 1px solid #2367A0;
    border-radius: 5px;
    padding: 10px;
}

.order-detail .common-address input::placeholder {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #909090;
}

/* ----------------------order-number---------------------- */
.order-number {
    padding: 30px 0;
}

.order-number .order-number-strip {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding: 7px 14px;
    font-size: 15px;
    margin-bottom: 20px;
}

.order-number .order-number-strip .right {
    text-align: end;
}

.order-number ul {
    padding-left: 0;
    list-style-type: none;
}

.order-number ul .order-no-card {
    margin: 10px;
    border-bottom: 1px solid #EDEDED;
}

.order-number ul .order-no-card .pic {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    overflow: hidden;
}

.order-number ul .order-no-card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-number ul .order-no-card .content .item-name {
    color: #555555;
    font-size: 14px;
}

.order-number ul .order-no-card .content .quantity {
    color: #555555;
    font-size: 12px;
}

.order-number ul .order-no-card .content .price {
    color: #555555;
    font-size: 12px;
}

.order-number .cancel-plus-location-box {
    padding: 7px 14px;
    margin: 40px 0;
}

.thankyou-popup.order-number-popup .modal-btn {
    width: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------------track-order-pic css------------------ */
.track-order-pic img {
    width: 100%;
    object-fit: cover;
}

.delivery-boy {
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    position: relative;
    bottom: 10px;
}

.delivery-boy .one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery-boy .one-left {
    display: flex;
    align-items: center;
}

.delivery-boy img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #13A4DF;
}

.delivery-boy .heading {
    color: #2367A0;
    font-size: 15px;
    margin-bottom: 0;
}

.delivery-boy .subheading {
    color: #A4A4A4;
    font-size: 14px;
}

.delivery-boy .one-right span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #13A4DF;
    border-radius: 50%;
    width: 52px;
    height: 52px;
}

.delivery-boy .two {
    margin: 20px 0 30px 0;
}

.delivery-boy .two .para {
    font-size: 12px;
    text-align: left;
}

.delivery-boy .three {
    margin: 30px 0;
}

.delivery-boy .three button {
    width: 100%;
}

.delivery-boy .three svg {
    margin-right: 5px;
}

.icon-button__badge {
    position: absolute;
    width: 20px;
    height: 20px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@media (max-width: 767.98px) {
    .order-detail li.nav-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.98px) {
    .mobile-food-search {
        padding: 70px 10px 5px !important;
    }
}


@media only screen and (max-width: 406.98px) {
    .order-detail .common-address .three {
        display: block;
    }

    .order-detail .common-address .three input {
        width: 100%;
    }

    .order-detail .common-address .three .common-blue-btn {
        width: 100%;
        margin-top: 10px;
    }
}