/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: Atta
Author URI: https://yoursite.com
Description: A child theme of the Hello Elementor theme
Version: 1.0.6
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;
}


/* 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:before {
    content: '🔍';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #686b78;
    pointer-events: none;
} */

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;  
    }
}

/* Restaurant grid */
.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-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: 768px) {
	.elementor-heading-title elementor-size-default{
		font-size:30px;
	}
}

/* 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;
}
.loading-spinner-shop { background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%); background-size: 200% 100%; animation: loading 1.5s infinite; border-radius: 4px; height: 100px; width: 100%; margin-top: 30px;}
@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-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: 480px) {
   
	.rc-anchor-container{
	width: 250px;	
	}
	.page-id-15 .woocommerce {
		margin: 10px !important;
	}
}
.rc-anchor-normal{
       margin-top: 20px !important;
		width: 330px !important;
	}

.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;
}

.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;
}

.search-form-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
}

.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;
}

.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;
}

.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;
}

.search-btn:hover {
    background: #009605;
}

@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(max-width: 640px) {
.form-inner{
 grid-template-columns: repeat(1, 1fr);

	}
    .cuisines-slider h2,.all-restaurants-section h2 {
        text-align: center;
    }
    .main_vendor_prf_container {
        width: 100%;
    }

    .store-closed-notice {
        width: 100%;
    }
    .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;
	}
	.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;
	}
	.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;
	}
	.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;
	}
}

@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;
	}
	
	.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;
	}
}

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

.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;
}

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

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

.restaurant-info .order-progress {
    color: black;
}
/* 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;
    }
}
/* 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;
}
.post-15 {
    max-width: 100% !important;
}
.page-id-15 .woocommerce {
	margin: 0;
    padding-bottom: 40px;
    align-items:center;
}
.page-id-15 .woocommerce h2 {
	display: none;
}

.page-id-15 .page-content {
	background-image: url(assets/img/Pattern-Bg-2.png);
	overflow: hidden;
}

.woocommerce-order-received main{
	margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-order-received .woocommerce{
	width: 100vw;
	background-image: url(assets/img/Pattern-Bg-2.png);
}

.rc-anchor-container{
	background-color:red;
}

#breadcrumbs{
	display: none;
}

.dokan-dashboard .dokan-dashboard-wrap {
	min-height: 100vh !important;
}

.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(assets/img/6b0e473e84e.jpg);background-size: cover;background-position: center;padding: 60px 20px;margin-bottom: 40px;width: 100vw;min-height: 266px;
}