/*
Theme Name: dokani Child
Template: dokani-develop
Author: weDevs, LLC
Description: An eCommerce theme for Dokan
Tags: blog,e-commerce,grid-layout,three-columns,custom-colors,custom-menu,editor-style,featured-images,post-formats,theme-options,translation-ready
Version: 1.0.1.1762753004
Updated: 2025-11-10 05:36:44

*/



/* =========================
   Cyberin – Key Alternatives
   ========================= */

.cyberin-key-alternatives {
    margin: 32px 0;
}

.cyberin-key-alternatives h3 {
    margin-bottom: 6px;
}

.cyberin-note {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 16px;
}

.cyberin-alt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cyberin-alt-item {
    margin-bottom: 10px;
}

.cyberin-alt-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 6px;
}

.cyberin-alt-item a:hover {
    background-color: #f5f7fa;
}

.cyberin-alt-logo img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.cyberin-alt-name {
    font-size: 0.95rem;
    color: #111;
}


.cyberin-logo-placeholder {
    width: 32px;
    height: 32px;
    background: #e5e7eb;
    border-radius: 4px;
    display: inline-block;
}


.brand-links svg {
    width: 20px;
    height: 20px;
    stroke: #555;
    fill: none;
    stroke-width: 2;
    transition: 0.2s;
}
.brand-links a:hover svg {
    stroke: #0073aa;
}

/* === Trusted by logos – force inline layout === */

.product-vendor-customers {
  margin-top: 12px;
}

.product-vendor-customers-title {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 6px;
}

.vendor-customers-logos {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;

  list-style: none;
  margin: 0;
  padding: 0;

  /* kill slider behaviour */
  transform: none !important;
  height: auto !important;
  overflow: visible !important;
}

.vendor-customer-logo {
  width: 80px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-customer-logo img {
  max-height: 28px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;

  opacity: 0.85;
}


/* === FORCE disable any slider/carousel inside Trusted By === */

.product-vendor-customers * {
  transform: none !important;
}

.product-vendor-customers .slick-slider,
.product-vendor-customers .slick-list,
.product-vendor-customers .slick-track,
.product-vendor-customers .owl-stage,
.product-vendor-customers .owl-stage-outer,
.product-vendor-customers .swiper-wrapper {
  all: unset !important;
  display: contents !important;
}

.product-vendor-customers ul.vendor-customers-logos {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-vendor-customers li {
  width: 80px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-vendor-customers img {
  max-height: 28px !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}


/* === Trusted by logos – horizontal inline layout === */

.vendor-customers-logos {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;

  list-style: none !important;   /* REMOVE DOTS */
  margin: 0 !important;
  padding: 0 !important;
}

/* Each logo item */
.vendor-customer-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Logo image */
.vendor-customer-logo img {
  max-height: 28px !important;
  max-width: 90px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;

  opacity: 0.85;
}


/* === Trusted By logos – final, minimal fix === */

.product-vendor-customers ul.vendor-customers-logos {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;

  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-vendor-customers ul.vendor-customers-logos li.vendor-customer-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 🔴 THIS is the key line that removes the dots */
.product-vendor-customers ul.vendor-customers-logos
li.vendor-customer-logo::marker {
  content: "" !important;
  display: none !important;
}

/* Logo sizing */
.product-vendor-customers ul.vendor-customers-logos img {
  max-height: 28px !important;
  max-width: 90px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0.85;
}


