/*******Css********/
html, body {
    background: #000 !important;
    scroll-behavior: smooth;
}

.popup_inner {
    display: flex;
    flex-wrap: wrap;
}

.popup_inner button {
    background-color: #fff;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 13px 20px;
    box-shadow: none;
    width: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
}

.box-shadow-uniq {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.popup_inner button a {
    color: #000;
    text-decoration: none;
}

.popup_inner button:hover a {
    color: #fff;
}

.popup_inner button:hover {
    background: linear-gradient(180deg, #028ce2 0%, #6102ce 80%);
    color: #fff;
}

.models_main_outer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.qr_code_content {
    text-align: center;
    padding: 30px;
}

.qr_code_content h4 {
    font-size: 25px;
    padding-top: 20px;
}

.modal {
    top: 70px !important;
}

.pac-container {
    z-index: 9999999 !important;
}

.qr_code_content button {
    background-color: #000;
    color: #fff;
    border: 1px solid #000 !important;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
}

.qr_code_content button:hover {
    background: transparent;
    color: #000;
}

.qr-model_close button {
    color: #000;
    opacity: 1;
    box-shadow: none !important;
}

.update_info_content label {
    display: flex;
    padding: 13px 30px;
    color: #000;
    font-size: 16px;
    border-radius: 0;
    width: 500px;
    border: 1px solid #000;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.update_info_content input[type="file"],
.add_subvendors_fileupload input[type="file"] {
    display: none;
}

.update_info_content {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
}

.update_info_content label:after,
.add_subvendors_fileupload label:after {
    content: "\f093";
    font: 14px/1 FontAwesome;
}

.update_info_content button {
    width: 200px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
}

.loyalty_points_titile {
    margin-bottom: 35px;
}

.food_shop_text h1 {
    color: #fff;
}

.loyalty_points_titile h1 {
    color: #fff;
    padding-top: 50px;
}

.update_store_content {
    padding: 60px 26px;
}

.update_store_content button .fa-repeat {
    margin-left: 10px;
}

.add-sub-vendors-title h1,
.add-sub-vendors-title p {
    color: #fff;
}

.add-sub-vendors-title h1,
.food_shop_text h1,
.loyalty_points_titile h1,
.login_title h1,
.update_store_content h1 {
    animation: ani 1s;
    text-align: center;
    font-weight: 700;
}

@keyframes ani {
    from {
        letter-spacing: 35px;
        filter: blur(5px);
        opacity: 0;
    }
    to {
        letter-spacing: 0;
        filter: blur(0);
        opacity: 1px;
    }
}

.food_shop_text {
    text-align: center;
    padding-top: 60px;
}

.food_shop_text a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px
}

.loyalty_points_content {
    background: linear-gradient(180deg, #028ce2 0%, #6102ce 80%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.loyalty_points_content form.loyalty_points_enable {
    display: flex;
    align-items: center;
}

.loyalty_points_content form.loyalty_points_enable input {
    width: 20px;
    height: 20px;
    accent-color: #000;
    margin-right: 10px;
}

.loyalty_points_content form.loyalty_points_enable label {
    color: #fff;
    font-size: 20px;
}

.loyalty_points_add a {
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #fff;
    width: 170px;
    justify-content: center;
}

.loyalty_points_add a i {
    font-size: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.loyalty_points_add a p {
    margin: 0;
    font-size: 20px;
}

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

.loyalty_ponts_btn {
    text-align: right;
}

.loyalty_ponts_btn button {
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 8px 20px;
    box-shadow: none;
    color: #000;
    width: 130px;
}

.custom_table_lpoints {
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom_table_lpoints tr th:odd {
    background-color: #f2f2f257;
}

.custom_table_lpoints td .fa-trash-o {
    color: red;
    cursor: pointer;
}

.sub-vendors_logo {
    display: flex;
    align-items: center;
}

.sub-vendors_logo img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-right: 10px;
}

.sub-vendors_logo h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.custom_table_lpoints th,
.custom_table_lpoints td,
.custom_table_lpoints th a,
.custom_table_lpoints td a{
    color: #fff !important;
}

.sub_vendors_btn button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 10px 20px;
    box-shadow: none;
    min-width: 120px;
    color: #fff;
    white-space: nowrap;
}

.sub_vendors_btn button a {
    color: #fff;
    text-decoration: none;
}

.sub-vendours_img {
    width: 60px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #0000002e;
    padding: 5px;
}

.home_screen {
    background: #000;
}

.mainBanner-section {
    position: relative;
    background-color: #000;
    z-index: 999;
    min-height: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.login_form_content i.fa.fa-envelope {
    font-size: 15px;
}

.food_shop_text p {
    color: #fff;
}

input.scanner_url {
    border: 1px solid #0000001f;
    width: 330px;
    margin-top: 20px;
    height: 40px;
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
    border-radius: 6px;
}

input.scanner_url:focus {
    border: 1px solid #000;
}

.qr_code_content img {
    width: 180px;
}

.payment_stripe_enable {
    display: flex;
    align-items: center;
}

.payment_stripe_enable input {
    width: 20px;
    height: 20px;
    accent-color: #000;
    margin-right: 10px;
}

.payment_stripe_enable label {
    color: #000;
    font-size: 20px;
}

.add-subvendor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add_sub_vendors_form_content,
.login_form_content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.add-sub-vendors-title {
    text-align: center;
    color: #fff;
}

.add_sub_vendors_form_content form,
.login_form_content form {
    padding: 10px 45px;
}

.add_sub_vendors_form_content input,
.add_sub_vendors_form_content select {
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    outline: none;
    padding: 10px 10px 10px 35px;
    color: #fff !important;
    height: 45px;
}

.add_sub_vendors_form_content select option {
    color: #000 !important;
}

.login_form_content input {
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    outline: none;
    padding: 10px 10px 10px 35px;
    color: #fff !important;
}

.login_form_content label {
    margin-bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.add_sub_vendors_form_content label {
    margin-bottom: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.d-flex {
    justify-content: space-between;
}

.d-flex .form-group {
    width: 49%;
}

.d-flex input {
    width: 100%;
    text-align: center;
}

.add_subvendors_fileupload label {
    background-color: transparent;
    border: 1px solid #ced4da;
    box-shadow: none;
    outline: none;
    color: #fff;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border-radius: 6px;
}

.add_sub_vendors_btn {
    background-color: #fff;
    border: 1px solid #fff !important;
    padding: 10px 38px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 260px;
    margin-top: 20px;
}

.add_sub_vendors_btn:hover {
    color: #fff;
    background-color: transparent;
}

.add-subvendor-img {
    padding: 0;
}

.login_form_content i {
    position: absolute;
    top: 40px;
    color: #fff;
    left: 15px;
    font-size: 18px;
}

.add_sub_vendors_form_content i {
    position: absolute;
    top: 43px;
    color: #fff;
    left: 15px;
    font-size: 16px;
}

.login-outer {
    background: linear-gradient(180deg, #028ce2 0%, #6102ce 80%);
    border-radius: 5px;
    padding: 20px;
    margin-top: 60px;
}

.login_title h1 {
    color: #fff;
}

.login_submit_btn {
    background: #fff;
    color: #000;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 13px 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 260px;
    margin-top: 20px;
}

.login_submit_btn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.login_form_content .login_submit_btn:hover {
    background: transparent;
}

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

.login_forget_text p,
.login_forget_text p a {
    font-size: 15px;
    color: #fff;
}

.update_store_main {
    padding-bottom: 0px;
}

.update_store_content h1 {
    color: #fff;
    text-align: left;
}

.update_store_content p {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1.2px;
}

.update_store_content button {
    float: right;
    border-radius: 25px;
    padding: 15px 20px;
    border-radius: 35px;
}

.update_product_inner {
    /*background: #fff;*/
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
    padding: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.update_product_inner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*.update_product_inner:hover{
	background: linear-gradient(180deg,#028ce2 0%,#6102ce 80%);
}
.update_product_inner:hover.update_product_inner h5{
	color:#fff;
}*/
.update_product_inner.active {
    border: 1px solid #fff;
}

.update_product_inner:hover.update_product_inner img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.update_product_inner:hover.update_product_inner h5 {
    font-size: 25px;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.update_product_inner a {
    text-decoration: none;
}

.update_bottom_space {
    padding-bottom: 60px;
}

.update_product_inner h5 {
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    position: absolute;
    bottom: 20px;
    color: #fff;
    right: 22px;
    background: #000000ad;
    padding: 10px;
}

.pdoduct_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
}

.pdoduct_banner_outer {
    padding-right: 0;
}

.update_product_inner img:hover {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.custom_table_lpoints td .fa-refresh {
    cursor: pointer;
    font-size: 17px;
    margin-left: 10px;
    color: #fff;
}

.payment_form_outer {
    margin-top: 30px;
}

.payment_form_outer textarea#comment {
    width: 500px;
    box-shadow: none;
    outline: none;
}

.payment_form_outer form label {
    font-size: 20px;
    color: #000;
    letter-spacing: 1.2px;
}

.payment_form_outer button {
    float: right;
    width: 200px;
}

.add_cat_form {
    width: 400px;
    margin: auto;
}

.add_cat_btns {
    text-align: center;
}

.add_cat_btns button a,
.add_cat_btns button a i {
    color: #000;
}

.add_cat_form input {
    padding: 10px;
}

.add_cat_form i {
    left: auto;
    right: -12px;
    font-size: 24px;
    top: -15px;
    cursor: pointer;
    color: #fff;
}

.add_cat_btns {
    margin-top: 25px;
}

.add_cat_btns button {
    width: 145px;
    background: #fff;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #000;
}

.add_cat_btns button:hover {
    background: transparent;
    color: #fff;
}

.add-sub-vendors-title h1 {
    font-size: 4vw;
}

.add_cat_btns button:hover a,
.add_cat_btns button:hover a i {
    color: #fff;
}

.add_cat_btns button a i {
    position: relative;
    top: 0;
    left: 0;
}

.select_service_form label {
    font-size: 20px;
    color: #000;
    letter-spacing: 1.2px;
}

.select_service_form select {
    width: 80%;
    box-shadow: none;
    outline: none;
}

.select_service_form button {
    float: right;
    margin-top: 10px;
    width: 200px;
}

.food-item-icon {
    width: 16px;
    margin-right: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

.custom_table_lpoints thead tr {
    background: #000;
    color: #fff;
}

.product_status_inner {
    background: linear-gradient(180deg, #028ce2 0%, #6102ce 80%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 6px;
    padding: 20px;
}

.product_status_inner ul li a.nav-link.active {
    border-bottom: 4px solid #fff !important;
    border: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 500;
    background: transparent;
    border-radius: 0;
}

.product_status_inner .tab-content .tab-pane {
    border: 0;
}

.product_status_inner ul li a.nav-link {
    border: 0;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1.2px;
    font-weight: 500;
}

.product_status_inner .accordion-body {
    padding: 0;
}

.product_status_inner .accordion-body p {
    text-align: center;
    padding: 20px;
    margin: 0;
    font-size: 21px;
    color: #fff;
    letter-spacing: 1.2px;
    border: 1px solid #f2f2f2;
}

.custom_table_lpoints td button.showActionModalButton {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 14px;
    background: transparent;
}

.custom_table_lpoints .thead-dark th {
    background-color: #000;
    border-bottom: 1px solid #fff;
    border-top: 0;
}

.products_status_pagination ul {
    float: right;
}

.products_status_pagination ul li {
    margin-right: 10px;
}

.products_status_pagination ul li a {
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    padding: 5px 14px;
}

.products_status_pagination ul li a.page-link.active,
.products_status_pagination ul li a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.product_status_btns {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
}

.product_status_btns button {
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 13px 20px;
    box-shadow: none;
    min-width: 150px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.product_status_btns button:hover {
    background-color: transparent;
    color: #fff;
}

.vendors_products_form_update label {
    color: #000;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: 500;
}

.vendors_products_form_update input,
.vendors_status_image {
    width: 70%;
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
}

.vendors_products_form_update button {
    float: right;
    margin-top: 50px;
    background-color: #000;
    border: 1px solid #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 25px;
    color: #fff;
    width: 200px;
    margin-bottom: 10px;
}

/* New CSS Start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Nunito Sans', sans-serif;
    scroll-behavior: smooth;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

header .top-header {
    width: 100%;
    display: flex;
    height: 80px;
    justify-content: space-between;
    margin: 30px 0px 0px 0px;
}

header .top-header .logo img {
    width: 200px;
    float: none;
}

header .top-header select#edit-field-church-language-tid {
    height: 50px;
    padding: 10px;
    display: block;
    background: linear-gradient(to top, #6699ff 0%, #373ec3 100%);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

header .top-header select#edit-field-church-language-tid option {
    background: #444;
}

/* End top header css */
/* banner css vendor list */
#vendor-banner .banner-inner {
    display: flex;
    /* justify-content:space-around; */
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

#vendor-banner .banner-inner .banner-content {
    flex-wrap: wrap;
    width: 50%;
}

#vendor-banner .banner-inner .banner-content h2 {
    color: #fff;
    font-size: 46px;
}

#vendor-banner .banner-inner .banner-content h4 {
    color: #373ec3;
    font-size: 36px;
}

#vendor-banner .banner-inner .banner-content p {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 20px;
}

#vendor-banner .banner-inner .banner-content #vendor-btn {
    display: inline-block;
    padding: 15px 25px;
    background: linear-gradient(to top, #6699ff 0%, #373ec3 100%);
    color: #fff;
    border-radius: 10px;
}

#vendor-banner .banner-inner .banner-img {
    width: 50%;
}

#vendor-banner .banner-inner .banner-img img {
    width: 100%;
    display: block;
}

/* cards css start */
.vendor-title h1 {
    text-align: center;
    color: #222;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 2px;
    color: #373ec3;
}

.vendor-title h1 span {
    line-height: 2em;
    padding-bottom: 15px;
    text-transform: none;
    font-size: 46px;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.005em;
    word-spacing: 1px;
    letter-spacing: none;
}

.vendor-title h1:after, .vendor-title h1:before {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #fff;
}

.vendor-title h1:before {
    background-color: #373ec3;
    left: 45px;
    width: 90px;
}

.vendor-title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

.vendor-title h4 {
    color: #373ec3;
    font-size: 22px;
    font-weight: 800;
}

.vendor-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 100px;
}

.vendor-wrapper .vendor-card {
    margin: 10px;
    background-color: #373ec3;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 23%;
    justify-content: center;
    align-items: center;

}

.card-header {
    padding: 0 !important;
}

.vendor-card .card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.vendor-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.vendor-card .tag {
    background: #cccccc;
    border-radius: 50px;
    font-size: 12px;
    margin: 0;
    color: #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.vendor-card .tag-teal {
    background-color: #47bcd4;
}

.vendor-card .tag-purple {
    background-color: #5e76bf;
}

.vendor-card .tag-pink {
    background-color: #cd5b9f;
}

.vendor-card h4 {
    color: #fff;
    line-height: 30px;
}

.vendor-card .card-body p {
    font-size: 13px;
    margin: 0 0 40px;
    color: #fff;
}

.vendor-card .user {
    display: flex;
    margin-top: auto;
}

.vendor-card .user img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.vendor-card .user-info h5 {
    margin: 0;
    color: #ffff;
}

.vendor-card .user-info small {
    color: #fff;
}

/* end vendor css */
/* form css */
.regst-box {
    display: flex;
    /* align-items: center; */
    width: 100%;
    max-width: 1170px;
    flex-wrap: wrap;
    width: 100%;
}

.regst-box .col-form {
    /* background-color: #fff; */
    /* padding:40px 8%; */
    color: #fff;
}

.regst-box .col-form h2 {
    font-size: 40px;
    text-align: center;
    margin: 20px;
}

.col-form, .col-image {
    flex-basis: 50%;
    flex-grow: 1;
}

.regst-box > .col-image > img {
    width: 100%;
    min-height: 800px;
    display: block;
    object-fit: cover;
    margin-left: 10px;
    background-position: bottom;
    margin-top: 25%;
}

.regst-box .col-form .input-field {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    outline: none;
    display: block;
    width: 100%;
    margin: 15px 0 15px;
    background-color: transparent;
}

.password-container {
    /* width: 400px; */
    position: relative;
}

.password-container input[type="password"],
.password-container input[type="text"] {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #fff;
    outline: none;
    display: block;
    width: 100%;
    margin: 15px 0 15px;
    background-color: transparent;
    color: #fff;
}

.password-container .fa-eye {
    position: absolute;
    top: 65%;
    right: 4%;
    cursor: pointer;
    color: lightgray;
}

.regst-box .col-form form .password-container #password::placeholder {
    color: #fff;
    position: absolute;
    left: 40px !important;
}

.regst-box .col-form .input-field:focus {
    color: #ffff;
    background-color: #373ec3;
}

.regst-box .col-form form .fa {
    position: absolute;
    color: #fff;
    display: block;
    line-height: 40px;
    margin: 15px 0px 20px 0px;
    z-index: -20;
    background-color: #373ed4;
    text-align: center;
    width: 30px;
}

.regst-box .col-form form > ::placeholder {
    color: #fff;
    position: absolute;
    left: 40px !important;
}

.regst-box .col-form form label {
    font-weight: 500;
    font-size: 18px;
}

.regst-box .col-form form option {
    margin: 20px;
}

.regst-box .col-form form #upload-btn::-webkit-file-upload-button {
    background-color: #373ed4;
    border-radius: 30px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

.regst-box .col-form a#login-link {
    color: #fff;
}

.regst-box .col-form form #form-btn {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #373ed4;
    outline: none;
    display: block;
    width: 100%;
    margin: 18px 0 10px;
    background-color: #373ed4;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

.regst-box .col-form form #form-btn:hover {
    background-color: #fff;
    color: #373ed4;
    border: 2px solid #373ed4;
    transition: .3s ease;
}

/* vendor item list page css*/
.popup-trigger {
    display: block;
    height: auto;
    width: auto;
    right: 2rem;
    margin: 0em auto;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 30px 30px;
    text-decoration: none;
    font-weight: bold;
    background: #442cd3;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
    transition: 300ms all;
    border-radius: 50px;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-trigger a:focus, a:hover {
    outline: none;
}

.popup-trigger:hover {
    opacity: .8;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;

}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: 1s all;
}

.popup-container {
    transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 40%;
    height: 400px;
    margin: 2em auto;
    top: 5%;
    padding: 5rem;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
    transform: translateY(0);
    transition: 500ms all;
}

.popup-container .popup-close {
    position: absolute;
    top: 8px;
    font-size: 0;
    right: 8px;
    width: 30px;
    height: 30px;
}

.popup-container .popup-close::before,
.popup-container .popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.popup-container .popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.popup-container .popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
    background-color: #35a785;
    transition: 300ms all;
}

/* popup date picker */
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
    width: 400px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    /* font-size: 18px; */
    margin: 10px 0px 20px 0px;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/* custom styles */
.popup > label {
    display: block;
}

.popup > input {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 190px;
}

[type="time"] {
    background: #fff 97% 50% no-repeat;
    width: 400px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 10px;
}

.button-confirm {
    overflow: hidden;
    color: #fff;
    background: #37474f;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.button-confirm {
    float: left;
    min-width: 150px;
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 2em 0 0 20px;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    background-color: #5612d0;
    color: #fff;
}

/* card popup */
/* cart items */
header .header-icons div {
    border: 1px solid;
    height: 4.1rem;
    width: 4.5rem;
    line-height: 4.5rem;
    border-radius: .5rem;
    background-color: #444;
    color: #fff;
    font-size: 22px;
    margin-right: .3rem;
    text-align: center;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.header-icons div {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    color: #000;
    font-size: 30px;
    margin-right: .3rem;
    text-align: center;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.header-icons div:hover {
    background-color: #373ec3;
    color: #fff;
}

.header-icons + .shopping-cart {
    position: absolute;
    top: 4rem;
    right: 2rem;
    border-radius: 6px;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    width: 300px;
    min-height: 300px;
    z-index: 11;
    background: #fff;
    border-top: 1px solid #d8d8d8;
}

.cart-section {
    position: relative;
    max-height: 300px;
    min-height: 100px;
    overflow: auto;
}
.cart-section .box{
    max-height: 200px;
    overflow-x: hidden;
}
.item-content {
    overflow: hidden;
    position: relative;
}
.item-content p{
    margin:0;
    font-size: 14px;
}
.item-content-hide{
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    width: 100%;
    height: 10px;
}
.preview .show-more{
    margin-top: 10px;
    color: black;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}
.items-footer .price {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.header-icons .shopping-cart.active {
    /* right: 2rem;
    transition:.4s linear; */
    max-width: 100px;
    right: -100%;
    left: -100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.header-icons .cart-badge {
    position: absolute;
    top: 10px;
    left: 3.5rem;
    display: inline;
    width: 25px;
    height: 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8rem;
    color: white;
    border: none;
    border-radius: 50%;
    background: #442cd3;
    cursor: pointer;
    z-index: 30;
}

header .shopping-cart .box {
    border: 1px solid #d9d9e3;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
}

header .shopping-cart a.chekout-btn {
    background-color: #373ed4;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

header .shopping-cart a.chekout-btn:hover {
    background-color: transparent;
    border: 2px solid #373ed4;
    color: #373ed4;
}
button.chekout-btn {
    background-color: #373ed4;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

button.chekout-btn:hover {
    background-color: transparent;
    border: 2px solid #373ed4;
    color: #373ed4;
}

header img.bg-white.shadow.rounded {
    display: flex;
    position: absolute;
    top: 20px;
    left: 10px;
}

.header-icons + .shopping-cart .content {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.content p {
    margin-bottom: 0px;
}

.header-icons + .shopping-cart .cart-footer {
    font-weight: 600;
}

.header-icons + .shopping-cart a.chekout-btn {
    display: block;
    background: #000;
    padding: 10px;
    width: 95%;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 600;
    font-family: 'Raleway';
    margin: 2px 10px 10px;
}

.header-icons i.fa.fa-trash {
    position: absolute;
    right: 20px;
    top: 50px;
    color: red;
    font-size: 22px;
}

header .header-icons div:hover {
    background-color: #373ec3;
    color: #fff;
}

header .shopping-cart {
    position: absolute;
    top: 20%;
    right: 2rem;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 30%;
    z-index: 11;
    background: #fff;
}

header .shopping-cart.active {
    /* right: 2rem;
    transition:.4s linear; */
    max-width: 100px;
    right: -100%;
    left: -100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

header .header-icons .cart-badge {
    position: absolute;
    top: 20px;
    /* right: 80px; */
    display: inline;
    width: 27px;
    height: 27px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8rem;
    color: white;
    border: none;
    border-radius: 50%;
    background: #442cd3;
    cursor: pointer;
    z-index: 30;
}

.shopping-cart .box .fa-trash {
    color: rgb(221, 16, 16);
    font-size: 18px;
    position: absolute;
    top: 505;
    right: 2rem;
    cursor: pointer;
}

.shopping-cart .box .content span {
    font-size: 18px;
    padding-bottom: 0;
}

.shopping-cart .box .content h2 {
    font-size: 26px;
}

.shopping-cart .box .content .quantity {
    font-size: 18px;
}

.shopping-cart .box img {
    height: 4rem;
    left: 15px;
    top: 10px;
    object-fit: cover;
}

.shopping-cart .total {
    font-size: 16px;
    text-align: center;
    padding: 3px 0;
}

.shopping-cart a.chekout-btn {
    background-color: #373ed4;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

header .serach-form {
    border: 0px solid;
    position: absolute;
    right: 0;
    top: 13%;
    width: 50rem;
    height: 4rem;
    background-color: transparent;
    border-radius: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 15;
}

header .serach-form.active {
    max-width: 100px;
    right: -100%;
    left: -100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

header .serach-form input {
    height: 100%;
    width: 100%;
    background-color: none;
    text-transform: none;
    font-size: 18px;
    padding: 20px;
}

header .serach-form label {
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    height: 45px;
    background: #442cd3;
    padding: 14px;
    color: #fff;
}

header .serach-form label:hover {
    color: #442cd3;
    background-color: #fff;
}

/* End cart css */
/* banner css */
#hero-section {
    background-image: url(./images/banner-food.jpg);
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    object-fit: cover;
    object-position: center;
}

.hero-wrapper .hero-card {
    position: absolute;
    bottom: 0px;
    left: 10%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #FFF;
    height: 180px;
    width: 35%;
    padding: 20px;
    border-top: 5px solid #442cd3;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.hero-wrapper .hero-card .inner-icons {
    margin-top: 20px;
    font-size: 14px;
    display: block;
}

.hero-wrapper .hero-card .inner-icons .fa {
    display: inline-flex;
    margin-right: 15px;
    color: #8f9cb5;
}

.hero-wrapper .hero-card .inner-icons .icons-links {
    color: #8f9cb5;
    margin-left: 10px;
    font-weight: 500;
}

/* end banner css */
/* tabs css */
#tabs-cs {
    width: 100%;
    position: fixed;
    top: 78px;
    bottom: 0;
    opacity: 5;
    background-color: #FFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    height: 60px;
    display: flex;
    z-index: 2;
    align-items: center;
}
.all-food-category  {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
}
#tabs-cs #tabs {
    margin-bottom: 0px;
}

#tabs-cs #tabs li {
    display: inline-block;
    margin-right: 10px;
}

#tabs-cs #tabs li a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    display: inline;
    padding: 10px;
    text-decoration: none;
    transition: all .3s ease;
    border-radius: 25px;
}

#tabs-cs #tabs li a.active {
    background-color: #442cd3;
    color: #fff;
    border-radius: 25px;
}

#tabs-cs #tabs li a:hover {
    background-color: #442cd3;
    color: #fff;
    
}

#tabs-cs #tabs li a.active-more {
    border: 1px solid #442cd3;
    border-radius: 25px;
}

/* end tab css */
/* popup items list css*/
.container .title {
    font-size: 22px;
    color: #f4f4f4;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    letter-spacing: .9px;
}


.container .products-container .product {
    background: transparent;
    width: 100%;
    border: 1px solid #d6dce5;
    height: inherit;
    border-color: #d6dce5;
    border-width: 1px;
    border-radius: 0.75rem;
    padding: 1.125rem 1.5rem;
    position: relative;
    cursor: pointer;
    color: inherit;
    margin-bottom: 1.5rem;
}
.container .products-container .product .product-detail-box{
    justify-content: flex-start;
    gap: 1rem;
}
.container .products-container .product:hover img {
    transform: scale(1.1);
}

.container .products-container .product:hover h3 {
    color: #27ae60;
}

.products-preview {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    align-items: center;
    justify-content: center;
}

.products-preview .preview {
    display: none;
    padding: 2rem;
    text-align: center;
    background: #fff;
    position: relative;
    /* margin:2rem; margin change new added is 10rem old is 2rem*/
    margin: 10rem;
    width: 40rem;
}

.products-preview .preview.active {
    display: inline-block;
}

.products-preview .preview img {
    height: 20rem;
}

.products-preview .preview .fa-times {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer;
    color: #444;
    font-size: 4rem;
}

.products-preview .preview .fa-times:hover {
    transform: rotate(90deg);
}

.products-preview .preview h3 {
    color: #444;
    padding: .5rem 0;
    font-size: 2.5rem;
}

.products-preview .preview .stars {
    padding: 1rem 0;
    font-size: 1.7rem;
}

.products-preview .preview .stars i {
    color: #27ae60;
}

.products-preview .preview .stars span {
    color: #999;
}

.products-preview .preview p {
    line-height: 1.5;
    padding: 1rem 0;
    font-size: 1.6rem;
    color: #777;
}

.products-preview .preview .price {
    padding: 1rem 0;
    font-size: 2.5rem;
    color: #27ae60;
}

.products-preview .preview .buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.products-preview .preview .buttons a {
    flex: 1 1 16rem;
    padding: 1rem;
    font-size: 1.8rem;
    color: #444;
    border: .1rem solid #444;
}

.products-preview .preview .buttons a.cart {
    background: #444;
    color: #fff;
}

.products-preview .preview .buttons a.cart:hover {
    background: #111;
}

.products-preview .preview .buttons a.buy:hover {
    background: #444;
    color: #fff;
}

/* end popup items css */
/* bubbel run in form body css */
.bubbles {
    /* position:absolute; */
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: linear-gradient(to top, #6699ff 0%, #373ec3 100%);
    /* background: linear-gradient(to top, #c99e13 0%, #db8c58 100%); */
    border-radius: 5%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.header-icons div {
    position: relative;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    color: #141414;
    font-size: 30px;
    margin-right: .3rem;
    text-align: center;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.header-icons div:hover {
    background-color: #373ec3;
    color: #fff;
}

.shopping-cart.active {
    /* right: 2rem;
    transition:.4s linear; */
    max-width: 100px;
    right: -100%;
    left: -100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.header-icons .cart-badge {
    position: absolute;
    top: 12px;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    color: white;
    border: none;
    border-radius: 50%;
    background: #442cd3;
    cursor: pointer;
    z-index: 30;
}

.shopping-cart .box {
    align-items: center;
    gap: 1rem;
    background: #fff;
}

.shopping-cart a.chekout-btn {
    background-color: #373ed4;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.filters {
    display: none;
}

.vendor-title h1:after, .vendor-title h1:before {
    position: absolute;
    left: 0;
    top: 15rem;
    display: block;
    width: 45px;
    height: 4px;
    content: "";
    right: 45px;
    margin: auto;
    background-color: #fff;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

.custom_table_lpoints img#profile_file {
    width: 60px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #0000002e;
    padding: 5px
}

.append-fields input {
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    outline: none;
    padding: 10px;
    color: #fff !important;
    height: 45px;
}

.loyalty_points_content .custom_table_lpoints thead th {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

.custom-control label {
    color: #fff;
    font-size: 20px;
    padding-left: 12px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #000;
    background-color: #000;
    height: 21px !important;
    width: 21px !important;
}

.custom-control-label::after,
.custom-control-label::before {
    height: 21px;
    width: 21px;
}

.multiple-input-list .list-cell__title,
.multiple-input-list .list-cell__button {
    border: 0;
}

.multiple-input-list .list-cell__title {
    color: #fff;
    padding: 0;
}

.multiple-input-list .multiple-input-list__btn {
    position: relative;
    background-color: transparent;
}


.container .products-container .product img {
    height: 70px;
    min-height: 70px;
    width: 100%;
    transition: all .3s ease-in-out;
}

.container .products-container .product h3 {
    font-size: 18px;
    font-weight: 600;
    color: #f4f4f4;
    margin-bottom: 0.4rem;
}
.container .products-container .product p{
    color: #dcdcdc;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.9rem;
    letter-spacing: .3px;
}
.container .products-container .product .price {
    font-size: 16px;
    color: #5d42ff;
    font-weight: 500;
    text-align: left;
    letter-spacing: .3px;
}

.itemModal .modal-body .buttons a.cart_1.thm_btn.thm_btn-black {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.itemModal .modal-body ul.buttons {
    display: block;
    padding: 10px;
    margin: 0;
}


.itemModal .modal-body ul.buttons:hover {
    transition: all .3s ease-in-out;
}

.modal-body .preview {
    margin: 0 auto;
    position: relative;
}

.modal-body #profile_file {
    width: 50%;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
}

.itemModal .modal-body h3 {
    font-size: 19px;
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 0;
}

.buttons input.cart-plus-minus-box {
    display: flex;
    text-align: center;
    font-size: 16px;
    width: 100%;
    background: transparent;
}

.itemModal .modal-body ul.buttons a.remove-cart-button,
.itemModal .modal-body ul.buttons a.add-cart-button {

    text-decoration: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 130px;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    font-weight: 600;
    display: inline-block;
    border-radius: 5px;
}

.modal-backdrop.show {
    opacity: 0.5;
    z-index: 0 !important;
}

i.fas.fa-times {
    display: none;
}

.itemModal .modal-body {
    position: relative;
    padding: 0;
}
.itemModal .modal-body .scroller-modal-body{
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px 10px;
}
.itemModal .modal-body i.fas.fa-times {
    display: none;
}

.dec.qtybutton {
    background: #000000;
    padding: 2px 12px;
    line-height: 25px;
    border-radius: 5px;
    text-decoration: none;
}

.inc.qtybutton {
    background: #000000;
    padding: 2px 10px;
    font-size: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-decoration: none;

}
.dec.qtybutton a,
.inc.qtybutton a{
    color: #fff;
    text-decoration: none;
}

.cart-plus-minus {
    border-radius: 5px;
    height: 25px;
    display: flex;
    text-align: center;
    color: #7a7879;
    width: 100px;
}

.cart-plus-minus .dec.qtybutton {
    background: #000000;
    padding: 1px 8px;
    line-height: 22px;
}
.cart-plus-minus  .inc.qtybutton {
    padding: 2px 8px;
    line-height: 18px;
}
.cart-plus-minus  .inc.qtybutton a{
    font-size: 1.2rem;
}
.product_status_inner ul.nav {
    border-bottom: 1px solid #fff;
}

div#pickup-details {
    margin-top: 50px;
}

.update_bottom_space {
    padding-bottom: 60px;
    color: #fff;
}

.update_store_main .img-responsive {
    border-radius: 50px;
}

.update_store_main .mainPage_text.mb-5 {
    position: absolute;
    left: -4rem;
    margin-top: 5rem;
}

.update_store_main .box-shadow-uniq.bg-white {
    background: #3f51b5 !important;
    border-radius: 5px;
}

.update_store_main .box-shadow-uniq.bg-white .Headin.ml-3 {
    color: #fff;
}

.update_store_main .text-dark {
    color: #fff;
    font-size: 22px;
}

.update_store_main h2.font-weight-bold.text-dark {
    margin-top: 60px;
    color: #fff !important;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }
    50% {
        transform: translate(100px);
    }
    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

@media screen and (max-width: 960px) and (min-width: 320px) {
    .header-icons + .shopping-cart {
        position: fixed;
        top: 10rem;
        right: 2rem;
    }

    .header-icons {
        position: absolute;
        left: 0;
        top: 5px;
        z-index: 2;
    }


    header .header-icons .cart-badge {
        width: 20px;
        height: 20px;
        right: 0;
        top: -5px;
    }
}

@media screen and (max-width: 768px) {
    .header-icons + .shopping-cart {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        height: 100vh;
        border-radius: 0;
    }
    .header-icons {
        position: absolute;
        left: 0;
        top: 5px;
        z-index: 2;
    }


    .header-icons .cart-badge {
        top: 0;
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
}

/*end bubbles css  */

/* End css vendor list */
/* media query */
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        /* margin:20px; */
    }

    header .top-header .logo {
        display: flex;
        position: absolute;
        top: 60px;
        left: 5px;
    }

    header .top-header .logo img {
        width: 100px;
    }

    .popup-trigger {
        top: 60px;
        right: 0;
        position: absolute;
        font-size: 12px;
        padding: 20px 10px;
    }

    .popup-container {
        width: 90%;
    }

    .popup-container [type="date"], [type="time"] {
        width: 100%;
    }

    .popup-container h1 {
        font-size: 22px;
    }

    .popup-container .button-confirm {
        margin: 0 auto;
        position: relative;
        top: 20px;
    }

    header .serach-form {
        position: absolute;
        right: 0;
        top: 7px;
        width: 20rem;
    }

    .header-icons {
        position: absolute;
        left: 0;
        top: 5px;
        z-index: 2;
    }

    header .header-icons div {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }

    header .header-icons .cart-badge {
        width: 20px;
        height: 20px;
        right: 0;
        top: -5px;
    }

    header .shopping-cart {
        display: none;
    }

    header .top-header select#edit-field-church-language-tid {
        width: 150px;
        position: relative;
        right: 30px;
        font-size: 13px;
        display: inline;
        text-align: left;
    }

    /* baner card item page */
    .hero-wrapper .hero-card {
        width: 80%;
        margin: 35px auto;
        min-height: 0;
    }

    .products-preview .preview img {
        height: 25rem;
    }

    #vendor-banner .banner-inner .banner-content {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        position: relative;
        left: -20px;
    }

    #vendor-banner .banner-inner .banner-content h2 {
        font-size: 30px;
    }

    #vendor-banner .banner-inner .banner-content p {
        text-align: center;
        font-size: 16px;
    }

    #vendor-banner .banner-inner .banner-img {
        width: 100%;
    }

    .vendor-title h1 {
        margin-bottom: 10px;
        font-size: 32px;
    }

    .vendor-title h1 span {
        line-height: 0;
    }

    .vendor-wrapper .vendor-card {
        width: 50%;
        margin: 0;
        margin-bottom: 50px;
    }

    .vendor-wrapper {
        flex-direction: column;
        margin-top: 0;
    }
}


@media screen and (max-width: 768px) {
    .vendor-card .card-body {
        min-height: 200px;
    }
}

@media only screen and (max-width: 960px) and (min-width: 320px) {
    .popup-container [type="date"], [type="time"] {
        width: 100%;
    }

    header .shopping-cart {
        width: 50%;
    }

    #tabs-cs {
        top: 70px;
        position: relative;
    }


    #tabs-cs #tabs li {
        margin-right: 5px;
    }

    #tabs-cs #tabs li a {
        font-size: 14px;
    }
}

/* New CSS End */

.vendors_products_form_update button:hover {
    border: 1px solid #000;
}

.food_item_outer th img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #a7b1bb61;
    padding: 4px;
}

.food_item_outer td a {
    background: green;
    color: #fff;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.food_item_outer .mark_dis {
    background: red;
}

.food_item_outer .fa-edit {
    font-size: 17px;
    margin-left: 10px;
    margin-right: 6px;
    color: #fff;
}

::placeholder {
    color: #fff !important;
    opacity: 1;
}

.tab-pane {
    background: transparent;
}

.header {
    padding: 10px 0 !important;
    background: #000;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    position: fixed !important;
}

.language-picker.dropdown-list ul {
    border-radius: 0;
    left: 7px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

/************Media*************/
@media screen and (max-width: 991px) {
    .product_status_inner button.accordion-button {
        border-bottom: 4px solid #000 !important;
        border: 0;
        font-size: 15px;
        letter-spacing: 1.2px;
        font-weight: 500;
        background: transparent;
        color: #000;
        box-shadow: none;
        padding: 12px 4px;
    }

    .product_status_inner button.accordion-button:after {
        color: #000;
    }

    .product_status_btns {
        flex-direction: column;
    }

    .product_status_inner .tab-content .tab-pane {
        display: block;
        opacity: 1;
    }

    .popup_inner {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .qr_code_content {
        padding: 10px;
    }

    .payment_form_outer textarea#comment {
        width: 90%;
    }

    .payment_form_outer form label {
        margin-bottom: 10px;
    }

    .payment_stripe_enable {
        justify-content: center;
    }

    .modal-header h4 {
        font-size: 18px;
    }

    .add_sub_vendors_form_content .form-group {
        width: 100%;
    }

    .add_sub_vendors_form_content form, .login_form_content form {
        padding: 10px 15px;
    }

    .vendors_products_form_update .form-group input {
        width: 95%;
    }

    .vendors_products_form_update label {
        margin-bottom: 10px;
    }

    .vendors_status_image {
        width: 95%;
    }

    .add_cat_form i {
        right: 80px;
    }
}

@media screen and (max-width: 480px) {
    .popup_inner {
        justify-content: center;
    }

    .loyalty_points_header {
        display: block;
    }

    .sub-vendors_logo {
        justify-content: center;
    }

    .catgory_list_btns {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;
    }

    .add_cat_form {
        width: 100%;
    }

    .add_cat_form i {
        right: -30px;
    }

    .add_cat_btns button {
        margin-bottom: 10px;
    }

    .loyalty_points_add {
        margin-top: 15px;
    }

    .vendours_products_inner td a {
        border: 0;
    }

    .sub_vendors_btn {
        text-align: center;
    }

    .sub_vendors_btn button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pdoduct_banner_outer {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .popup_inner {
        justify-content: center;
    }

    .loyalty_points_header {
        display: block;
    }

    .sub-vendors_logo {
        justify-content: center;
    }

    .catgory_list_btns {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;
    }

    .add_cat_form {
        width: 100%;
    }

    .add_cat_form i {
        right: -30px;
    }

    .add_cat_btns button {
        margin-bottom: 10px;
    }

    .loyalty_points_add {
        margin-top: 15px;
    }

    .vendours_products_inner td a {
        border: 0;
    }

    .sub_vendors_btn {
        text-align: center;
    }

    .sub_vendors_btn button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pdoduct_banner_outer {
        padding: 0;
    }
}
.dish-img{
    display: block;
    overflow: hidden;
}
.modal-content{
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: rgb(0 0 0 / 33%) 0px 6px 20px;
    border: 0;
}
.extra-order-detail .card{
    border: 0;
}
.extra-order-detail .card-header{
    background-color: #fff;
    border:0;
}
.extra-order-detail .card-header a{
    display: block;
    text-align: left;
    padding: .5rem 0;
}
.extra-order-detail .card-body{
    border: 0;
    padding: .5rem 0;
}
.menu-extra-items{
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;

}
.menu-extra-items label{
    margin: 0;
    line-height: 16px;
}
.menu-extra-items .form-check input{
    scale: 1.1;
    /*left: 24px;*/
    accent-color: black;
}
.cart-header{
    padding: 0.5rem;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-header i{
    cursor: pointer;
}

.cart-section .content p {
    font-size: 14px;
    font-weight: 500;
}
.cart-section .content p,
.cart-section .content .remove-items-from-cart{
    line-height: 16px;
    font-size: 14px;
}
.remove-items-from-cart a{
    color:#d22a2a;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 500;
}
@media(max-width:768px){
    .itemModal .modal-body ul.buttons a.remove-cart-button,
    .itemModal .modal-body ul.buttons a.add-cart-button {
        padding: 6px 15px;
        font-weight: 500;
        width: max-content;

    }
    .header-icons + .shopping-cart a.chekout-btn{
        font-size: 14px;
        font-weight: 500;
    }
}
.close {
    font-size: 20px;
}
.item-box{
    display: grid;
    grid-template-columns: 1fr 105px;
    gap: 10px;
}
.item-box .item-detail{
    flex-direction: column;
    display: flex;
    justify-content: space-between;

}
.item-box .item-img{
    position: relative;
    height: 105px;
    width: 105px;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: currentcolor;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    display: flex;
}

.products-container .col-md-3{
    height: 100%
}
.more-categories .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.more-categories .dropdown-toggle {
  display: block;
  color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 18px;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid #000;
    background-color: transparent;
}

.more-categories .dropdown-menu {
  display: none;
  position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    min-width: 150px;
    z-index: 1;
    border-radius: 25px;
}
.more-categories .dropdown-menu li {
  list-style: none;
  padding: 5px;
  border-radius: 25px;
}
.more-categories .dropdown-menu li a{
    white-space: nowrap;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    pointer-events: auto;
}
.more-categories .dropdown-menu li:hover {
  background-color: #efefef;
}

.all-food-category {
    display: flex;
    width: 100%;
    align-items: center;
}
.products-container .itemModal{

}
.categories-sections{
    padding-top: 150px;
    margin-top: -135px;
}
.itemModal .items-footer{
    border-top: 1px solid #bfbfbf;
}
.itemModal .modal-header{
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
}
@media(max-width:768px){
    .itemModal .modal-dialog {
        max-width: 100%;
        margin: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        display: flex;
        position: fixed;
        z-index: 100000;
        border-radius: 0;
    }
    .itemModal .modal-content{
        border-radius: 0;
    }
    .modal-body #profile_file{
        margin: 0 auto 5%;
        display: block;
        width: auto;
        height: auto !important;

    }
    .cart-plus-minus{
        height: 24px;
    }
    .dec.qtybutton{
        padding: 2px 8px;
        line-height: 16px;
    }
    .inc.qtybutton {
        padding: 2px 6px;
        font-size: 20px;
        line-height: 20px;
    }
    .items-footer{
        position: absolute;
        bottom: 50px;
        width: 100%;
        background-color: #fff;
    }
    .itemModal .modal-body .scroller-modal-body{
        margin-bottom: 100px;
    }
    .itemModal .modal-body .cart-plus-minus .inc.qtybutton a {
        font-size: inherit !important;
    }
    .itemModal .modal-body  .cart-plus-minus .dec.qtybutton a {
        font-size: inherit !important;
    }

}
.form-check{
    padding-left: 1.5rem;
}
.accordion.extra-order-detail #faqhead1 a.btn:focus{
    box-shadow: none;
}
.accordion.extra-order-detail #faqhead1 a span{
    float: right;
    font-size: 22px;
    transition: transform .3s ease;
}

.accordion.extra-order-detail #faqhead1 a.collapsed span{
    transform: rotate(180deg);
}
.extra-mat .card-header{
    border-bottom: 1px solid #ccc !important;
}
.extra-mat:last-child .card-header{
    border-bottom: 0 !important;
}
.remove-cart{
    display :none;
}
.checkout-container{
    margin-top: 90px;
}
#checkout-form h3{
    animation: ani 1s;
    font-weight: 700;
    color: #fff;
}
#checkout-form p{
    animation: ani 1s;
    font-weight: 500;
    color: #fff;
}
.shopping-cart.checkout-cart{
    background-color: #fff;
}
.shopping-cart.checkout-cart .cart-section {
    padding: 1rem 0.5rem;
    max-height: 500px !important;
    overflow: auto;
}
.shopping-cart.checkout-cart .box {
    margin: 0px 0 10px; 

}
.checkout-submit{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 10px 20px;
    box-shadow: none;
    min-width: 120px;
    color: #fff;
    white-space: nowrap;
}
#checkout-form .text-white a{
    color: #fff;
}