/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Your Name
Author URI: https://yoursite.com
Description: A child theme of the Hello Elementor theme
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Custom styles for filtered products */
.filtered-products-container {
    padding: 40px 0;
}

button.quantity-btn.decrement-btn {
    color: black;
    padding: 0;
    border: none;
}

.elementor-menu-cart__product-price.product-price {
    padding-top: 9px;
}

.elementor-menu-cart__product-image.product-thumbnail {
    width: auto!important;
}


.elementor-menu-cart__product-name.product-name {
    padding: 0!important;
}

.elementor-menu-cart__product-image.product-thumbnail img {
    width: 50px;
    height: 50px;
}



.filters-sidebar {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    position: sticky;
    z-index: 9;
    top: 0;
}

.filters-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #282c3f;
}

.filter-section {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f6;
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #282c3f;
}

/* Sort Options */
.sort-options .form-check {
    margin-bottom: 12px;
    position: relative;
}

.sort-options .form-check:last-child {
    margin-bottom: 0;
}

.sort-options .form-check-input {
    position: absolute;
    opacity: 0;
}

.sort-options .form-check-label {
    display: flex;
    align-items: center;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #686b78;
}

.sort-options .form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #bebfc5;
    border-radius: 50%;
    transition: all 0.2s;
}

.sort-options .form-check-input:checked + .form-check-label:before {
    border-color: #000000;
}

.sort-options .form-check-input:checked + .form-check-label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #070707;
    border-radius: 50%;
}

/* Quick Filters */
.quick-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-pill {
    position: relative;
}

.filter-pill input {
    position: absolute;
    opacity: 0;
}

.filter-pill label {
    display: inline-block;
    padding: 8px 12px;
    background: #f8f8f8;
    border-radius: 18px;
    font-size: 13px;
    color: #686b78;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.filter-pill input:checked + label {
    background: #eef7ed;
    color: #60b246;
    border-color: #d4e8d1;
}

/* Offers */
.offers-filters .form-check {
    margin-bottom: 12px;
    position: relative;
}

.offers-filters .form-check:last-child {
    margin-bottom: 0;
}

.offers-filters .form-check-input {
    position: absolute;
    opacity: 0;
}

.offers-filters .form-check-label {
    display: flex;
    align-items: center;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #686b78;
}

.offers-filters .form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #bebfc5;
    border-radius: 3px;
    transition: all 0.2s;
}

.offers-filters .form-check-input:checked + .form-check-label:before {
    background: #60b246;
    border-color: #60b246;
}

.offers-filters .form-check-input:checked + .form-check-label:after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 0;
    color: white;
    font-size: 12px;
}

/* Cuisines Search */
.cuisines-search {
    margin-bottom: 16px;
    position: relative;
}

/* .cuisines-search:before {
    content: '🔍';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #686b78;
    pointer-events: none;
} */

.cuisine-search-input {
    width: 100% !important;
    padding: 8px 12px 8px 12px !important;
    border: 1px solid #d4d5d9 !important;
    border-radius: 6px !important;
    font-size: 14px;
    color: #282c3f;
    transition: all 0.2s !important;
}

.cuisine-search-input:focus {
    outline: none;
    border-color: #60b246;
}

.cuisine-search-input::placeholder {
    color: #93959f;
}

/* Cuisines Filters */
.cuisines-filters {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
}

.cuisines-filters::-webkit-scrollbar {
    width: 4px;
}

.cuisines-filters::-webkit-scrollbar-track {
    background: #f1f1f6;
    border-radius: 2px;
}

.cuisines-filters::-webkit-scrollbar-thumb {
    background: #bebfc5;
    border-radius: 2px;
}

.cuisines-filters .form-check {
    margin-bottom: 12px;
    position: relative;
}

.cuisines-filters .form-check:last-child {
    margin-bottom: 0;
}

.cuisines-filters .form-check-input {
    position: absolute;
    opacity: 0;
}

.cuisines-filters .form-check-label {
    display: flex;
    align-items: center;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #686b78;
}

.cuisines-filters .form-check-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #bebfc5;
    border-radius: 3px;
    transition: all 0.2s;
}

.cuisines-filters .form-check-input:checked + .form-check-label:before {
    background: #000000;
    border-color: #000000;
}

.cuisines-filters .form-check-input:checked + .form-check-label:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 3px;
    top: 5px;
    color: #ffffff;
    font-size: 12px;
}

p.woocommerce-LostPassword.lost_password a {
    color: #005959;
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.lieferfair-order-confirmation {
		margin: 0 10px !important;
	}
	.page-id-15 .woocommerce{
		margin : 0 10% !important;
	}
.links {
    width: 100%;
    display: flex
;
}

    .links a {
        text-align: center;
        width: 100%;
    }

h2.section-title {
    font-size: 28px;
   
}
    .filters-sidebar {
        margin-bottom: 20px;
        padding: 16px;
    }

    .filter-section {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .quick-filters {
        gap: 6px;
    }

    .filter-pill label {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* Restaurant grid */
.restaurant-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 24px;
    padding: 0;
}

.restaurant-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    position: relative;
}

.restaurant-card:hover {
    transform: translateY(-4px);
}

.restaurant-image {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.restaurant-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e23744;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.restaurant-content {
    padding: 16px;
}

.restaurant-header {
    margin-bottom: 12px;
}

.restaurant-name-rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.restaurant-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.rating-wrapper {
    display: flex;
    align-items: center;
   
    padding: 4px 8px;
    border-radius: 4px;
    gap: 4px;
}

.checked {
    color: orange;
  }

.star-icon {
    color: white;
    font-size: 12px;
}

.rating-text {
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.restaurant-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #000000;
}

.restaurant-category {
    font-size: 13px;
    color: #686b78;
}

.delivery-details {
    display: flex;
    gap: 16px;
    color: #686b78;
    font-size: 13px;
}

.delivery-time,
.delivery-price {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Responsive */
@media (max-width: 1200px) {
    .restaurant-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .restaurant-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
	.elementor-heading-title elementor-size-default{
		font-size:30px;
	}
    .restaurant-grid {
        grid-template-columns: 1fr;
    }
    
    .filters-sidebar {
        margin-bottom: 20px;
    }
}

/* Loading state */
.loading {
    position: relative;
    opacity: 0.7;
    pointer-events: none;
}

.my-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e23744;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
/*     box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
    transition: transform 0.2s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-details {
    padding: 15px;
}

.product-details h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-rating {
    margin-bottom: 10px;
}

.product-price {
    font-weight: bold;
    color: #e94444;
} 

.vendor-card {
    position: relative;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.vendor-card.closed {
    opacity: 0.85;
}

.store-status {
    margin-top: 10px;
}

.status-badge {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.9em;
    font-weight: bold;
}

.status-open {
    background-color: #4CAF50;
    color: white;
}

.status-closed {
    background-color: #f44336;
    color: white;
}

.dokan-seller-listing-wrap.filtered-vendors-container .row {
    display: flex
;
}

.dokan-seller-listing-wrap.filtered-vendors-container .row .col-md-9 {
    width: 70%;
}

.dokan-seller-listing-wrap.filtered-vendors-container .row .col-md-3 {
    width: 30% !important;
}

.my-seller-listing-wrap.filtered-vendors-container .row {
    display: flex
;
    gap: 55px;
}

.my-seller-listing-wrap.filtered-vendors-container .col-md-3 {
    width: 20% !important;
}

.my-seller-listing-wrap.filtered-vendors-container .col-md-9 {
    width: 80%;
}

.my-dashboard-wrap {
    width: 90%;
    margin: 0 auto;
}

.restaurant-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.restaurant-content {
    padding: 12px;
    background: white;
}

.restaurant-header {
    margin-bottom: 8px;
}

.restaurant-name-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.restaurant-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.rating-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.star-icon {
    color: #000;
    font-size: 16px;
}

.rating-text {
    font-size: 14px;
    color: #333;
}

.restaurant-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.restaurant-category {
    font-size: 12px;
    color: #666;
}

.delivery-details {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #666;
}

.delivery-time,
.delivery-price {
    display: flex;
    align-items: center;
    gap: 4px;
}

.delivery-time i,
.delivery-price i {
    font-size: 12px;
    color: #666;
}

/* Grid Layout */

/* Responsive adjustments */
@media (max-width: 768px) {
    .restaurant-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 480px) {
    .restaurant-grid {
        grid-template-columns: 1fr;
    }
	.rc-anchor-container{
	width 250px;	
	}
	.page-id-15 .woocommerce {
		margin: 10px !important;
	}
	form.woocommerce-form.woocommerce-form-login.login {
		border-radius: 20px !important
	}
	
}
.rc-anchor-normal{
       margin-top: 20px !important;
		width: 330px !important;
	}
.form-check {
    margin-bottom: 10px;
}

.form-check-label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    cursor: pointer;
}

.pagination-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.pagination-wrapper .page-numbers {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.page-numbers a,
.page-numbers span {
    padding: 8px 12px;
    border-radius: 4px;
    background: white;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}

.page-numbers a:hover {
    background: #f5f5f5;
}

.page-numbers .current {
    background: #8DC63F;
    color: white;
}

.no-results {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

/* Cuisines Slider */
.cuisines-slider {
    margin-bottom: 30px;
    position: relative;
}

.cuisine-cards {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 10px 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scroll-behavior: smooth;
}

.cuisine-cards::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.cuisine-card {
    min-width: 150px;
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s;
}

.cuisine-card:hover {
    transform: translateY(-2px);
}

.cuisine-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.cuisine-name {
    display: block;
    font-size: 14px;
    color: #282c3f;
    font-weight: 500;
}

.active-orders-container {
    width: 100%;
    margin: 24px auto;
    overflow: hidden;
}
.active-orders-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}
.active-orders-scroll::-webkit-scrollbar {
    height: 6px;
}
.active-orders-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.active-orders-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.active-order-status {
    flex: 0 0 300px; /* Fixed width for each order card */
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.order-status-container {
    width: 100%;
    padding: 15px;
}


.location-search-container {
    max-width: 100%;
    margin: 2rem auto;
    padding: 1rem;
}
.search-form-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
}
.search-input-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.input-wrapper {
    flex: 1;
    min-width: 200px;
    position: relative;
}
.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    z-index: 1;
}
#address-input {
    width: 100%;
    padding: 12px 12px 12px 35px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}
#address-input:focus {
    outline: none;
    border-color: #00b906!important;
    box-shadow: 0 0 0 2px rgba(0,185,6,0.1);
}
.location-btn, .search-btn {
    padding: 12px 20px!important;
    border: none!important;
    border-radius: 6px!important;
    cursor: pointer!important;
    font-weight: 500!important;
    transition: all 0.3s ease!important;
    white-space: nowrap!important;
}
.location-btn {
    background: #f5f5f5!important;
    color: #333!important;
}
.location-btn:hover {
    background: #e5e5e5!important;
}
.location-btn:disabled {
    opacity: 0.7!important;
    cursor: not-allowed!important;
}
.search-btn {
    background: #00b906!important;
    color: white!important;
    min-width: 120px!important;
}
.search-btn:hover {
    background: #009605!important;
}
#location-message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}
#location-message.success {
    background: #e8f5e9;
    color: #2e7d32;
    display: block;
}
#location-message.error {
    background: #ffebee;
    color: #c62828;
    display: block;
}
@media (max-width: 768px) {
    .search-input-group {
        flex-direction: column;
    }
    .location-btn, .search-btn {
        width: 100%;
    }
}

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

.u-column2.col-2 {
    display: none;
}

.u-column1.col-1 {
    width: 100% !important;
}

.u-column1.col-1 h2 {
    text-align: center;
    font-size: 58px;
    color: #005959;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.page-id-15 h1.entry-title {
    display: none;
}

.main_part {
    display: flex
;
}

/* @media (min-width: 320px) and (max-width: 480px) {
    
    .main_vendor_prf {
        display: flex !important;
        flex-direction: column-reverse !important;
        padding: 0px 20px 6px 8px !important;
        gap: 6px !important;
    }
    .profile-img.some-custom-class img {
        width: 200px !important;
        height: 100px !important;
    }
    .store-timing-below-logo {
        height: 55px !important;
    }
    .custom-cart {
        position: relative !important;
        right: 0 !important;
    }
    .category-tabs {
        display: flex !important;
        flex-direction: column !important;
        border-radius: 10px !important;
        gap: 2px !important;
    }
    .product-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 23px !important;
    }
    
    .my-seller-listing-wrap.filtered-vendors-container .row {
        display: flex !important;
        flex-direction: column !important;
    }
    .my-seller-listing-wrap.filtered-vendors-container .col-md-3 {
        width: 100% !important;
    }
    .my-seller-listing-wrap.filtered-vendors-container .col-md-9 {
        width: 100% !important;
    }
    .cuisine-cards {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    .cuisine-card {
        width: 100% !important;
    }
    .cuisine-card img {
        width: 100% !important;
        height: 100% !important;
    }
    
    .woocommerce {
        display: flex !important;
        flex-direction: column !important;
    }
    .dashboard-card {
        grid-column: 1 !important;
    }
    .u-column1.col-1 {
        width: 70% !important;
    }
} */

/* @media (max-width: 1080px) {
    .custom-cart {
        position: relative !important;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .product-grid .product-card a.quick-view-button {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .main_light button.add-button {
        width: 38% !important;
        left: 80px !important;
    }
    .cuisines-filters {
        overflow-y: unset !important;
        max-height: 600px !important;
    }
    .woocommerce {
        display: flex !important;
        flex-direction: column !important;
    }
    .u-column1.col-1 {
        width: 70% !important;
    }
    .custom-account-navigation {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .dashboard-title {
        padding-left: 20px !important;
    }
} */

.dokan-label.dokan-label-rider-assigned,
span.dokan-label.dokan-label-rider-assigned {
    color: #1E40AF !important;
    background-color: #DBEAFE !important;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

.dokan-label.dokan-label-preparing,
span.dokan-label.dokan-label-preparing {
    color: #991B1B !important;
    background-color: #FEE2E2 !important;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}


.location-search-container {
    max-width: 100%;
    margin: 2rem auto;
    padding: 1rem;
}
.search-input-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
}
.input-wrapper {
    flex: 1;
    min-width: 200px;
    position: relative;
}
.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    z-index: 1;
}
#address-input {
    width: 100%;
    padding: 12px 12px 12px 35px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}
#address-input:focus {
    outline: none;
    border-color: #00b906;
    box-shadow: 0 0 0 2px rgba(0,185,6,0.1);
}
.location-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: #f5f5f5;
    color: #333;
}
.location-btn:hover {
    background: #e5e5e5;
}
.location-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.search-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    background: #00b906;
    color: white;
    cursor: pointer;
    font-weight: 500;
    min-width: 120px;
    transition: all 0.3s ease;
}
.search-btn:hover {
    background: #009605;
}
#location-message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}
#location-message.success {
    background: #e8f5e9;
    color: #2e7d32;
    display: block;
}
#location-message.error {
    background: #ffebee;
    color: #c62828;
    display: block;
}
@media (max-width: 768px) {
    .search-input-group {
        flex-direction: column;
    }
    .location-btn, .search-btn {
        width: 100%;
    }
}

#billing-postcode:focus,
#billing-postcode:hover,
#billing-postcode:active {
    border-color: #ddd !important;
    box-shadow: none !important;
    outline: none !important;
}
.woocommerce-input-wrapper {
    pointer-events: none !important;
}


.fee {
    background-color: #f8f8f8;
}
.fee th,
.fee td {
    padding: 1em !important;
    border-top: 1px solid #eee !important;
}
.fee th {
    font-weight: 600 !important;
}
.no-postal-code {
    color: #e2401c;
    font-style: italic;
}

/*  Mobile Responsive  */
@media(min-width: 640px) and (max-width: 725px) {
	.links-container{
		display: flex;
		flex-direction:column;
		align-items: center;
		gap:30px;
	}
}
@media(max-width: 640px) {
.form-inner{

    grid-template-columns: repeat(1, 1fr);

}	
.rating-summary {
   width: 90%;
    flex-direction: column;
    align-items: center;
}

	.links-container{
		display: flex;
		flex-direction:column;
		gap:30px;
	}
.cuisines-slider h2,.all-restaurants-section h2 {
    text-align: center;
}
    .main_vendor_prf_container {
        width: 100%;
    }

    .store-closed-notice {
       
        width: 100%;
       
    }

/*        .main_light button.add-button {
        width: 34% !important;
        left: 31vw !important;
    } */

    .popup_cart {
        width: 100%;
    }

    .main_part {
        display: flex
    ;
        flex-direction: column;
    }
	.main_vendor_prf {
		display: flex !important;
		flex-direction: column-reverse !important;
		padding: 0px 0px 25px 3px !important;
		border-bottom-right-radius: 20px !important;
		
		gap: 6px !important;
	}
    .custom-cart {
        position: relative !important;
        right: 0 !important;
        height: auto;
        width: 100%;
    }
    .category-tabs {
        display: flex !important;
        flex-direction: row !important;
        border-radius: 10px !important;
        gap: 2px !important;
        align-items: center;
        justify-content: space-between;
    }
	.product-grid {
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 23px !important;
	}
/* 	.product-grid .product-card {
		display: flex !important;
		flex-direction: column !important;
	} */
/* 	.title_same {
		width: 80% !important;
	} */
/* 	.main_light {
		width: 45% !important;
	} */
	.my-seller-listing-wrap.filtered-vendors-container .row {
		display: flex !important;
		flex-direction: column !important;
	}
	.my-seller-listing-wrap.filtered-vendors-container .col-md-3,
	.my-seller-listing-wrap.filtered-vendors-container .col-md-9 {
		width: 100% !important;
	}
	.cuisine-cards,
	.cuisine-card {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
	}
	.cuisine-card img {
		width: 100% !important;
		height: 100% !important;
	}
	.woocommerce {
		display: flex !important;
		flex-direction: column !important;
	}
	.dashboard-card {
		grid-column: 1 !important;
	}
	.u-column1.col-1 {
		width: 100%% !important;
	}
	.name_of_vendor h1,
	.align,
	.profile-img some-custom-class {
		text-align: center !important;
	}
	.register_frm form {
		border: none !important;
	}
	.dokan-customer-register {
		background-color: #FBFFEE !important;
	}
	.clt-logo img,
	.header-image img {
		display: none !important;
	}
}

@media (max-width: 1080px) and (min-width: 641px) {



    .main_part {
        display: flex
    ;
        flex-direction: column;
    }

    .main_vendor_prf_container {
        width: 100%;
    }
	.site-main {
        max-width: 95% !important;
		margin 0 auto;
    }
	.category-tabs {
		gap: 6px !important;
	}
    .custom-cart {
        position: relative !important;
        width: 100%;
    }
	.product-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.product-grid .product-card a.quick-view-button {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
/* 	.main_light button.add-button {
		width: 38% !important;
		left: 6vw !important;
	} */
	.cuisines-filters {
		overflow-y: unset !important;
		max-height: 600px !important;
	}
	.woocommerce {
		display: flex !important;
		flex-direction: column !important;
	}
	.u-column1.col-1 {
		width: 100% !important;
	}
	.custom-account-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.dashboard-title {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.register_frm form {
		border: none !important;
	}
	.dokan-customer-register {
		background-color: #FBFFEE !important;
	}
	.my-dashboard-wrap {
		margin-bottom: 80px !important;
	}
	.woocommerce-breadcrumb,
	.clt-logo img,
	.header-image img {
		display: none !important;
	}

    grid-template-columns: repeat(1, 1fr);

}
}

@media (max-width: 781px) and (min-width: 641px) {

    .store-closed-notice {
       
        width: 100%;
       
    }
    .custom-cart {
        width: 100%;
        position: relative;
    }

    .popup_cart {
        width: 100%;
    }
    

    .main_part {
        display: flex
    ;
        flex-direction: column;
    }

    .main_vendor_prf_container {
        width: 100%;
    }
	.product-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.store-timing-below-logo p {
		font-size: 2vw !important;
	}
	.profile-img.some-custom-class img {
		width: 185px !important;
		height: 158px !important;
	}
	.store-timing-below-logo {
		padding-left: 2px !important;
		padding-right: 2px !important;
		height: 61px !important;
	}
    .category-tabs {
        display: flex !important
;
        flex-direction: row !important;
        border-radius: 10px !important;
        gap: 2px !important;
        align-items: center;
        justify-content: space-between;
    }
	.my-seller-listing-wrap.filtered-vendors-container .row {
		display: flex !important;
		flex-direction: column !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.my-seller-listing-wrap.filtered-vendors-container .col-md-3,
	.my-seller-listing-wrap.filtered-vendors-container .col-md-9 {
		width: 100% !important;
	}
	.woocommerce {
		display: flex !important;
		flex-direction: column !important;
	}
	.custom-account-navigation,
	.food-dashboard {
		width: 100% !important;
		padding-left: 10px !important;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	/* .main_light button.add-button {
		left: 58px !important;
	} */
	.cuisine-cards,
	.cuisine-card {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
	}
	.cuisine-card img {
		width: 30% !important;
		height: 30% !important;
	}
	.register_frm form {
		border: none !important;
	}
	.dokan-customer-register {
		background-color: #FBFFEE !important;
	}
	.clt-logo img,
	.header-image img {
		display: none !important;
	}
}

@media (max-width: 640px) {
/* 	.elementor-heading-title {
		font-size:30px !important;
	} */
	.store-timing-box span {
    font-size: 13px;
}
	.elementor-heading-title{
	font-size:30px	
	}

    .align {
        display: flex
;
        gap: 0px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }

.live-search-container {
    position: relative;
    display: flex
;
    width: 100%;
}

.profile-img.some-custom-class {
    text-align: center;
}
.my-seller-listing-wrap.filtered-vendors-container {
    padding-bottom: 75px;
}

	.page-header .entry-title,
	.site-footer .footer-inner,
	.site-footer:not(.dynamic-footer),
	.site-header .header-inner,
	.site-header:not(.dynamic-header),
	body:not([class*=elementor-page-]) .site-main {
		max-width: 600px !important;
	}
}

@media (min-width: 1081px) {
	.u-column1.col-1 {
		width: 40% !important;
	}
	.my-dashboard-wrap {
		margin-bottom: 80px !important;
	}
	.woocommerce-breadcrumb,
	.clt-logo img,
	.header-image img {
		display: none !important;
	}
	.register_frm form {
		border: none !important;
	}
	.dokan-customer-register {
		background-color: #FBFFEE !important;
	}
/* 	.main_light{
		left:86px;
	} */
}




tr:has(td:contains('Shipping')) {
    display: none !important;
}

.category-banner {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('<?php echo home_url(); ?>/wp-content/uploads/2025/03/15d909386784346bb47206b0e473e84e.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.banner-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.banner-description {
    font-size: 20px;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.delivery-location-header {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.location-info {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.location-info i {
    color: #00b906;
    font-size: 18px;
}

.location-info span {
    font-weight: 500;
    color: #333;
}

.change-location {
    color: #00b906;
    text-decoration: none;
    margin-left: auto;
}

.change-location:hover {
    text-decoration: underline;
}

.no-results {
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.restaurant-grid.loading {
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.restaurant-grid.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #00b906;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.cuisine-card {
    cursor: pointer;
    transition: transform 0.2s;
}

.cuisine-card:hover {
    transform: scale(1.05);
}

.cuisine-card.selected {
    border: 2px solid #00b906;
}

/* Enhanced Filter Pills */
.filter-pill {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 24px;
    background: #f5f5f5;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.filter-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.filter-pill input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.filter-pill label {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-pill input[type="checkbox"]:checked + label {
    background-color: #00b906;
    color: white;
}

/* Special styling for Top Rated pill */
.filter-pill:has(#filter-top-rated) {
    background-color: #FFF0F0;
}

.filter-pill:has(#filter-top-rated) label {
    color: #D32F2F;
    font-weight: bold;
}

#filter-top-rated:checked + label {
    background-color: #D32F2F;
    color: white;
}

.category-banner {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.banner-description {
    font-size: 24px;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#customer_login .woocommerce {
    display: flex !important;
   
    flex-direction: column!important;
}

form.woocommerce-form.woocommerce-form-login.login {
    width: 70%;
    margin: 0 auto;
}


.links-container {
    display: flex;
    justify-content: space-between;
}

.links a {
    font-size: 13px;
    background: #005959;
    color: white !important;
    padding: 10px 22px 12px 22px;
    border-radius: 13px;
    font-family: 'Poppins';
    text-decoration: none !important;
}

.jssocials-shares {
    margin: 1.2em 0;
}

.jssocials-share-google .jssocials-share-link {
    background: #005959 !important;
    border-radius: 23px;
    padding: 6px 6px 6px 7px;
    line-height: 0;
    margin-top: 21px;
}

.restaurant-info h3 {
    color: #005959;
}

.restaurant-info .order-progress {
    color: black;
}


/* .woocommerce {
    display: flex !important;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
    padding: 70px 0px 70px 0;
}
 */

.store-timing-box span {
    font-size: 12px;
}

@media (max-width: 768px) {

form.woocommerce-form.woocommerce-form-login.login {
   
    padding: 32px 15px 32px 15px!important;
   
}
    .filtered-vendors-container .cuisine-cards-wrapper {
      position: relative!important;
    }
    .filtered-vendors-container .cuisine-cards {
      display: flex!important;
      flex-direction: row!important;
      overflow-x: auto!important;
      overflow-y: hidden!important;
      white-space: nowrap!important;
      gap: 12px!important;
      padding-bottom: 10px!important;
      scroll-behavior: smooth!important;
      -webkit-overflow-scrolling: touch!important;
      align-items: center!important;
    }
    .filtered-vendors-container .cuisine-card {
      min-width: 40vw!important;
      max-width: 40vw !important;
      flex: 0 0 auto !important;
      white-space: normal !important;
      margin-right: 0 !important;
      margin-bottom: 0 !important;
     
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
    .filtered-vendors-container .cuisine-scroll-arrow {
      position: absolute !important;
      top: 50% !important;
      left: 0 !important;
      transform: translateY(-50%) rotate(180deg) !important;
      z-index: 20 !important;
      width: 44px !important;
      height: 44px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      background: #fff !important;
      border-radius: 50% !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.10) !important;
      border: 1.5px solid #e0e0e0 !important;
      cursor: pointer !important;
      transition: background 0.2s, box-shadow 0.2s !important;
      margin-left: 4px !important;
      pointer-events: auto !important;
    }
    .filtered-vendors-container .cuisine-scroll-arrow:active {
      background: #f5f5f5 !important;
      box-shadow: 0 1px 4px rgba(0,0,0,0.08) !important;
    }
    .filtered-vendors-container .cuisine-scroll-arrow svg {
      width: 22px !important;
      height: 22px !important;
      color: #111 !important;
      display: block !important;
    }
  }


  .category-banner {
    position: relative;
    width: 100% ;
    display: flex ;
    justify-content: center;
    background-size: cover ;
    background-position: center;
    border-radius: 0px ;
    overflow: hidden ;
    margin-bottom: 24px ;
    align-items: center;
}
  .category-banner .banner-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
  }
  .category-banner .banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 32px 40px 24px 32px;
    max-width: 90%;
  }
  .category-banner .banner-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.1;
    word-break: break-word;
  }
  .category-banner .banner-description {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    word-break: break-word;
  }
  @media (max-width: 1024px) {
    .category-banner {
      min-height: 140px;
      max-height: 220px;
      border-radius:0px;
    }
    .category-banner .banner-content {
      padding: 20px 24px 16px 18px;
      max-width: 98%;
    }
    
    .category-banner .banner-description {
      font-size: 1rem;
    }
  }
  @media (max-width: 600px) {
    .category-banner {
      min-height: 90px;
      max-height: 140px;
      border-radius:0px;
    }
    .category-banner .banner-content {
      padding: 10px 10px 10px 12px;
      max-width: 100%;
    }
    .category-banner .banner-title {
        font-size: 8vw;
    }
    .category-banner .banner-description {
      font-size: 0.95rem;
    }
  }

/* postal code seleted start */
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
 
.pac-container {
    position: fixed !important;
    z-index: 10050 !important;
    background: white;
   
}
  .postal-selector-container {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
 
.delivery-area-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 100px;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
    background-color: #f5f3f1;
}
 
.delivery-area-button:hover {
    background-color: #ececec;
}
 
.location-icon {
    margin-right: 6px;
    flex-shrink: 0;
}
 
.postal-code-label {
    font-weight: 500;
}
    /* In postal-popup.css */
 
.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(5px);
}

.ui-autocomplete {
    z-index: 10051 !important;
}
.modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px 30px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow-y: auto;
    max-height: 70vh;
}
 
.modal h3 {
    margin-top: 0;
    font-size: 1.2em;
    color: #2c3e50;
}
 
.modal .close {
    float: right;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #aaa;
}
 
.modal .close:hover,
.modal .close:focus {
    color: #00b906;
    text-decoration: none;
    outline: none;
}
 
#modal-address-input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}
 
.input-icon.modal {
    left: 12px;
}
 
.postal-results {
    list-style-type: none;
    padding-left: 0;
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 15px;
}
 
.postal-results li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
 
.postal-results li:hover {
    background-color: #f9f9f9;
}
 
.modal-confirm {
    background: #00b906;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
}
 
.modal-confirm:hover {
    background: #009605;
}
 
.modal-message {
    margin-top: 15px;
    padding: 10px 15px;
    display: none;
    border-radius: 4px;
}
 
.modal-message.success {
    background: #e8f5e9;
    color: #2e7d32;
}
 
.modal-message.error {
    background: #ffebee;
    color: #c62828;
}
 
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 10% auto;
    }
   
    .modal-confirm {
        width: 100%;
        float: none;
    }
.pac-container {
        position: fixed !important;
    }
 .
}

/* end seleted postalcode */


@media (max-width: 991px) {

.all-restaurants-section h2 {
    margin-bottom: 39px;
}

    .my-seller-listing-wrap.filtered-vendors-container .row {
        display: flex
    ;
        gap: 14px;
    }
      .filters-sidebar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        height: 100% !important;
        min-height: 100% !important;
        width: 85vw !important;
        max-width: 340px !important;
        background: #fff;
        z-index: 9999 !important;
        box-shadow: 2px 0 16px rgba(0,0,0,0.08);
        transform: translateX(-100%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.3s cubic-bezier(.4,0,.2,1), opacity 0.2s;
        overflow-y: auto !important;
        max-height: 100vh !important;
        padding: 24px 18px 18px 18px;
        border-radius: 0 12px 12px 0;
        display: flex;
        flex-direction: column;
        visibility: hidden;
      }
      .filters-sidebar.open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
      }
      .mobile-filter-toggle {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        background: #f5f5f5 !important; 
        border: none !important;
        border-radius: 0px !important;
        padding: 8px 18px !important;
        font-size: 1rem !important;
        font-weight: 500 !important;
        color: #222 !important;
        margin: 18px 0 18px 10px !important;
        box-shadow: 0 1px 4px rgba(0,0,0,0.04) !important;
        cursor: pointer !important;
        transition: background 0.2s !important;
        z-index: 9 !important;
        position: relative !important;
      }
      .mobile-filter-toggle:active,
      .mobile-filter-toggle:hover {
        background: #ededed;
      }
      .mobile-filter-toggle .filter-icon {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .mobile-filter-toggle .filter-label {
        margin-left: 4px;
      }
      .mobile-filter-close {
        display: block !important;
        position: absolute !important;
        top: 12px !important;
        right: 16px !important;
        background: none !important;
        border: none !important;
        font-size: 2rem !important;
        color: #888 !important;
        cursor: pointer !important;
        z-index: 10001 !important;
      }
      .col-md-3 {
        width: 0 !important;
        min-width: 0 !important;
        padding: 0 !important;
      }
      .filter-submit-container {
        display: block !important;
      }
      .filter-overlay {
        display: none;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s;
      }
      .filter-overlay.active {
        display: block;
        opacity: 1;
        pointer-events: auto;
      }
    }
    @media (min-width: 992px) {
      .mobile-filter-toggle,
      .mobile-filter-close {
        display: none !important;
      }
      /* .filters-sidebar {
        position: static !important;
        height: auto !important;
        width: 100% !important;
        max-width: none !important;
        box-shadow: none !important;
        transform: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        z-index: auto !important;
      } */
      .filter-submit-container {
        display: none !important;
      }
    
      
    }
    
    /* Filter Overlay */
    .filter-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .filter-overlay.active {
        display: block;
        opacity: 1;
    }
    
    .filters-sidebar {
        z-index: 9999 !important;
    }
    
    /* Filter Submit Button */
    .filter-submit-container {
        margin-top: auto;
        padding: 16px 0;
        border-top: 1px solid #eee;
        background: #fff;
    }
    
    .filter-submit-btn {
        width: 100%!important;
        padding: 12px 24px!important;
        background: #005959!important;
        color: #fff!important;
        border: none!important;
        border-radius: 8px!important;
        font-size: 16px!important;
        font-weight: 500!important;
        cursor: pointer!important;
        transition: background-color 0.2s!important;
    }
    
    .filter-submit-btn:hover {
        background: #004747!important;
    }
    
    /* Filter Clear Button */
    .filter-clear-btn {
        width: 100%!important;
        padding: 12px 24px!important;
        background: #fff!important;
        color: #005959!important;
        border: 2px solid #005959!important;
        border-radius: 8px!important;
        font-size: 16px!important;
        font-weight: 500!important;
        cursor: pointer!important;
        margin-top: 10px!important;
        transition: background-color 0.2s, color 0.2s!important;
    }
    .filter-clear-btn:hover {
        background: #f2f2f2!important;
        color: #003737!important;
    }
/* panel shipping hide vendor  */
.dokan-panel-default table.wc-order-totals tbody tr:nth-child(3) {
    display: none;
}
/* panel shipping hide vendor end */


/* login logout button */

.logout-button,
.login-button {
    
   
    color: #fff;
   
}

/* login logout button */
/*     
body.is-pickup-order #billing-postcode , #billing-address_1 , #email {
    color: white;
    cursor: not-allowed;
    pointer-events: none;
    user-select: none;
} */
/* Minimal CSS for smooth checkout loading */
/* Add this to your child theme's style.css or custom CSS */

.wp-block-woocommerce-checkout {
	min-height: 100vh !important; /* Adjust as needed */
	position: relative;
}

/* Optional: smooth loader fade-out (improve UX) */
.wp-block-woocommerce-checkout.is-loading {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.page-id-15 .woocommerce {
	display: flex;
    flex-direction: column;
    margin: 0 25%;
    padding-bottom: 40px;
    align-items:center;
    justify-content: center;
}
.page-id-15 .woocommerce h2{
	display: none;
}
.page-id-15 .page-content {
  background: url(https://lieferfair.de/wp-content/uploads/2025/03/Pattern-Bg-2.png);
}
.custom-login-header{
	display: flex; align-items: center; justify-content: center; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://lieferfair.de/wp-content/uploads/2025/03/15d909386784346bb47206b0e473e84e.jpg');background-size: cover;background-position: center;padding: 60px 20px;margin-bottom: 40px;width: 100vw;min-height: 266px
}
.woocommerce-order-received main{
	margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-order-received .woocommerce{
width: 100vw;
background: url(https://lieferfair.de/wp-content/uploads/2025/03/Pattern-Bg-2.png);
}
.rc-anchor-container{
	background-color:red;
}

#breadcrumbs{
	display: none;
}