@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
/* hide pagination in this file */
[id^="tag-"] {
  scroll-margin-top: 80px;
}
#breadcrumbs{
	display:none;
}
/* hide pagination in this file */
    /* Button states */
    .add-button {
        position: relative;
        overflow: hidden;
    }

    [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
         color: inherit!important; 
        background-color: rgba(204, 51, 102, 0)!important; 
        text-decoration: none;
    }
    .product-grid .product-card a.quick-view-button {
		color: #005959;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		border: solid 1px #0000004D;
		border-radius: 20px;
		padding: 11px;
	}   
    .cart-notification {
        position: fixed;
        top: 20px;
        right: 20px;
        background: #166534;
        color: white;
        padding: 10px 15px;
        border-radius: 4px;
        z-index: 9999;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        display: none;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    span.reviewed-label {
        font-size: 16px;
        color: #005959 !important;
        font-weight: 500;
    }
    /* Add this CSS to style the reviewed product section */

    span.rating-count-all {
        font-size: 13px;
    }
    
    .rating-bar-row {
        display: flex;
        align-items: center;
        margin-bottom: 2px;
        gap: 6px;
    }
    
    .star-label {
        min-width: 15px;
        color: #666;
        font-size: 14px;
    }
    
    .progress-bar {
        flex: 1;
        height: 5px;
        background: #EAEAEA;
        border-radius: 10px;
        overflow: hidden;
    }
    
    .progress {
        height: 100%;
        background: #FFA41C;
        border-radius: 10px;
        transition: width 0.3s ease;
    }
    
    p.popular-with-des {
        font-size: 14px;
        font-family: poppins;
        color: #005959;
    }
    
   
/* products css */
 
.section-title-wrapper{
  padding-bottom: 15px;
  padding-top:15px;
}
h2.section-title  {
    font-size: 39px;
    color: #005959;
    font-weight: 700;
    font-family: 'Poppins';
    margin:0;
    padding-bottom: 10px;
    padding-top:10px
    
}
.store-timing-box span {
    font-size: 14px;
}

.dokan-store .dokan-profile-frame-wrapper,.dokan-store .seller-items {
    display: none;
}

.main_light button.add-button {
    position: absolute;
    width: auto;
    padding: 0;
/*     left: 93px; */
	right:0!important;
    bottom: 0px;
    background: transparent;
}

.main_light {
    position: relative;
    /* width: 30%; */
    text-align: end;
}

h2#category-title {
    font-weight: 700;
    font-size: 39px;
    font-family: 'Poppins';
    color: #005959;
}
h3.product-name {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
	margin-top: 0;
}
p.product-price {
    margin-bottom: 0;
}

.product-name-search {
    padding-right: 30px; 
}
      
    .title_same {
    margin-top: 10px;
/*     width: 70%; */
}

.add-button {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #2271b1;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button.category-tab[data-category="23"] {
    display: none;
}

.product-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
;
    gap: 34px;
}

.product-grid .product-card img.product-image {
    width: 119.54px;
    height: 85.54px;
    object-fit: cover;
    border-radius: 10px;
}

/* end css products */

.main_vendor_prf {
    display: flex;
    border: solid 1px #A8A8A8;
    border-radius: 9px;
    padding: 20px 30px 20px 30px;
    gap: 22px;
    background-image: url(/wp-content/uploads/2025/06/laziza-banner-.png);
    background-position: center;
    background-repeat: no-repeat;
	background-size: 100% 100%;
	width:100%;
	max-width: 1280px;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 380px;
}

.points {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.profile-img.some-custom-class {
	display: flex;
}
.profile-img.some-custom-class img {
	width: 160px;
    height: 160px;
    border-radius: 12px;

}
.store-timing-below-logo p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: poppins;
    font-weight: 600;
}


.store-timing-below-logo {
    /* background: #F4D318; */
    display: flex;
    align-items: center;
    /* height: 72px; */
    justify-content: center;
    /* border-top-right-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    /* margin-left: -3px; */
    /* margin-bottom: -4px; */
    /* margin-top: -6px; */
    gap: 20px;
}

.align a {
    color: #98C800;
    font-size: 15.47px;
    font-weight: 600;
}
.name_of_vendor h1 {
    color: #ffffff;
    font-size: 50.2px;
    font-weight: 700;
}
ul.rating_vendor li {
    color: #ffffff;
    font-size: 12.47px;
}

.store-timing-box {
    color: white;
    display: flex;
    gap: 7px;
    align-items: center;
}
/* 
.profile-img.some-custom-class img {
    width: 160px;
    height: 160px;
    border-radius: 12px;
}
 */
.align {
    display: flex;
    gap: 20px;
}

div#dokan-secondary {
    display: none;
}

ul.rating_vendor {
    padding: 0 0 0 0;
}

.variation-item label.checkbox-container {
    width: 100%;
    padding: 12px;
    cursor: unset;
}

.store-closed-notice { /* Style for the optional notice banner */
    background-color: rgba(241, 79, 79, 0.1); border: 1px solid #f14f4f; padding: 15px; margin-bottom: 20px; border-radius: 5px; width: 75%; align-items: center; justify-content: space-between;
}
.store-closed-content {
    display: flex;
    align-items: center; /* Ensure content inside aligns */
    justify-content: space-between;
}
.store-closed-icon { font-size: 24px; margin-right: 15px; }
.store-closed-text { flex-grow: 1; }
.store-closed-text h3 { margin: 0 0 5px 0; color: #f14f4f; font-size: 18px; }
.store-closed-text p { margin: 0; color: #666; }
#understand-closed-btn { background: #005959; color: white; border: none; padding: 8px 15px; border-radius: 4px; cursor: pointer; white-space: nowrap; margin-left: 15px; }
#understand-closed-btn:hover { background: #004747; }

.store-timing-below-logo {
    /* background: #F4D318; */
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    padding-top: 19px;
    align-items: flex-start;
}

.dokan-store main#main {
    max-width: 89%;
}
.main_part {
    display: flex;
    gap: 51px;
}


/* atta css */

#cart-subtotal,
#cart-total {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
 
/* Addons Group Styling */
.product-addons-container {
    max-width: 600px;
    margin: 20px auto;
}
 
.product-addons-group {
    margin-bottom: 15px;
   border-radius: 6px;
}
 
.addon-group-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
 
.product-addons-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 
.product-addon-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 4px;
}
 
.product-addon-checkbox {
    accent-color: #0073e6;
    transform: scale(1.2);
}
 
.addon-name {
    font-size: 16px;
    font-weight: 500;
    flex-grow: 1;
}
 
.addon-price {
    font-size: 14px;
    font-weight: bold;
    color: #0073e6;
}

/* #change-postal-btn {
    color: #8DC63F;
    border: none;
    border-radius: 5px;
    cursor: pointer;
} */
  /* atta css */

  .main_vendor_prf_container {
    width: 78%;
}

.popup_cart {
    width: 22%;
}

nav.woocommerce-breadcrumb {
    display: none;
}

.dokan-alert-warning {
   
    width: 75%;
}


.custom-category-menu {
     display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 12px;
    padding: 8px 12px;
    
    /* Hide scrollbar but keep functionality */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.custom-category-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.category-tab:hover {
    border-color: #f59e0b;
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
}

@media (max-width: 1281px) {
.custom-category-menu {
    height: 250px;
    overflow-y: scroll;
    top: 70px !important;
     border: 1px solid grey;
}
	
	.popup_cart {
    display: none!important;
}

.custom-cart {
    width:100%;
}

.main_vendor_prf_container {
    width: 100%;
}
    .popup_cart {
        width: 100%;
    }

.main_part {
    display: flex;
    flex-direction: column;
}
   .hamburger-toggle {
        display: inline-block;
        font-size: 24px;
        background: none;
        border: none;
        margin-bottom: 0;
        cursor: pointer;
        padding: 0;
        margin-right: 0;
        margin-left: 24px;
    }
}
button#save-postal-code,
button#save-pickup {
    color: white; 
    border: none; 
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 14px; 
    font-family: 'Poppins'; 
    transition: background 0.3s;
}
button#save-postal-code:hover{
	background-color: #002f2f !important;
    color: white !important;
}

button#save-pickup:hover{
	background-color: #333333 !important;
    color: white !important;
}
@media (min-width: 1281px) {
    button.hamburger-toggle {
        display: none !important;
    }
}


html .is-sticky {
    border: none;   
    background: white;
    border-radius: 0 !important;
}

button.load-more-tag.btn.btn-secondary {
    border: none;
    color: #005959;
    font-size: 16px;
    font-weight: 700;
    padding: 22px 0 0px 0px;
}

@media (min-width: 1281px) {
  .category-menu-wrapper {
        overflow-x: scroll;
        flex-wrap: nowrap;
        width: 100%;
    }

 .custom-category-menu {
        width: 0;
        overflow: visible !important;
        gap: 20px;  
    }
}

/* WebKit Browsers (Chrome, Edge, Safari) */
.category-menu-wrapper::-webkit-scrollbar {
  height: 4px;         /* Horizontal scroll */ 
width:10px;      
}
.cart-items ul::-webkit-scrollbar {
  width: 4px;         /* Horizontal scroll */       
}
.category-menu-wrapper::-webkit-scrollbar-track,
.cart-items ul::-webkit-scrollbar-track {
  background: transparent;
}

.category-menu-wrapper::-webkit-scrollbar-thumb,
.cart-items ul::-webkit-scrollbar-thumb {
  background-color: #005959;
  border-radius: 10px;
  border: 1px solid transparent;
}

/* Optional hover effect */
.category-menu-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

p.description-1 {
    font-size: 14px;
}

nav#nav-below {
    display: none;
}

span.variation-price {
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
}

a.clear-cart-link {
    color: #005959;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 400;
}

.elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-direction: column;
}

.elementor-menu-cart__product-price.product-price {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
}

.postal-popup-modal {
	display: block; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: white; padding: 30px; border: 1px solid #ccc; box-shadow: 0 10px 25px rgba(0,0,0,0.3); z-index: 10001; max-width: 450px; text-align: center; border-radius: 8px; font-family: inherit;
}
/* // resturant info */
.restaurant-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
    border-bottom: 1px solid #e9ecef;
    gap: 20px;
    flex-wrap: wrap;
}

.info-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    min-width: 300px;
}

.rating-star {
    color: #FFB800;
    font-size: 16px;
}

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

.rating-count {
    font-size: 13px;
    color: #666;
    margin-left: 4px;
}

.delivery-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.delivery-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
}

.delivery-item i {
    color: #28a745;
    font-size: 14px;
}

.delivery-item .label {
    font-weight: 500;
}

.delivery-item .value {
    color: #333;
    font-weight: 600;
}

/* Delivery Times Section */

/* Responsive Design */
@media (max-width: 768px) {
	.dokan-alert-warning{
		width: 100%
	}
	html .is-sticky {
      top: 84px;
  }
   .restaurant-info-row {
	  flex-direction: row;
	  align-items:center;
	  gap: 16px;
	  padding: 16px 0;
	}
	.name_of_vendor{
		width: auto !important;
	}
	.info-left {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		min-width: auto;
	}
	.delivery-info {
		justify-content: space-between;
		padding: 8px 16px;
		border: 1px solid #f0f0f0;
		    border-radius: 25px;
	}
	.info-right {
		justify-content: center;
	}
	.modal-content {
		padding: 24px;
		margin: 20px;
	}
	.info-left{
        justify-content:space-around;
		flex-direction:row;
	}
	.profile-img.some-custom-class img {
		width: 70px;
        height: 70px;
	}
	.preorder-yes-btn, .preorder-no-btn {
       font-size: 15px;
   } 
	.points {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		padding-left: 10px;
	}
	.store-timing-below-logo { 
		align-items: center;
	}
	.align {
		display: flex;
		gap: 20px;
		justify-content: center;
	}
	.name_of_vendor h1 {
		color: #ffffff;
		font-size: 50.2px;
		font-weight: 700;
		text-align: center;
	}
    .store-closed-notice .store-closed-content { /* Target inner content for flex direction */
        flex-direction: column;
        text-align: center;
    }
    .store-closed-icon { margin: 0 0 10px 0; }
    #understand-closed-btn { margin: 10px 0 0 0; }
	.postal-popup-modal{ width: 90% !important; }
}

@media (max-width: 480px) {
	.delivery-info {
		flex-direction: column;
		gap: 12px;
	}

	.delivery-item {
		justify-content: space-between;
		padding: 8px 0;
		border-bottom: 1px solid #f0f0f0;
	}

	.delivery-item:last-child {
		border-bottom: none;
	}

	.info-right {
		flex-direction: column;
		gap: 8px;
              width: 100%;
	}

	.group-order-btn,
	.about-us-btn {
		width: 100%;
		justify-content: center;
	}
	
	.name_of_vendor{
		display:none;
	}
	.restaurant-info-row {
		padding: 16px 0px;
	}
	.main_vendor_prf{
		height: 220px;
	}
	.profile-img.some-custom-class {
		height:70px;
        width: 70px;
	}
	.info-left{
		justify-content:space-between;
    }
	.address-box{
		width: max-content;
	}
}

