/* #site-preloader{
	  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
 */

/* Make sure image section has enough width */

/* Hide all add-on lines except the subtotal */
#product-addons-total .product-addon-totals ul li {
    display: none !important;
}

/* Show only the subtotal line */
#product-addons-total .product-addon-totals ul li.wc-pao-subtotal-line {
    display: block !important;
}
/* Make the product title smaller */
.woocommerce div.product .product_title {
    font-size: 28px !important;
    line-height: 1!important;
}
/* Make product prices smaller on archive/product listing pages */
.woocommerce ul.products li.product .price {
    font-size: 13px; /* You can make this even smaller if needed */
}

/* Optional: Make the sale (del) price smaller too */
.woocommerce ul.products li.product .price del {
    font-size: 12px; /* Slightly smaller for the crossed-out price */
}

.woocommerce div.product p.price .amount {
	font-size: 18px!important;}
/* Make the subtotal line font smaller */
#product-addons-total .wc-pao-subtotal-line .price {
    font-size: 15px !important;
    font-weight: normal!important;
}
/* Make the subtotal amount smaller */
#product-addons-total .wc-pao-subtotal-line .amount {
    font-size: 16px !important;
}


/* Keep product image container height consistent */
.woocommerce-product-gallery {
    align-self: flex-start!important;
    max-width: 100%!important;
}

/* Force image to fit container */
.woocommerce-product-gallery__image img,
.woocommerce-product-gallery__wrapper img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block!important;
    margin: 0 auto!important;
}

/* Optional: Prevent zoom image from shifting layout */
.zoomImg {
    position: absolute !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
}
form.cart {
  display: flex;
  flex-direction: column; /* Stack vertically */
  gap: 15px;              /* Space between quantity and button */
  align-items: flex-start; /* Align left, change to center if needed */
}


/* Optionally, style the Add to Cart button to match */
form.cart .single_add_to_cart_button {
  height: 45px;
  font-size: 16px;
  padding: 0 20px;
}
input#quantity_68399eb9cccbf {
    height: 45px!important;
}

.qty {
    height: 45px !important;
}

.hide_if_variable-subscription.dokan-product-shipping-tax.hide_if_grouped.hide_if_external.dokan-edit-row.dokan-clearfix.dokan-border-top.woocommerce-no-shipping {
    display: none !important;
}

h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2!important;
    overflow: hidden;
    height: 60px; /* Adjust based on actual line-height */
	font-size: 16px!important;
}
@media (min-width: 1025px) {.dokan-single-store {
    text-align: center;
    width: 1200px;
    margin: 0 auto; /* Centers the entire block horizontally */
	}}

.dokan-single-store .woocommerce ul.products li.product .price {
    color: #414141;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.dokan-single-store .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.dokan-single-store .woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    padding: 14px;
}
@media (min-width: 1025px) {
  .columns-4 {
    display: grid;
    grid-template-columns: repeat(5, 1fr)!important;
  }
}
@media (min-width: 1025px) {
  .move-rating-up {
    position: relative;
    top: -5px; /* Tweak this value as needed */
  }
}
.variations .value {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* optional: aligns label + dropdown to the left */
  gap: 8px; /* optional: space between label and select */
}

.woocommerce-product-rating {
    display: none !important;
}

.container-rating {
  display: flex;
  align-items: center;
  gap: 8px; /* space between stars and text */
}
.woocommerce-review-link {
  position: relative;
	 top: 2px; /* move text 2px down */
  left: -5px!important; /* move text 2px to the left */
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.product-detail-wrapper .entry-summary .star-rating::before {
    color: #ffdc02; /* bright gold color for empty stars */
    opacity: 1;     /* make sure opacity is fully visible */
}

.woocommerce-breadcrumb{
	display: none;
}
a[href="?add-to-cart=186"] {
    margin-left: 0 !important;
    margin-right: auto !important;
}
/*
.page-id-169 a.dokan-btn[href*="add-to-cart"],
.page-id-169 a.dokan-btn[href*="standard-vendor-plan"] {
    display: block !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    float: left !important;
    width: fit-content !important;
} */
div.dokan-w12 {
    display: none !important;
}

.page-id-169 a.hover\:cursor-pointer.rounded.my-2.mx-4.text-sm.font-medium.text-purple-600.dokan-btn.m-0.w-full.py-2.px-4.dokan-btn.dokan-btn-secondary {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block!important;
}

/* .tw {
  @tailwind base;
  @tailwind components;
  @tailwind utilities;
} */
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a {
    display: flex
;
    align-items: center;
    font-size: 12px;
}

/* Let the Select2 container size to fit content */
.select2-container {
    width: auto !important;
    min-width: fit-content !important;
    display: inline-block;
}

/* Style the select box itself */
.select2-container--default .select2-selection--single {
    display: inline-flex;
    align-items: center;
    height: auto;
    padding: 6px 10px;
    padding-right: 25px; /* Add space for the arrow */
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
}

/* Adjust selected text inside the box */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
    padding: 0;
    margin: 0;
    line-height: normal;

}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button {
    margin-right: 5px;
    border: none !important;
    padding: 3px 10px !important;
    font-size: 12px;
}

/*less space for order filed on doakn dasdhbaord*/
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input, .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select, .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container {
    width: calc(33% - 80px) !important;
    margin-right: 5px;
}
.dokan-dashboard .pagination-wrap {
  overflow: visible;
  padding: 10px 0;
}

.dokan-dashboard .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.dokan-dashboard .pagination li {
  flex: 0 0 auto;
}

.dokan-dashboard .pagination li a, 
.dokan-dashboard .pagination li span {
  display: block;
  padding: 6px 12px;
  min-width: 40px;
  text-align: center;
  box-sizing: border-box;
}

.dokan-dashboard .pagination .next {
  min-width: 90px;
  white-space: nowrap;
}

.dokan-dashboard .pagination .prev
{
  min-width: 100px;
  white-space: nowrap;
}

.dokan-dashboard .pagination li.active a,
.dokan-dashboard .pagination li .current {
  color: #fff; /* or some color that matches background */
  background-color: #fff; /* maybe white on white */
}


.dokan-dashboard .pagination li.active a,
.dokan-dashboard .pagination li .current {
  background-color: #0073aa; /* a nice blue */
  color: #fff; /* white text */
  font-weight: bold;
  border-radius: 4px;
}


.dokan-dashboard .pagination li a:hover {
  background-color: #005177;
  color: #fff;
}


.product-edit-new-container .dokan-new-product-featured-img {
   
    height: 300px !important;
    width: 300px !important;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product p.price {
    color: #414141;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}

.dokan-feat-image-btn {
    font-size: 0 !important; /* Hide original text */
    position: relative;
}

.dokan-feat-image-btn::after {
    content: "Upload product image 1000x1000px" !important; /* Your new text */
    font-size: 14px !important; /* Reset font size */
    display: inline-block;
    color: #000 !important; /* Optional: change color */
}
.onsale{
	background-color: red !important;
}
.page-id-126 .onsale {
  display: inline-block !important;

  color: #fff !important;
  padding: 5px 7px!important;
  border-radius: 20px !important; /* Rounded corners */
  font-weight: bold !important;
  font-size: 14px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
  transition: transform 0.2s ease !important;
}

.form-row.form-row-wide.wc-pao-addon-wrap {
    flex-direction: column;
}


#wcuCurrencySwitcherRotating li[data-currency] span {
    font-size: 0;
    display: inline-block;
    width: 20px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle; /* This is better than text-bottom here */
    margin-left: 5px;
    line-height: normal;
    border-radius: 2px; /* optional for smoother edges */
	    padding-top: 27px !important;
	
}



#wcuCurrencySwitcherRotating li[data-currency="USD"] span {
    background-image: url('https://flagcdn.com/us.svg');
}


#wcuCurrencySwitcherRotating li[data-currency="CAD"] span {
    background-image: url('https://flagcdn.com/ca.svg');
}

span.subscription-details {
    font-size: 15px !important;
}

/* Hide the entire card that contains the "Buy Now" link for ID 4086 */
 div.flex.flex-col.justify-start.items-start.py-6:has(a[href*="add-to-cart=4086"]) {
    display: none!important;
}

a.dokan-btn {
    width: auto !important;   /* override w-full */
    display: inline-block;
    margin: 0 auto;
}

.px-6.min-w-full {
    text-align: center;
}
section.woocommerce-order-details.woocommerce-order-details__activations {
    display: none;
}




/* Product Card Wrapper */
.wcps-container .elements-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  text-align: center;
  font-family: 'Roboto', sans-serif !important;
  transition: box-shadow 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}

.wcps-container .elements-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Product Image */
.wcps-container .wcps-items-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 12px;
}

/* Product Title */
.wcps-container .wcps-items-title a {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000 !important;
  line-height: 1.4em !important;
  font-family: 'Roboto', sans-serif !important;
  text-align: center !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;      /* limit to 2 lines */
  -webkit-box-orient: vertical !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;

  min-height: calc(1.4em * 2) !important;
  max-height: calc(1.4em * 2) !important;
  margin-bottom: 10px;
  word-wrap: break-word !important;
}

/* Price */
.wcps-container .wcps-items-price {
  font-size: 14px !important;
  font-weight: bold;
  color: #000 !important;   /* black */
  margin: 6px 0 10px 0;
  font-family: 'Roboto', sans-serif !important;
  text-align: center !important;
}

/* Add to Cart Button */
.wcps-container .wcps-items-cart .button {
  display: inline-block;
  background: #000 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 500;
  padding: 8px 18px !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  text-align: center;
  transition: background 0.3s ease;
}

.wcps-container .wcps-items-cart .button:hover {
  background: #635BFF !important;
  color: #fff !important;
}

/* Cart Wrapper Center */
.wcps-container .wcps-items-cart {
  text-align: center !important;
  margin-top: 10px;
}

/* Rating Wrapper */
.wcps-container .wcps-rating-wrapper {
  text-align: center;
  margin-top: 5px;
}
.wcps-container .star-rating {
  float: none !important;
  margin: 0 auto;
}
.wcps-container .rating-count {
  font-size: 13px;
  color: #555;
  margin-left: 4px;
}

.stars {
  margin-bottom: 5px;
}

    .wc-cat-slide .content,
    .wc-cat-slide .content * {
        font-size: 14px !important;
    }

/* Tablet (768px–1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    .wc-cat-slide .content,
    .wc-cat-slide .content * {
        font-size: 13px !important;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .wc-cat-slide .content,
    .wc-cat-slide .content * {
        font-size: 12px !important;
    }
}


/* Hide WooCommerce login form on My Account page 
#customer_login .u-column1 {
    display: none !important;
}

/* Make register form take full width 
#customer_login .u-column2 {
    width: 100% !important;
}
*/
/* QUICK FIX: force correct mobile width and cancel transforms/zoom */
@media (max-width: 768px) {
  html, body {
    width: 100% !important;
    min-width: 100% !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
  }
	

  
}

/* Hide Weight and Dimensions fields in Dokan Vendor Product Variations */
.dokan-dashboard .weight-dimension {
    display: none !important;
}

/* Hide Shipping Class and Tax Class in Dokan variation options */
.dokan-dashboard .dokan-form-group.hide_if_variation_virtual,
.dokan-dashboard .dokan-form-group.form-row-full {
    display: none !important;
}



.bottom-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px; /* thickness of the line */
  background: #635BFF; /* your glow color */
  box-shadow: 0 0 10px #635BFF, 0 0 20px #635BFF, 0 0 30px #635BFF; /* glowing effect */
}



/* === Header Glow Line === */

}

.bottom-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px; /* thickness of the line */
  background: #635BFF; /* your glow color */
  box-shadow: 0 0 10px #635BFF, 0 0 20px #635BFF, 0 0 30px #635BFF; /* glowing effect */
}

/* === Footer Glow Line === */
.top-footer {
  position: relative;
  z-index: 10;
}

.top-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0; /* top edge of footer */
  height: 3px;
  background: #635BFF;
  box-shadow: 0 0 10px #635BFF, 0 0 20px #635BFF, 0 0 30px #635BFF;
}


/* /* Header "Shop Now" Button */
.header-btn .button-primary {
  background: transparent;        /* Transparent background */
  color: #fff;                 /* Text color */
  border: 2px solid #fff;      /* Border color */
  border-radius: 50px;            /* Rounded shape */
  padding: 10px 25px;             /* Inner spacing */
  font-weight: 600;               /* Slightly bold text */
  text-transform: uppercase;      /* Optional: make text uppercase */
  transition: all 0.3s ease;      /* Smooth hover transition */
}

/* Hover Effect (no glow) */
.header-btn .button-primary:hover {
  background: #635BFF;            /* Solid background on hover */
  color: #fff;                    /* White text on hover */
}
.dokan-alert.dokan-alert-info a {
  font-weight: bold;
  color: #7d3cff !important; /* Purple color */
}



/* === CLEAN FULL-WIDTH PAGINATION FIX (FINAL VERSION WITH PREVIOUS) === */
.pagination-container {
    width: 100% !important;
    text-align: center !important;
    margin: 30px 0;
}

.pagination-container .pagination-wrap {
    display: inline-block !important;
    width: auto !important;
}

.pagination-container ul.pagination {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    gap: 20px !important; /* space between items */
}

/* Numbers look neat and balanced */
.pagination-container ul.pagination li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Number buttons */
.pagination-container ul.pagination .page-numbers {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #000 !important; /* black text */
    background: transparent !important; /* transparent background */
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}

/* Current page highlight (transparent but bold) */
.pagination-container ul.pagination .page-numbers.current {
    background: transparent !important;
    color: #000 !important;
    border-color: #000 !important;
    font-weight: 700;
}

/* Make “Next →” clean and horizontal */
.pagination-container ul.pagination .page-numbers.next,
.pagination-container ul.pagination .page-numbers.prev {
    border: none !important;
    background: none !important;
    color: #000 !important; /* black text */
    font-weight: 600;
    font-size: 18px;
    padding: 0 !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* Add space around Previous and Next links */
.pagination-container ul.pagination .page-numbers.prev {
    margin-right: 30px;
}
.pagination-container ul.pagination .page-numbers.next {
    margin-left: 10px;
}

/* Hover effect for all */
.pagination-container ul.pagination .page-numbers:hover { 
    text-decoration: underline;
    background: none !important;
}


/* Add extra top padding to mobile menu items (SlickNav) */
@media (max-width: 1024px) {
  /* target the slicknav menu items */
  .slicknav_nav li a {
    padding-top: 18px !important;    /* increase this value if you want more space */
    padding-bottom: 12px !important; /* keep vertical padding balanced */
    padding-left: 20px !important;   /* safe left spacing */
    padding-right: 20px !important;
    line-height: 1.3 !important;     /* helps center multi-line text vertically */
    box-sizing: border-box !important;
    white-space: normal !important;  /* allow wrapping so text won't be clipped */
  }

  /* if you want to target only the current (Home) item specifically */
  .slicknav_nav li.current-menu-item > a,
  .slicknav_nav li.current_page_item > a {
    padding-top: 22px !important;    /* slightly more top padding for the current item */
  }
}

/* Hide Inventory section in Dokan product edit/add page */
.dokan-product-inventory {
    display: none !important;
}
/* Hide Brand and Tags fields on Dokan product add/edit page */
label[for="product_brand"],
label[for="product_tag_edit"],
.select2-selection[aria-expanded],
input.select2-search__field[placeholder="Select brand"],
input.select2-search__field[placeholder="Select tags/Add tags"] {
    display: none !important;
}

/* Hide their wrapper containers as well (for cleaner layout) */
#product_brand,
#product_tag_edit {
    display: none !important;
}
.p-4.bg-transparent {
    background-color: #f2f2fc!important;
}
/* Hide the entire price area for this product in sliders/lists */
a[href*="the-drive-ai-agentic-workspace"] ~ .price,
a[href*="the-drive-ai-agentic-workspace"] + .price,
a[href*="the-drive-ai-agentic-workspace"] ~ div .price {
    display: none !important;
}

/* Add custom “Price varies” text */
a[href*="the-drive-ai-agentic-workspace"]::after {
    content: "Price varies";
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
/* Hide price on single product 6848 */
body.postid-6848 .summary .price {
    display: none !important;
}

/* Add custom text */
body.postid-6848 .summary .price:after {
    content: "Price varies";
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

/* Apply 95% width ONLY on Homepage */
body.home .site-content,
body.home .container,
body.home .elementor {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
}

/* Elementor inner containers only on Homepage */
body.home .elementor .elementor-container,
body.home .elementor .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}


.regular-menu-container {
    display: flex;
    margin-right: 0px;
}

.header-regular-menu {
    display: flex;
    list-style: none;
    gap: 13px;
    margin: 0;
    padding: 0;
}

.header-regular-menu li a {
    color: #ffffff !important;   /* WHITE TEXT */
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
/* Hide injected menu on mobile */
@media (max-width: 991px) {
    .regular-menu-container {
        display: none !important;
    }
}

/* Horizontal alignment for icon + text */
.icon-text-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}

/* Account text style */
.account-text-inline {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    text-align: left;
}

/* Cart text style */
.cart-text-inline {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    text-align: left;
}

/* Make icons white */
.header-svg-icon svg path {
    fill: #ffffff !important;
}


/* Target all submenus */
.main-navigation .sub-menu,
.mid-header .sub-menu {
    position: absolute;       /* Allow it to break out of container */
    left: 0;                  /* Start from the left of the page */
    top: 100%;                /* Below the parent menu */
    width: 100vw;             /* Full viewport width */
    background-color: #fff;   /* Adjust background color */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); /* Optional shadow */
    padding: 20px 0;          /* Optional padding */
    z-index: 999;             /* Bring in front */
}

/* Optional: make submenu items display inline (horizontal) */
.main-navigation .sub-menu li,
.mid-header .sub-menu li {
    display: inline-block;    /* Or use flex if you want more control */
    width: auto;              /* Adjust width of each item */
    padding: 0 20px;          /* Space between items */
}

/* Ensure parent menu is relative for absolute positioning */
.main-navigation,
.mid-header {
    position: relative;
}

/* Reduce horizontal spacing between main menu items */
#site-navigation .menu > li {
    margin: 0 10px; /* adjust this value as needed */
}

/* Optional: reduce padding inside links */
#site-navigation .menu > li > a {
    padding: 8px 12px; /* adjust vertical/horizontal padding */
}
/* Reduce horizontal gap between top-level menu items */
#site-navigation .menu > li {
    margin: 0 1px;       /* smaller margin between items */
}

/* Optional: reduce padding inside links */
#site-navigation .menu > li > a {
    padding-left: 5px;   /* horizontal padding */
    padding-right: 5px;
}
/* Keep small space between menu and search bar */
.header-search-fibo {
    margin-left:30px !important;  /* small gap so menu doesn't shrink */
    display: inline-block;
    vertical-align: middle;
}

/* Increase width towards the right */
.header-search-fibo .dgwt-wcas-search-wrapp {
    width: 80px !important;     /* increase length — adjust as needed */
    max-width: none !important;
}

/* Make input stretch to full width */
.header-search-fibo input.dgwt-wcas-search-input {
    width: 100% !important;
}


/* COMPLETE SOLUTION - Horizontal scrollable menu with clickable items (no dropdowns) */

/* 1. Hide Elementor's duplicate mobile menu (white one) */
.elementor-element-80ab12f .elementor-nav-menu--dropdown {
    display: none !important;
}

/* 2. Hide ALL dropdown submenus completely */
.elementor-element-8503c90 .elementor-nav-menu--main .sub-menu,
.elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu--dropdown {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

/* 3. Remove all dropdown arrow icons but keep links clickable */
.elementor-element-8503c90 .elementor-nav-menu--main .sub-arrow,
.elementor-element-8503c90 .elementor-nav-menu--main .sub-arrow svg {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
}

/* 4. Make menu items clickable and remove dropdown spacing */
.elementor-element-8503c90 .elementor-nav-menu--main .menu-item-has-children > a {
    padding-right: 15px !important; /* Normal padding like other items */
    cursor: pointer !important; /* Show it's clickable */
    pointer-events: auto !important; /* Ensure click events work */
}

/* 5. Make the blue bar horizontally scrollable on tablet & mobile */
@media (max-width: 1024px) {
    /* Target the main blue menu container */
    .elementor-element-8503c90 .elementor-nav-menu--main.elementor-nav-menu__container {
        display: block !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        cursor: grab;
        padding-bottom: 8px;
        margin-bottom: -8px;
        width: 100%;
        position: relative;
    }
    
    /* Make the UL expand horizontally */
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu {
        display: inline-block !important;
        width: auto !important;
        min-width: 100%;
        padding: 0 5px;
        margin: 0 !important;
    }
    
    /* Force all menu items into a single horizontal line */
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li {
        display: inline-block !important;
        float: none !important;
        white-space: nowrap;
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
    }
    
    /* Style menu items for horizontal layout - KEEP THEM CLICKABLE */
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li > a {
        display: inline-block !important;
        padding: 10px 15px !important;
        margin: 0 2px !important;
        white-space: nowrap;
        text-decoration: none !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        position: relative;
        z-index: 10;
    }
    
    /* Ensure ALL links are clickable, including parent items */
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li > a[href],
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li > a.elementor-item {
        pointer-events: auto !important;
        cursor: pointer !important;
    }
    
    /* Remove any hover effects that might show dropdowns */
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li:hover > .sub-menu,
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li:focus > .sub-menu,
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li:focus-within > .sub-menu {
        display: none !important;
        visibility: hidden !important;
    }
    
    /* 6. HIDE ONLY "CATEGORIES" MENU ITEM ON TABLET/MOBILE */
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li.menu-item-8574 {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
    }
    
    /* Hide scrollbars for cleaner look (optional) */
    .elementor-element-8503c90 .elementor-nav-menu--main.elementor-nav-menu__container::-webkit-scrollbar {
        height: 4px;
    }
    
    .elementor-element-8503c90 .elementor-nav-menu--main.elementor-nav-menu__container::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 2px;
    }
    
    .elementor-element-8503c90 .elementor-nav-menu--main.elementor-nav-menu__container::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }
    
    .elementor-element-8503c90 .elementor-nav-menu--main.elementor-nav-menu__container {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
    }
}

/* 7. IMPORTANT: Ensure parent menu items with href are still clickable */
.elementor-element-8503c90 .elementor-nav-menu--main .menu-item-has-children > a[href] {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.elementor-element-8503c90 .elementor-nav-menu--main .menu-item-has-children > a:not([href]):not(.elementor-item-anchor) {
    pointer-events: none !important;
    cursor: default !important;
}

/* 8. Remove JavaScript dropdown behaviors while keeping links clickable */
.elementor-element-8503c90 .elementor-nav-menu--main .has-submenu,
.elementor-element-8503c90 .elementor-nav-menu--main .elementor-item-anchor {
    cursor: pointer !important;
    pointer-events: auto !important;
}

/* 9. Target specific parent items that should be clickable */
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/business/"],
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/creators/"],
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/work-productivity/"],
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/ecommerce-marketing/"],
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/developers-tech/"],
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/education-learning/"],
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/everyday-use/"],
.elementor-element-8503c90 .elementor-nav-menu--main a[href="https://jasify.com/product-category/jasify-top-picks/"] {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* 10. Remove any JavaScript event handlers that might prevent clicking */
.elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li > a {
    pointer-events: auto !important;
}

/* 11. Fix for touch devices - ensure tap works */
@media (hover: none) and (pointer: coarse) {
    .elementor-element-8503c90 .elementor-nav-menu--main .elementor-nav-menu > li > a {
        touch-action: manipulation !important;
    }
}

footer.elementor-location-footer {
    position: relative;
}

footer.elementor-location-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #635bff;
    box-shadow:
        0 0 6px rgba(99, 91, 255, 0.8),
        0 0 14px rgba(99, 91, 255, 0.6),
        0 0 30px rgba(99, 91, 255, 0.4);
    z-index: 10;
}
/* Fix spacing between Online badge and View Product button in Dokan */

h1.entry-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Give proper space after Online badge */
.dokan-product-status-label {
    margin-right: 15px !important;
}

/* Push View Product button to right cleanly */
h1.entry-title .dokan-right {
    margin-left: auto;
}

/* Small spacing for the button itself */
h1.entry-title .dokan-right .dokan-btn {
    margin-left: 10px;
}


/* MAIN WRAPPER */
.dokan-product-video.dokan-edit-row {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

/* HEADING */
.dokan-product-video .dokan-section-heading h2 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dokan-product-video .dokan-section-heading p {
    color: #6b7280;
    font-size: 13px;
}

/* TABLE */
.dokan-product-video .product_videos_tbl {
    border-collapse: collapse;
    margin-top: 15px;
}

.dokan-product-video .product_videos_tbl th {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.dokan-product-video .product_videos_tbl td {
    background: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    padding: 18px !important;
    border-radius: 8px;
}

/* INPUTS & SELECT */
.dokan-product-video select,
.dokan-product-video input[type="url"],
.dokan-product-video input[type="text"],
.dokan-product-video input[type="datetime-local"],
.dokan-product-video textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* INPUT FOCUS */
.dokan-product-video select:focus,
.dokan-product-video input:focus,
.dokan-product-video textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
    outline: none;
}

/* LABELS */
.dokan-product-video label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

/* SMALL TEXT */
.dokan-product-video small {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 12px;
}

/* PRIMARY BUTTON */
.dokan-product-video .button.add_video {
    background: #6366f1 !important;
    border: none !important;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dokan-product-video .button.add_video:hover {
    background: #4f46e5 !important;
}

/* SECONDARY BUTTONS */
.dokan-product-video .button {
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #374151;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.dokan-product-video .button:hover {
    background: #e5e7eb;
}

/* REMOVE BUTTON */
.dokan-product-video .video-remove-btn {
    background: #fee2e2 !important;
    color: #b91c1c !important;
    border: 1px solid #fecaca !important;
    border-radius: 6px;
    padding: 8px 10px !important;
    transition: all 0.2s ease;
}

.dokan-product-video .video-remove-btn:hover {
    background: #fecaca !important;
}

/* CHECKBOX AREA */
.dokan-product-video .nickx_tab {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    margin-top: 10px;
}

/* THUMBNAIL BOX */
.dokan-product-video .select_video_thumbnail {
    background: #f9fafb;
    padding: 10px;
    border-radius: 6px;
    border: 1px dashed #d1d5db;
    margin-top: 10px;
}

/* IMAGE */
.dokan-product-video .product_video_thumb {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

/* SCHEMA SECTION */
.dokan-product-video .video_schema_aria {
    margin-top: 10px;
}

/* DELETE COLUMN */
.dokan-product-video .video_delete_aria {
    text-align: right;
    vertical-align: top;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .dokan-product-video .video_url_aria {
        width: 100% !important;
    }

    .dokan-product-video .video_delete_aria {
        width: 100% !important;
        margin-top: 10px;
    }
}
.wc-cat-slide .content, .wc-cat-slide .content *
 {
    font-size: 12px !important;
}