/*
-- Body
-- Fixed Bottom
-- Nav
-- Grid Card
-- Menu
-- Extra
-- Landing Page
-- List card
-- Login Page
-- Verification
-- Filter
-- Cart
-- Most Popular
-- Profile
-- Modal
-- Map Page
-- Restaurant
-- Footer
-- Mobile Media
*/
/* *** Another Pub&Go Style *** */
* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:focus-visible {
    outline: none;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}



@media (min-width: 1080px) {
    .ps-input {
        width: 360px;
    }
    .ps-search-form {
        /* max-width: 460px; */
    }
}

/* Google Maps styles override */
.gm-style-iw {
    width: 243px !important;
    height: 247px !important;
}
.gm-style-iw-c,
.gm-style-iw-d {
    padding: 0 !important;
    overflow: hidden !important;
    height: auto !important;
    width: 270px !important;
}
.gm-title {
    font-size: 15px;
}
.gm-mh0 {
    min-height: 0px !important;
}
.gm-timg {
    height: 150px;
}
/* Main page - Home */
.ps-content {
    display: flex;
    flex-direction: column;
    /* min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100); */
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial;
}
.ps-content-nav {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 24px 32px 3px;
    width: 640px;
    margin-top: 81px;
}
.ps-content-buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: -5px -4px;
    padding: 0;
    vertical-align: initial;
    gap: 10px;
}
.pg-close-button {
    z-index: 1;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 36px;
    width: 36px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #FFFFFF !important;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    opacity: 1 !important;
    outline: none;
    border: none;
    transition: color .3s;
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}
.pg-close-button > span {
    font-family: 'FontAwesome', sans-serif;
    color: rgb(42, 47, 67);
    font-weight: 500;;
}
.ps-nav-button:focus,
.ps-nav-button:hover {
    background-color: #f2f2f5;
    border-color: #c7c7cc;
}
.ps-filter-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0px 0.5px 2px #0000004D;
    background-color: white;
    padding: 0 !important;
    margin: 2px;
}
.ps-content-buttons button {
    align-items: center;
    border: 1px solid #e5e5ea;
    border-radius: 5px;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0 16px 0 12px;
    transition: all .3s;
    margin: 5px 4px;
    width: auto;
}
.ps-button-span {
    font-style: normal;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.335;
    transition: color .3s;
}
.ps-content-list {
    /* min-height: calc(var(--vh, 1vh)*100 - 81px); */
    position: relative;
    width: 100%;
}
.ps-content-list-inside {
    /* min-height: 1000px; */
    overflow-x: hidden;
    padding: 0 32px 32px;
    width: 550px;
}

.ps-map {
    bottom: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 81px;
    width: calc(100% - 550px);
    z-index: 1;
}



.ps-map-atr {
    position: absolute;
    width: 100%;
    height: 100%;
}
/* *** Pun&Go Style *** */
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}
@media (max-width: 1250px) {
    .hide-text {
        display: none;
    }
}
.ps-left-side {
    height: calc(100vh - 100px);
    overflow: auto;
}
.ps-header-height {
    height: 100px !important;
}
.ps-full-widht {
    max-width: 100% !important;
}
.ps-divider {
    width: 0px;
    height: 52px;
    border: 1px solid #D4D5D8;
    opacity: 1;
    margin-right: 15px;
}
.ps-toggle-div {
    min-width: 200px;
}
.ps-toggle-button {
    display: flex;
    text-align: center;
    width: 100px;
    height: 39px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D5D8;
    border-radius: 5px 0px 0px 5px;
    opacity: 1;
}
.ps-toggle-button-inv {
    display: flex;
    text-align: center;
    width: 100px;
    height: 39px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D5D8;
    border-radius: 0px 5px 5px 0px;
    opacity: 1;
}
.ps-toggle-button-active {
    display: flex;
    text-align: center;
    width: 100px;
    height: 39px;
    background: #2F80F8 0% 0% no-repeat padding-box;
    border: 1px solid #D4D5D8;
    border-radius: 0px 5px 5px 0px;
    opacity: 1;
}
.ps-toggle-button-active-inv {
    display: flex;
    text-align: center;
    width: 100px;
    height: 39px;
    background: #2F80F8 0% 0% no-repeat padding-box;
    border: 1px solid #D4D5D8;
    border-radius: 5px 0px 0px 5px;
    opacity: 1;
}
.ps-button-text {
    margin: auto;
    font: normal normal 600 16px/30px Poppins;
    letter-spacing: 0px;
    color: #2A2F43;
    opacity: 1;
}
.ps-flex-center {
    align-items: center;
    justify-content: center;
}
.ps-card {
    width: 7rem;
    height: 8rem;
    background: transparent linear-gradient(141deg, #FCFCFC 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    font: normal normal 600 12px/30px Poppins-Bold;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: bold;
    background: transparent linear-gradient(141deg, #FCFCFC 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
}
.ps-img {
    width: 97px !important;
    height: 97px !important;
    padding: 5px;
}
.ps-slide-button {
    background-color: #f2f2f5;
    box-shadow: 0px 0.5px 2px #0000004D;
    border-radius: 5px;
    display: block;
    width: auto;
    height: 100%;
    outline: none;
    overflow: hidden;
    border: none;
    transition: color .3s;
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}
.slick-prev,
.slick-next {
    outline: none;
    background-color: #fff !important;
    border: 1px solid #e5e5ea !important;
    height: 38px !important;
    width: 38px !important;
    align-items: center;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    transition: background-color .3s, box-shadow .3s;
    z-index: 2;
    position: absolute;
    color: inherit;
    font-family: inherit;
    margin: 0 !important;
    padding: 0;
    touch-action: manipulation;
}
.slick-prev {
    left: -10px !important;
}
.slick-next {
    right: -10px !important;
}
.ps-slide-img {
    display: block;
    height: 250px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.ps-slide-img:focus-visible,
.ps-slide-img:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
/* .slick-slide:not(:last-child) {
    padding-right: 35px;
} */
.slide-content {
    padding: 32px 32px 0 32px;
}
.ps-text-top {
    color: black;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: bold;
}
.ps-see-all {
    color: black;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.ps-right {
    color: #2F80F7;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
}
.ps-prod-list {
    margin-top: 40px;
    width:100%;
}
.ps-prod-list:first-child {
    margin-top: 30px;
}
.head-search .dropdown {
    width: 245px;
    height: 40px;
    min-height: auto;
    border-width: 0.5px !important;
    border-color: #9b9b9b !important;
    border-radius: 5px !important;
}
.br-none {
    border-right: none;
}
/* Body */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    background: #fff;
    touch-action: manipulation;
    ;
}

.carousel {
    position: relative;
    /* max-width: 550px; */
    /* margin: auto; */
    margin-top:30px;
    overflow: hidden;
    border-radius: 5px;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-images img {
    width: 100%;
    display: block;
    object-fit: fill;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1;
}

.carousel-control.prev {
    left: 10px;
}

.carousel-control.next {
    right: 10px;
}

.slick-slider {
    /* margin: 0 -8px; */
}
.slick-slide {
    padding: 8px;
    margin-left: 32px;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.small,
small {
    font-size: 11px !important;
}
div,
a {
    outline: none !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #ff6d40;
}
.border-primary {
    border-color: #e23844 !important;
}
.w-300 {
    max-width: 300px;
}
.form-control,
.btn,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    font-size: 15px;
}
/* Fixed Bottom */
.fixed-bottom {
    height: 58px;
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgba(0, 0, 0, .075);
}
.fixed-bottom .btn {
    border-radius: 0px;
    border: none;
    height: 58px;
}
/* .fixed-bottom-bar {
  padding-bottom: 58px;
} */
.h-auto {
    height: auto;
}
.modal-footer .btn {
    border-radius: 0px;
}
/* Nav */
.brand-wrap img {
    height: 50px;
    width: auto;
}
.brand-wrap:focus {
    border:none;
}
.toggle-2 {
    right: 17px !important;
    left: auto !important;
}
input[type=radio],
    input[type=checkbox] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    input[type=radio],
    input[type=checkbox] {
        position: relative;
        cursor: pointer;
        height: 20px !important;
        width: auto;
        aspect-ratio: 1/1;
        background-color: #fff;
        border: 1px solid #2F80F8;
        border-radius: 50%;
        display: inline-block;
        position: relative;
    }
    input[type=radio]:checked::before,
    input[type=checkbox]:checked::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #2F80F8;
        border-radius: 50%;
    }

.hc-nav-trigger.toggle-2 span,
.hc-nav-trigger.toggle-2 span::before,
.hc-nav-trigger.toggle-2 span::after {
    background: #000;
}
.hc-nav-trigger.togglew span,
.hc-nav-trigger.togglew span::before,
.hc-nav-trigger.togglew span::after {
    background: #ffffff;
}
.cat-slider img {
    width: 80px;
    height: 80px;
    margin: auto;
    -webkit-filter: saturate(200%);
    filter: saturate(200%);
    object-fit: cover;
    border-radius: 50px;
}
/* .trending-slider .slick-slide img {
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
} */
/* Grid Card */
.grid-card span.float-right.text-black-50 {
    display: none;
}
.grid-card .p-3 {
    padding: 10px !important;
}
/* Menu */
.siddhi-menu-fotter {
    padding: 0px !important;
}
.siddhi-menu-fotter .row {
    margin: 0px;
}
.siddhi-menu-fotter .col {
    padding: 0px;
}
.siddhi-menu-fotter .col a {
    padding: 12px;
    display: block;
}
.siddhi-menu-fotter .col a p {
    font-size: 19px;
}
.siddhi-menu-fotter .col.selected a {
    color: #dc3545;
    background: #f8f9fa;
}
.siddhi-menu-fotter .col.selected p {
    color: #dc3545;
}
.siddhi-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    margin: -15px 0 0 0 !important;
}
.siddhi-menu-fotter .col.bg-white.rounded-circle.mt-n4.px-3.py-2 a {
    width: 68px;
    color: #fff !important;
    height: 68px;
    font-size: 27px !important;
    padding: 16px;
}
/* Extra */
.border-custom-radio .custom-control-label::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: .25rem !important;
    background: transparent !important;
    box-shadow: none !important;
}
.border-custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #5a9cff;
    border: 1px solid #5a9cff;
}
.border-custom-radio .custom-control-label::after {
    display: none;
}
.restaurant-pic {
    position: absolute;
    right: 15px;
    height: 148px;
    border-radius: 4px;
    margin: 9px 0;
}
.modal-content {
    border: none !important;
}
.slick-dots {
    bottom: 20px !important;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    background: url("/img/pubngo/arrow-back.svg") no-repeat 50% 50%;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
    background: url("/img/pubngo/arrow-next.svg") no-repeat 50% 50%;
}
.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus {
    background-size: 6px;
    width: 34px;
    border-radius: 50px;
    height: 34px;
    /*margin: 0 8px;*/
    margin: 0 -20px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: 1px solid #e4e7ea;
    /* z-index: 9; */
}

.layout-login-right {
    width:50%;
    height: 100%;
    padding: 30px;
}
.slick-next:before,
.slick-prev:before {
    display: none;
}
.modal-body #rating-wrap,
.modal-body .rating-wrap {
    margin: 0 !important;
}
.modal-body #attribute_review>.review-ratings {
    width: 100%;
    padding: 0 10px;
}
.modal-body #attribute_review ul.rating-block {
    padding-left: 0;
    list-style-type: none;
}
.modal-body #attribute_review ul.rating-block>li {
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.modal-body #attribute_review ul.rating-block>li>label {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
}
.modal-body #attribute_review ul.rating-block>li>.rating-wrap {
    margin-left: auto !important;
}
.modal-body #uploded_image>ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
}
.modal-body #uploded_image>ul li {
    position: relative;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
}
.modal-body #uploded_image>ul li span.mdi-delete {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    padding: 2px;
    cursor: pointer;
}
.ps-sidebar-logo {
    display: block;
    height: 81px;
    margin: 10px 0;
}
.ps-closed {
    padding: 5px 15px;
    text-align: center;
    background: transparent linear-gradient(291deg, #2A2F43 0%, #40455C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 0px 5px 5px 0px;
}
.ps-open {
    padding: 5px 15px;
    text-align: center;
    background: transparent linear-gradient(105deg, #5797F8 0%, #2F80F8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 0px 5px 5px 0px;
}

.ps-badge {
    padding: 5px 10px;
    background: transparent linear-gradient(100deg, #5797F8 0%, #2F80F8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    bottom: 10px;
    left:0;
    color:white;
    font-size: 0.8rem;
}
.ps-badge-age {
    padding: 5px 10px ;
    background: transparent linear-gradient(100deg, #40455C 0%, #2A2F43 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    bottom: 45px;
    left:0;
    color:white;
    font-size: 0.8rem;
}
.ps-card-pin {
    margin-left: 5px;
    margin-right: 9px;
    width: 18px;
    height: 18px;
}
.modal-body #uploded_image>ul li img {
    height: 100px;
    object-fit: cover;
}
.rating>input {
    display: none;
}
.rating>label {
    color: #ccc;
    float: right;
    cursor: pointer;
}
.rating>label:before {
    content: '\f005';
    font-family: FontAwesome;
    margin: 0px 5px;
    font-size: 3.5rem;
    display: inline-block;
    cursor: pointer;
}
.rating[data-rating="3"]>input~label.half[for="star0.5"],
.rating[data-rating="3"]>input~label.full[for="star1"],
.rating[data-rating="3"]>input~label.half[for="star1.5"],
.rating[data-rating="3"]>input~label.full[for="star2"],
.rating[data-rating="3"]>input~label.half[for="star2.5"],
.rating[data-rating="3"]>input~label.full[for="star3"] {
    color: #eca700 !important;
}
.sticky_sidebar,
.c-t-order,
.siddhi-account {
    position: sticky;
    top: 15px;
}
.c-t-order li {
    border: none !important;
    margin: 5px 4px !important;
}
.c-t-order li a {
    background: #ffffff;
    border-radius: 6px !important;
    padding: 12px 14px !important;
    display: flex;
    align-items: center;
}
.c-t-order li a i {
    background: #fff;
    border: 1px solid #eff2f5;
    padding: 5px 5px;
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    font-size: 18px;
    vertical-align: bottom;
}
.c-t-order li a.active,
.c-t-order li a:hover {
    background: #eff2f5 !important;
}
.c-t-order li a.active i {
    background: #e23844;
    color: #fff !important;
    border-color: transparent;
}
.c-t-order li a#progress-tab.active i {
    background:  #ffcd38;
    color: #fff !important;
    border-color: transparent;
}

.c-t-order li a#completed-tab.active i
.c-t-order li a.active >  i .feather-clock-active{
    background: #ffcd38 !important;
    color: #fff !important;
    border-color: transparent;
}
.dropdown-menu {
    background: #ffffff;
    border-radius: .40rem !important;
    margin: 0;
    padding: 6px;
    border: 1px solid #ffffff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, .1) !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: .5s ease all;
}
.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: .5s ease all;
}
.dropdown-item {
    padding: 6px 10px;
}
.dropdown .dropdown-menu,
.dropdown-item {
    font-size: 13px;
    border-radius: 6px;
    margin: 1px 0;
    font-weight: 500;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}
::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}
.btn-facebook {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a9cff+0,e23744+100 */
    background: #2b4170;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3b5998 0%, #2b4170 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b5998', endColorstr='#2b4170', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #3b5998;
    color: #ffffff !important;
}
.bg-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a9cff+0,e23744+100 */
    background: #438cf8 !important;
}
.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a9cff+0,e23744+100 */
    background: #438cf8;
    /* Old browsers */
    /* IE6-9 fallback on horizontal gradient */
    border-color: #5a9cff;
}
.btn-primary:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a9cff+0,e23744+100 */
    background: #5a9cff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #5a9cff 0%, #438cf8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #5a9cff 0%, #438cf8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5a9cff 0%, #438cf8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a9cff', endColorstr='#438cf8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #438cf8;
}
.btn-outline-primary {
    color: #438cf8;
    border-color: #438cf8;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background: #5a9cff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #5a9cff 0%, #438cf8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #5a9cff 0%, #438cf8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5a9cff 0%, #438cf8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a9cff', endColorstr='#438cf8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-color: #438cf8;
}
.text-primary {
    color: #438cf8 !important;
    text-decoration: none !important;
}
a {
    color: #438cf8;
    text-decoration: none !important;
}
/* p {
    color: #424242;
    letter-spacing: 0.2px;
} */
.btn-link {
    font-weight: 400;
    color: #438cf8;
    text-decoration: none !important;
}
.slick-dots {
    bottom: 20px !important;
}
/* Landing Page */
.landing-page-skip .img-fluid {
    max-height: 290px;
}
.landing-page-skip p {
    margin: 0px;
}
.landing-page-skip .zindex {
    right: 0;
    z-index: 9;
}
.landing-page-skip .slick-dotted.slick-slider {
    margin: 0px;
}
.landing-page-skip .siddhi-slider-item {
    padding: 0px 20px;
}
.btn-lg {
    font-size: 16px;
    padding: 16px 16px;
    font-weight: 600;
}
/* List card */
.list-card .count-number {
    margin: 4px 0 0 0;
    display: inline-block;
}
.list-card a,
.list-card h6 {
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.1rem;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    /* color: #333; */
    /* font-weight: 600; */
    letter-spacing: 0px;
    color: #2A2F43;
}
.list-card a:hover {
    color: #007bff;
}
.list-card .star {
    right: 8px;
    bottom: 8px;
}
.trending-slider .list-card-body .list-card .star {
    right: 8px;
    bottom: 28px;
}
.pg-list-card-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.list-card .star .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.list-card .member-plan {
    left: 0px;
    top: 10px;
}
.list-card .member-plan .badge {
    font-size: 11px;
    padding: 5px 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.list-card .list-card-image {
    position: relative;
}
.list-card .favourite-heart {
    right: 8px;
    top: 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.list-card .favourite-heart i {
    background: #fff;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    border-radius: 50px;
}

.pg-login-card-image-container-image {
    position: absolute;
    top: 30px;
    left: 30px;
}

.pg-login-card-image-container {
    background: linear-gradient(213deg, #2F80F8 0%, #1C4B92 100%);
    border-radius: 10px 0 0 10px;
    position: relative;
}
.list-card.d-flex .list-card-image {
    width: 130px;
    height: 140px;
    min-width: 130px;
    max-width: 130px;
}
.list-card.d-flex .list-card-image .item-img {
    height: 140px;
    object-fit: cover;
}
.list-card .list-card-body p.text-gray {
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;*/
    text-overflow: ellipsis;
    font-size: 13px !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 35px;
    color: #555353;
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 22px; */
}
.list-card .list-card-body p.text-gray.address {
    line-height: 16px;
    color: #000 !important;
    font-size: 14px !important;
}
.list-card .list-card-body p.text-gray span.fa.fa-map-marker {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 22px;
}
.list-card .list-card-body .list-unstyled.rating-stars {
    margin-bottom: 5px;
}
.list-card .p-3 {
    overflow: hidden;
}
.list-card.d-flex .list-card-body span.float-right.text-black-50 {
    display: none;
}
.rating-stars .feather-star {
    font-size: 15px;
    /*background: #000000;*/
    color: #d5cdcb;
    padding: 1px;
    text-shadow: 0px 0px 1px #d2b128;
    border-radius: 5px;
}
.rating-stars .feather-star.star_active,
.rating-stars .feather-star.text-warning {
    color: #f66a21 !important;
}
/* Login Page */
.login-page video {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 50%;
}
.otp input.form-control.form-control-lg {
    text-align: center !important;
    font-size: 44px;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    margin: auto;
}

.layout-inner-left {
    width:40%;
    padding:30px;
    justify-content:center
}
.layout-inner-right {
    width:60%;
    padding:30px;
}

.layout-inner-left-contact {
    width:40%;
    padding:30px;
    justify-content:center;
}
/* .login-page {
    background: #fff;
} */
/* .login-page .form-control {
    background: no-repeat;
    border: none;
    color: #000;
    border-bottom: 1px solid rgb(160 160 160 / 32%);
    border-radius: 0px;
    padding: 0px;
    box-shadow: none !important;
}
.login-page .form-control:hover,
.login-page .form-control:focus {
    color: #000;
    border-bottom: 1px solid #000;
} */
/* .login-page label {
    margin: 0px;
    opacity: 0.8;
} */
/* .login-page .form-group {
    margin-bottom: 30px;
}
.login-page::placeholder {
    Chrome, Firefox, Opera, Safari 10.1+
    color: rgb(255 255 255 / 65%) !important;
    opacity: 1;
    Firefox
    ;
}
.login-page:-ms-input-placeholder {
    Internet Explorer 10-11
    color: rgb(255 255 255 / 65%) !important;
}
.login-page::-ms-input-placeholder {
    Microsoft Edge
    color: rgb(255 255 255 / 65%) !important;
} */
/* Verification */
.siddhi-verification .form-control {
    text-align: center;
    font-size: 47px;
    border-bottom: 2px solid #ccc !important;
    border: none;
    border-radius: 0px;
    font-weight: 300;
    box-shadow: none;
}
/* Filter */
.filter .custom-control-label::before {
    right: 1rem;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
}
.filter .custom-control-label::after {
    left: auto;
    right: 1rem;
    margin: auto;
    top: 0;
    bottom: 0;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #438cf8;
    background-color: #438cf8;
}
/* Cart */
.gold-members h6,
.menu-list h6 {
    font-size: 14px;
}
.gold-members .badge,
.menu-list .badge {
    font-size: 10px;
    font-weight: 500;
    padding: 4px 6px 4px 6px;
}
.menu-list img {
    width: 41px;
    height: 41px;
    object-fit: cover;
}
.count-number .btn {
    padding: 2px 1px;
    font-size: 11px;
    border-radius: 0px;
}
.count-number-input {
    width: 20px;
    text-align: center;
    margin: 0 -4px;
    background: #6c757d;
    border: none;
    color: #fff;
    height: 24px;
    border-radius: 0px;
    vertical-align: bottom;
    font-size: 13px;
}
.non_veg,
.veg {
    width: 20px;
    border: 1px solid;
    height: 20px;
    border-radius: 3px;
    font-size: 32px;
    text-align: center;
    line-height: 0px;
}
/* Most Popular */
.most_popular .trending-slider img {
    border-radius: 10px;
    padding: 0px 4px;
    margin: 8px 0 0 0;
}
/* Map Page */
.siddhi-track-order-page {
    min-height: 676px;
}
.food-item {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: 31px;
    height: 12px;
    line-height: 5px;
    text-align: center;
    width: 12px;
    vertical-align: text-bottom;
    padding: 0 2px;
    margin: 0px 3px 2px 0px;
}
.siddhi-point {
    z-index: 1;
    width: 50%;
    border-radius: 50%;
    padding-bottom: 50%;
    pointer-events: none;
    background-color: rgba(225, 48, 8, .2);
    border: 1px solid #ff3008;
}
.siddhi-map iframe {
    width: 100% !important;
}
.siddhi-map .toggle {
    z-index: 9;
    margin: 2px 0 0 4px;
}
.siddhi-map .mapouter.position-absolute {
    width: 100%;
    height: 100vh;
}
.siddhi-map .bg-primary.border-bottom {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.siddhi-map .fixed-bottom {
    padding: 10px 0px;
}
.siddhi-map .list-card.d-flex .list-card-image .item-img {
    width: 100px;
    height: 100px;
}
.siddhi-map .list-card.d-flex .list-card-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
}
.siddhi-map .member-plan {
    text-align: center;
    background: rgb(255 255 255 / 18%);
    font-size: 12px;
    padding: 7px 5px;
    margin: 0 1px;
    border-radius: 43px;
}
.gold-members .mr-2 {
    border: 1px solid;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 35px;
    line-height: 7px;
}
.index-page img {
    height: 130px;
}
.spinner {
    width: 180px;
    height: 180px;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}
/* right bounce */
@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}
@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}
/* /right bounce */
.feather-arrow-right {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}
.location-page .img-fluid {
    max-width: 360px;
}
/* Restaurant */
.re-content {
    height: 100%;
    min-height: 100vh;
    padding: 110px 190px;
    margin: 0 auto ;
}
.re-content-checkout {
    height: 100%;
    min-height: 100vh;
    padding: 110px 0;
    max-width:1200px;
    margin: 0 auto ;
}
.re-content-restaurant {
    height: 100%;
    min-height: 100vh;
    padding: 110px 190px;
    margin: 0 auto ;
}
.re-tbanner {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 30px;
    position: relative;
}
.re-tbanner-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
    max-width: 100%;
    position: relative;
    width: 592px;
}
.re-tbanner-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #2a2f43;
    font-size: 2.25rem !important;
    font-weight: 600 !important;
    line-height: 1.185 !important;
}
.re-tbanner-tlower span {
    display: inline-block;
    font-style: normal;
    color: #8e8e93;
    font-size: 0.94rem;
    font-weight: 400;
    line-height: 1.335;
    transition: color .3s;
    vertical-align: initial;
    margin-bottom: 10px;
}
.re-tbanner-tprep {
    display: flex;
    flex-wrap: wrap;
}

.re-tbanner-image {
    display:flex;
    justify-content: center;
    width:50%;
    object-fit: cover;
    background: url("https://firebasestorage.googleapis.com/v0/b/food-test-edfbe.appspot.com/o/images%2Fpub%20and%20go%20placeholder_1700074446133.jpg?alt=media&token=1327205c-7db4-4e7b-8ead-bfce3a57a356");
}

.re-tprep-content {
    background-color:#f2f2f5;
    color:#5e5e61;
    font-weight:normal;
    font-size: 0.875rem;
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    margin-top: 10px;
    padding: 5px 10px;
}
.re-btn-moreinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
    color: #2a2f43;
    padding: 10px;
    width: 145px;
    height: 40px;
    margin-top: 20px;
    font-family: inherit;
    font-weight: 500;
    font-size: 0.875rem;
    background-color: white;

    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 5px;
    border: none;
    border: 1px solid #f8f8f8;
}
.re-btn-moreinfo > span {
    font-size: 1rem;
}
.re-btn-moreinfo:hover {
    background-color: #FCFCFC;
}
.re-tbanner-showcase {
    border-radius: 5px;
    display: flex;
    width: 700px;
    overflow: hidden;
    height: 265px;
    box-shadow: 0.5px 0.5px 2px #0000004D;
}
.re-tbanner-map {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 50%;
}
.ps-sidebar-logo img {
    height: 60px;
    margin-left: 30px;
    width: auto;
}
.re-tbanner-mapbtn {
    background-color: #0000004d;
    border-radius: 12px;
    bottom: 8px;
    height: 40px;
    position: absolute;
    right: 8px;
    transition: background-color .3s;
    width: 40px;
    outline: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}
.re-tbanner-gallery {
    background-color: #f2f2f5;
    height: 100%;
    position: relative;
}
.re-tbanner-gallery {
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: initial;
    border: 0;
    box-sizing: inherit;
}
.re-tbanner-gallery img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 50%;
}
.re-catbar {
    display: block;
    margin: 0;
    padding: 0;
}
.re-catbar-content {
    top: auto;
}
.re-overflow {
    overflow: visible;
}
.re-hour-menu {
    margin-bottom: 12px;
    position: relative;
}
.re-hour-menu ul {
    position: relative;
    display: flex;
    height: 56px;
    overflow: hidden;
    list-style: none;
}
.re-hour-menu-element {
    margin-right: 58px;
    z-index: 1;
    position: relative;
}
.re-hour-menu-element button {
    height: 100%;
    justify-content: flex-start;
    position: relative;
    text-align: left;
    white-space: nowrap;
    outline: none;
    background-color: #0000;
    border: none;
    border-radius: 0;
    display: inline-flex;
    transition: color .3s;
    width: auto;
    align-items: center;
    color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}
.re-hour-menu-content {
    max-width: 208px;
    /* min-width 768px */
    color: #8e8e93;
    height: 100%;
    overflow: hidden;
    text-align: left;
}
.re-hour-menu-content span:first-child {
    margin-bottom: 1px;
}
.re-hour-menu-content span {
    -webkit-text-size-adjust: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    color: #000;
    transition: color .3s;
}
.re-hour-menu-top {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.335;
}
.re-hour-menu-bottom {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.385;
}
.re-categories-container {
    align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: static;
        /* position: -webkit-sticky; */
        top: 81px;
        z-index: 999;
        padding: 10px 0;
        transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; /* Smooth transition */

}

.re-categories-container.is-sticky {
    z-index: 3;
    position: fixed;
    flex-wrap: wrap;
    gap: 30px;
    top: 75px;
    left: 0;
    right: 0;
    background-color: white; /* New background color */
    box-shadow: 0 5px 5px rgba(0,0,0,0.1); /* Add a shadow for depth */
    padding: 20px 190px;
    border: none;
    border-radius: 0;
}

.re-categories-list {
    display: grid;
    flex-grow: 1;
    grid-template-columns: 1fr;
    position: relative;
}
.re-categories-list ul {
    align-items: center;
    display: flex;
    /* height: 36px; */
    margin: 0;
    overflow: hidden;
    overflow-x: scroll;
    list-style: none;
    scrollbar-width: none; /* Hide the scrollbar */
    -ms-overflow-style: none;  /* IE 10+ */
}

.re-categories-list ul::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Optional: just in case you don't want the scrollbar, replace with background color if needed */
}

/* .ps-container-padding {
    padding: 0 15px 30px 15px;
} */
.re-categories-element {
    align-items: center;
    display: flex;
    height: 100%;
    scroll-snap-align: start;
    margin: 0;
    white-space: nowrap;
}
.re-categories-element button {
    height: 100%;
    white-space: nowrap;
    outline: none;
    background-color: #0000;
    border: none;
    border-radius: 0;
    display: inline-flex;
    transition: color .3s;
    width: auto;
    align-items: center;
    justify-content: center;
    color:#2A2F43;
}
.re-categories-element button span {
    color: #8e8e93;
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.335;
    transition: color .3s;
}
.re-categories-element:nth-child(1n+2) {
    margin-left: 24px;
}
.re-active span {
    color: #000 !important;
}
.re-categories-search {
    padding-left: 12px;
}
.re-search-elements {
    display: flex;
    position: relative;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.re-search-input,
.re-search-input:focus,
.re-search-input:not(:placeholder-shown) {
    background-color: white !important;
    cursor: auto !important;
    padding: 0 10px 0 40px !important;
    width: 245px !important;
}
.re-search-input {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    padding: 0;
    transition: background-color .3s, padding .5s, opacity 1s, width .4s ease-in-out;
    will-change: padding, padding, opacity, width;
    outline: none;
    border: none;
    -webkit-appearance: none;
}
.re-cross {
    cursor: pointer;
    display: none;
    padding: 6px;
    position: absolute;
    right: 0;
}
.re-search-label {
    left: 0;
    padding: 14px 0px;
    transition: background-color .3s, padding .3s;
    background-color: #0000;
    align-self: center;
    cursor: text;
    display: flex;
    left: 8px;
    pointer-events: none;
    position: absolute;
    margin-bottom: 0px;
}
.re-sections-menu {
    display: flex;
}
.re-section-title {
    margin-top: 14px;
    font-style: normal;
    color: #000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.275;
    transition: color .3s;
}
.re-spacer {
    margin: 8px 0 14px;
    font-style: normal;
    color: #000;
    font-size: 10.94rem;
    font-weight: 400;
    line-height: 1.335;
    transition: color .3s;
}
.re-section-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    position: relative;
    list-style: none;
}
.re-section-list-products {
    width: -webkit-fill-available;
}
.re-element-card {
    flex-basis: calc(50% - 16px);
    margin: 8px;
}
.re-element-card button {
    max-width: 800px;
    overflow: hidden;
    padding: 8px;
    text-align: left;
    width: 100%;
    outline: none;
    background-color: #0000;
    border: none;
    border-radius: 0;
    display: inline-flex;
    transition: color .3s;
    height: auto;
    align-items: center;
    justify-content: center;
}
.re-element-card-inner {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    display: flex;
    height: 168px;
    justify-content: space-between;
    position: relative;
    width: 100%;
    word-break: break-word;
    z-index: 1;
}
.re-card-inner-left {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    overflow: hidden;
    padding: 15px 16px;
}
.re-card-inner-left h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 4px;
    max-height: 44px;
    max-width: calc(100% - 64px);
    font-style: normal;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.295;
    transition: color .3s;
}
.re-card-inner-right {
    background-color: #f2f2f5;
    border-radius: 0 7px 7px 0;
    flex-shrink: 0;
    height: auto;
    margin-left: 8px;
    overflow: hidden;
    width: 166px;
}
.re-card-inner-right img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.restaurant-detailed-ratings-and-reviews hr {
    margin: 0 -16px;
}
.reviews-members-footer img {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px #ccc;
    margin: 0 -3px;
}
.total-like {
    font-size: 11px;
    padding: 2px 6px;
}
.reviews-members-body p {
    font-size: 12px;
}
.reviews-members-header h6 {
    font-size: 14px;
}
.graph-star-rating-body .progress {
    border-radius: 40px;
    height: 6px;
}
.rating-list {
    display: flex;
    margin: 6px 0;
    align-items: center;
    justify-content: space-between;
}
.rating-list-center {
    margin: auto;
    width: 70%;
}
.rating-list-left {
    width: 20%;
    font-size: 10px !important;
    font-weight: 400 !important;
}
.rating-list-right {
    width: 10%;
    text-align: right;
    font-size: 10px !important;
    font-weight: 400 !important;
}
.offer-section {
    background-color: #000;
}
/* header-user-img */
.header-user {
    height: 32px;
    width: 32px;
    object-fit: cover;
}
/* dropdown css */
.drop-loc {
    width: 250px;
}
/* footer css */
footer .text-muted {
    color: #bdbdbd !important;
}
.hov_footer a:hover {
    color: #fff !important;
    opacity: 0.8;
}
.section-footer {
    background: #232323 url(../img/footer-bg.jpg) no-repeat top left !important;
    background-size: cover !important;
}
.section-footer .border-top {
    border-top: 1px solid rgb(222 226 230 / 9%) !important;
    background: #000 !important;
    background-size: cover !important;
}
.section-footer .footer-top {
    position: relative;
    z-index: 2;
}
.section-footer .footer-top:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
}
.footer-info p {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
}
.footer-top .title {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.footer-top .title:before,
.footer-top .title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    border-radius: 50px;
}
.footer-top .title:before {
    background: #fff;
}
.footer-top .title:after {
    background: #fd6739;
    width: 50px;
    height: 5px;
    bottom: -1px;
}
.footer-top ul.list-unstyled li {
    margin-bottom: 10px;
}
.footer-top ul.list-unstyled li a {
    font-weight: 500;
    font-size: 16px;
}
.footer-copyright p {
    color: #fff !important;
}
.section-footer ul li {
    line-height: 29px;
}
.section-footer ul {
    margin: 0px;
}
.footer-about img {
    height: auto;
    /*background: #fff;*/
    border-radius: 0px;
    padding: 0;
}
.footer-about .btn {
    padding: 0px;
    border: 1px solid #3d3d3e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}
.footer-top .footer-about {
    padding-right: 80px;
}
.footer-about .footer-social {
    margin-top: 30px;
}
.footer-about .footer-social .btn {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 20px;
    background: #fff;
    color: #fff !important;
    margin-right: 13px !important;
}
.footer-about .footer-social .btn.fb-icon {
    background: #3b5998;
    border-color: #3b5998;
}
.footer-about .footer-social .btn.insta-icon {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.footer-about .footer-social .btn.youtube-icon {
    background: #c4302b;
    border-color: #c4302b;
}
.footer-about .footer-social .btn.twitter-icon {
    background: #1DA1F2;
    border-color: #1DA1F2;
}
.ft-contact-us {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #424242;
    padding-top: 40px;
}
.ft-contact-box .ft-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    font-size: 30px;
    border-radius: 50px;
    margin-bottom: 24px;
    vertical-align: middle;
    padding: 5px 0;
    color: #ff5724;
}
.ft-contact-box h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
}
.ft-contact-box p {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    color: #fff;
}
.footer-about p.text-muted {
    line-height: 23px;
}
/* orders css */
.sc-siddhi-logo {
    height: 30px;
}
.custom-tabs.nav-tabs .nav-item.show .nav-link,
.custom-tabs.nav-tabs .nav-link.active {
    border-bottom: 2px solid #5a9cff !important;
}
.search .nav-tabs .nav-item.show .nav-link,
.search .nav-tabs .nav-link.active {
    border-bottom: 2px solid #438cf8 !important;
    background-color: #438cf8 !important;
    color: #ffffff !important;
}
.order_img {
    height: 88px;
    max-width: 110px;
    object-fit: cover;
}
/* offers image */
.offers_img {
    height: 130px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #dc375d !important;
    color: #dc375d !important;
}
/* side bar sticky */
.sticky_sidebar {
    position: sticky;
    top: 10px;
}
/* search border */
.input_search {
    border-radius: 50px 0px 0px 50px;
}
.border_search {
    border-radius: 0px 50px 50px 0px !important;
}
/* Mobile Media */

.header-main .pac-target-input#user_locationnew {
    width: 100%;
    height: 32px;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0 35px 0 0;
    font-weight: 600;
    cursor: pointer;
    outline: none !important;
}
.banner-inner {
    position: relative;
}
.banner-img img {
    max-width: 100%;
    width: 100%;
}
.homebanner-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.homebanner-content h1 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
.homebanner-content h1 span {
    color: #ffc222;
}
.homebanner-content h4 {
    font-size: 28px;
    font-weight: 700;
    color: #00a24a;
    margin-bottom: 15px;
}
.homebanner-content p {
    color: #fff;
    margin-bottom: 20px;
}
.homebanner-content .ban-btn a {
    background: #ffc222;
    color: #000;
    padding: 14px 40px;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #ffc222;
}
.homebanner-content .ban-btn a:hover {
    color: #ffc222;
    background: none;
}
.homebanner-content .ban-btn span.price {
    font-size: 25px;
    font-weight: 700;
    color: #00a24a;
    margin-bottom: 15px;
    margin-left: 15px;
}
.homebanner-content .ban-btn span.price sup {
    color: #848286;
    font-size: 16px;
    margin-left: 10px;
    top: -3px;
}
.title {
    /*justify-content: center;*/
    margin-bottom: 10px;
}
.title h5 {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    width: 50%;
}
.title h5::after {
    /*content: "";*/
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff683a;
    width: 80px;
    height: 3px;
    border-radius: 50px;
    right: 0;
    margin: auto;
}
.feather-star::before {
    content: "\f005";
    font-family: FontAwesome;
}
.feather-star.star_active::before {
    content: "\f005";
    font-family: FontAwesome;
}
.rounded {
    border-radius: 0.75em !important;
}
/* Class for user img  */
/* .rounded {
    object-fit: cover;
    width: 80px !important;
    height: 800px !important;
    border-radius: 50% !important;
} */
.most_popular .list-card-image .img-fluid,
.res-search-list .list-card-image .img-fluid {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}
.res-search-list-1 .list-card-image .img-fluid {
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}
#order-items .photo img.order_img {
    max-width: 120px;
    object-fit: cover;
}
#order-items .item-detail p {
    font-size: 14px;
}
#order-items .item-detail p.name {
    font-size: 17px;
}
#order-items .item-detail p label {
    margin-right: 10px;
    font-weight: bold;
}
.order-list {
    width: 100%;
}
.order-list tr td,
.order-list tr th {
    padding: 10px 2px;
}
.order-list tr th {
    font-size: 15px;
    border-bottom: 1px solid #dee2e6 !important;
}
.order-list tr td {
    font-size: 15px;
}
.order-list tr td.prod-name {
    padding-left: 15px;
}
.order-list tr td.price {
    font-size: 17px;
    color: #438cf8;
    font-weight: 700;
}
.order-list td.ord-photo {
    max-width: 150px;
    width: 150px;
}
.order-list td.ord-photo img {
    width: 100%;
    object-fit: cover;
}
#cart_list .media-body .extras>*,
#cart_list .media-body .size>* {
    display: inline-block;
    margin-bottom: 0;
}
#cart_list .close {
    font-size: 1rem;
}
.siddhi-cart-item .siddhi-cart-item-profile {
    display: table !important;
    width: 100% !important;
    text-align: center;
}
.siddhi-cart-item .siddhi-cart-item-profile>img {
    max-width: 250px;
    display: inline-block;
    height: 250px;
    object-fit: cover;
    margin: 0 !important;
    width: 100%;
}
.d-flex.flex-column {
    text-align: left;
    margin-bottom: 10px;
}
.schedule-order input#scheduleTime {
    height: calc(1.5em + .5rem + 2px);
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem;
    padding: .25rem .5rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-weight: 400;
    display: block;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    cursor: pointer;
}
.delevery-partner h3,
.delivery-box h3,
.schedule-order h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.delevery-partner>span {
    color: #6c757d !important;
}
.delevery-partner .tip-box {
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px;
}
.delevery-partner .tip-box .custom-control.custom-radio {
    width: 25%;
    display: inline-block;
    margin-right: -3px;
    text-align: center;
    padding: 0px 5px !important;
    border: 0 !important;
    position: relative;
    cursor: pointer;
}
.delevery-partner .tip-box .custom-control.custom-radio input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.delevery-partner .tip-box .custom-control.custom-radio .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    display: block;
    padding: 10px 5px;
    background: #fff;
    z-index: 2;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    border: 1px solid #dae0ef;
}
.delevery-partner .tip-box .custom-control.custom-radio .custom-control-label::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: -1;
    border: 0;
    border-radius: 5px;
}
.delevery-partner .tip-box .custom-control.custom-radio .custom-control-label::after {
    display: none;
}
.delevery-partner .tip-box .custom-control.custom-radio#add_tip_box {
    width: 100%;
    margin-top: 17px;
}
.delevery-partner .tip-box .custom-control.custom-radio#add_tip_box input[type="number"] {
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    padding: 5px 10px;
}
.delevery-partner .tip-box .custom-control.custom-radio .custom-control-input:checked~.custom-control-label {
    color: #fff;
}
.strick_price {
    padding-left: 10px;
}
body {
    position: relative;
}
.dataTables_processing.panel-default {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    padding-top: 10%;
    z-index: 8;
}
.dataTables_processing.panel-default:after {
    content: "";
    background: url(../img/loading-loader.gif) no-repeat center;
    width: 110px;
    height: 73px;
    display: inline-block;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
}
.reviews-members .media img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.sec-title h2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.sec-title p.sub-title {
    font-size: 15px;
}
.payment-table tr th,
.payment-table tr td {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.payment-table tr th {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #F77953;
    font-weight: 700;
}
.payment-table .payment-button .razorpay-payment-button {
    border: 0;
    background: 0;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    color: #f77953;
}

.siddhi-checkout {
    width: 100%;
    height: 100%;
    top:0;
    right: 0;
    left:0;
    bottom:0;
}

.siddhi-checkout.siddhi-checkout-payment {
    min-height: 70vh;
    background-color: #f8f8f8;
}
.checkout-payment-options .custom-control {
    padding-left: 2.5rem;
}
.checkout-payment-options .custom-control-label {
    cursor: pointer;
    font-size: 15px;
}
.checkout-payment-options .custom-control-label::before {
    left: -1.5rem;
}
.checkout-payment-options .custom-control-label::after {
    left: -1.5rem;
}
/*.header-main .icon{color: #343a40 !important;}*/
.header-main .takeaway-btn {
    position: relative;
    padding: 8px 10px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
    color: #fff;
}
.header-main .takeaway-div input[type="checkbox"] {
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.header-main .takeaway-div input[type="checkbox"]:before {
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 0;
    font-weight: 700;
    left: 0;
    opacity: 1;
    background: #5a9cff;
    content: "";
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
}
.header-main .takeaway-div input[type="checkbox"]:checked:before {
    opacity: 1;
    background: #438cf8;
}
.most_sale .list-card .list-card-body p.text-gray {
    text-overflow: initial !important;
    white-space: normal;
    word-break: break-word;
    position: relative;
    padding-left: 20px;
    overflow: visible;
    -webkit-box-orient: inherit;
    -webkit-line-clamp: inherit;
}
.most_sale .list-card .list-card-body p.text-gray .fa.fa-map-marker {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}
.delevery-option .custom-control-label {
    cursor: pointer;
}
.offer_coupon_code {
    display: table;
    width: 100%;
}
.offer_coupon_code .offer_code {
    background: #fcf8f3;
    border: 2px dashed #cacfda;
    padding: 7px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #ff683a;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 0 !important;
}
.offer_coupon_code .offer_price {
    font-weight: 600;
    color: #FF6D40;
    font-size: 17px;
    float: right;
    padding-top: 10px;
}
.offer_coupon_code .star.position-absolute {
    width: auto;
    margin-top: 0 !important;
    bottom: 42px;
    line-height: 1;
}
.offer_coupon_code .offer_code p.badge {
    text-transform: none;
}
.list-card-body .offer-btm {
    position: relative;
}
.list-card .offer_coupon_code a {
    margin-left: 5px;
}
.list-card-body .offer-btm h6 {
    padding-right: 95px;
    width: 100%;
    margin: 0 !important;
}
.list-card-body .offer-btm .star.position-absolute {
    right: 0;
    top: 0px;
    bottom: auto;
    margin: 0 !important;
}
.list-card .offer_coupon_code .star .badge,
.list-card-body .offer-btm .star .badge {
    font-size: 15px;
    letter-spacing: 1.5px;
    background: none;
    color: #000;
    box-shadow: none !important;
    padding: 2px 5px;
}
.list-card .offer_coupon_code .star .badge .feather-star,
.list-card-body .offer-btm .star .badge .feather-star {
    padding-right: 5px;
    color: #ff683a;
}
.list-card .offer_coupon_code .star .badge .feather-star.star_active,
.list-card-body .offer-btm .star .badge .feather-star.star_active {
    color: #FF6D40 !important;
}
.offer-section .rating-stars .feather-star {
    color: #fff;
}
.feather-star.star_active {
    color: #438cf8;
}
.header-right>.d-flex>.mr-4 {
    margin-right: 15px !important;
}
.header-right .text-dark {
    font-weight: 500;
}
#trendingList .list-card .list-card-body p.text-gray.rating {
    display: none;
}
.list-card .member-plan .badge.open {
    background: #28a74600;
}
.list-card .member-plan .badge.closed {
    background: #ff040400;
}
.gold-members .modal-body h6 {
    font-size: 18px;
}
.modal-body .recepie-body>div:last-child {
    margin-top: 20px;
}
.modal-body .recepie-body .custom-control .custom-control-label {
    display: block;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    text-transform: capitalize;
    color: #606060;
}
.modal-body .recepie-body .custom-control .custom-control-label>span.text-muted {
    float: right;
    color: #FC6C40 !important;
    font-weight: 700;
}
.modal-body .recepie-body .product-item-box>p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
/****************homepagenew*************/
.head-search .dropdown-toggle .head-loc {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
.head-loc i.feather-map-pin {
    /*border: 1px solid #dddee4;*/
    border-radius: 50px;
    color: #438cf8;
    padding: 0 !important;
    border: 0;
    font-size: 16px;
    background: none !important;
}
.head-search .dropdown {
    border: 1px solid #ff683a;
    border-radius: 9px;
    padding: 5px 10px;
    transition: all ease 0.5s;
}
.head-search .dropdown:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    transition: all ease 0.5s;
}
.head-search .dropdown-toggle {}
.head-search .dropdown-toggle::after {
    position: absolute;
    right: 20px;
}
.cat-item a.cat-link p {
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: 500;
    margin-top: 15px !important;
}
.cat-item a.cat-link i.fa {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #a0a0a0;
    font-size: 23px;
    margin-top: 15px;
    line-height: 35px;
    text-align: center;
}
.cat-item a.cat-link {
    background-color: #fafafc;
    border: 1px solid #e2e4eb;
}
.cat-item a.cat-link:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
    background-color: #ff6739 !important;
}
.cat-item a.cat-link:hover i.fa {
    color: #ff6739 !important;
}
.cat-item a.cat-link:hover p {
    color: #fff !important;
}
#trending-slider .list-card .star {
    bottom: -40px;
    z-index: 8;
    right: 18px;
}
#trending-slider .list-card-body {
    padding-right: 55px;
}
#most_sale1 .list-card {
    position: relative;
}
#most_sale1 .list-card:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.93) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.93) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.93) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ed000000', GradientType=0);
}
.position-absolute.most-pop-bottom {
    bottom: 10px;
    left: 15px;
    right: 15px;
    z-index: 4;
    padding-bottom: 0 !important;
}
#most_sale1 .list-card .list-card-image img {
    max-height: 370px;
    min-height: 370px;
    object-fit: cover;
}
.most_sale .list-card .most-pop-bottom .list-card-body p.text-gray,
.most-pop-bottom .list-card-body h6 {
    color: #fff;
}
.most-pop-bottom .list-card-body h6 a {
    color: #fff;
}
.hc-offcanvas-nav h2 {
    background: #ff693b;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #2A2F43 !important;
    color: #fff !important;
}
.hc-offcanvas-nav h2,
.hc-offcanvas-nav.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background-color: #2A2F43 !important;
    color: #fff !important;
}
.hc-offcanvas-nav li a:hover .nav-next::before,
.hc-offcanvas-nav li a:hover span::before {
    color: #fff !important;
    border-color: #fff;
}
.hc-offcanvas-nav ul.bottom-nav li a:hover i {
    color: #fff !important;
}
.list-card .star.position-relative {
    right: 0;
    bottom: 0;
}
.list-card-body .offer-btm {
    display: table;
    width: 100%;
    margin-bottom: 10px !important;
}
.list-card .list-card-body .offer-btm p.text-gray {
    min-height: inherit !important;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.list-card .star.position-relative span.badge.badge-success .feather-star {
    color: #fff !important;
}
.resturant-banner .restaurant-pic {
    width: 100%;
    position: static !important;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
    margin: 0;
}
.offer-section.resturant-banner {
    background: none;
}
.rest-basic-detail h2.h6 {
    font-size: 17px;
    color: #333;
}
.rest-basic-detail p#vendor_address {
    font-size: 14px;
    color: #555353 !important;
    font-weight: 500 !important;
}

.forgot-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 30px 0;
}

.forgot-password > .pg-password-toggler {
    margin: 0;
    font-size: 0.875rem;
}

.forgot-password  > .pg-p {
    color: #007bff;
}

.pg-overflow-hidden {
    overflow:hidden;
}

.rest-basic-detail p#vendor_address>span.fa {
    margin-right: 10px;
    color: #f72b40;
    font-size: 22px;
}
.rest-basic-detail .rest-time .time {
    font-size: 14px;
    color: #555353 !important;
}
.rest-basic-detail .feather_icon>.row {
    margin-right: 0;
}
.rest-basic-detail .feather_icon .fu-review,
.rest-basic-detail .feather_icon .fu-status {
    justify-content: end;
}
.rest-basic-detail .feather_icon .fu-time a.rest-right-btn {
    border: 0;
    padding: 5px 0 !important;
    margin: 0 !important
}
.rest-basic-detail .feather_icon .fu-status a.rest-right-btn {
    border: 0;
    padding: 0px 0 !important;
    margin: 0 !important;
    font-size: 15px;
}
.rest-basic-detail .feather_icon .fu-status a.rest-right-btn>span {
    font-size: 12px !important;
    color: #fff !important;
    padding: 5px 10px 7px 10px;
    border-radius: 5px;
    opacity: 1;
}
.rest-basic-detail .feather_icon .fu-status a.rest-right-btn>span.close {
    background: #ff0404;
}
.rest-basic-detail .feather_icon .fu-status a.rest-right-btn>span.open {
    background: #28a745 !important;
}
.rest-basic-detail .feather_icon a.rest-right-btn {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #438cf8;
    padding: 8px 10px !important;
    vertical-align: middle !important;
    color: #438cf8;
}
.rest-basic-detail .feather_icon a.rest-right-btn:hover {
    color: #438cf8;
    opacity: 0.8;
}
.rest-basic-detail .feather_icon a.btn {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #438cf8;
    padding: 7px 15px !important;
    vertical-align: middle !important;
    color: #438cf8;
}
.rest-basic-detail .feather_icon a.rest-right-btn .feather-star {
    color: #438cf8 !important;
}
.restaurant-detail-left h4.h6,
.sidebar-header h3.h6 {
    font-weight: 700 !important;
    color: #333333;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}
.restaurant-detail-left h4.h6:after,
.sidebar-header h3.h6:after {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #ff6537;
    bottom: 0;
    left: 0;
}
.restaurant-detail-left h6 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.restaurant-detail-left h6 small {
    color: #666666 !important;
    font-weight: 400;
    font-size: 16px !important;
    text-transform: none !important;
}
.restaurant-detail-right #restaurant_place h6#restaurant_name_place {
    margin-bottom: 10px !important;
}
.restaurant-detail-right #restaurant_place p#restaurant_location_place {
    font-size: 13px !important;
    color: #000 !important;
}
.restaurant-detail-right #restaurant_place p#restaurant_location_place i.feather-map-pin {
    margin-right: 5px;
}
.feather-star {
    margin-right: 2px;
    color: #d5cdcb !important;
}
.feather-star.text-warning {
    color: #ff6537 !important;
}
.list-card-image .badge.badge-success .feather-star {
    color: #fff !important;
}
.restaurant-detail-left .reviews-members-header h6 {
    font-size: 16px;
    color: #2a2a2a;
    padding-bottom: 7px;
}
.restaurant-detail-left .reviews-members-body p {
    font-size: 15px;
    color: #9091a4;
    font-weight: 500;
}
.count-number-box .count-number,
.count-number {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #c9c8d2;
    display: block;
}
.count-number-box .count-number button.count-number-input-cart,
.count-number button.btn-sm.btn {
    border: 0;
    background: none;
}
.count-number-box .count-number .count-number-input,
.count-number .count-number-input {
    background: none;
    color: #438cf8;
}
.count-number-box .count-number button.count-number-input-cart:hover,
.count-number button.btn-sm.btn:hover {
    color: #438cf8;
}
.sidebar-item-list .product-item .media-body p {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}
.count-number-box p.text-gray {
    font-size: 12px !important;
    color: #333333 !important;
    font-weight: 500 !important;
    margin-left: 5px !important;
}
.gold-members .add-btn {
    position: relative;
    padding-bottom: 25px;
}
.gold-members .add-btn .menu-itemimg img {
    width: 107px;
    height: 83px;
    border-radius: 10px;
    object-fit: cover;
}
.gold-members .add-btn .menu-itembtn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.gold-members .add-btn .menu-itembtn a.btn {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #438cf8;
    color: #438cf8;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 8px 12px;
}
#cart_list .close {
    cursor: pointer;
}
#cart_list .sidebar-item-list .variant-info ul,
#cart_list .sidebar-item-list .extras {
    display: table;
    width: 100%;
}
#cart_list .sidebar-item-list .variant-info ul li,
#cart_list .sidebar-item-list .extras {
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
#cart_list .sidebar-item-list .variant-info ul li span.label,
#cart_list .sidebar-item-list .extras span.label {
    font-weight: 500;
}
#cart_list .sidebar-item-list .media-body img {
    border-radius: 5px;
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;
    max-width: 30px !important;
    margin-right: 10px;
}
#cart_list .sidebar-item-list .media-body .product-name {
    display: flex;
    font-weight: 600;
}
.restaurant-detail-left .resitem-list-view h6 {
    font-weight: 500;
}
.resitem-list-view .media-body p.text-muted {
    font-weight: 600;
    color: #333333 !important;
    font-size: 18px;
    margin-top: 10px;
}
.restaurant-detail-right .btm-total p {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px !important;
}
.open-ticket-btn {
    position: fixed;
    top: 280px;
    left: -60px;
    transform: rotate(-90deg);
    z-index: 5;
    margin: 0 !important;
    width: auto !important;
}
.open-ticket-btn a {
    font-weight: 700;
    border-radius: 0px 0px 5px 5px;
    margin: 0 !important;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    border: 2px solid transparent;
    color: #fff;
    padding: 4px 16px;
    font-size: 13px;
    background-color: #438cf8;
    display: inline-block;
    border: 2px solid #438cf8;
}
.open-ticket-btn a:hover {
    background: none;
    color: #438cf8;
    padding: 8px 16px;
}
.transactions-banner {
    background: #438cf8;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 15px;
}
.transactions-banner .traban-right a.btn.btn-primary {
    border-radius: 50px;
    background: #ffffff;
    color: #ff683a;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 38px;
    font-weight: 600;
    line-height: 1;
}
.card-icon>span {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #fff1ed;
    color: #ff683a;
    text-align: center;
    font-size: 20px;
    padding: 18px 3px;
}
.res-search-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.res-search-list .transactions-list-wrap {
    width: 50%;
    padding: 0 8px;
}
.res-search-list .transactions-list-wrap .transactions-list-view {
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
}
.transactions-list-view .transactions-list img {
    object-fit: cover;
}
.transactions-list .transactions-list-left {
    align-items: center;
}
.res-search-list .transactions-list-wrap .transactions-list-view .transactions-list {
    width: 100%;
}
.transactions-list .media-body h6.date {
    font-size: 16px;
    font-weight: 600 !important;
}
.transactions-list .media-body p.text-muted {
    font-weight: 500;
    font-size: 16px;
}
.transactions-list .price {
    color: #27b047;
    font-size: 20px;
    font-weight: 700 !important;
}
.transactions-list .go-arror {
    font-size: 30px;
    color: #666 !important;
}
.transactions-list .media-body .offercoupan {
    background: #fcf8f3;
    border: 2px dashed #cacfda;
    padding: 5px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #ff683a;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 0 0 5px 0 !important;
}
.transactions-list .media-body .offercoupan p {
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    text-transform: none;
}
.transactions-list .media-body .offer-des {
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
.transactions-list .media-body .app-off-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.transactions-list .media-body .app-off-btn a {
    background: #438cf8;
    border: 1px solid #438cf8;
    color: #fff;
    padding: 2px 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
}
.transactions-list .media-body .app-off-btn a:hover {
    background: none;
    color: #438cf8 !important;
}
.transactions-list .media-body .offer-address a {
    color: #000;
    font-weight: 500;
}
.dataTables_processing {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 00.5);
    z-index: 1;
    color: #fff;
}
.transactions-list .media-body p.badge-success {
    line-height: 1;
    padding: 3px 10px 5px 10px;
    font-size: 12px;
    margin-bottom: 5px !important;
}
.page-link {
    color: #438cf8;
}
.page-link:hover {
    color: #fff;
    background-color: #438cf8;
    border-color: #438cf8;
}
#offers_coupons .slick-slide .list-card-body {
    min-height: 126px;
}
#offers_coupons .slick-slide img {
    height: 240px;
    object-fit: cover;
}
.rest-basic-detail .rating-wrap .label-rating {
    margin-bottom: 0;
}
ul.rating {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #ff683a;
}
.rating {
    border: none;
    float: none;
    margin: 0 auto;
}
ul.rating li {
    padding: 0 2px;
}
.rating__item {
    font-size: 15px;
    display: block;
    font-family: FontAwesome;
    cursor: pointer;
}
.rating__item::after {
    content: "\f006";
}
.rating[data-rating="5.5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="4.5"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="4"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="3.5"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="3"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="2.5"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="2"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="1.5"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="1"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="0.5"] .rating__item:nth-child(-n+0):after,
.rating[data-rating="0"] .rating__item:nth-child(-n+0):after {
    content: "\f005";
}
.rating[data-rating="1.5"] .rating__item:nth-child(2):after,
.rating[data-rating="2.5"] .rating__item:nth-child(3):after,
.rating[data-rating="3.5"] .rating__item:nth-child(4):after,
.rating[data-rating="4.5"] .rating__item:nth-child(5):after {
    content: "\f123";
}
.product-detail-page .car-det-title .rating.star .badge.badge-success {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
}
.product-detail-page .car-det-title .rating.star .badge.badge-success .feather-star {
    color: #fff !important;
    font-size: 11px;
    vertical-align: top;
}
.feather-star::before {
    content: "\f005";
    font-family: FontAwesome;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.car-det-head .car-det-price span#variant_qty {
    display: block;
    color: #666666;
    font-size: 14px;
}
.carrent-det-rg-inner h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 10px;
}
.product-detail-page .rent-cardet-right .description p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #666666;
}
.product-detail-page .addons-option {
    display: inline-block;
    margin-bottom: 5px;
}
.product-detail-page .addons-option .custom-control {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0 !important;
    background: #fff;
    z-index: 2;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    border: 1px solid #dae0ef !important;
    width: auto !important;
    margin-right: 10px;
}
.product-detail-page .addons-option .custom-control .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.product-detail-page .addons-option .custom-control .custom-control-label {
    padding: 12px 22px;
    color: #444444;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    font-family: 'Poppins';
    cursor: pointer;
}
.product-detail-page .addons-option .custom-control .custom-control-label.active {
    color: #fff;
}
.product-detail-page .addons-option .custom-control .custom-control-label:before {
    left: 0;
    right: 0;
    width: auto;
    max-width: inherit;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    border: 0;
    background: #FCFCFC;
}
.pg-home-container {
    margin-top: 30px;
    padding: 15px;
    display: flex;
    flex-direction: column;;
    background: var(--blue-gradient, linear-gradient(213deg, #2F80F8 0%, #1C4B92 100%));
    border-radius: 5px;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    transition: 0.2s ease;
    width:100%;
}
.product-detail-page .addons-option .custom-control .custom-control-label:after {
    left: 0;
    right: 0;
    width: auto;
    max-width: inherit;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    top: 0;
    opacity: 0;
    background: #FCFCFC;
    border: 1px solid #ABBCC8;
}
.count-number-box .count-number,
.count-number {
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #c9c8d2;
    display: block;
}
.count-number-box .count-number button.count-number-input-cart,
.count-number button.btn-sm.btn {
    border: 0 !important;
    background: none !important;
    border: 0;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
}
.product-detail-page .count-number .btn {
    font-size: 20px;
}
.product-detail-page .count-number-input {
    height: 38px;
    width: 50px;
    font-size: 23px;
}
.product-detail-page .addtocart .add-to-cart.btn.btn-primary {
    display: inline-block;
    width: 47%;
    border: 1px solid #ff0000;
    border-radius: 5px;
    background: none;
    color: #ff0000;
    letter-spacing: 0.05em;
}
.product-detail-page .addtocart .add-to-cart.btn.btn-primary:hover {
    opacity: 0.8;
}
.product-detail-page .addtocart .add-to-cart.btn.btn-primary.booknow {
    background: #ff0000;
    color: #fff;
}
.product-detail-page .addtocart {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 -8px;
}
.sidebar-item-list .product-item .media-body p span.sku,
.car-det-head .car-det-price span.price,
.rentalcar-list .car-price span {
    color: #ff0000;
}
.car-det-head .car-det-price span.price {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #ff0000;
}
.car-det-head .car-det-price span#variant_qty {
    display: block;
    color: #666666;
    font-size: 14px;
}
.multi-vendore-content.ecommerce-content .top-cat-list .cat-link span img {
    border-radius: 20px;
    height: 100%;
    margin-bottom: 0 !important;
    object-fit: cover;
}
.product-detail-page .car-det-title .rating.star .count {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #777777;
    margin-left: 12px;
}
.store-info .shipping-detail .shipping-details-bottom-border img {
    max-width: 40px;
}
.specification .prospe-info-box-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #333333;
    position: relative;
    padding-left: 15px;
}
.specification .prospe-info-box-list:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0px;
    top: 0px;
    background: #666666;
    border-radius: 100%;
    bottom: 0;
    margin: auto;
}
.specification .prospe-info-box-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #333333;
    position: relative;
    padding-left: 15px;
}
.rental-review .reviews-members {
    background: #FFFFFF;
    border: 1px solid #E5EAF1;
    border-radius: 15px;
    padding: 14px 17px;
}
.rental-review .reviews-members .media {
    padding-bottom: 15px;
    border-bottom: 1px solid #E5EAF1;
    margin-bottom: 10px;
}
.rental-review .reviews-members-header h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #333333;
}
.review-date span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #666666;
}
.rental-review .reviews-members .reviews-members-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
}
.related-products h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D6E3EC;
    padding-bottom: 15px;
}
.rental-detailed-ratings-and-reviews h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 11px;
}
.list-card .star.position-relative {
    right: 0;
    bottom: 0;
}
.multi-vendore-content .pro-list .list-card {
    border: 1px solid rgb(232, 232, 232);
    transition: all ease 0.5s;
    padding: 10px;
    border-radius: 10px;
}
.review-box {
    padding: 10px;
    border-radius: 7px;
    background: #f2f2f2;
}
.visit-store a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
ul.rating li {
    padding: 0 2px;
}
.rating__item {
    font-size: 15px;
    display: block;
    font-family: FontAwesome;
}
.rating__item::after {
    content: "\f006";
}
.rating[data-rating="5.5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="5"] .rating__item:nth-child(-n+5):after,
.rating[data-rating="4.5"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="4"] .rating__item:nth-child(-n+4):after,
.rating[data-rating="3.5"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="3"] .rating__item:nth-child(-n+3):after,
.rating[data-rating="2.5"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="2"] .rating__item:nth-child(-n+2):after,
.rating[data-rating="1.5"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="1"] .rating__item:nth-child(-n+1):after,
.rating[data-rating="0.5"] .rating__item:nth-child(-n+0):after,
.rating[data-rating="0"] .rating__item:nth-child(-n+0):after {
    content: "\f005";
}
.rating[data-rating="1.5"] .rating__item:nth-child(2):after,
.rating[data-rating="2.5"] .rating__item:nth-child(3):after,
.rating[data-rating="3.5"] .rating__item:nth-child(4):after,
.rating[data-rating="4.5"] .rating__item:nth-child(5):after {
    content: "\f123";
}
.tab-content .data-table_paginate .pagination {
    display: table;
    width: 100%;
}
.tab-content .data-table_paginate .pagination>li.page-item:first-child {
    float: left;
}
.tab-content .data-table_paginate .pagination>li.page-item:last-child {
    float: right;
}
.tab-content .data-table_paginate .page-item .page-link {
    border-radius: .25rem;
}
.ps-mob-icon {
    width: auto;
    height: 16px;
    color: #000;
}
.ps-mob-icon path {
    fill: #343a40;
}
.ps-mob:hover svg path {
    fill: #fff;
}
.ps-mob-icon-app {
    width: 113px;
    height: auto;
}
.ps-element-center {
    text-align: center;
}
.ps-mob-txt {
    padding-left: 0px;
    text-align: center;
}
.pg-my-order-tab-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.line-divider {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.pg-my-order-complete {
    margin-top: 10px;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
    padding: 0.2em;
    text-align: center;
}
.pg-my-order-in_progress {
    margin-top: 10px;
    background-color: #ffcd38;
    color: white;
    border-radius: 5px;
    padding: 0.2em;
    text-align: center;
}
.pg-my-order-rejected {
    margin-top: 10px;
    background-color: #e23844;
    color: white;
    border-radius: 5px;
    padding: 0.2em;
    text-align: center;
}

.pg-my-order-details {
    width: 100%;
    margin-top: 10px;
    background-color: #ffffff;
    color: #2a2f43;
    border-radius: 5px;
    padding: 0.5em 0.2em;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.pg-my-order-details:hover {
    background-color: #f5f5f5;
}

.row.fu-loadmore-btn {
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}
.row.fu-loadmore-btn .page-link {
    display: inline-block;
    background: #007bff;
    color: #fff;
    border-radius: 10px;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.error_top_pass p {
    color: red;
    text-align: center;
}
.error_top p {
    background: #fff;
    padding: 5px 5px 5px 10px;
    border-radius: 5px;
    border-left: 3px solid red;
    color: red;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    background: #438cf8;
    border-color: #5a9cff;
    box-shadow: none;
}
.left.user_image img.rounded {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    border-radius: 50px !important;
}
a:hover {
    color: #438cf8;
}
.form-group .form-check {
    padding-left: 0;
}
.pg-form-input {
    position: relative;
}

.fa-form-input-inside-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #808093;
    font-size: 0.875rem;
}

.profile-details>a {
    cursor: pointer;
}
.checkout-left-inner {
    padding-left: 75px;
}

.layout-inner {
    padding: 0;
    width:100%;
    max-width:1200px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pg-layout-inner-sticky {
    display: flex;
    flex-direction: column;
    align-self: start;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 110px;
}

.checkout-left-inner h6 {
    font-weight: 700 !important;
    color: #333333;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}
.checkout-left-box {
    position: relative;
}
.checkout-left-box.siddhi-cart-item:before {
    content: "";
    width: 0px;
    border: 1px dashed #b5b5b5;
    left: -42px;
    top: 0;
    bottom: -25px;
    display: inline-block;
    position: absolute;
}
.checkout-left-box.siddhi-cart-item:after {
    content: "\f041";
    font-family: FontAwesome;
    background: #438cf8;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    border-radius: 50px;
    line-height: 50px;
    position: absolute;
    left: -66px;
    top: 0;
}
.checkout-left-inner .addres-innerbox {
    background: #f2f4f8;
    border-radius: 10px;
}
.checkout-left-inner .addres-innerbox h6 {
    font-size: 16px;
}
.checkout-left-inner .addres-innerbox p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.checkout-left-box.accordion:after {
    content: "\f09d";
    font-family: FontAwesome;
    background: #438cf8;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    border-radius: 50px;
    line-height: 50px;
    position: absolute;
    left: -66px;
    top: 0;
}
.add-note h3 {
    font-weight: 700 !important;
    color: #333333;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
}
.add-note {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    padding: 1rem 0;
    background: #fff;
}
.add-note textarea {
    border: 1px solid #ced4da;
    height: 75px;
    width: 100%;
    border-radius: 5px;
}
.gendetail-row h3 {
    font-size: 17px;
    font-weight: 600 !important;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 2px solid #438cf8;
}
.gendetail-row .form-group {
    margin-bottom: 8px;
}
.gendetail-row .form-group label {
    margin: 0;
    width: 100%;
}
.gendetail-row .form-group.gendetail-col label strong {
    padding-right: 5px;
    width: 35%;
    float: left;
}
.gendetail-row .form-group.gendetail-col label>span {
    margin-left: 35%;
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.gendetail-row .card {
    height: 100%;
}
.bill-address span {
    padding-bottom: 2px;
    font-weight: 500;
}
.order-secdetail .order-deta-btm-right,
.order-secdetail .resturant-detail,
.order-secdetail .card {
    height: 100%;
}
.order-secdetail .card-header h4.card-header-title {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600 !important;
}
.order-secdetail .restaurant-title,
.order-secdetail .driver-name-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000;
}
.order-secdetail .contact-info {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.order-secdetail .row.redirecttopage {
    margin: 0;
    align-items: center;
}
.order-secdetail .restaurant-title a.redirecttopage,
.order-secdetail .driver-name-title a.redirecttopage {
    color: #000;
}
.order-secdetail .card-body p>strong {
    padding-right: 5px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 30%;
}
.order-secdetail .card-body p>span {
    display: block;
    margin-left: 30%;
    font-weight: 500;
}
.order-secdetail .row.redirecttopage img {
    object-fit: cover;
}
.section-header {
    /* z-index: 5; */
    position: relative;
}
.multi-vendore-content .pro-list .list-card {
    border: 1px solid rgb(232, 232, 232);
    transition: all ease 0.5s;
    padding: 10px;
    border-radius: 10px;
}
.multi-vendore-content #most_sale1 .list-card .list-card-image img {
    height: 200px;
    min-height: inherit;
}
.multi-vendore-content.ecommerce-content .pro-list .list-card h6.popul-title {
    font-weight: 600;
}
.list-card .list-card-body .offer-code a {
    font-weight: 500;
    border: 1px solid #ff683a;
    padding: 3px 10px;
    border-radius: 5px;
    background: #ff683a;
    color: #fff;
    margin: 0px 0 0 0 !important;
    font-size: 13px;
    display: inline-block;
}
.multi-vendore-content .all-store-section .pro-list {
    padding-bottom: 15px;
}
.rent-cardet-left .slick-slider.main-slider {
    margin-bottom: 15px;
}
.rent-cardet-left .product-image {
    padding: 5px;
}
.rent-cardet-left .product-image.slick-slide,
.rent-cardet-left .product-image {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.rent-cardet-left .product-image.slick-slide img {
    border-radius: .25rem;
}
.pro-list .list-card-image .img-fluid {
    width: 100% !important;
    height: 200px;
    min-height: inherit;
    object-fit: cover;
    max-height: inherit;
}
.multi-vendore-content .pro-list .list-card {
    border: 1px solid rgb(232, 232, 232);
    transition: all ease 0.5s;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}
.car-detail-inner {
    background: #fff;
    padding: 20px;
    /* box-shadow: 0 4px 9px 0 rgb(0 0 0 / 9%); */
}
.car-del-top-section .rent-cardet-left {
    padding-right: 15px;
}

.slick-list .slick-track {
    margin: inherit;
}
.car-del-top-section .rent-cardet-right {
    padding-left: 15px;
}
.car-det-title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #000000;
}
.more-from-store .store-product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5EAF1;
}
.more-from-store h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #000000;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}
.more-from-store .store-product .product-content {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.more-from-store .store-product .product-content .store-image {
    width: 100px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.more-from-store .store-product .product-content .product-detail {
    padding-left: 10px;
}
.more-from-store .store-product .product-detail .product-name {
    margin-bottom: 10px;
}
.more-from-store .store-product .product-detail .product-review {
    margin-bottom: 10px;
}
.more-from-store .store-product .product-detail .strike-price {
    display: flex;
    align-items: center;
}
.more-from-store .store-product .product-content .store-image img {
    height: 90px;
    object-fit: cover;
    box-sizing: border-box;
    max-width: 100%;
}
.ecommerce-banner .slick-slide .banner-text h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 15px;
}
.ecommerce-banner .slick-slide .banner-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 20px;
}
.ecommerce-content {
    padding-top: 50px;
    background: #fff;
}
.ecommerce-content>section {
    padding-bottom: 50px;
}
.ecommerce-banner .slick-slider {
    margin: 0;
}
.ecommerce-banner .slick-prev {
    left: 35px;
}
.ecommerce-banner .slick-slide {
    position: relative;
}
.ecommerce-banner .slick-slide {
    padding: 0;
}
.ecommerce-content .top-categories .append_categories .row,
.brands>.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-md-2.top-cat-list,
.col-md-2.brand-list {
    -ms-flex: 0 0 14.286%;
    flex: 0 0 14.286%;
    max-width: 14.286%;
    padding: 0 10px;
}
.multi-vendore-content.ecommerce-content .top-cat-list .cat-link span {
    border: 1px solid #D6E3EC;
    border-radius: 10px;
    background: none;
    transition: all ease 0.5s;
    padding: 10px 10px;
    height: 120px;
    transition: all ease 0.5s;
}
.multi-vendore-content.ecommerce-content .top-cat-list .cat-link:hover span {
    box-shadow: 0 0px 9px 0 rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
}
.ecommerce-content .title .see-all {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.ecommerce-content .title .see-all a {
    background: #2F80F8 !important;
}
.ecommerce-content .title .see-all a {
    background: #6045C8;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all ease 0.5s;
}
.ecommerce-content .title .see-all a:hover {
    opacity: 0.8;
    transition: all ease 0.5s;
}
.ecommerce-banner .slick-slide .banner-text {
    position: absolute;
    max-width: 1140px;
    padding: 0 15px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
}
#most_sale1 .list-card:before {
    position: relative !important;
}
.ecommerce-content .title {
    margin-bottom: 25px;
    /* border-bottom: 1px solid #D6E3EC; */
    padding-bottom: 15px;
}
.multi-vendore-content .new-arrivals .list-card .list-card-image {
    margin-top: 15px;
}
.multi-vendore-content .pro-list .list-card-image .img-fluid {
    border-radius: 10px;
}
.ecommerce-banner .slick-next {
    right: 35px;
}
.ecommerce-banner.multivendor-banner .banner-img img {
    height: 450px;
    object-fit: cover;
}
.top-cat-list .cat-link span {
    background: #F5F3FD;
    border-radius: 30px;
    padding: 30px;
    display: block;
}
.top-cat-list .cat-link h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px !important;
}
.contac-fotm-wrap {
    max-width: 600px;
    margin: 0 auto;
}
.contac-fotm-wrap .form-control {
    height: 45px;
}
.contac-fotm-wrap textarea.form-control {
    height: 100px;
}
.contac-fotm-wrap .btn.btn-primary {
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
}
.contac-fotm-wrap .form-title h4 {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 10px !important;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.contact-map iframe {
    display: block;
}
.c-t-order li a#completed-tab.active i {
    background: #28a745 !important;
}
.ord-com-btn .bg-rejected {
    background-color: red !important;
}
.ord-com-btn .bg-pending {
    background-color: #ffc107 !important;
}
.siddhi-favorites .container>h2 {
    margin-bottom: 30px !important;
    font-size: 20px;
}
.slick-list .slick-track {
    margin: inherit;
}
.notification-main .modal-body h6 {
    text-align: center;
    font-size: 18px;
    color: #438cf8;
}
.notification-main .modal-footer .btn.btn-primary {
    border-radius: 5px;
}
.notification-main .modal-footer .btn.btn-primary a {
    color: #fff;
}
#notification_order_complete .notification-main .modal-body h6 {
    color: green;
}
section.middle-banners .banner-img {
    border-radius: 10px;
    overflow: hidden;
}
section.middle-banners .banner-img img {
    /*height: 260px;*/
    object-fit: cover;
}
/*******************Dyining Restaurant**************/
.dyn-menulist button.view_all_menu_btn {
    text-transform: capitalize;
    color: #438cf8;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.dyn-menulist .slick-slider .image-item img {
    width: 100%;
    border-radius: 10px;
}
h5.list-title {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 600;
}
.dyntable-detail ul,
.daytab-cousines ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.dyntable-detail ul li {
    padding-left: 40px;
    position: relative;
}
.dyntable-detail ul li>span {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 25px;
    color: #333;
    line-height: 1;
}
.dyntable-detail ul li h5 {
    color: #2a2a2a;
    font-size: 16px;
}
.dyntable-detail ul li .slick-slider {
    margin: 0;
    color: #666;
    font-size: 18px;
}
.daytab-cousines ul li {
    display: inline-block;
    margin-right: 10px;
}
.daytab-cousines ul li>span {
    display: block;
    color: #ff683a;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
}
.daytab-cousines ul li>span:hover {
    background: #ff683a;
    color: #fff;
    border-color: #ff683a;
}
#book_a_table input[type="checkbox"],
#book_a_table input[type="radio"] {
    width: 15px;
    height: 15px;
    accent-color: #ec6707;
    cursor: pointer;
}
#book_a_table .form-check {
    margin-bottom: 10px;
}
a.restaurant_direction {
    padding: 10px 24px;
    border: 1px solid #e2e5e9;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
}

.address_restaurant {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}
.request-data {
    /*display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;*/
}
.request-data .sub-details {
    padding: 10px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    width: auto;
    vertical-align: top;
}
.request-data .sub-details>span:first-child {
    min-width: 140px;
    color: #438cf8;
    display: block;
}
.request-data .sub-details>span:last-child {
    margin-left: auto !important;
    font-weight: 500;
}
.order-body .ord-com-btn {
    min-width: 135px;
    text-align: center;
}

.pg-my-orders-cards-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.pg-my-order-cart-container {
    width: 495px;
    min-height: 400px;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.pg-my-order-details-card {
    width: 100%;
    background-color: white;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border-radius: 0.75em;
    padding: 1.5em;
    color: #2a2f43;
}

.pg-my-order-details-items {
    width: 700px;
    margin: 1em 0;
}

.pg-my-order-details-status-card {
    display: flex;
    gap: 2em;
    border-bottom: 2px solid #2f80f8;
    padding-bottom: 1em;
}

.pg-my-order-details-status-card-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1em 2em;
}

/*******************Dyining Restaurant**************/
.language-options select.form-control {
    font-size: 13px;
    padding: 0;
    border: 0;
    cursor: pointer;
}
.language-options select.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 0;
}
.slick-dots li {
    width: 40px;
    margin: 0 6px;
}
.slick-dots li button {
    width: 40px;
    height: 10px;
}
.slick-dots li button::before {
    opacity: .8;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
    content: "";
}
.slick-dots li.slick-active button::before {
    color: #FF6C40 !important;
    background: #FF6C40 !important;
}
.pac-container {
    z-index: 99999 !important;
}
#phone-box .col-xs-12 {
    position: relative;
}
.form-material .form-control#phone,
.login-page .form-control#mobileNumber {
    padding-left: 110px;
}
.select2.select2-container {
    position: absolute;
    left: 0;
    top: 3px;
    width: auto !important;
}
.select2.select2-container .select2-selection--single {
    border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    max-width: 107px;
}
.select2-container .select2-selection--single .select2-selection__rendered>span .img-flag {
    max-width: 25px;
}
.select2-container .select2-selection--single .select2-selection__rendered>span {
    font-size: 13px;
    padding-right: 5px;
}
.select2-results__option span img.img-flag {
    max-width: 25px;
}
.select2-container--open .select2-dropdown {
    min-width: 358px;
    top: 7px;
    border: 0;
}
.hide_tab {
    display: none !important;
}
/****************item Attribute*************/
.v-boxariants .attribute_list>div.attribute-drp {
    border: 0 !important;
    padding-bottom: 25px;
}
.v-boxariants .attribute_list>div .attribute-options>div.custom-control {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    padding: 0 !important;
    background: #fff;
    z-index: 2;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    font-size: 15px;
    border: 1px solid #dae0ef !important;
    width: auto !important;
    margin-right: 10px;
}
.v-boxariants .attribute_list>div .attribute-options>div.custom-control .custom-control-input:checked~.custom-control-label {
    color: #fff;
}
.v-boxariants .attribute_list>div .attribute-options>div.custom-control label.custom-control-label {
    padding: 10px 22px;
    cursor: pointer;
}
.product-detail-page .v-boxariants .attribute_list>div .attribute-options>div.custom-control label.custom-control-label::before {
    border: 0;
}
.v-boxariants .attribute_list>div .attribute-options>div.custom-control label.custom-control-label::before {
    left: 0;
    right: 0;
    width: auto;
    max-width: inherit;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
}
.web_version {
    text-align: center;
    font-weight: 700;
    padding: 14px 17px;
    font-size: 13px;
    color: #343a40;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}
.vandor-sidebar {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
}
.vandor-sidebar h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #333333;
    margin: 0;
    padding: 15px 22px;
    border-bottom: 1px solid #EAEAEA;
}
.vandor-sidebar .vandorcat-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.vandor-sidebar .vandorcat-list li {
    margin-bottom: 10px;
}
.vandor-sidebar .vandorcat-list li a {
    padding: 8px 22px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #333333;
    display: block;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border-left: 3px solid transparent;
}
.vandor-sidebar .vandorcat-list li a:hover {
    padding-left: 30px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.vandor-sidebar .vandorcat-list li a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.vandor-sidebar .vandorcat-list li a span img {
    max-width: 32px;
    border-radius: 100px;
    border: 1px solid #e8e8e8;
    padding: 2px;
    height: 32px;
    object-fit: cover;
}
.category-listing-page .page-title,
.st-brands-page .page-title {
    border-bottom: 1px solid #D6E3EC;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
}
.category-listing-page {
    background: #fff;
    padding-bottom: 40px;
}
.category-listing-page .product-list .list-card,
.product-detail-page .product-list .list-card {
    padding: 0;
    border: 1px solid #ececec;
    /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}
.category-listing-page .product-list .list-card-image img,
.product-detail-page .product-list .list-card-image img {
    height: 200px;
    /*object-fit: contain;*/
}
.category-listing-page .col-md-2.brand-list {
    padding: 0 8px;
}
.category-listing-page .brand-list .list-card-image>a {
    background: #F5F3FD;
    border-radius: 20px;
    padding: 10px;
    display: block;
    cursor: pointer;
    min-height: 120px;
    border: 1px solid #eaeaea;
}
.category-listing-page .brand-list .list-card-image>a img {
    height: 100%;
    object-fit: cover;
    width: 100% !important;
    border-radius: 20px;
    min-height: 120px;
    max-height: 120px;
}
.category-listing-page .brand-list .brand-title {
    text-align: center;
}
.category-listing-page .product-list .list-card .list-card-image .member-plan {}
.foodies-detail-coupon .coupon-code label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.05em;
    color: #333333;
    margin-bottom: 15px;
}
.foodies-detail-coupon .copupon-list ul {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #D6E3EC;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
}
.foodies-detail-coupon .copupon-list ul li {
    list-style-type: none;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 15px 20px;
    border: 1px dashed #ccc;
    background: #fff;
    cursor: pointer;
}
.foodies-detail-coupon .copupon-list ul li span {
    font-weight: 600;
    color: #6d6d77;
    font-size: 13px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 0;
}
.foodies-detail-coupon .copupon-list ul li span.per-off {
    font-size: 17px;
    margin-bottom: 10px;
    color: #676771;
}
.foodies-detail-coupon .copupon-list ul li:hover {
    background: #f8f7fc;
    color: #8b8a93;
}
.foodies-detail-coupon .copupon-list ul li span.per-off:before {
    content: "";
    background: url(/img/discount-icon.png) no-repeat center center;
    width: 22px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}
.vandor-sidebar .vandorcat-list li a:hover,
.vandor-sidebar .vandorcat-list li.active a {
    color: #cc3838
}
.product-list .list-card {
    padding: 0;
    border: 0px solid #ececec;
    box-shadow: 0px 0.5px 2px #0000004D;
    border-radius: 5px;
    transition: all ease 0.5s;
    height: 100%;
    background: white;
}

.all-store-section .product-list {
    margin-bottom: 20px;
}
.all-store-section .product-list .list-card {
    margin-bottom: 20px;
}
.product-list .list-card-image img {
    width: 100% ;
    height: 200px;
    min-height: inherit;
    object-fit: cover;
    max-height: inherit;
    object-position: center;
    border-radius: 5px 5px 0 0;
}
.product-list .list-card .list-card-image .discount-price {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    border-radius: 40px 0px 5px 0px;
    padding: 12px 15px 12px 25px;
    line-height: 1;
    font-weight: 600;
}
.product-list .list-card-body {
    position: relative;
    padding-right: 0px;
    padding-top: 10px;
}
.product-list .list-card-body .product-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 0 !important;
}
.list-card h6.popul-title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #333333;
}
.product-list .list-card-body .pro-price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 3px !important;
}
.product-list .list-card-body .product-title a {
    margin-bottom: 0 !important;
}
.product-list .list-card-body .pro-cat {
    color: #666666;
    font-size: 14px;
    margin: 0 !important;
    margin-top: 8px !important;
}
.product-list .list-card-body .pro-price s {
    font-size: 13px;
    color: #666666;
    padding-left: 5px;
}
.all-store-section .product-list .list-card-body {
    padding-right: 0;
}
.vendor-page .product-list .list-card-image img {
    height: 300px;
    object-position: top;
    object-fit: cover;
}
/*star rating css*/
.rating {
    border: none;
    float: none;
    margin: 0 auto;
}
.rating>input {
    display: none;
}
.rating>label:before {
    content: '\f005';
    font-family: FontAwesome;
    margin: 0px 5px;
    font-size: 3.5rem;
    display: inline-block;
    cursor: pointer;
}
.rating>.half:before {
    content: '\f089';
    position: absolute;
    cursor: pointer;
}
.rating>label {
    color: #ccc;
    float: right;
    cursor: pointer;
}
.rating>input:checked~label,
.rating:not(:checked)>label:hover~label {
    color: #eca700;
}
.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~input:hover~label {
    color: #eca700;
}
.rating[data-rating="0.5"]>input~label.half[for="star0.5"] {
    color: #eca700;
}
.rating[data-rating="1"]>input~label.half[for="star0.5"],
.rating[data-rating="1"]>input~label.full[for="star1"] {
    color: #eca700;
}
.rating[data-rating="1.5"]>input~label.half[for="star0.5"],
.rating[data-rating="1.5"]>input~label.full[for="star1"],
.rating[data-rating="1.5"]>input~label.half[for="star1.5"] {
    color: #eca700;
}
.rating[data-rating="2"]>input~label.half[for="star0.5"],
.rating[data-rating="2"]>input~label.full[for="star1"],
.rating[data-rating="2"]>input~label.half[for="star1.5"],
.rating[data-rating="2"]>input~label.full[for="star2"] {
    color: #eca700;
}
.rating[data-rating="2.5"]>input~label.half[for="star0.5"],
.rating[data-rating="2.5"]>input~label.full[for="star1"],
.rating[data-rating="2.5"]>input~label.half[for="star1.5"],
.rating[data-rating="2.5"]>input~label.full[for="star2"],
.rating[data-rating="2.5"]>input~label.half[for="star2.5"] {
    color: #eca700;
}
.rating[data-rating="3"]>input~label.half[for="star0.5"],
.rating[data-rating="3"]>input~label.full[for="star1"],
.rating[data-rating="3"]>input~label.half[for="star1.5"],
.rating[data-rating="3"]>input~label.full[for="star2"],
.rating[data-rating="3"]>input~label.half[for="star2.5"],
.rating[data-rating="3"]>input~label.full[for="star3"] {
    color: #eca700;
}
.rating[data-rating="3.5"]>input~label.half[for="star0.5"],
.rating[data-rating="3.5"]>input~label.full[for="star1"],
.rating[data-rating="3.5"]>input~label.half[for="star1.5"],
.rating[data-rating="3.5"]>input~label.full[for="star2"],
.rating[data-rating="3.5"]>input~label.half[for="star2.5"],
.rating[data-rating="3.5"]>input~label.full[for="star3"],
.rating[data-rating="3.5"]>input~label.half[for="star3.5"] {
    color: #eca700;
}
.rating[data-rating="4"]>input~label.half[for="star0.5"],
.rating[data-rating="4"]>input~label.full[for="star1"],
.rating[data-rating="4"]>input~label.half[for="star1.5"],
.rating[data-rating="4"]>input~label.full[for="star2"],
.rating[data-rating="4"]>input~label.half[for="star2.5"],
.rating[data-rating="4"]>input~label.full[for="star3"],
.rating[data-rating="4"]>input~label.half[for="star3.5"],
.rating[data-rating="4"]>input~label.full[for="star4"] {
    color: #eca700;
}
.rating[data-rating="4.5"]>input~label.half[for="star0.5"],
.rating[data-rating="4.5"]>input~label.full[for="star1"],
.rating[data-rating="4.5"]>input~label.half[for="star1.5"],
.rating[data-rating="4.5"]>input~label.full[for="star2"],
.rating[data-rating="4.5"]>input~label.half[for="star2.5"],
.rating[data-rating="4.5"]>input~label.full[for="star3"],
.rating[data-rating="4.5"]>input~label.half[for="star3.5"],
.rating[data-rating="4.5"]>input~label.full[for="star4"],
.rating[data-rating="4.5"]>input~label.half[for="star4.5"] {
    color: #eca700;
}
.rating[data-rating="5"]>input~label.half[for="star0.5"],
.rating[data-rating="5"]>input~label.full[for="star1"],
.rating[data-rating="5"]>input~label.half[for="star1.5"],
.rating[data-rating="5"]>input~label.full[for="star2"],
.rating[data-rating="5"]>input~label.half[for="star2.5"],
.rating[data-rating="5"]>input~label.full[for="star3"],
.rating[data-rating="5"]>input~label.half[for="star3.5"],
.rating[data-rating="5"]>input~label.full[for="star4"],
.rating[data-rating="5"]>input~label.half[for="star4.5"],
.rating[data-rating="5"]>input~label.full[for="star5"] {
    color: #eca700;
}
.rating[data-rating="0.5"]>input~label.half[for="attr_star0.5"] {
    color: #eca700;
}
.rating[data-rating="1"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="1"]>input~label.full[for="attr_star1"] {
    color: #eca700;
}
.rating[data-rating="1.5"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="1.5"]>input~label.full[for="attr_star1"],
.rating[data-rating="1.5"]>input~label.half[for="attr_star1.5"] {
    color: #eca700;
}
.rating[data-rating="2"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="2"]>input~label.full[for="attr_star1"],
.rating[data-rating="2"]>input~label.half[for="attr_star1.5"],
.rating[data-rating="2"]>input~label.full[for="attr_star2"] {
    color: #eca700;
}
.rating[data-rating="2.5"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="2.5"]>input~label.full[for="attr_star1"],
.rating[data-rating="2.5"]>input~label.half[for="attr_star1.5"],
.rating[data-rating="2.5"]>input~label.full[for="attr_star2"],
.rating[data-rating="2.5"]>input~label.half[for="attr_star2.5"] {
    color: #eca700;
}
.rating[data-rating="3"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="3"]>input~label.full[for="attr_star1"],
.rating[data-rating="3"]>input~label.half[for="attr_star1.5"],
.rating[data-rating="3"]>input~label.full[for="attr_star2"],
.rating[data-rating="3"]>input~label.half[for="attr_star2.5"],
.rating[data-rating="3"]>input~label.full[for="attr_star3"] {
    color: #eca700;
}
.rating[data-rating="3.5"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="3.5"]>input~label.full[for="attr_star1"],
.rating[data-rating="3.5"]>input~label.half[for="attr_star1.5"],
.rating[data-rating="3.5"]>input~label.full[for="attr_star2"],
.rating[data-rating="3.5"]>input~label.half[for="attr_star2.5"],
.rating[data-rating="3.5"]>input~label.full[for="attr_star3"],
.rating[data-rating="3.5"]>input~label.half[for="attr_star3.5"] {
    color: #eca700;
}
.rating[data-rating="4"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="4"]>input~label.full[for="attr_star1"],
.rating[data-rating="4"]>input~label.half[for="attr_star1.5"],
.rating[data-rating="4"]>input~label.full[for="attr_star2"],
.rating[data-rating="4"]>input~label.half[for="attr_star2.5"],
.rating[data-rating="4"]>input~label.full[for="attr_star3"],
.rating[data-rating="4"]>input~label.half[for="attr_star3.5"],
.rating[data-rating="4"]>input~label.full[for="attr_star4"] {
    color: #eca700;
}
.rating[data-rating="4.5"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="4.5"]>input~label.full[for="attr_star1"],
.rating[data-rating="4.5"]>input~label.half[for="attr_star1.5"],
.rating[data-rating="4.5"]>input~label.full[for="attr_star2"],
.rating[data-rating="4.5"]>input~label.half[for="attr_star2.5"],
.rating[data-rating="4.5"]>input~label.full[for="attr_star3"],
.rating[data-rating="4.5"]>input~label.half[for="attr_star3.5"],
.rating[data-rating="4.5"]>input~label.full[for="attr_star4"],
.rating[data-rating="4.5"]>input~label.half[for="attr_star4.5"] {
    color: #eca700;
}
.rating[data-rating="5"]>input~label.half[for="attr_star0.5"],
.rating[data-rating="5"]>input~label.full[for="attr_star1"],
.rating[data-rating="5"]>input~label.half[for="attr_star1.5"],
.rating[data-rating="5"]>input~label.full[for="attr_star2"],
.rating[data-rating="5"]>input~label.half[for="attr_star2.5"],
.rating[data-rating="5"]>input~label.full[for="attr_star3"],
.rating[data-rating="5"]>input~label.half[for="attr_star3.5"],
.rating[data-rating="5"]>input~label.full[for="attr_star4"],
.rating[data-rating="5"]>input~label.half[for="attr_star4.5"],
.rating[data-rating="5"]>input~label.full[for="attr_star5"] {
    color: #eca700;
}
/*attribute star rating css*/
.attribute {
    border: none;
    float: none;
    margin: 0 auto;
}
.attribute>input {
    display: none;
}
.attribute>label:before {
    content: '\f005';
    font-family: FontAwesome;
    margin: 0px 5px;
    font-size: 1.5rem;
    display: inline-block;
    cursor: pointer;
}
.attribute>.half:before {
    content: '\f089';
    position: absolute;
    cursor: pointer;
}
.attribute>label {
    color: #ccc;
    float: right;
    cursor: pointer;
}
/*landing page*/
.st-home-page-main {
    background: #FAFAFA;
    font-family: 'Poppins';
}
.st-home-page-main .brand-wrap {
    position: static;
    border-radius: 0 !important;
    background: none;
    padding: 12px 0;
    box-shadow: none !important;
}
.st-home-page-main header.section-header {
    position: absolute;
    left: 0;
    right: 0;
}
.st-home-banner {
    background: url(../img/land-banner-bg.png) no-repeat left top;
    background-size: 50% auto;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}
.st-home-banner-right img {
    max-width: 100%;
}
.st-home-banner-left {
    text-align: right;
    padding-top: 100px;
    padding-bottom: 80px;
}
.st-home-banner-content {
    display: inline-block;
    text-align: left;
    max-width: 545px;
    padding-right: 45px;
}
.st-home-banner-content h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 23px;
}
.st-home-banner-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #505056;
    margin-bottom: 35px;
}
.st-home-banner-content .cat-item a.cat-link {
    border-color: transparent;
}
.st-home-banner-content .cat-item a.cat-link:hover,
.st-home-banner-content .cat-item.section-selected a.cat-link {
    border-color: #FF683A;
    background: none !important;
}
.st-home-banner-content .cat-item a.cat-link p {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #505056;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.st-home-banner-content .cat-item a.cat-link:hover p {
    color: #505056 !important;
}
.st-home-banner-content .cat-slider img {
    border-radius: 0 !important;
    width: 60px;
    height: 60px;
}
.location-box .location-group {
    position: relative;
}
.location-box .location-group input {
    border: 1.2px solid #CCD1D7;
    padding: 16px 132px 16px 21px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #505056;
    width: 100%;
}
.location-box {
    margin-bottom: 40px;
}
.location-box .location-group .locate-me {
    position: absolute;
    right: 21px;
    top: 0;
    bottom: 0;
    line-height: 56px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #505056;
    cursor: pointer;
}
.location-box .location-group .locate-me img {
    margin-right: 6px;
}
.st-home-banner-content .cont-btn a {
    background: #FF683A;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding: 8px 25px;
    border-color: #FF683A;
}
.st-home-banner-content .cont-btn a:hover {
    opacity: 0.8;
}
.st-home-banner-content .slick-arrow,
.st-home-banner-content .slick-arrow:hover,
.st-home-banner-content .slick-arrow:focus {
    height: 42px;
    width: 42px;
    background-size: 8px;
}
.st-home-service {
    background: #1F1F1F;
    padding-top: 80px;
    padding-bottom: 80px;
}
.st-service-box {
    padding: 42px 40px;
    background: #262626;
    border-radius: 30px;
    height: 100%;
}
.st-service-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
}
.st-service-box p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #F0E2DE;
}
.st-appstore {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
}
.st-appstore-right img {
    max-width: 100%;
}
.st-appstore:after {
    position: absolute;
    top: auto;
    left: 0px;
    background: url(../img/appstore-pizza.png) no-repeat left center;
    width: 97px;
    height: 167px;
    content: "";
    bottom: 120px;
    margin: auto;
    z-index: -1;
}
.st-appstore-left:after {
    position: absolute;
    top: -50px;
    left: -75px;
    background: url(../img/appstore-round.png) no-repeat center;
    width: 136px;
    height: 136px;
    content: "";
}
.st-appstore-left h3 {
    font-weight: 600;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 14px;
}
.st-appstore-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #505056;
}
.st-appstore-down {
    margin-top: 40px;
}
.st-appstore-down h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 21px;
}
.st-appstore-down a {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.st-appstore-right {
    padding-left: 70px;
}
/*end-landing page*/
.variant-info {
    padding-top: 10px;
}
.variant-info ul {
    display: flex;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.variant-info ul li {
    margin-right: 10px;
    padding-right: 10px !important;
    border-right: 1px solid #dee2e6;
    font-size: 13px !important;
    display: flex;
    padding: 0px 0px;
    font-size: 10px;
    margin-bottom: 2px;
}
.variant-info ul li:last-child {
    border: 0;
}
.variant-info ul li span.label::after,
#cart_list .sidebar-item-list .extras span.label:after {
    content: ":";
    padding-left: 3px;
}
/*Product detail page reviews Css*/
.product-detail-page .rental-detailed-ratings-and-reviews .rental-review .overall-rating .badge.badge-success {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
}
.product-detail-page .rental-detailed-ratings-and-reviews .rental-review .overall-rating .count {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #777777;
    margin-left: 12px;
}
.product-detail-page .rental-detailed-ratings-and-reviews .rental-review .overall-rating .feather-star {
    color: #fff !important;
}
.product-detail-page .attribute-ratings .feature-reviews-members-header {
    position: relative;
    z-index: 1;
}
.product-detail-page .attribute-ratings .feature-reviews-members-header:before {
    position: absolute;
    content: "";
    background: #E5EAF1;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: -1;
}
.product-detail-page .attribute-ratings .feature-reviews-members-header h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #333333;
    background: #fff;
    padding-right: 10px;
    min-width: 150px;
}
.product-detail-page .attribute-ratings .feature-reviews-members-header .rating-info {
    background: #fff;
    padding-left: 10px;
}
.product-detail-page .rating-info .feather-star {
    font-size: 17px;
    margin-right: 4px;
}
.product-detail-page .attribute-ratings .rating-info .count-rating {
    width: 20px;
    text-align: right;
}
.rental-review .reviews-members .reviews-members-body .photos ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.rental-review .reviews-members .reviews-members-body .photos ul li {
    display: inline-block;
    margin-right: 10px;
    width: 15%;
    vertical-align: middle;
}
.rental-review .reviews-members .reviews-members-body .photos ul li img {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #E7E7E7;
    height: 53px;
    object-fit: contain;
}
.specification .prospe-info-box-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #333333;
    position: relative;
    padding-left: 15px;
}
.specification .prospe-info-box-list:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0px;
    top: 0px;
    background: #666666;
    border-radius: 100%;
    bottom: 0;
    margin: auto;
}
.specification .prospe-info-box-list label {
    margin-left: auto;
    margin-bottom: 0;
}

.pg-checkout-bottom-claim{
    width:520px;
    margin-top: 20px;
    line-height: 16px;
}
/*Product detail page reviews Css End*/
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
.resturant-banner-right-block {
    margin-bottom: 16px;
}
.resturant-banner-right-block img {
    max-width: 100%;
    height: 142px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.resturant-banner-right-block.view-all-blc {
    height: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.resturant-banner-right-block.view-all-blc:before {
    position: absolute;
    top: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    border-radius: 10px;
}
.resturant-banner-right-block.view-all-blc img {
    height: calc(100% - 16px);
}
.resturant-banner-right-block.view-all-blc .see-gallary {
    position: absolute;
    left: 0;
    right: 0;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
/****************Story start*************/
.siddhi-home-page .ecommerce-content {
    padding-top: 0;
}
.ps-list-card {
    display: flex;
    flex-direction: column;;
    background-color: #FCFCFC;
    border: 1px solid #e5e5ea;
    border-radius: 10px;
    cursor: pointer;
    height: 310px;
    justify-content: space-between;
    color: #2A2F43;
    margin: 0;
    padding: 0;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    transition: 0.2s ease;
    width:100%;
}
.ps-list-card:hover {
    background-color: white;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3) !important;
}

.pg-google-card {
    display: flex;
    flex-direction: column;;
    background-color: #FCFCFC;
    border-radius: 10px;
    cursor: pointer;
    color: #2A2F43;
    margin: 0;
    padding: 0;
    transition: 0.2s ease;
    position: relative;
}

.pg-google-card-body {
    position: relative;
    display:flex;
    flex-direction: column;
    padding: 10px;
    gap:5px;
}

.ecommerce-content>section.restaurant_stories {
    margin-bottom: 0px;
    background: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ecommerce-content>section.top-categories {
    margin-top: 50px;
}
.restaurant_stories .stories.snapssenger.carousel .story {
    width: 44vw;
    max-width: 100%;
    /*max-height: 210px;*/
    max-height: 230px;
    padding: 0;
}
.restaurant_stories .stories.snapssenger.carousel .story a {
    border: 2px solid transparent;
    border-radius: 16px;
}
.restaurant_stories .stories.snapssenger.carousel .story a:hover {
    border: 2px solid #fff;
}
.restaurant_stories .stories.snapssenger.carousel .story>.item-link {
    max-height: 210px;
    border-radius: 16px;
    overflow: hidden;
    transition: all ease 0.5s;
}
.restaurant_stories .stories.snapssenger.carousel .story>.item-link:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 90px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.38) 38%, rgba(0, 0, 0, 0.77) 77%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.38) 38%, rgba(0, 0, 0, 0.77) 77%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.38) 38%, rgba(0, 0, 0, 0.77) 77%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}
.restaurant_stories .stories.snapssenger.carousel .story>.item-link>.item-preview {
    height: 210px;
    max-height: inherit;
    border-radius: 16px;
    overflow: hidden;
}
.restaurant_stories .stories.snapssenger.carousel .story>.item-link>.item-preview img {
    border-radius: 16px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
.pg-transition {
    transition: all 1s ease; /* Smooth transition */
}
.restaurant_stories .stories.snapssenger.carousel .story>.item-link>.info {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-shadow: none;
    bottom: 16px;
    left: 5px;
    right: 5px;
    width: auto;
    z-index: 1;
}
.restaurant_stories .stories.snapssenger.carousel .story>.item-link>.info .name {
    font-weight: 700 !important;
}
.restaurant_stories .stories.snapssenger .story.seen {
    opacity: 1;
}
#zuck-modal-content .story-viewer .slides .item {
    max-width: 600px;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
}
#zuck-modal-content .story-viewer .head {
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 85px !important;
    padding: 20px 12px !important;
}
#zuck-modal-content .story-viewer .slides-pointers {
    max-width: 600px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#zuck-modal-content .story-viewer .slides-pointers {
    left: 0;
    right: 0;
    width: 100%;
}
#zuck-modal-content .story-viewer .head .item-preview {
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px !important;
}
#zuck-modal-content .story-viewer .head .left .info .name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 7px;
}
#zuck-modal-content .story-viewer .head .right {
    position: fixed;
    right: 23px;
    top: 10px;
    color: #fff;
    opacity: 1;
}
#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
    opacity: 1;
}
#zuck-modal-content .story-viewer .slides .item>.media {
    transform: inherit !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
}
#zuck-modal-content .story-viewer .tip.muted {
    bottom: 80px !important;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 15px;
}
.restaurant_stories .stories.snapssenger.carousel .story>.item-link:hover {
    /*box-shadow: 0 0px 20px 0 rgba(0,0,0,0.2) !important;*/
    transition: all ease 0.5s;
}
.restaurant_stories .stories.snapssenger.carousel .story:hover .item-link>.item-preview img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}
#zuck-modal {
    background: rgba(0, 0, 0, 98) !important;
}
.restaurant_stories .storiesWrapper .slick-arrow.slick-prev,
.middle-banners .slick-arrow.slick-prev {
    left: 10px;
}
.restaurant_stories .storiesWrapper .slick-arrow.slick-next,
.middle-banners .slick-arrow.slick-next {
    right: 10px;
}
.restaurant_stories .stories.carousel .story:first-child {
    margin-left: 6px;
}
.new-acc a.btn.btn-primary {
    padding: 10px 20px;
    font-size: 17px;
    display: block;
    width: 100%;
    font-weight: 600;
}
.new-acc a.btn.btn-primary i {
    margin-right: 10px;
    font-size: 20px;
}
.or-line {
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #2a2f43;
    z-index: 1;
    position: relative;
    margin: 15px 0;
    width: 100%;
}
/****************Story End*************/
/****************responsive*************/
@media screen and (max-width: 1199px) {
    .homebanner-content h1 {
        font-size: 30px;
    }
    .homebanner-content h4 {
        font-size: 20px;
    }
    .homebanner-content .ban-btn a {
        padding: 10px 20px;
        font-size: 12px;
    }
    .homebanner-content .ban-btn span.price {
        font-size: 18px;
    }
    .homebanner-content .ban-btn span.price sup {
        margin-left: 0;
        font-size: 10px;
    }
    .login-page .px-5.col-md-6.ml-auto,
    .login-page .px-5.col-10.mx-auto {
        padding: 0 15px !important;
    }
    .header-right>.d-flex>.mr-4 {
        margin-right: 5px !important;
    }
    .header-main .takeaway-btn {
        padding: 8px 5px;
    }
    .header-right .widget-header.btn.bg-primary {
        padding: 8px 7px;
    }
    .header-right .text-dark {
        font-size: 12px;
    }
    .st-home-banner-content {
        max-width: 465px;
        padding-right: 30px;
    }
    .st-home-banner-content h1,
    .st-appstore-left h3 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .st-appstore-left p {
        font-size: 14px;
    }
    .top-cat-list .cat-link span {
        padding: 15px;
    }
    .brand-list .list-card-image img {
        height: 100px;
        width: 100;
        width: 100px !important;
        display: inline-block;
    }
    .parcel-content .whtare-sending {
        padding: 50px 0;
    }
    .car-landing-page .block-title h2,
    .car-our-adenture .block-title h2 {
        font-size: 35px;
    }
    .car-lan-about .content-block .block-title {
        margin-bottom: 25px;
    }
    .car-lan-about p,
    .car-our-adenture .block-title p {
        font-size: 14px;
    }
    .car-lan-about .content-block .about-btn {
        margin-top: 15px;
        height: 57px;
        line-height: 55px;
    }
    .car-landing-page .block-title p,
    .car-download-sec p {
        font-size: 15px;
    }
    .single-feature-one h3 {
        font-size: 18px;
    }
    .single-feature-one p {
        font-size: 13px;
        line-height: 23px;
        margin-top: 12px;
    }
    .car-our-adenture .block-title h5 {
        font-size: 12px;
    }
    .block-icon li .block-right h5 {
        font-size: 15px;
    }
    .our-adenture-img img {
        max-width: 100%;
    }
    .block-title.mb-5 {
        margin-bottom: 25px !important;
    }
}
@media screen and (max-width: 991px) {
    .ecommerce-content .top-categories .append_categories .row,
    .brands>.row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .multi-vendore-content.ecommerce-content .top-cat-list .cat-link span {
        padding: 10px 10px;
    }
    .banner-img img {
        height: 300px;
        object-fit: cover;
    }
    .homebanner-content h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .homebanner-content h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .homebanner-content .ban-btn a {
        padding: 6px 18px;
        font-size: 12px;
    }
    .homebanner-content .ban-btn span.price {
        font-size: 16px;
    }
    .homebanner-content .ban-btn span.price sup {
        margin-left: 0;
        font-size: 10px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .trending-slider .slick-slide img {
        max-height: 200px;
        min-height: 200px;
    }
    .login-page video {
        height: 100%;
        object-fit: cover;
    }
    .mobile-logo.brand-wrap {
        background: #fff;
        padding: 10px;
        border-radius: 10px;
    }
    .mobile-logo.brand-wrap img {
        max-width: 112px;
    }
    .hc-nav-trigger {
        top: 28px !important;
    }
    .order-secdetail .row>.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .list-card-body .offer-btm {
        display: flex;
        box-sizing: border-box;
    }
    .col-md-8.vendor-detail-left,
    .col-md-4.vendor-detail-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .brand-wrap {
        position: static;
    }
    .tab-title h3 {
        font-size: 18px;
    }
    .car-specs-box .car-specs-box-inner {
        padding: 9px 10px;
    }
    .car-specs-box .car-specs-box-inner span {
        font-size: 16px;
    }
    .st-home-banner-content {
        max-width: 100%;
        padding-right: 0;
    }
    .st-home-banner-content p {
        font-size: 14px;
    }
    .st-home-page-main header.section-header {
        display: block;
        z-index: 2;
        position: static;
    }
    .st-home-banner-left {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ecommerce-banner .banner-img img,
    .ecommerce-banner.multivendor-banner .banner-img img {
        height: 450px;
    }
    .col-md-2.top-cat-list,
    .col-md-2.brand-list {
        padding: 0 8px;
    }
    .ecommerce-content .top-categories .append_categories .row,
    .brands>.row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .hvr-float-shadow {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .car-lan-about .image-block .bubble-block .inner-block p {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .car-lan-about .image-block {
        margin-left: 0;
    }
    .car-lan-about .image-block .bubble-block {
        width: 100px;
        height: 100px;
    }
    .car-lan-about .image-block .bubble-block .inner-block span {
        font-size: 25px;
    }
    .our-adenture-img {
        text-align: center;
    }
    .multi-vendore-content.ecommerce-content .top-cat-list .cat-link span {
        padding: 10px 10px;
    }
    .siddhi-home-page .mobile-filter {
        display: none !important;
    }
    .resturant-banner .restaurant-pic {
        height: 250px;
    }
    .col-md-8.resturant-banner-left,
    .col-md-4.resturant-banner-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .most_popular .list-card-image .img-fluid,
    .res-search-list .list-card-image .img-fluid,
    .res-search-list-1 .list-card-image .img-fluid {
        /*max-height: inherit;*/
    }
    .login-page video {
        display: none;
    }
    .title h5 {
        font-size: 20px;
    }
    .order-list td.ord-photo {
        max-width: 100px;
        width: 80px;
    }
    .order_img {
        height: 80px;
    }
    .order-list tr th,
    .order-list tr td {
        font-size: 13px;
    }
    .order-list tr td.price {
        font-size: 15px;
    }
    .siddhi-cart-item .siddhi-cart-item-profile>img {
        height: 200px;
        max-width: 200px;
    }
    .rest-basic-detail .d-flex.align-items-start {
        display: table !important;
        width: 100%;
    }
    .siddhi-cart-item .siddhi-cart-item-profile>img {
        height: 200px;
        max-width: 200px;
    }
    .rest-basic-detail .d-flex.align-items-start {
        display: table !important;
        width: 100%;
    }
    .rest-basic-detail .feather_icon .fu-review,
    .rest-basic-detail .feather_icon .fu-status {
        justify-content: start;
        margin-left: 0;
    }
    .rest-basic-detail .feather_icon>.row {
        margin-left: 0;
        margin-top: 7px;
    }
    .rest-basic-detail .feather_icon>.row.fu-time .font-weight-bold.time {
        padding-left: 0 !important;
    }
    #cart_list .close {
        position: absolute;
        right: 23px;
        width: auto;
    }
    .footer-top .title::before,
    .footer-top .title::after {
        margin: auto;
        right: 0;
    }
    .parcel_delivery_content .tab-content {
        padding-left: 25px;
    }
    .parcel_delivery_content .tab-content::before {
        left: -5px;
    }
    .tab-title h3 span {
        left: -50px;
    }
    .appendParcelImages #parcelPhotos {
        width: 33.33%;
    }
    .appendParcelImages #parcelPhotos .image-item img {
        height: 100px;
    }
    .car-specs-box {
        margin-bottom: 15px;
    }
    .car-del-top-section .rent-cardet-right {
        padding-left: 8px;
        padding-top: 20px;
    }
    .car-del-top-section .rent-cardet-left {
        padding-right: 8px;
    }
    .st-appstore-right {
        padding-left: 8px;
        padding-top: 40px;
    }
    .st-home-banner {
        background: none !important;
    }
    .st-home-banner .st-home-banner-right {
        background: url(../img/hero_img_bg.png) no-repeat center top;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .st-home-service {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .st-appstore {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .st-appstore-down {
        margin-top: 20px;
    }
    .st-appstore-down h4 {
        font-size: 16px;
    }
    .st-home-banner-content h1,
    .st-appstore-left h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .st-service-box {
        padding: 0 0px 15px 0px;
    }
    .location-box .location-group input {
        padding: 10px 115px 10px 10px;
        font-size: 14px;
    }
    .location-box .location-group .locate-me {
        right: 10px;
        line-height: 47px;
        font-size: 12px;
    }
    .st-home-banner-content .cont-btn a {
        font-size: 14px;
    }
    .st-service-box h3 {
        font-size: 18px;
    }
    .st-service-box p {
        font-size: 13px;
    }
    .st-appstore-down a {
        margin-right: 5px;
    }
    .st-appstore-down a img {
        max-height: 35px;
    }
    .ecommerce-banner .banner-img img,
    .ecommerce-banner.multivendor-banner .banner-img img {
        height: 250px;
    }
    .col-md-2.top-cat-list,
    .col-md-2.brand-list {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 15px;
    }
    .ecommerce-content .list-card {
        padding-bottom: 20px;
    }
    .pro-list .list-card-image .img-fluid,
    .product-list .list-card-image img {
        height: auto;
    }
    .ecommerce-content>section {
        padding-bottom: 20px;
    }
    .ecommerce-content>section.shipping-method-system-sec {
        padding-bottom: 0;
    }
    .ecommerce-content .category-content.mb-5 {
        margin-bottom: 1rem !important;
    }
    .ecommerce-content>section.home-categories {
        padding-bottom: 0;
    }
    .middle-banners .banner-img img {
        height: 250px;
    }
    .ecommerce-content .title .see-all {
        font-size: 14px;
    }
    .parcel-content .whtare-sending {
        padding: 15px;
    }
    .parcel-banner .homebanner-content h1 {
        font-size: 22px;
        line-height: 35px;
    }
    .parcel-banner .homebanner-content p {
        font-size: 16px;
        line-height: 25px;
    }
    .parcel-banner .banner-img {
        margin-top: 25px;
    }
    .parcel_payment_left .coupon_detail {
        padding: 28px 18px;
    }
    .parcel_payment_total {
        padding: 15px 18px;
    }
    .parcel_payment-detail {
        padding: 15px 18px;
    }
    .parcel_payment-detail>div.sender-det {
        padding-bottom: 25px;
    }
    .parcel_payment_left .coupon_detail .coupon-code label {
        font-size: 16px;
    }
    .car-landing-banner img {
        height: 250px;
        object-fit: cover;
    }
    .car-lan-about {
        padding: 30px 0;
    }
    .car-whychoose-sec {
        padding: 40px 0 60px 0;
    }
    .car-our-adenture {
        padding: 30px 0 0px 0;
    }
    .car-download-sec {
        padding-top: 40px;
    }
    .car-banner-content h1 {
        font-size: 22px;
    }
    .car-lan-about .content-block .about-btn {
        height: 48px;
        line-height: 47px;
        max-width: 200px;
    }
    .car-landing-page .block-title h2,
    .car-our-adenture .block-title h2 {
        font-size: 25px;
    }
    .download-btn-wrap a {
        margin-right: 5px;
    }
    .download-btn-wrap a img {
        height: 40px;
    }
    .modal-header .close {
        right: 15px;
        color: #000;
    }
    .st-home-page-main header.section-header {
        display: block !important;
    }
    .st-appstore,
    .st-home-service {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .st-home-banner-content h1,
    .st-appstore-left h3 {
        font-size: 28px;
        line-height: 1.2;
    }
    .st-home-banner-content h1 br {
        display: none;
    }
    .st-home-banner-content p {
        margin-bottom: 20px;
    }
    .location-box {
        margin-bottom: 20px;
    }
    .st-home-banner-content .cont-btn.mt-5 {
        margin-top: 1rem !important;
    }
    .st-home-banner-left {
        padding-bottom: 40px;
    }
    .st-home-banner-content {
        padding-right: 8px;
    }
    .st-service-box {
        margin-bottom: 15px;
        height: auto;
        padding: 20px 20px;
    }
    .st-appstore-right {
        margin-top: 25px;
        padding-left: 8px;
    }
    .footer-top .footer-about {
        padding-right: 8px;
    }
    .category-listing-page .page-title h3,
    .st-brands-page .page-title h3 {
        font-size: 20px;
    }
    .restaurant_stories .stories.snapssenger.carousel .story {
        /*max-width: 140px;width: 35vw;*/
    }
    .restaurant_stories .stories.snapssenger.carousel .story>.item-link>.info {
        font-size: 14px;
    }
    .restaurant_stories .storiesWrapper .slick-arrow.slick-prev {
        left: 20px;
    }
    .restaurant_stories .storiesWrapper .slick-arrow.slick-next {
        right: 20px;
    }
    .col-md-8.resturant-banner-left,
    .col-md-4.resturant-banner-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md-4.resturant-banner-right {
        margin-top: 15px;
    }
    .col-md-4.resturant-banner-right .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .mobile-filter .row .input-group.col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .mobile-filter .row .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .title h5 {
        font-size: 18px;
    }
    .footer-top aside {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-top .footer-about .d-flex {
        display: table !important;
        width: 100%;
    }
    .footer-copyright .d-flex {
        display: table !important;
        width: 100%;
        text-align: center;
    }
    .footer-about .btn {
        display: inline-block;
        line-height: 1.8;
    }
    .footer-copyright .d-flex p {
        margin-bottom: 10px !important;
    }
    .footer-copyright .d-flex p a.d-block {
        display: inline-block !important;
    }
    .footer-copyright .d-flex p a.d-block img {
        max-width: 100px;
        height: auto;
    }
    .siddhi-cart-item .siddhi-cart-item-profile>img {
        height: 150px;
        max-width: 150px;
    }
    .checkout-left-inner {
        padding-left: 0;
    }
    .checkout-left-box.siddhi-cart-item::before,
    .checkout-left-box.siddhi-cart-item::after,
    .checkout-left-box.accordion::after {
        display: none;
    }
    .siddhi-trending #trendingList .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gold-members .add-btn .menu-itemimg img {
        width: 85px;
        height: 72px;
    }
    .appendParcelImages #parcelPhotos {
        width: 50%;
    }
    .ecommerce-banner .banner-img img,
    .ecommerce-banner.multivendor-banner .banner-img img {
        height: 200px;
    }
    .col-md-2.top-cat-list,
    .col-md-2.brand-list {
        -ms-flex: 0 0 20%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .top-cat-list .cat-link img {
        width: auto;
        height: 63px;
    }
    .ecommerce-content .title h5 {
        font-size: 17px;
    }
    .brand-list .list-card-image img {
        /*height: auto;*/
    }
    .middle-banners .banner-img img {
        height: 205px;
    }
    .sction-title h2 {
        font-size: 20px;
    }
    .eh-are-box h3 {
        font-size: 15px;
    }
    .eh-are-box .par-img {
        margin-right: 15px !important;
    }
    .tab-title h3 {
        font-size: 16px;
    }
    .parcel_delivery_content #tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
    .inputField input {
        font-size: 16px;
    }
    .resturant-banner .restaurant-pic {
        height: 200px;
    }
    .resturant-banner-right-block img {
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    .col-md-2.top-cat-list,
    .col-md-2.brand-list {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .top-cat-list .cat-link img {
        width: auto;
        height: 63px;
    }
    .m-d-flex .order_img {
        height: auto;
        margin-bottom: 15px;
    }
    .d-flex.m-d-flex {
        display: table !important;
        width: 100%;
    }
    .d-flex.m-d-flex .text-muted.mr-3 {
        margin-right: 0 !important;
    }
    .m-d-flex .view-det {
        text-align: center !important;
        margin-bottom: 10px !important;
    }
    .ord-com-btn .bg-success {
        text-align: center;
    }
    .top-cat-list .cat-link img {
        width: auto;
        height: 63px;
    }
    .col-md-2.top-cat-list,
    .col-md-2.brand-list {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    #order-items {
        overflow-y: auto;
    }
    table.order-list {
        white-space: nowrap;
    }
    .order-list tr th,
    .order-list tr td {
        font-size: 13px;
        white-space: nowrap;
    }
    .order-list td.ord-photo img {
        width: 80px;
    }
}
@media screen and (max-width: 360px) {
    .col-md-2.top-cat-list,
    .col-md-2.brand-list {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/****************responsive*************/
.restaurant_stories .stories.carousel {
    overflow: inherit;
}
/*********************** CUSTOM MAP CSS ***********************/
.custom-map-control-button {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    margin: 10px;
    padding: 10px;
    text-align: center;
}
.pg-filter-text {
    font-size: 14px;
    line-height: 15px;
}
/* footer and profile */
.pg-my_profile-main_container {
    width: 100%;
    margin-top: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 50px 170px;
}
.pg-my_profile-sub_container {
    display: flex;
    justify-content: center;
    flex-direction: column;;
    width: 100%;
    border-radius: 15px;
    padding: 20px 40px;
    margin-bottom: 20px;
}
.pg-user-image-container {
    position: relative;
}
.pg-user-image-container-google {
    position: relative;
}
.pg-user-image-rounded {
    object-fit: cover;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    aspect-ratio: 1/1;
}
.pg-image-rounded {
    object-fit: cover;
    border-radius: 50%;
}
.pg-user-image-container:hover{
    cursor: pointer;
}
.pg-user-image-container:hover .pg-user-image {
    opacity: 0.5;
}
.pg-user-image-container:hover .pg-user-image-text-transition {
    opacity: 1;
}
.pg-user-image:hover .pg-user-image-text-transition {
    opacity: 1;
}
.shimmer {
    overflow: hidden;
    position: relative;
}
.shimmer::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.4) 50%,
        rgba(255,255,255,0) 100%
    );
    animation: shimmer 1s infinite;
  }
  @keyframes shimmer {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }

.pg-user-image-text {
    color: #3f4355;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    margin:0;
}
.pg-user-image-text-transition {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
.pg-user-profile_wallet-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}
.pg-user-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.pg-user-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.pg-user-data>a>h1 {
    color: #2f80f8;
    margin: 0;
    font-size: 32px;
}
.pg-user_email {
    font-size: 16px;
    margin: 0;
}
.pg-user-wallet {
    padding: 20px 40px 20px 15px;
    border-radius: 10px;
}
.pg-user-wallet>p {
    color: 2a2f43;
    font-size: 20px;
    font-weight: 600;
}
.pg-user-wallet_amount {
    font-size: 24px;
    font-family: inherit;
    font-weight: 600;
    color: #2f80f8;
}
.pg-user_change-password {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.pg-user_change-password:focus,
.pg-user_change-password:hover {
    color: #007bff;
}
.footer-bottom {
    padding: 20px 0;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.footer-bottom-main {
    padding: 20px 0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.pg-footer-main-container {
    display: flex;
    justify-content: space-between;
    padding: 2em;
    flex-wrap:wrap;
}

.pg-button-group {
    display: flex;
    gap: 30px;
    margin: 50px 0 ;
}

.pg-footer1-logo {
    margin-bottom: 30px;
}

.pg-user-data-container-myaccount {
    color: #007bff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.pg-footer-left {
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.pg-footer-right {
    display: flex;
    justify-content: space-between;
    width: 700px;
    gap: 30px;
    flex-wrap:wrap
}
.pg-footer-right-column {
    display: flex;
    flex-direction: column;
}
.pg-footer-social_link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #2A2F43;
    gap: 10px;
}
.pg-footer-social_link-icon {
    height: 30px;
    width: auto;
}
.pg-footer-link {
    height: 30px;
}
.pg-footer-link:hover {
    color: #3f4355;
}
.pg-footer-column-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.pg-nav-footer-logo_text {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.pg-footer-legal-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pg-footer-legal-container-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.pg-user-data-container {
    width: 100%;
    border-radius: 15px;
}
.pg-user-data-choose_image {
    display:none;
}
.pg-user-data-container-form {
    display: flex;
    gap: 50px;
}
.pg-user-data-container-form_left {
    width: 50%;
}
.pg-user-data-container-form_right {
    width: 50%;
}
.pg-user-data-container-form-longitude {
    margin-top: 25px;
    display: flex;
    gap: 50px;
}
.pg-user-form-group {
    margin-bottom: 5px;
    width:100%;
}
.pg-user-data-container-form-label {
    color:#007bff;
    font-size: 18px;
}
.pg-user-save-btn {
    font-size: 20px;
    padding: 0.5em 3em;
    align-self: center;
    display: flex;
    margin-top: 30px;
    background-color:#2F80F7;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
}
.pg-user-save-btn:hover,
.pg-user-save-btn:focus {
    background-color: #438cf8;
}

.pg-user-data-container-form-longitude-text {
    font-size: 16px;
    font-weight: 400;
    color: #3f4355;
}
.pg-user-img-circle {
    object-fit: cover;
    width: 75px !important;
    height: 75px !important;
    border-radius: 50% !important;
}

.pg-sidebar-logo {
    width: 100%;
}
.pg-cursor-pointer {
    cursor: pointer;
}
/* login page */
.pg-password-toggler {
    cursor: pointer;
    font-size: 0.9rem;
    padding-left: 5px;
    color:#007bff;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.pg-password-toggler:hover,
.pg-password-toggler:focus {
    color:#438cf8;
}
.pg-login-card-container {
    width: 35%;
    margin: 0 auto;
    padding: 50px 0;
}
.pg-login-card-container-login {
    width: 35%;
    margin: 0 auto;
    padding: 50px 0;
}
.pg-login-btn-passwordChange-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding:15px;
}
.pg-modal-header-title {
    font-size: 20px;
    color:#007bff;
    padding: 0 5px;
    margin: 0;
}
.pg-login-btn-passwordChange{
    padding: 20px 60px;
    background-color:#2F80F7;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pg-login-btn-passwordChange-back{
    padding: 20px 60px;
    background-color:#ffffff;
    font-family: inherit;
    border: 1px solid darkgray;
    border-radius: 10px;
    color: #2a2f43;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pg-login-btn-passwordChange:hover,
.pg-login-btn-passwordChange:focus {
    background-color:#438cf9;
}
.pg-login-btn-passwordChange-back:hover,
.pg-login-btn-passwordChange-back:focus {
    background-color: lightgray;
    color: #2a2f43;
}
.pg-login-card {
    display: flex;
    flex-direction: column;
    background: #FCFCFC no-repeat padding-box;
    box-shadow: 1px 1px 99px #0000001F;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.pg-login-card-login {
    display: flex;
    flex-direction: column;
    background: #FCFCFC no-repeat padding-box;
    box-shadow: 1px 1px 99px #0000001F;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}
.pg-login-card-login-with-image {
    display: flex;
    flex-direction: row;
    background: #FCFCFC no-repeat padding-box;
    box-shadow: 1px 1px 99px #0000001F;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width:1000px;
    height: 585px;
    border-radius: 10px;
}
.pg-login-card-sing-up-with-image {
    display: flex;
    flex-direction: row;
    background: #FCFCFC no-repeat padding-box;
    box-shadow: 1px 1px 99px #0000001F;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width:1000px;
    height: 830px;
    border-radius: 10px;
}


.pg-login-logo {
    margin: 30px 0 ;
}
.pg-login-logo:focus{
    border:none;
}
.pg-login-text {
    font-size: 1rem;
    margin: 15px 0 30px 0;
}
.pg-login-main-container {
}
.pg-login-form {
    /* width: 400px; */
}
.pg-login-form-user_input {
    font-family: "Poppins", sans-serif;
    padding: 8px;
    padding-left: 35px;
    display: block;
    width: 100%;
    background: #FFFFFF no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}
.pg-input {
    font-family: "Poppins", sans-serif;
    padding: 8px;
    display: block;
    width: 100%;
    background: #FFFFFF no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}
.pg-login-form-user_input::placeholder {
    color: #808093;
}
.pg-login-form-user_input:focus {
    border: 1px solid #007bff;
}
.pg-login-form-user_input-singup {
    font-family: "Poppins", sans-serif;
    padding: 8px;
    display: block;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    margin-bottom: 15px;

}
.pg-login-form-user_input-singup:last-child{
    margin-bottom: 10px;
}
.pg-login-form-user_input-singup:focus {
    border: 1px solid #007bff;
}
.pg-login-user_input-label {
    color:#2a2f43;
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.pg-login-forgot_password {
    font-size: 16px;
}
.pg-login-forgot_password:hover,
.pg-login-forgot_password:focus {
    color: #2a2f43;
}
.pg-login-new_user {
    font-size: 16px;
    margin-top: 20px;
}
.pg-login-new_user-link {
    font-weight: 600;
}
.pg-login-new_user-link:hover,
.pg-login-new_user-link:focus {
    color: #2a2f43;
}
a:focus {
    /* border: 1px solid #007bff; */
}
.pg-login-btns {
    width: 100%;
    padding: 14px;
    background-color:#2F80F7;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.pg-login-btns:hover,
.pg-login-btns:focus {
    background-color:#438cf9;
}
.pg-login-phone-country_select {
    margin: 10px 0;
    padding: 5px;
    border: none;
    border: 1px solid #4990f9;
    border-radius: 5px;
    color: #2a2f43;
}
.pg-login-phone-country_select:focus {
    background-color: #edf4fe;
}
/* Sign up page */
.pg-login-btn-signup {
    width: 100%;
    padding: 14px;
    background-color:#2F80F7;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pg-login-btns-signup:hover,
.pg-login-btns-signup:focus {
    background-color:#438cf9;
}
.pg-login-fomr-user_input-phone-container {
    display: flex;
    gap: 10px;
}
.pg-login-form-user_input-phone-prefix {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: block;
    width: 60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding:10px 5px;
}

.pg-login-form-user_input-phone-prefix option {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #e8f0fe;
    width: 60px;
    margin-bottom: 10px;
    padding:10px;
}
.pg-login-form-user_input-phone {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: block;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    margin-bottom: 10px;
    padding:10px;
}
.pg-login-form-user_input-phone-prefix:focus,
.pg-login-form-user_input-phone:focus{
    /* border: 1px solid #007bff; */
}
/* input num arrows hide in browsers */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
  }
  .pg-modal {
    background-color: red;
  }
  .pg-modal-adress {
    font-size: 16px;
    color: #2a2f43;
    margin-top: 15px;
    margin-left: 5px;
  }
  /* .pg-modal-restaurant-info {
    margin-top: 10px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 8px;
  } */
  .pg-modal-restaurant-info-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    color: #2a2f43;
  }
  .pg-modal-restaurant-info-col {
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #2a2f43;
    padding: 15px 0;
    width:100%
  }
  .pg-modal-restaurant-info-col > p {
    color: #2a2f43;
  }

  .pg-modal-restaurant-info-col-action-buttons {
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content:space-between;
    color: #2a2f43;
    padding: 15px 0;
    width:100%
  }

  .pg-modal-restaurant-info-col-action-buttons > a {
    gap:10px;
    width:48%;
    justify-content:center;
  }
  .pg-modal-restaurant-info-col-action-buttons > p {
    color: #2a2f43;
  }
  .pg-restaurant-openingHours-day{
    font-size: 16px;
    margin-bottom: 0px;
  }
  .pg-restaurant-openingHours-hour{
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .pg-new-modal-content {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 550px;
      pointer-events: auto;
      border-radius: 10px;
      outline: 0;
      background: #FCFCFC  no-repeat padding-box;
    box-shadow: 1px 1px 99px #0000001F;
    max-height: 90vh;
  }
  .pg-new-modal-content-home {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 550px;
      pointer-events: auto;
      border-radius: 10px;
      outline: 0;
      background: #FCFCFC no-repeat padding-box;
    box-shadow: 1px 1px 99px #0000001F;
  }



  .pg-modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(100% - 5rem);
    max-width:550px;
  }
  .pg-restaurant-tags {
    background-color: #FCFCFC;
    border: 0.5px solid #D4D5D8;
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 0.875rem;
    margin: 0;
  }
  .pg-restaurant-filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    margin-top: 10px;
  }
  .pg-restaurant-filters-container-home {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
  }
  .pg-restaurant-filters-container-google-card {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  /* landing page */
  .pg-lading-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
  }


  .pg-landing-header {
    align-items: center;
    background-color: #fcfcfc;
    display: flex;
    height: 81px;
    overflow: visible;
    padding: 0 2em;
    position: fixed;
    justify-content: space-between;
    width: 100vw;
    /* position: -webkit-sticky; */
    top: 0;
    transition: box-shadow .25s;
    will-change: box-shadow;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 420;
  }
  .pg-landing-header-nav {
    display: flex;
    align-items: center;
    gap: 2em;
  }
  .pg-landing-header-nav-link {
    color: #2a2f43;
  }
  .pg-landing-header-nav-link:hover {
    cursor: pointer;
    color:#007bff;
  }
  .pg-landing-header-nav-button1,
  .pg-landing-header-nav-button2 {
    padding: 0.625em 1.25em;
    background-color: #438cf8;
    color: white;
    border-radius: 5px;
    border: none;
  }
  .pg-landing-header-nav-button1:hover {
    color: white;
    background-color: #5d9dfa;
  }
  .pg-landing-header-nav-button2 {
    background-color: #2a2f43;
    margin-left: 1.25em;
  }
  .pg-landing-header-nav-button2:hover {
    color: white;
    background-color: #3f4355;
  }
  .pg-landing-main-content-container {
    padding: 150px 50px 50px 50px;
  }
  .pg-landing-main-content-container-footer {
    padding: 0 15em;
  }
  .pg-restaurant-enter-modal-service-btns-desc {
    max-width: 300px;
    text-align:start
  }
  .pg-landing-main-content-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    /* gap: 1.5em; */
  }
  .pg-landing-main-content-hero-left {
    width: 100%;

  }
.pg-landing-main-content-hero-input {
    border: 1px solid darkgray;
    border-radius: 5px;
    background-color: white;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 0 15px;
    width:100%;
}
.pg-landing-main-content-hero-btn {
    padding: 10px;
    background-color: #438cf8;
    color: white;
    font-family: inherit;
    font-size: 1rem;
    background: #2F80F8  no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1);
    border: 1px solid #00000000;
    border-radius: 5px;
    width: 150px;
}
.pg-landing-main-content-hero-btn:hover {
    cursor: pointer;
    color: white;
    background-color: #5d9dfa;
  }
.pg-landing-main-content-hero-input-flex {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}
.pg-landing-main-content-inputfield {
    border: none;
    font-size: 16px;
    overflow: hidden;
}

  .pg-landing-main-content-hero-img {
    /* min-width: 200px;
    max-width: 500px; */
    width:auto;
  }
  .pg-landing-main-content-explore {
    background-color: #1e2230;
    padding: 5em 15em;
    color: white;
  }
  .pg-landing-h4 {
    font-weight: 700;
    font-size: 1rem;
  }
  .pg-landing-h1 {
    font-size: 45px;
    line-height: 45px;
    margin-top: 10px;
    font-weight: 700;
  }

  .pg-landing-h2 {
    font-size: 45px;
    margin-top: 10px;
  }
  .pg-landing-h5 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
  }
  .pg-landing-p {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 400;
  }
  .pg-landing-p-smaller {
    font-size: 17px;
    margin-top: 20px;
    font-weight: 400;
  }
  .pg-landing-p-explore {
    max-width: 770px;
  }
  .pg-landing-main-content-explore-btn-group {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .pg-landing-main-content-explore-cards-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3em;
    flex-wrap: wrap;
    gap: 2em;
  }
  .pg-landing-main-content-explore-card {
    width: 290px;
    height: 455px;
    padding: 20px;
    padding-bottom: 0;
    background-color: #2f80f8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .pg-landing-main-content-discover {
    background-image: linear-gradient(270deg, rgba(47, 128, 248, .1), #fff);
    padding: 5em 15em;
    color: #2a2f43;
  }

  .pg-landing-main-content-howitworks {
    margin-top: 3em;
  }
.pg-landing-main-content-explore-howitworks-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3em;
    flex-wrap: wrap;
    gap: 2em;
}
  .pg-landing-main-content-howitworks-card {
    width: 320px;
    height: 455px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3em;
  }
  .pg-landing-main-content-discover2-card {
    background-color: white;
    width: 405px;
    height: 370px;
    padding: 28px;
    box-shadow: 1px 1px 5px lightgray;
    border-radius: 10px;
  }
  .pg-landing-main-content-business {
    margin-top: 3em;
    display:flex;
    flex-direction: column;
    /* align-items: center; */
  }
  .pg-landing-main-content-business-cards-container {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    gap: 30px;
    flex-wrap:wrap;
  }
  .pg-landing-main-content-business-card {
    width: 600px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px lightgray;
    display: flex;
    flex-direction: column;
    padding: 2em;
    padding-bottom: 0;
    justify-content: space-between;
  }
  .pg-landing-main-content-business-card-btn {
    padding: 12px 10px;
    background-color: #438cf8;
    color: white;
    font-family: inherit;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    width: 140px;
    margin-top: 1em;
}

.pg-landing-main-content-business-card-img {
    transform: translate( -32px);
    width: 600px;
    border-radius: 0 0 10px 10px;
    margin-top: 2em;
}

.pg-landing-main-content-download {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 150px;
    flex-wrap:wrap;
}
/* restaurant */
.pg-subcategories-element {
    font-size: 1rem;
    font-weight: 600;
}

.pg-subcategories-element:hover {
    color:#2F80F8;
}
.pg-subcategories-element-active {
    color:#2F80F8;
}
.pg-product-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    gap: 40px;
}
.pg-product-element-container {
    display: flex;
    background-color: #FCFCFC;
    border: 1px solid #e5e5ea;
    border-radius: 10px;
    cursor: pointer;
    height: 185px;
    width: 470px;
    justify-content: space-between;
    color: #2A2F43;
    margin: 0;
    padding: 10px;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    transition: 0.2s ease;
    position: relative;
}

.pg-product-element-container:hover {
    background-color: white;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
}
.pg-product-element-description {
    max-width: 62%;
    display: flex;
    flex-direction: column;
    padding: 5px 40px 5px 5px;
    overflow: hidden;
}
.pg-product-element-img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width:170px;
    border-radius: 10px;
    border: 1px solid #efefef;
}
.pg-product-element-img-cart {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width:60px;
    height: 60px;;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.pg-position-relative {
    position:relative
}
.pg-position-absolute {
    position:absolute
}
.pg-header-short-btn {
    position: absolute;
    left:190px;
}
.pg-header-short-cart {
    position: absolute;
    right:190px;
}

.pg-checkout-tips-container {
    position: relative;
}

.pg-checkout-tips-hover {
    background-color: #2a2f43;
    color:white;
    border-radius: 5px;
    padding: 10px 5px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: -40px;
    font-size: 12px;;
}

.pg-checkout-tips-container:hover {
    cursor: pointer;
}

.pg-checkout-tips-container:hover > .pg-checkout-tips-hover {
    visibility: visible;
}

.pg-product-element-h3 {
    font-size: 1.375rem;
    line-height: 22px;
    color: #2a2f43;
}

.pg-product-element-subcategory {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2a2f43;
    margin: 40px 0;
}
.pg-product-element-p {
    font-size: 0.875rem;
    line-height: 18px;
    color: #757779;
}
.pg-product-element-h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #007bff;
}
.pg-cart-modal {
    width: 550px;
    border: 1px solid #e5e5ea;
    border-radius: 10px 0 0 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    color: #2a2f43;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transition: 0.2s ease-in; /* Smooth transition */
    z-index: 1000;
}
.pg-cart-modal-btn {
    border: none;
    border-radius: 10px;
    background-color: #2F80F8;
    color: white;
    font-family: inherit;
    padding: 10px;
    font-weight: 500;
}
.pg-cart-modal-btn:hover {
    background-color: #438cf9;
}
.pg-cart-modal-btn:disabled {
    background-color: #f2f2f5;
    color: #757779;
}

.pg-cart-modal-cart-footer {
    display:flex;
    flex-direction: column;
    width:550px;
    padding: 30px 30px 30px 30px;
    margin-top: auto;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #F5F5F6CE 23%, #F4F4F5F2 43%, #F3F3F4 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    bottom: 0;
    right: 0;
    gap:10px;
}
.pg-product-modal-footer {
    display:flex;
    flex-direction: column;
    width:550px;
    padding: 5px 30px 30px 30px;
    margin-top: auto;
    border-radius: 0 0 10px 10px;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #F5F5F6CE 23%, #F4F4F5F2 43%, #F3F3F4 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
}

.pg-cart-modal-checkOutPrice {
    width:100%;
}

.pg-product-modal-body {
    display: flex;
    flex-direction: column;
    color: #2a2f43;
    padding: 0;
    background: #FCFCFC no-repeat padding-box;
    overflow:hidden;
    overflow-y: scroll;
    margin-bottom: 80px;
    scrollbar-width: none; /* Hide the scrollbar */
    -ms-overflow-style: none;  /* IE 10+ */
}

.pg-product-modal-body::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Optional: just in case you don't want the scrollbar, replace with background color if needed */
}

.pg-modal-info-body {
    height: calc(90vh - 140px);
    overflow-y: auto;
    padding: 15px 30px;
}



.pg-product-modal-content {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.pg-product-modal-padding-container {
    padding: 30px;
    display: flex;
}

.pg-product-modal-img {
    /* object-fit: contain; */
    object-fit: cover;
    object-position: center;
    height: 250px;
    width:100%;
    background-color: white;
    /* background: url("https://firebasestorage.googleapis.com/v0/b/food-test-edfbe.appspot.com/o/images%2Fpub%20and%20go%20placeholder_1700074446133.jpg?alt=media&token=1327205c-7db4-4e7b-8ead-bfce3a57a356"); */
}

#phone-prefix {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    padding-right: 30px; /* Add space for the arrow */
}

#phone-prefix:focus {
    outline: none;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 40%;
    background-color: none;
}

.custom-select-wrapper::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #343a40;
    font-size: 0.8em; /* Adjust the size of the arrow */
    z-index: 1; /* Ensure it appears above the select field */
}
.custom-select-wrapper-login {
    position: relative;
    display: inline-block;
    width: 25%;
}

.custom-select-wrapper-login::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #343a40;
    font-size: 0.8em; /* Adjust the size of the arrow */
    z-index: 1; /* Ensure it appears above the select field */
}

#phone-prefix::-ms-expand {
    display: none; /* Hide default arrow in IE */
}

#languageSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px 0 5px;
    padding-right: 30px; /* Add space for the arrow */
    background-color: #fff;
}

.pg-product-modal-extras-container {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid lightgray;
}

.pg-product-modal-extras-container-singleItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 5px 0;
    min-height: 25px;
}

.pg-product-modal-order-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px;
    /* position: sticky;
    bottom: 0; */
}

.pg-product-modal-order-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ebf7fd;
    padding: 5px 10px;
    width: 145px;
    background: #2A2F43 0% 0% no-repeat padding-box;
    border: 1px solid #00000000;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.pg-product-modal-order-quantity-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 1.25rem;
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 4px;
}

.pg-product-modal-order-quantity-number {
    font-size: 1.125rem;
    color:white;
    /* margin: 0 20px;  */
}

.pg-product-modal-order-btn {
    display:flex;
    justify-content: space-between;
    color: white;
    align-items:center;
    font-family: inherit;
    padding: 10px 15px;
    font-weight: 400;
    width: 300px;
    background: #2F80F8 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1);
    border: 1px solid #00000000;
    border-radius: 5px;
}

.pg-product-modal-order-btn:disabled {
    background-color: #5797F8;
}
.pg-product-modal-order-btn:hover:disabled {
    background-color: #5797F8;
}

.pg-product-modal-order-btn > span {
    font-weight: 500;
}

.pg-product-modal-order-btn:hover {
    background-color: #438cf9;
}

.pg-cart-btn-span-span {
    display: inline-block;
    margin-right: 10px;
    min-width: 25px;
    height: 25px;
    background: #2A2F43 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color:white;
    padding: 0 5px;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5rem;;
}

.pg-cart-btn-span {
    font-weight: 500;
    display:flex;
    align-items: center;
}

.pg-cart-item {
    width:100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    background: transparent linear-gradient(114deg, #FCFCFC 0%, #F8F8F8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pg-cart-item:hover {
    background-color: #f6f6f6;
    border: none;
    border-radius: 10px;
}

.pg-cart-item-h3 {
    font-size: 1.25rem;
    margin: 0;
}

.pg-cart-item-h4 {
    font-size: 1.125rem;
    color: #438cf9;
    margin:0;
}

.pg-cart-item-p {
    font-size: 0.875rem;
    color: #4b4f60;
    margin: 5px 0;
    max-width: 280px;
}

.pg-cart-item-remove-btn {
    background-color: #ffffff;
    box-shadow: 1px 1px 2px #0000004D;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
}

.pg-cart-item-remove-btn > i {
    font-size: 0.875rem;
    color: #2a2f43;
}

.pg-cart-item-price {
    font-size: 1.125rem;
    color: #2a2f43;
}

/* Hide the default radio button */
.pg-product-modal-extras-container-singleItem input[type="radio"] {
    display: none;
}

/* Styling for the label to make it look like a clickable button */
.pg-product-modal-extras-container-singleItem label {
    position: relative;
    padding-left: 35px; /* Space for the custom radio circle */
    cursor: pointer;
    user-select: none; /* Prevent text selection */
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    font-weight: 400;
    letter-spacing: -0.24px;
    line-height: 1.1rem;
    margin-bottom: 0;
}

/* Unchecked state circle */
.pg-product-modal-extras-container-singleItem label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Circle size */
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc; /* Circle border */
    background-color: #fff; /* Circle fill */
}

/* Checked state circle */
.pg-product-modal-extras-container-singleItem .radio-checked + label:before {
    border-color: #007bff; /* Checked circle border color */
}

/* Inner dot for checked state */
.pg-product-modal-extras-container-singleItem .radio-checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; /* Inner dot size */
    height: 10px;
    border-radius: 50%;
    background-color: #007bff;
}

.pg-cart-item-checkOutPrice {
    margin: 10px 0;
    font-size: 1.125rem;
    color: #438cf9;
    padding-top: 5px;
}

.pg-subCategory-active {
    color: #2F80F8 !important;
}

.pg-new-modal-header {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px 15px;
    border-bottom: 1px solid lightgray;
    min-height: 64px;
    border-radius: 10px 10px 0 0;
    background-color: white;
    text-align: center;
}

.pg-new-modal-header > h4 {
    max-width: 70%;
}

.pg-hidden {
    visibility: hidden;
}

.pg-cart-item-quantity-btn-container {
    width:100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pg-cart-item-quantity-container {
    display: flex;
    justify-content: space-between;
    width: 80px;
}

.pg-cart-item-quantity-container >span {
    font-weight: 500;
}

.custom-content {
    position:absolute !important;
    bottom: 0;
    width:100%;
}

.pg-cart-modal-order-quantity-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FCFCFC;
    border: 0.5px solid #D4D5D8;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    font-size: 1.125rem;
    color: #2a2f43;
    font-weight: 400;
}

.pg-cart-modal-order-quantity-btn > span {
    color: #ffffff;
    font-weight: 600;
}

.pg-modal-footer {
    border-top: none;
}


.checkout-cart-container {
    border: 1px solid #e5e5ea;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.pg-restaurant-enter-modal-content {
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 16px;
    box-shadow: 0 8px 24px 0 #8e8e934d;
    box-sizing: border-box;
    flex-direction: column;
    max-width: 544px;
    min-width: 320px;
    position: relative;
    z-index: 1080;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}

.pg-restaurant-exit-modal-content {
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 16px;
    box-shadow: 0 8px 24px 0 #8e8e934d;
    box-sizing: border-box;
    flex-direction: column;
    max-width: 544px;
    min-width: 320px;
    position: relative;
    z-index: 1080;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
}

.pg-restaurant-enter-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 30px 0 30px;
}



.pg-restaurant-exit-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.pg-restaurant-enter-modal-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    margin: 0;
    padding: 0 30px;
}

.pg-restaurant-enter-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 5px;
    padding: 15px;
    width:100%;
}

.pg-restaurant-enter-container:hover {
    cursor: pointer;

}

.pg-display-none {
    display: none !important
}

.pg-display-flex {
    display: flex;
    gap:20px;
    justify-content: flex-start;
    align-items: center;
}
.pg-display-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.pg-display-flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pg-display-flex-space-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pg-order-status-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items:start;
    gap:0;
}

.pg-order-status-bar-line {
    background-color: #C9CAD1;
    height: 5px;
    width: 20%;
    margin-top: 15px;
    border-radius: 5px;
}

.pg-modal-center {
    top:25%;
}

.pg-flex-column-start {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pg-cart-item-utility-btns-container {
    display: flex;
    justify-content: space-between;
    width: 90px;
}

.pg-restaurant-filter-container {
    margin-top: 30px;
    display: flex;
    gap: 30px;
    /* position: absolute;
    top: 350px;
    left: 0; */
}

.mobile-dimmer {
    position:fixed;
    height: 100vh;
    width: 100vw;
    background-color: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    z-index: 4;
}

.pg-restaurant-filter {
    width: 200px;
    height: 50px;
    border: 1px solid #f2f2f5;
    border-radius: 8px;
    background-color: white;
    font-family: inherit;
    transition: background-color 0.3s ease, color 0.3s ease , box-shadow 0.3s ease, padding 0.3s ease; /* Smooth transition */
}

.pg-restaurant-filter-active {
    width: 200px;
    height: 50px;
    border: 1px solid #438cf9;
    border-radius: 8px;
    background-color: white;
    color: #438cf9;
    font-family: inherit;
}



.pg-restaurant-filter:hover {
    background-color: #438cf9;
    border: 1px solid white;
    color: white;
}

/* .pg-modal-button-group-checkout {
    display: flex;
    gap: 20px;
    margin: 20px 0 20px 80px;
} */

/* .pg-modal-button-group-checkout > button {
    border: none;
    border-radius: 15px;
    padding: 10px 20px;
    font-family: inherit;
    box-shadow: 1px 1px 2px 1px lightgray;
} */

.pg-modal-button-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    margin: 30px 0;
}

.pg-modal-button-group > input[type=number] {
    border: 1px solid lightgray;
    width: 100%;
    align-self: center;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: inherit;
}

.pg-modal-button-group > button {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: inherit;
    box-shadow: 1px 1px 2px 1px lightgray;
}
.pg-modal-button-group > input[type=submit] {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: inherit;
    box-shadow: 1px 1px 2px 1px lightgray;
}

.pg-btn-blue {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 1px 1px 2px 1px lightgray;
    font-family: inherit;
    background-color: #2F80F8;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.pg-btn-howitworks {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 1px 1px 2px 1px lightgray;
    font-family: inherit;
    background-color: white;
    color: #2a2f43;
    font-weight: 500;

}


.pg-blue {
    color: #2F80F8;
    box-shadow: 1px 1px 2px 1px lightgray;
}

.pg-btn-blue:disabled {
    background-color: #5797F8;
    box-shadow: none;
}
.pg-btn-blue:disabled:hover {
    background-color: #5797F8;
}

.pg-btn-blue:hover {
    background-color: #438cf9;
    color:white;
}

.pg-btn-dark {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 1px 1px 2px 1px lightgray;
    font-family: inherit;
    background-color: #2A2F43;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.pg-btn-dark:disabled {
    background-color: #3a415d;
    box-shadow: none;
}
.pg-btn-dark:hover{
    background-color: #3a415d;
}

.pg-btn-red {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 1px 1px 2px 1px lightgray;
    font-family: inherit;
    background-color: #E84A56;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
.pg-btn-red:disabled {
    background-color: #eb606a;
    box-shadow: none;
}

.pg-btn-red:hover {
    background-color: #eb606a;
}


.pg-btn-white {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: inherit;
    box-shadow: 1px 1px 2px 1px lightgray;
    background-color: white;
    color: #2a2f43;
    font-weight: 500;
    text-transform: uppercase;
}
.pg-btn-white:hover {
    background-color: #f8f8f8;
}

.pg-btn-white-circle {
    border: none;
    border-radius: 50%;
    font-family: inherit;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
    background-color: white;
    color: #2a2f43;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pg-btn-white-circle:hover {
    background-color: #f8f8f8;
}

.pg-h1 {
    font-size: 1.65rem;
    font-weight: 600;
    color: #2A2F43;
}
.pg-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2A2F43;
}

.pg-h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #2A2F43;
}

.pg-h4 {
    font-weight: 600;
    color: #2A2F43;
    font-size: 1.25rem;
}
.pg-h5 {
    font-weight: 600;
    color: #2A2F43;
    font-size: 1.125rem ;
}
.pg-p {
    color: #2A2F43;
    font-size: 1rem;
    margin-bottom: 10px;
}

.pg-text-uppercase {
    text-transform: uppercase;
}

.pg-bg-white{
    background-color: white;
}

.pg-text-align-end {
    text-align: end;
}

.pg-big {
    font-size: 18px;
}

.pg-p-small {
    color: #2A2F43;
    font-size: 0.875rem;
}

.pg-p-my-order {
    font-size: 0.8rem;
    color: #2A2F43;
}

.pg-bold {
    font-weight: 500 !important;
}

.pg-bolder {
    font-weight: 600 !important;
}

.pg-boldest {
    font-weight: 700 !important;
}

.pg-dark {
    color: #2a2f43;
}

.pg-checkout-tip > input[type="radio"] {
    display: none;
}

.pg-checkout-tip {
    z-index: 1;
    display: flex;
    position:relative;
    background-color: white;
    box-shadow: 0 0 3px lightgray;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
}

.pg-checkout-sms {
    z-index: 1;
    display: flex;
    position:relative;
    background-color: white;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.pg-checkout-tip-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 100px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
    transition: color 0.15s ease-in, background-color 0.15s ease-in;
}


.pg-checkout-tip > input[type="radio"]:checked + label {
    left: 60px;
    color: white;
    background-color: #2F80F8;
}

.pg-custom-tip-container {
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0 0 3px lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
}

.pg-checkout-tip-container {
    padding:30px;
}

.pg-checkout-sms-container {
    padding:30px;
}

.pg-checkout-containers {
    width: 520px;
    min-height: 70px;
    box-shadow: 0 0 3px lightgray;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: white;
    display:flex;
    justify-content: start;
    align-items: center;
}
.pg-checkout-containers-cart {
    width: 520px;
    box-shadow: 0 0 3px lightgray;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: white;
}
.pg-block-container {
    width: 520px;
    box-shadow: 0 0 3px lightgray;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
}
.pg-restaurant-closed-moon {
    z-index: 1;
    position: absolute;
    top:50%;
    left:50%;
    object-fit: cover;
    width: auto !important;
    height: 60px !important;
    border-radius: 0;
    transform: translate(-50%, -50%);
}

.pg-custom-tip-input {
    padding: 5px 10px;
    width: 150px;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.pg-border-gray {
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px 10px;
}

.pg-margin-none {
    margin: 0;
}

#pg-invoice-toggle {
    cursor: pointer;
}

#pg-payment-toggle {
    cursor: pointer;
}

.pg-payment-container {
    padding: 30px;
}

.pg-checkout-invoice-container {
    padding:30px;
}

.pg-payment-container-item {
    padding: 10px 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap:20px;
    /* border-bottom: 1px solid lightgray */
}

.pg-payment-container-item:last-child {
    border:none;
}
.pg-payment-container-item:only-child {
    border:none;
}

.pg-checkout-note {
    width: 520px;
    box-shadow: 0 0 3px lightgray;
    border:none;
    border-radius: 10px;
    padding: 12px;
    background-color: white;
    min-height: 100px;
}


.pg-checkout-cart-items {
    display:flex;
    gap: 5px;
    padding: 15px 0;
    flex-direction: column;
    border-bottom: 1px solid lightgray;
}

.pg-checkout-cart-items:first-child {
    padding: 0 0 10px 0;
}

.pg-checkout-cart-items:last-child {
    border-bottom: none;
    padding: 10px 0 0 0 ;
}

.pg-checkout-cart-items:only-child {
    padding: 0;
}



.pg-checkout-cart-item-span {
    display: inline-block;
    background: #FCFCFC no-repeat padding-box;
    border: 0.5px solid #D4D5D8;
    border-radius: 5px;
    font-weight: 500;
    min-width: 25px;
    padding: 0 5px;
    text-align: center;
}

/* Restaurant Book Table Modal */
.pg-booktable-btn {
    border: none;
    width: 100%;
}

.pg-booktable-content {
    width: 100%;
}

.pg-left-media {
    width: 80%;
}

.pg-booking-content {
    min-height: 300px;
}

@media (min-width: 992px) {
    .re-tbanner-mobile-image {
        display: none;
    }
    .re-tbanner-mobile {
        display: none !important;
    }
    .ps-header {
        align-items: center;
        background-color: white;
        display: flex;
        height: 81px;
        overflow: visible;
        padding: 0 30px;
        position: fixed;
        justify-content: space-between;
        width: 100%;
        /* position: -webkit-sticky; */
        top: 0;
        transition: box-shadow .25s;
        width: 100%;
        will-change: box-shadow;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }
    .ps-header-offset {
        margin-top: 81px;
    }
    .ps-header-offset-restaurant {
        margin-top: 130px;
    }
    .ps-bg-gradient {
        color: #2a2f43;;
        background-image: linear-gradient(270deg, rgba(47, 128, 248, .1), #fff);
        border: 1px #1f212f;
        font-family: Poppins, sans-serif;
    }
    .ps-logo {
        display: block;
        line-height: 0;
        margin-right: auto;
    }


    .ps-search {
        flex-shrink: 1;
        padding-left: 50px;
        max-width: 100%;
        min-width: 30%;
    }
    .ps-search-form {
        align-items: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #D4D5D8;
        border-radius: 5px;
        display: flex;
        height: 40px;
        /* max-width: 390px; */
        width: 100%;
        box-sizing: inherit;
    }
    .ps-search-div {
        align-items: center;
        display: flex;
        height: 100%;
        box-sizing: inherit;
    }
    .ps-search-dropdown {
        position: relative;
        width: 100%;
    }
    .ps-search-separator {
        background-color: #d1d1d6;
        height: 32px;
        width: 1px;
    }
    .ps-search-container {
        height: 100%;
        display: flex;
        position: relative;
        text-overflow: ellipsis;
        border: 0;
        font-size: 100%;
        font: inherit;
        margin: 0;
        padding: 0;
        vertical-align: initial;
    }
    .ps-input {
        background-color: #0000;
        border: none;
        font-size: inherit;
        height: 100%;
        line-height: inherit;
        padding: 0 30px 0 36px;
        outline: none;
        border-radius: 5px;
        padding-left: 40px;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Poppins';
        font-weight: 400;
        /* width: 225px; */
    }
    .ps-search-icon {
        align-self: center;
        cursor: text;
        display: flex;
        left: 12px;
        pointer-events: none;
        position: absolute;
        margin: 0;
    }
    .ps-location-button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 10px;
        height: 40px;
        width: 250px;
        background-color: white;
        height: 2.2em;
        border: 1px solid #D6D6D6;
        border-radius: 5px;
        margin-left: 20px;
    }
    .ps-location-button:focus,
    .ps-location-button:focus-visible {
        outline: -webkit-focus-ring-color auto 0px !important;
    }
    .ps-location-button:hover {
        cursor: pointer;
    }
    .ps-location-txt {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: auto;
        font-weight: 500;
        font-size: 0.875rem;
        max-width: 160px;
        margin-left: 10px;
        color: #2A2F43;
    }
    .ps-navbutton-div {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        height: 40px;
        font-size: 100%;
        font: inherit;
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: initial;
        box-sizing: inherit;
        border-width: 0px !important;
    }
    .ps-navbutton:hover {
        background-color: #438cf9;
    }



    .ps-navbutton {
        background: #2F80F8 no-repeat padding-box;
        box-shadow: 1px 1px 2px 1px lightgray;
        min-width: 115px;
        border-radius: 5px;
        border: none;
        height: 40px;
        align-items: center;
        display: flex;
        justify-content: center;
        transition: background-color .3s;
        width: 100%;
        padding: 0 27px;
        font-family: inherit;
        margin: 0;
        margin-right: 12px;
        touch-action: manipulation;
    }

    .ps-navbutton span {
        font-size: 16px;
        font-family: 'Poppins';
        font-weight: 400;
        color: #fff;
        font-style: normal;
        transition: color .3s;
    }
    .ps-navbutton-sign {
        background: #FFFFFF no-repeat padding-box;
        box-shadow: 1px 1px 2px 1px lightgray;
        border-radius: 5px;
        border: none;
        height: 40px;
        align-items: center;
        display: flex;
        justify-content: center;
        transition: background-color .3s;
        width: 100%;
        min-width: 115px;
        padding: 0 27px;
        font-family: inherit;
        font-weight: 400;
        margin: 0;
        touch-action: manipulation;
    }

    .ps-navbutton-sign:hover {
        background-color: #f8f8f8;
    }

    .ps-navbutton-sign span {
        font-size: 16px;
        font-family: 'Poppins';
        font-weight: 400;
        color: #2A2F43;
        font-style: normal;
        transition: color .3s;
    }


    .ps-checkout-btn {
        background: #2A2F43 0% 0% no-repeat padding-box;
        box-shadow: 0px 0.5px 2px #0000004D;
        border-radius: 5px;
        align-items: center;
        display: flex;
        flex-shrink: 0;
        height: 40px;
        justify-content: center;
        min-width: 130px;
        padding: 0 12px;
        width: auto;
        color: white;
        text-decoration: none;
        touch-action: manipulation;
        font-size: 16px;
        font-family: 'Poppins';
        font-weight: 400;
        vertical-align: initial;
        border:none;
    }
    .ps-checkout-btn:hover {
        opacity: 90%;
    }





    .ps-checkout-txt {
        font: normal normal medium 16px/30px 'Poppins';
        letter-spacing: 0px;
        color: #FCFCFC;
    }
    .ps-toggle-btn {
        background-color: #fcfcfc;
        align-items: center;
        border-radius: 5px;
        display: flex;
        flex-shrink: 0;
        height: 40px;
        justify-content: center;
        padding-right: 0px;
        width: auto;
    }
    .toggle {
        display: flex;
        ;
        position: sticky !important;
        top: unset !important;
        left: unset !important;
        margin-left: auto;
        margin-right: auto;
    }
    .toggle span,
    span::before,
    span::after {
        background: #000 !important;
    }
    .ps-modal-dialog {
        align-items: center;
        display: flex;
        height: 100vh;
        height: calc(var(--vh, 1vh)*100);
        justify-content: center;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
        align-items: center;
    }
    .ps-modal-content {
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0 8px 24px 0 #8e8e934d;
        box-sizing: border-box;
        flex-direction: column;
        max-width: 544px;
        min-width: 320px;
        position: relative;
        z-index: 1080;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .pg-modal-content {
        border-radius: 16px;
        box-sizing: border-box;
        flex-direction: column;
        position: relative;
        padding: 0px 20px 20px 20px;
    }
    #psFilterModal .ps-modal-content {
        min-height: 530px !important;
    }
    .ps-bb {
        border-bottom: 1px solid #EBEBEB;
    }
    .ps-radio {
        width: 20px;
        height: 20px;
    }
    .ps-reset-all {
        font: normal normal medium 12px/16px Poppins;
        letter-spacing: 0px;
        color: #2F80F8;
    }
    .pg-lightBlue {
        color: #2F80F8;
    }
    .ps-modal-heading-style {
        text-align: left;
        font: normal normal 600 14px/30px Poppins;
        letter-spacing: 0px;
        color: #2A2F43;
    }
    .ps-modal-header {
        /* box-shadow: 0 6px 16px 0 #8e8e931a; */
        padding: 10px 16px;
        display: flex;
        align-self: center;
    }
    .pg-modal-header-restaurant {
        display: flex;
        padding: 1rem;
        justify-content: flex-end;
    }
    .ps-modal-location {
        background: #f2f2f5;
        border: none;
        border-radius: 5px;
        color: #000;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        height: 40px;
        line-height: 1.295;
        /* width: calc(100% - 48px); */
        width: 460px;
        display: flex;
        position: relative;
    }
    .ps-modal-input {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #D4D5D8;
        border-radius: 5px;
        font-size: inherit;
        font-weight: inherit;
        height: 100%;
        line-height: inherit;
        padding: 0 30px 0 36px;
        width: 100%;
    }
    .ps-modal-body {
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        overflow-y: auto;
    }

    .pg-restaurant-title-name {
        font-size: 2.2rem;
    }
    .ps-modal-body-container {
        height: 100%;
        padding: 0 32px 32px;
        width: 100%;
        min-height: 440px;
        padding-top: 10px;
    }
    .ps-modal-body-elements {
        align-items: center;
        display: flex;
        flex-direction: column;
        max-height: 80vh;
        border: 0;
        font: inherit;
        margin: 0;
        padding: 0;
        vertical-align: initial;
    }
    .ps-modal-body-btn-location {
        background-color: #2F80F8;
        box-shadow: 0px 0.5px 2px #0000004D;
        border: none;
        border-radius: 5px;
        display: inline-flex;
        transition: color .3s;
        outline: none;
        align-items: center;
        justify-content: center;
        transition: background-color .3s;
        width: 270px;
        height: 40px;
    }
    .ps-filter-container {
        min-height: 407px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 10px !important;
    }
    .ps-modal-span-txt {
        color: white;
    }
    .ps-modal-loc {
        align-self: center;
        cursor: text;
        display: flex;
        left: 12px;
        pointer-events: none;
        position: absolute;
        margin: 0;
    }
    .ps-modal-footer {
        justify-content: center;
    }
    .ps-modal-footer button {
        color: white;
    }
    .ps-close-button {
        z-index: 1;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        height: 36px;
        width: 36px;
        justify-content: center;
        position: absolute;
        right: -18px;
        top: -18px;
        background-color: #FFFFFF !important;
        box-shadow: 0.5px 0.5px 2px #0000004D;
        opacity: 1 !important;
        outline: none;
        border: none;
        transition: color .3s;
        color: inherit;
        font-family: inherit;
        margin: 0;
        padding: 0;
        touch-action: manipulation;
    }
    .slider {
        max-width: inherit;
        position: relative;
    }
    .ps-slide-container {
        align-items: stretch;
        display: flex;
    }

    button:focus-visible,
    button:focus,
    input:focus-visible,
    input:focus {
        outline: -webkit-focus-ring-color auto 0px !important;
    }
    input[type=radio],
    input[type=checkbox] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    input[type=radio],
    input[type=checkbox] {
        position: relative;
        cursor: pointer;
        height: 20px !important;
        background-color: #fff;
        border: 1px solid #2F80F8;
        border-radius: 50%;
        display: inline-block;
        position: relative;
    }
    input[type=radio]:checked::before,
    input[type=checkbox]:checked::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #2F80F8;
        border-radius: 50%;
    }

    .ps-section-footer {
        position: relative;
        width: 100%;
    }
    .ps-section-otherfooter {
        max-width: 1600px;
        margin: auto;
    }
    .ps-footer-inside {
        overflow-x: hidden;
        padding: 0 30px 40px 30px;
        width: 550px;
        color: #2A2F43;
    }
    .ps-footer-icon {
        width: 25px;
        height: auto;
    }


    .ps-footer-layout {
        grid-auto-columns: 1fr;
        display: grid;
        grid-column-gap: 1.5rem;
        grid-row-gap: 1rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: start;
        margin-bottom: 20px;
    }
    .ps-footer-list {
        flex-direction: column;
        /* grid-template-rows: auto;
        grid-template-columns: 100%;
        grid-auto-columns: 100%; */
        align-items: flex-start;
        justify-items: start;
        display: flex;
    }
    .ps-social-link {
        display: flex;
        align-items: center;
        color: inherit;
        gap: 10px;
        font-size: 15px;
        height: 30px;
    }
    .ps-text-16 {
        font-family: inherit;
        font-size: 16px;
    }
    .ps-text-14 {
        font-family: inherit;
        font-size: 14px;
    }
    .ps-semibold {
        font-size: 16px;
        font-weight: 600;
    }
    .ps-footer-link {
        margin: 5px 0;
        color: inherit;
        font-size: 0.875rem;
        line-height: 30px;
    }
    .ps-footer-credit-text {
        font-size: 14px;
        margin: 10px 0;
        text-align:center;
    }
    .ps-footer-credit-text-main {
        font-size: 14px;
        margin: 10px 0;
        text-align:start;
    }
    .ps-footer-credit-list {
        display: flex;
        flex-direction:row;
        color: inherit;
        justify-content: space-around;
        gap:30px;
    }
    .ps-footer-credit-list-main {
        display: flex;
        flex-direction:column;
        color: inherit;
        justify-content: space-around;
        gap:10px;
    }
    .ps-underline {
        text-decoration: underline !important;
        text-underline-offset: 2px;
    }
    .nav-item {
        font-size: 15px;
        font-family: 'Poppins';
        font-weight: 400;
    }
    .pg-fa-margin-right {
        margin-right: 10px;
    }




    .ps-discount-price {
        right: 0px !important;
        bottom: 10px !important;
        background: transparent linear-gradient(99deg, #5797F8 0%, #2F80F8 100%) 0% 0% no-repeat padding-box !important;
        border-radius: 5px 0px 0px 5px !important;
        font-family: 'Poppins' !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: auto;
        height: 25px;
    }

    .ps-review-txt {
        display: flex;
        align-items: center;
        text-align: left;
        font-weight: 600;
        font-size: 0.875rem;
        letter-spacing: 0px;
        color: #2A2F43;
    }
    .ps-mob .nav-item:hover {
        background-color: #2A2F43 !important;
        background: #2A2F43 !important;
    }
    .list-card .member-plan .badge.open,
    .list-card .member-plan .badge.closed {
        background-color: inherit !important;
        box-shadow: none !important;
    }
    .ps-mtb-a {
        margin-top: auto;
        margin-bottom: auto;
    }
    /* Custom styles for the modal */
    .ps-mfilter-content {
        border-radius: 10px;
        /* Rounded corners for the modal */
    }
    /* Style for the modal header */
    .ps-mfilter-header {
        border-bottom: none;
        /* Removes the border line from the header */
        padding: 20px;
        /* Spacing inside the header */
    }
    /* Style for the modal title */
    .ps-mfilter-title {
        font-weight: bold;
    }
    /* Custom radio buttons and checkboxes */
    .ps-mfilter-custom-control-input:checked~.ps-mfilter-custom-control-label::before {
        color: #fff;
        /* Color of the checkmark or dot */
        border-color: #007bff;
        /* Color of the border */
        background-color: #007bff;
        /* Background color when checked */
    }
    /* Custom radio buttons and checkboxes */
    .ps-mfilter-custom-control-label::before {
        border-radius: 0.25rem;
        /* Slightly rounded corners for custom controls */
    }
    /* Style for modal body */
    .ps-mfilter-ps-mfilter-body {
        padding: 20px;
        /* Spacing inside the body */
    }
    /* Style for the 'Apply' button */
    .ps-mfilter-btn-primary {
        background-color: #007bff;
        /* Primary color for the 'Apply' button */
        border: none;
        /* Removes the border */
        border-radius: 5px;
        /* Rounded corners for the 'Apply' button */
        padding: 10px 20px;
        /* Spacing inside the 'Apply' button */
    }
    /* Style for the 'Close' button */
    .ps-mfilter-btn-secondary {
        background-color: #6c757d;
        /* Secondary color for the 'Close' button */
        border: none;
        /* Removes the border */
        border-radius: 5px;
        /* Rounded corners for the 'Close' button */
        padding: 10px 20px;
        /* Spacing inside the 'Close' button */
    }
    /* Style for the radio buttons and checkboxes */
    .ps-mfilter-custom-radio .ps-mfilter-custom-control-input:checked~.ps-mfilter-custom-control-label::before,
    .ps-mfilter-custom-checkbox .ps-mfilter-custom-control-input:checked~.ps-mfilter-custom-control-label::before {
        background-color: #007bff;
        /* Background color when checked */
    }
    /* Spacing for the options */
    .ps-mfilter-custom-control {
        margin-bottom: 10px;
        /* Spacing between each control */
    }
    /* Style for the modal footer */
    .ps-mfilter-footer {
        border-top: none;
        /* Removes the border line from the footer */
        padding: 20px;
        /* Spacing inside the footer */
    }
    /* Reset button to clear filters */
    .ps-mfilter-reset-button {
        background: none;
        border: none;
        color: #007bff;
        padding: 0;
        margin-right: 10px;
    }
    /* Hover effects for reset and apply buttons */
    .ps-mfilter-reset-button:hover,
    .ps-mfilter-btn-primary:hover,
    .ps-mfilter-btn-secondary:hover {
        opacity: 0.8;
    }
    .ps-modal-sortby {
        width: 100%;
    }
    .ps-form-check {
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        display: flex !important;
        width: 100%;
        height: 40px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font: normal normal normal 14px/30px Poppins;
        letter-spacing: 0px;
        color: #2A2F43;
    }
    .ps-filterBtnContainer {
        display: flex;
        padding-left: 15px;
    }
    .ps-filterBtnContainer button {
        background: #2A2F43 0% 0% no-repeat padding-box;
        box-shadow: 0px 0.5px 2px #0000004D;
        border-radius: 5px;
        color: #fff;
        border: 0px !important;
    }
    .ps-filter-cross {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        width: 18px;
        height: 18px;
        display: flex;
        margin-left: 10px;
        border-radius: 9px;
    }
    #filterBtnContainer button {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        cursor: default;
    }
    .remove-icon {
        cursor: pointer;
    }
    .ps-sorted-txt {
        font-size: 18px;
        font-weight: bold;
    }
    .ps-sorted-container {
        display: -ms-inline-grid;
        display: inline-grid;
        cursor: pointer;
    }
    ul.bottom-nav {
        height: 135px !important;
    }
    .siddhi-main-body {
        margin-top: 80px;
    }
    .ps-top-space {
        padding-top: 80px;
    }
    /* Ps-End */
    .pg-landing-main-content-hero {
        max-width: 1200px;
        /* max-width: 800px; */
        /* flex-direction: column; */
    }
    .pg-landing-main-content-container {
        display:flex;
        justify-content: center;
    }
    .pg-landing-main-content-hero-left {
        width: 45%;
      }
      .pg-landing-main-content-hero-right {
        width: 45%;
      }
      .pg-landing-main-content-hero-img {
        width:100%;
      }
      .pg-display-flex-space-between {
        justify-content: space-between;
        gap: 30px;
      }

      .pg-cart-modal-cart {
        overflow-y: scroll;
        padding:30px;
        padding-bottom: 150px;
    }
}


@media (max-width: 992px) {

    body,main {
        font-size: 1rem;;
    }

    .re-content-mobile {
        margin: 40px auto 300px;
        width: 95% ;
    }
    .ps-header {
        align-items: center;
        background-color: #fcfcfc;
        display: flex;
        height: 81px;
        overflow: visible;
        padding: 0 15px;
        position: fixed;
        width: 100%;
        justify-content: space-between;
        /* position: -webkit-sticky; */
        top: 0;
        transition: box-shadow .25s;
        width: 100%;
        will-change: box-shadow;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }
    .ps-search {
        display: none;
    }
    .ps-checkout-btn {
        display: none;
    }
    .ps-checkout-txt {
        font: normal normal medium 16px/30px 'Poppins';
        letter-spacing: 0px;
        color: #FCFCFC;
    }
    .ps-toggle-btn {
        background-color: #fcfcfc;
        align-items: center;
        border-radius: 5px;
        display: flex;
        flex-shrink: 0;
        height: 40px;
        justify-content: center;
        padding-right: 0px;
        width: auto;
    }
    .toggle {
        display: flex;
        position: sticky !important;
        top: unset !important;
        left: unset !important;
        margin-left: auto;
        margin-right: auto;
    }

    .toggle span,
    span::before,
    span::after {
        color: #000 !important;
        background: #000 !important;
    }
    .ps-navbutton-div {
        display: none;
    }
    .re-tbanner-mobile {
        margin:0;
        margin-top: 81px;
        margin-bottom: 30px;
    }
    .re-tbanner-mobile-image {
        display: flex;
        justify-content: center;
        width: 100vw;
        margin-top: 2.5em;
        max-height: 300px;;
    }
    .re-tbanner-mobile-image > img {
        object-fit: fill;
        width: 100%;
    }
    .re-tbanner-details-mobile {
        margin-top: 1.5em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        padding: 0 20px;
    }
    .re-tbanner-details-top-mobile {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: start;
    }
    .re-btn-moreinfo {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1rem;
        color: #2a2f43;
        padding: 10px;
        width: 145px;
        height: 40px;
        margin-top: 20px;
        font-family: inherit;
        font-weight: 500;
        font-size: 0.875rem;
        background-color: white;

        box-shadow: 0.5px 0.5px 2px #0000004D;
        border-radius: 5px;
        border: none;
        border: 1px solid #f8f8f8;
    }
    .re-btn-moreinfo > span {
        font-size: 1rem;
    }
    .re-btn-moreinfo:hover {
        background-color: #FCFCFC;
    }
    .pg-fa-margin-right {
        margin-right: 0.75rem;
    }

    .re-categories-container {
        display: none;
        width: 100%;
        overflow-x: hidden;
    }

    .re-categories-container {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: static;
        /* position: -webkit-sticky; */
        top: 81px;
        z-index: 999;
        padding: 10px 0;
        margin-top:1em;
        transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; /* Smooth transition */
    }

    .re-categories-container.is-sticky {
        padding: 15px 5vw; /* Adjust padding */
        background-color: #fcfcfc;
        margin-top:0;
    }

    .re-categories-search {
        display: none;
    }

    .re-search-input {
        display: none;
    }

    .pg-product-element-container {
        display: flex;
        background-color: #FCFCFC;
        border: 1px solid #e5e5ea;
        border-radius: 10px;
        cursor: pointer;
        height: 200px;
        width: 100%;
        justify-content: space-between;
        color: #2A2F43;
        margin: 0;
        padding: 10px;
        box-shadow: 0.5px 0.5px 2px #0000004D;
    }

    .pg-product-element-description {
        max-width: 60%;
        display: flex;
        flex-direction: column;
        padding: 5px 10px 5px 5px;
        overflow: hidden;
    }
    .pg-product-element-img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 10em;
        border-radius: 10px;
        border: 1px solid #efefef;
    }



    .pg-product-element-h3 {
        font-size: 1.1rem;
        line-height: 22px;
        color: #2a2f43;
    }

    .pg-product-element-subcategory {
        font-size: 1.125rem;
        font-weight: 600;
        color: #2a2f43;
        margin: 40px 0;
    }
    .pg-product-element-p {
        font-size: 0.7rem;
        line-height: 18px;
        color: #757779;
    }

    .re-content {
        margin: 0;
        padding: 6em 1em 6em 1em;
        width: 100vw;
    }
    .re-content-restaurant {
        margin: 0;
        padding: 1em 1em 6em 1em;
        width: 100vw;
    }
    .re-tbanner-title {
        font-size: 1.5rem !important;
        max-width: 80vw;
    }
    .re-tbanner-tlower span {
        font-size: 0.75rem;
        margin-bottom: 0.2rem;
    }
    .re-tbanner {
        min-height: auto;
        margin: 0;
    }
    .re-tbanner-details {
        margin: 0;
        width: 100%;
    }
    .re-tbanner-tprep {
        display: flex;
        flex-wrap: wrap;
    }

    .re-tbanner-image {
        display:flex;
        justify-content: center;
    }

    .re-tbanner-ordertype {
        display: none;
    }

    .re-tbanner-showcase {
        display: none;
    }

    .re-sections-menu {
        display: flex;
        margin-top: 0;
        padding: 0;
    }

    .re-btn-moreinfo-desktop {
        display: none;
    }

    .pg-product-modal {
        height: auto;
        padding: 1em;
    }

    .pg-product-modal-img {
        height: auto;
        max-height: 250px;
    }

    .pg-product-modal-order-btn {
        font-size: 0.9rem;
        font-weight: 400;

        width: 65%;
    }

    .pg-new-modal-content {
        /* position: absolute; */
        position: fixed;
        width: 100%;
        height: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 10px 10px 0 0;
        /* border-radius: 0; */
        outline: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FCFCFC no-repeat padding-box;
        box-shadow: none;
        max-height: 95vh;
        /* max-height: 100%; */
    }

    .ps-close-button {
        z-index: 1;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        height: 36px;
        width: 36px;
        justify-content: center;
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: #FFFFFF !important;
        box-shadow: 0.5px 0.5px 2px #0000004D;
        opacity: 1 !important;
        outline: none;
        border: none;
        transition: color .3s;
        color: inherit;
        font-family: inherit;
        margin: 0;
        padding: 0;
        touch-action: manipulation;
    }
    .modal-dialog-product {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .pg-product-modal-extras-container {
        margin-bottom: 1em;
    }

    .pg-product-modal-order-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ebf7fd;
    padding: 10px 10px;
    width: 145px;
    background: #2A2F43 0% 0% no-repeat padding-box;
    border: 1px solid #00000000;
    box-shadow: 0.5px 0.5px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    }
    .pg-product-modal-order-quantity-btn {
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 1.25rem;
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 4px;
    }

    .pg-product-modal-order-quantity-number {
        font-size: 1.125rem;
        color:white;
        /* margin: 0 20px;  */
    }


    .pg-cart-modal {
        width:100vw ;
        border: none;
        border-radius: 0;
        background-color: #ffffff;
        padding: 0;
        display: flex;
        flex-direction: column;
        color: #2a2f43;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; /* Smooth transition */
        z-index: 1000;
    }

    .pg-cart-modal-cart {
        overflow-y: scroll;
        padding: 30px 15px;
    }


    .mobile-cart-btn-container {
        display: flex;
        position: fixed;
        bottom: 1.75em;
        left: 1em;
        right: 1em;
    }
    .mobile-cart-btn {
        font-family: inherit;
        width: 100%;
        border: none;
        border-radius: 5px;
        color: white;
        display: flex;
        justify-content: space-between;
        background-color:#2F80F8;
        padding: 10px;
        align-items: center;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .mobile-cart-btn > span > span {
        background-color:#2a2f43;
        padding: 0.1em 0.5em;
        border-radius: 5px;
        margin-right: 1em;
    }

    .pg-modal-info-body {
        height: auto;
        padding: 15px;
        /* overflow-y: auto; */
    }

    /* LANDING PAGE */
    .pg-landing-main-content-container {
        padding: 7em 15px 0 15px;
    }

    .pg-landing-main-content-container-footer {
        padding: 0 15px 3em 15px;
    }


    .pg-landing-h4 {
        font-size: 0.9rem;
        font-weight: 600
      }
      .pg-landing-h1 {
        font-size: 2.25rem;
        line-height: 2.4rem;
        margin-top: 0.5em;
      }

      .pg-landing-h2 {
        font-size: 1.5rem;
        margin-top: 1em;
      }
      .pg-landing-h5 {
        font-size: 1.25rem;
        line-height: 30px;
        margin-top: 1em;
      }

    .pg-landing-p {
        font-size: 1rem;
        margin-top: 1em;
        font-weight: 400;
      }
      .pg-landing-p-smaller {
        font-size: 0.875rem;
        margin-top: 1em;
        font-weight: 400;
      }
      .pg-landing-p-explore {
        max-width: 770px;
      }
    .pg-landing-main-content-hero {
        justify-content: center;
        flex-wrap: wrap;
    }

      .pg-landing-main-content-hero-left {
        display: flex;
        flex-direction: column;

        justify-content: center;

      }
      .pg-landing-main-content-hero-input-flex {
        justify-content: space-between;
        flex-direction: column;
        margin-top: 1em;
        width:100%
      }

      .pg-landing-main-content-inputfield {
        width: 250px
      }

      .pg-landing-main-content-hero-input {
        gap: 15px;
        justify-content: space-between;
        padding: 0 15px;
    }

    .pg-landing-main-content-hero-input > div > svg {
        width: 24px !important;
    }
    .pg-landing-main-content-hero-input > img {
        width: 20px !important;
    }

      .pg-landing-main-content-hero-img {
        width: 80vw;
      }
      .pg-landing-main-content-hero-btn {
        width: 100%;
        padding: 10px;
    }
    .pg-landing-main-content-explore {
        padding: 3em;
      }
      /* .pg-landing-main-content-explore-btn-group {
        flex-direction: column;;
      } */
      .pg-landing-main-content-discover {
        padding: 3em;
      }
      .pg-landing-main-content-howitworks-card {
        width: 350px;
      }
      .pg-landing-main-content-business-card {
        width: 80vw;
        background-color: white;
        border-radius: 10px;
        box-shadow: 1px 1px 5px lightgray;
        display: flex;
        flex-direction: column;
        padding: 40px;
        padding-bottom: 0;
      }
      .pg-landing-main-content-business-card-img {
        width: 80vw;
        margin-top: 1em;
        transform: translate(-40px);
    }
    .pg-landing-main-content-explore-cards-container {
        justify-content: center;;
    }
    .pg-landing-main-content-explore-howitworks-container {
        justify-content: center;;
    }

    .pg-footer-legal-container {
        width: 100%;
        padding: 1em;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .pg-footer-legal-container-links {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    /* footer */
    .pg-footer-left {
        width: 100%;
        align-items: center;
        text-align: center;;
    }
    .pg-footer-right {
        display: none;
    }
    .pg-footer-main-container {

        padding: 0;

    }

    /* home */

    .ps-map {
        display: none;
    }
    .ps-content-list-inside {
        width: 100%;
        padding: 0 15px;
    }

    /* .ps-content-list-inside {
        min-height: 1000px;
        overflow-x: hidden;
        padding: 0 32px 32px;
        width: 640px;
    } */


    /* .slick-slide {
        height: 175px;
    }
    .ps-slide-img {
        width: 80vw;
        object-fit: contain;
    } */

    .ps-social-link {
        display: flex;
        align-items: center;
        color: inherit;
        gap: 10px;
        font-size: 15px;
        height: 30px;
    }
    .ps-footer-icon {
        width: 25px;
        height: auto;
    }
    .ps-footer-list {
        flex-direction: column;
        /* grid-template-rows: auto;
        grid-template-columns: 100%;
        grid-auto-columns: 100%; */
        align-items: flex-start;
        justify-items: start;
        display: flex;
        width:100%;

    }
    .ps-footer-icon {
        width: 25px;
        height: auto;
    }


    .ps-footer-inside {
        overflow-x: hidden;
        padding: 0 15px 40px 15px;
        width: 100%;
        color: #2A2F43;
    }
    .ps-bg-gradient {
        color: #2a2f43;;
        background-image: linear-gradient(270deg, rgba(47, 128, 248, .1), #fff);
        border: 1px #1f212f;
        font-family: Poppins, sans-serif;
    }
    .pg-button-group {
        flex-direction: column;
        margin: 0;
        gap: 15px;
        margin-bottom: 1em;
    }
    .ps-footer-credit-list {
        display: flex;
        flex-direction: column;
        color: inherit;
    }
    .ps-footer-credit-list-main {
        display: flex;
        flex-direction: column;
        color: inherit;
    }
    .ps-footer-credit-text {
        font-size: 14px;
        margin: 10px 0;
    }
    .ps-footer-credit-text-main {
        font-size: 14px;
        margin: 10px 0;
    }


    /* enter restaurant */

    /* .pg-restaurant-enter-modal-content {
        justify-content: center;
        align-items: center;
        background-color: #F8F8F8;
        border-radius: 16px;
        box-shadow: 0 8px 24px 0 #8e8e934d;
        box-sizing: border-box;
        flex-direction: column;
        width: 80vw;
        position: relative;
        z-index: 1080;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
    } */

    .pg-restaurant-enter-modal-content {
        width:100vw ;
        border: 1px solid #e5e5ea;
        border-radius: 10px;
        background-color: #ffffff;
        padding: 15px 20px;
        display: flex;
        flex-direction: column;
        color: #2a2f43;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        z-index: 1000;
        max-height: 60vh;
    }



    .pg-restaurant-exit-modal-content {
        justify-content: center;
        align-items: center;
        background-color: #F8F8F8;
        border-radius: 16px;
        box-shadow: 0 8px 24px 0 #8e8e934d;
        box-sizing: border-box;
        flex-direction: column;
        width: 80vw;
        position: relative;
        z-index: 1080;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .pg-restaurant-enter-modal-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        text-align: center;
    }




    .pg-restaurant-exit-modal-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
        text-align: center;;
    }

    .pg-restaurant-enter-modal-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;;
        border: none;
        margin: 0;
        padding: 0 15px;
    }


    .ps-modal-dialog {
        align-items: center;
        display: flex;
        justify-content: center;
        position: fixed;
        z-index: 1000;
        align-items: center;
        bottom: 0;
        right:0;
        left:0;
    }

    .pg-h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #2A2F43;
    }

    .pg-p {
        color: #2A2F43;
    }

    .pg-h3 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #2A2F43;
    }

    .pg-h4 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #2A2F43;
    }
    .pg-h5 {
        font-weight: 600;
        color: #2A2F43;
    }



    /* login pago */

    /* login page */
.pg-password-toggler {
    cursor: pointer;
    font-size: 14px;
    padding-left: 5px;
    color:#007bff;
    font-weight: 500;
    margin-bottom: 1em;
    margin-top: 1em;
}
.pg-password-toggler:hover,
.pg-password-toggler:focus {
    color:#438cf8;
}
.pg-password-toggler-radio {
    aspect-ratio: 1/1;
    width:15px;
}

.pg-login-card-container {
    width: 100%;
    padding: 0;
}
.pg-login-card-container-login {
    width: 100%;
    padding: 0;
    overflow:hidden;
}

.pg-modal-header-title {
    font-size: 20px;
    color:#007bff;
    padding: 0 5px;
    margin: 0;
}
.pg-login-btn-passwordChange{
    padding: 20px 60px;
    background-color:#2F80F7;
    font-family: inherit;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pg-login-btn-passwordChange-back{
    padding: 20px 60px;
    background-color:#ffffff;
    font-family: inherit;
    border: 1px solid darkgray;
    border-radius: 10px;
    color: #2a2f43;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pg-login-btn-passwordChange:hover,
.pg-login-btn-passwordChange:focus {
    background-color:#438cf9;
}
.pg-login-btn-passwordChange-back:hover,
.pg-login-btn-passwordChange-back:focus {
    background-color: lightgray;
    color: #2a2f43;
}
.pg-login-card {
    border-radius: 0;
    justify-content: start;
    padding: 1em;
    background: none;
    height: 100%;
    box-shadow: none;
}
.pg-login-card-login {
    border-radius: 0;
    justify-content: start;
    padding: 1em;
    overflow: hidden;
    height: 100%;
    background: none;
    box-shadow: none;
    width:100%;
}
.pg-login-logo {
    margin: 1em 0 ;
}
.pg-login-logo:focus{
    border:none;
}

.pg-login-logo >img {
    width: 50vw;
}

.pg-login-text {
    font-size: 18px;
}

.pg-login-form {
    width: 100%;
}
.pg-login-form-user_input {
    font-family: "Poppins", sans-serif;
    padding: 10px;
    padding-left: 35px;
    font-size: 0.875rem;
    display: block;
    width: 100%;
    background: #FFFFFF no-repeat padding-box;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}
.pg-login-form-user_input:focus {
    border: 1px solid #007bff;
}
.pg-login-user_input-label {
    font-size: 0.875rem;
    margin-bottom: 5px;
}
.pg-login-forgot_password {
    font-size: 0.9rem;
}
.pg-login-new_user {
    font-size: 0.9rem;
    margin-top: 1em;
}
.pg-login-new_user-link {
    font-weight: 600;
}
.pg-login-new_user-link:hover,
.pg-login-new_user-link:focus {
    color: #2a2f43;
}
a:focus {
    /* border: 1px solid #007bff; */
}
.pg-login-btns {
    width: 100%;
    padding: 0.8em;
    background-color:#2F80F7;
    font-family: inherit;
    border: none;
    border-radius: 1em;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}
.pg-login-btns:hover,
.pg-login-btns:focus {
    background-color:#438cf9;
}
.pg-login-phone-country_select {
    margin: 10px 0;
    padding: 5px;
    border: none;
    border: 1px solid #4990f9;
    border-radius: 5px;
    color: #2a2f43;
}
.pg-login-phone-country_select:focus {
    background-color: #edf4fe;
}
/* Sign up page */
.pg-login-btn-signup {
    width: 100%;
    padding: 0.8em;
    background-color:#2F80F7;
    font-family: inherit;
    border: none;
    border-radius: 1em;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.pg-login-btns-signup:hover,
.pg-login-btns-signup:focus {
    background-color:#438cf9;
}
.pg-login-fomr-user_input-phone-container {
    display: flex;
    gap: 10px;
}

.or-line span {
    font-size: 1rem;
    padding: 0.5em 1em;
    background: none;
}

/* checkout */
.layout-inner {
    padding: 0 15px;
    flex-direction: column;
    max-width: 100%;
}

.re-content > .layout-inner {
    padding: 0;
}

.pg-block-container > .pg-display-flex > .pg-display-flex-column {
    justify-content: start;
    align-items: start;;
}

.pg-checkout-containers {
    width: 100%;
    box-shadow: 0 0 3px lightgray;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: white;
}
.pg-block-container  {
    width: 100%;
    box-shadow: 0 0 3px lightgray;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
}
.pg-checkout-containers-cart {
    width: 100%;
    box-shadow: 0 0 3px lightgray;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: white;
}

.pg-checkout-tip {
    width: 100%;
    z-index: 1;
    display: flex;
    position:relative;
    background-color: white;
    box-shadow: 0 0 3px lightgray;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pg-checkout-tip-tab {
    font-size:0.9rem;
}


.pg-checkout-tip > input[type="radio"]:checked + label {
    left: 60px;
    color: white;
    background-color: #2F80F8;
}

.pg-modal-button-group {
    margin-top: 0;
}

.pg-modal-button-group > button {
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: inherit;
    box-shadow: 1px 1px 2px 1px lightgray;
}

.pg-checkout-tip-container {
    width: 100%;
}

.pg-custom-tip-input {
    padding: 5px 10px;
    width: 30%;
}

.pg-checkout-note {
    width: 100%;
    box-shadow: 0 0 3px lightgray;
    border:none;
    border-radius: 10px;
    padding: 12px;
    background-color: white;
}


/* .pg-display-flex-column > .pg-display-flex-space-between {
    display: block;
} */

.pg-display-flex-column > input {
    width: 100%;
}
.pg-display-flex-column {
    align-items: center;
}

/* .pg-modal-button-group-checkout {
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
} */

/* .pg-modal-button-group-checkout > button {
    border: none;
    border-radius: 15px;
    padding: 10px 20px;
    font-family: inherit;
    box-shadow: 0 0 3px lightgray;
} */


/* profile */

.pg-my_profile-main_container {
    width: 100%;
    margin-top: 0;
    padding: 0;
}
.pg-my_profile-sub_container {
    margin-top: 81px;
    padding: 1em;
    background-image: linear-gradient(270deg, rgba(47, 128, 248, .1), #fff);
    margin-bottom: 0;
}
.pg-user-image-container {
    position: relative;
}

.pg-user-profile_wallet-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 0;
}
.pg-user-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
    width: 100%;
}

.pg-user-wallet {
    padding: 0;
    border-radius: 10px;
    margin: 2em 0 1em 0;
    display: flex;
    align-items: center;
    gap: 2.2em;
}
.pg-user-wallet>p {
    color: #2a2f43;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}
.pg-user-wallet_amount {
    font-size: 1rem;
    font-family: inherit;
    font-weight: 600;
    color: #2f80f8;
    margin: 0;
}

.pg-user_change-password {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0 0;
}

.pg-user-img-circle {
    object-fit: cover;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}

.pg-user-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.pg-user-data>a>h1 {
    color: #2f80f8;
    margin: 0;
    font-size: 1.5rem;
}

.pg-user_change-password {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

.pg-user-data-container-myaccount {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
}

.pg-user-data-container {
    margin-top: 1em;
    width: 100%;
    border-radius: 15px;
}

.pg-user-data-container-form-label {
    font-size: 1rem;
}

.pg-user-data-container-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pg-user-data-container-form_left {
    width: 100%;
}
.pg-user-data-container-form_right {
    width: 100%;
}
.pg-user-data-container-form-longitude {
    margin-top: 0;
    display: flex;
    gap: 50px;
}

.pg-user-save-btn {
    font-size: 1.2rem;
}

.pg-my-orders-container {
    width:100%
}

.pg-my-order-cart-container {
    width: 100%;
    min-height: 350px;
}

.pg-my-order-cart-container > .pg-display-flex-column {
    align-items: start;
}

.pg-my-order-details-status-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    border-bottom: 2px solid #2f80f8;
    padding-bottom: 1em;
}

.pg-my-order-details-status-card-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 1em 0;
}
.pg-my-order-details-items {
    width: 100%;
    margin: 1em 0;
}
.ps-location-button {
    display: none;
}

.pg-restaurant-enter-modal-footer > .pg-modal-button-group {
    width: 100%;
}

.pg-restaurant-enter-modal-body > .pg-modal-button-group {
    width: 100%;
}

.ps-badge {
    padding: 5px 15px;;
    background: transparent linear-gradient(100deg, #5797F8 0%, #2F80F8 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    bottom: 10px;
    left:0;
    color:white;
    font-size: 0.8rem;
}

.pg-new-modal-header {
    min-height: 64px;
    padding: 15px;
}


.pg-new-modal-header > h4 {
    max-width: 80%;
}

.pg-product-modal-footer {
    width:100%;
    border-radius: 0;
    bottom: 0;
    padding: 15px 15px 30px 15px;
}

.pg-product-modal-body {
    margin-bottom: 0;
    padding-bottom: 40px;
    max-height: 80vh;
}

.pg-cart-modal-cart-footer {
    width:100%;
    padding: 15px;
}

.pg-new-modal-content-home {
    width: 100%;
    pointer-events: auto;
    border-radius: 10px 10px 0 0;
    outline: 0;
    background: #FCFCFC no-repeat padding-box;
  box-shadow: 1px 1px 99px #0000001F;
}

.pg-mobile-btn-padding {
    padding: 10px;
}

.pg-restaurant-enter-modal-service-btns-desc {
    max-width: 220px;
    text-align:start;
  }
  .ps-footer-link {
    margin: 5px 0;
    color: inherit;
    font-size: 0.875rem;
    line-height: 30px;
}
.ps-footer-layout {
    display:flex;
    align-items: start;
    margin-bottom: 20px;
}

.pg-checkout-cart-items > .pg-display-flex-column {
    align-items: start;
}

.pg-layout-inner-sticky {
    position: static;
    width:100%
}
.pg-checkout-bottom-claim {
    width:100%
}

.modal-dialog-product {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.pg-header-checkout-btn {
    display: none;
}

.pg-product-list {
    gap: 20px;
}

.custom-tabsa > li  {
    width:100%;
}

.pg-my-order-cart-container > div > .pg-display-flex-column {
    align-items: start;
}

.footer-bottom {
    flex-direction:column;
}

.pg-subcategories-element:hover {
    color: #2A2F43;
}

.layout-inner-left {
    width: 100%;
    padding: 0;
}
.layout-inner-left-contact {
    width: 100%;
    padding: 0;
    display:flex;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: start;
}

.layout-inner-left-contact > img {
    align-self: center;
}
.layout-inner-right {
    width: 100%;
    padding: 0;
}

.layout-inner {
    background: none
}


.pg-header-short-btn {
    position: absolute;
    left:20px;
}
.pg-header-short-cart {
    position: absolute;
    right:20px;
}

.pg-header-back-text {
    display: none;
}

.pg-product-modal-body > .pg-display-flex-column {
    justify-content: start;
    align-items: start;
}
.pg-payment-container {
    padding: 15px 0 30px 0;
}

.pg-checkout-invoice-container {
    padding: 15px 0 30px 0;
}

.pg-login-card-image-container {
    display: none;
}

.pg-login-card-login-with-image {
    background: none;
    box-shadow: none;
    padding: 1rem;
    justify-content: center;
}
.pg-login-card-sing-up-with-image {
    background: none;
    box-shadow: none;
    padding: 0;
    justify-content: center;
}
.layout-login-right {
    padding: 0;
    width:100%
}

.pg-modal-to-bottom{
    height: auto !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    top: unset;
    border-radius: 10px 10px 0 0;
}

.pg-order-status-bar {
    flex-direction: column;
    justify-content: space-between;
    align-items:start;
    gap:10px;
}

.pg-order-status-bar > .pg-display-flex-column {
    flex-direction: row;
    justify-content: start;
    align-items: start;
    gap: 20px;
}
.pg-order-status-bar > .pg-display-flex-column > svg {
    width: 30px;
    height: 40px;;
}
.pg-order-status-bar > .pg-display-flex-column > .pg-display-flex-column {
    justify-content: start !important;
    align-items: start !important;
    text-align: start;
}

.pg-order-status-bar > .pg-display-flex-column > .pg-display-flex-column > h5 {
    margin-top: 0 !important;
}

.pg-order-status-bar-line {
    width: 5px;
    height: 50px;
    margin-top: 0;
    margin-left: 10px;
}

.pg-modal-restaurant-info-col-action-buttons {
    flex-direction: column;
    width:100%;
    gap:15px;
}
.pg-modal-restaurant-info-col-action-buttons > a {
    gap:10px;
    width:100%;
    justify-content:center;
  }

  .pg-my-orders-cards-grid {
    width:100%
  }


.pg-home-container {
    margin: 30px 0 30px 0;
    padding: 15px;
    display: flex;
    flex-direction: column;;
    background-color: #FCFCFC;
    border: 1px solid #e5e5ea;
    border-radius: 10px;
    cursor: pointer;
    justify-content: space-between;
    color: #2A2F43;
    box-shadow: 0.5px 0.5px 2px #0000004D;
    transition: 0.2s ease;
    width:100%;
}
}

@media(max-width:370px){
    .pg-h1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #2A2F43;
    }
    .pg-h2 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #2A2F43;
    }

    .pg-h3 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #2A2F43;
    }

    .pg-h4 {
        font-weight: 600;
        color: #2A2F43;
        font-size: 1.1rem;
    }
    .pg-h5 {
        font-weight: 600;
        color: #2A2F43;
        font-size: 0.95rem ;
    }
    .pg-p {
        color: #2A2F43;
        font-size: 0.85rem;
        margin-bottom: 10px;
    }

    .pg-p-small {
        color: #2A2F43;
        font-size: 0.75rem;
    }
}

body {
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #2F80F719 100%) 0% 0% no-repeat padding-box;
    color: #2A2F43;
    min-height: 100vh;
}

/* PUBNGO LOADER */

.pg-loader {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 9999;
}

.pg-loader > svg {
    animation: beer-rotate 3s linear infinite;
    fill: #2f80f8;
}

/* @keyframes beer-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
} */
@keyframes beer-rotate {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* auto height text area */

/* .checkout_textarea {
    display: block;
    max-width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
  }

  .checkout_textarea[contenteditable]:empty::before {
    content: "Add special request for the restaurant";
    color: gray;
    cursor: text;
  } */

  #pg-checkout-personal-invoice-data > .pg-display-flex-column {
    align-items: start !important;
  }
  #pg-checkout-company-invoice-data > .pg-display-flex-column {
    align-items: start !important;
  }

  .check-animation-container > svg {
    width: 120px;
    display: block;
    margin: 0 auto 0;
  }

  .check-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    &.circle {
      -webkit-animation: dash .9s ease-in-out;
      animation: dash .9s ease-in-out;
    }
    &.line {
      stroke-dashoffset: 1000;
      -webkit-animation: dash .9s .35s ease-in-out forwards;
      animation: dash .9s .35s ease-in-out forwards;
    }
    &.check {
      stroke-dashoffset: -100;
      -webkit-animation: dash-check .9s .35s ease-in-out forwards;
      animation: dash-check .9s .35s ease-in-out forwards;
    }
  }

  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @-webkit-keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }

  @keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }
    100% {
      stroke-dashoffset: 900;
    }
  }
  #cookies-modal {
    display: block !important;
  }

/* slider */

.switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 60px;
    margin: 0 !important;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 22px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 22px;
}

input:checked + .slider {
    background-color: #2F80F8;
}

input:checked + .slider:before {
    transform: translateX(30px);
}

.slider.switch-round {
    border-radius: 34px;
}

.slider.switch-round:before {
    border-radius: 50%;
}
