.wc-setup .wc-setup-actions .button-primary {
    color: #fff;
    background: red;
    border-color: red;
    text-shadow: none;
}
.dokan-btn {
    height: 44px !important;
    align-items: center;
}

.cn-notification-bell{display:none;}

.menu-item-gtranslate{
	margin-top: -1.5em;
}

.site-search-form form{display:none !important;}

.menu-item-3226 a{color:#0483fe !important;}

#menu-primary-menu{align-items:center;}

.dokan-form-control{background-color: transparent;border: 1px solid #d1d5db;box-shadow: unset;margin-top: 0px !important;border-radius:6px !important;}

.dps-pack{float: unset;display: flex;align-items: center;justify-content: flex-start;margin-top: 0px;background-color:transparent;padding:5px 0;}

.dps-pack-price{order:2;padding-left:15px;}
.pack_content{order:1;}

.dps-pack-wrappper{border:0px !important;}

select.dokan-form-control{height: 44px;}

.vendor-customer-registration label{display:flex !important;}

.vendor-customer-registration label input{margin-right:10px;}

.dokan-vendor-setup-wizard #wc-logo img {
    max-width: 150px;
}

.site-social{
	display: block;
}

.woocommerce-breadcrumb{
	display: none !important;
}

/* Hide Bevesi mobile/hamburger menu toggle */
@media (max-width: 1024px) {
  .site-quick-button {
    display: none !important;
  }

@media (max-width: 768px){
#accountnav > .wp-block-button {
	font-size: 10px;
    }
}
	
	/* 1. Set the main product item wrapper for relative positioning */
/* This is the element that wraps the *entire* product card (image, title, price, etc.) */
.products .product { 
    position: relative;
    /* This ensures the absolute heart is contained within the entire product box */
}

/* 2. Position the Wishlist heart wrapper (same as before) */
.product-wishlist-heart {
    position: absolute;
    top: 5px; /* Distance from the top edge */
    right: 5px; /* Distance from the right edge */
    z-index: 10; /* Ensure it is above the image/overlay */
}
	
/* Map wrapper */
#dokan-geolocation-locations-map {
    width: 100% !important;
    height: 400px !important; /* or 60vh, adjust */
    margin: 0 !important;     /* remove extra spacing from theme */
    padding: 0 !important;
    position: relative !important; /* needed for controls */
}

/* Ensure the canvas fills the wrapper */
#dokan-geolocation-locations-map .mapboxgl-canvas-container,
#dokan-geolocation-locations-map canvas.mapboxgl-canvas {
    width: 100% !important;
    height: 100% !important;
}


	
/* Ensure the control container covers the whole map */
#dokan-geolocation-locations-map .mapboxgl-control-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
}
	
#dokan-geolocation-locations-map .mapboxgl-ctrl-top-right {
    top: 10px !important;
    right: 10px !important;
		z-index: 99 !important;
}

/* 1. Force display for everyone EXCEPT vendors and staff */
body:not(.role-seller):not(.role-vendor_staff) .site-quick-button.quick-button-cart {
    display: block !important;
}

/* 2. Explicitly hide it for vendors and staff just to be safe */
.role-seller .site-quick-button.quick-button-cart,
.role-vendor_staff .site-quick-button.quick-button-cart,
.role-seller .klb-icon-shopping-bag-wide,
.role-vendor_staff .klb-icon-shopping-bag-wide {
    display: none !important;
}

/* 3. Mobile styling (only for non-vendors) */
@media screen and (max-width: 768px) {
    body:not(.role-seller):not(.role-vendor_staff) .site-quick-button.quick-button-cart {
        position: relative;
        float: right;
        margin: 0 10px;
        z-index: 999;
    }
}
	
/* Full Screen Scanner Overlay */
#qr-scanner-modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #000;
    z-index: 10000;
    display: flex;
    flex-direction: column;
}

.scanner-header {
    padding: 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#close-scanner {
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
}

#reader-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#qr-reader {
    width: 100% !important;
    border: none !important;
}

.scanner-footer {
    padding: 40px;
    text-align: center;
    color: #999;
}

/* Animated Scanning Line */
#qr-reader__scan_region {
    position: relative;
}

#qr-reader__scan_region::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: #ff6600; /* Your brand color */
    box-shadow: 0 0 10px #ff6600;
    animation: scanLine 2s linear infinite;
    z-index: 10;
}

@keyframes scanLine {
    0% { top: 0%; }
    50% { top: 100%; }
    100% { top: 0%; }
}

/* Bevesi Menu Icon Hook */
.pwa-scan-btn a i::before, 
.pwa-scan-btn a::before {
    content: "\e902" !important; /* Camera icon for Bevesi klb-icons */
    font-family: "klb-icons" !important;
}
	
/* Ensure the map is the top layer within the modal content */
.dokan-geo-map-container, .mapboxgl-canvas {
   touch-action: manipulation !important; /* Let JS handle the gestures */
    pointer-events: auto !important;
    z-index: 999 !important;
}

/* Prevent the background refresh icon */
body.iziModal-isAttached {
    overscroll-behavior: none !important;
}