/* ASOSOK marketplace theme: shared front-office and seller-panel language. */
:root { --asosok-ink:#252525; --asosok-gold:#a48d53; --asosok-soft:#f3f5fa; --asosok-blue:#117fbe; --asosok-seller-bg:#edfaff; }
body { background:var(--asosok-soft); color:#17233a; }
.top-navbar,.logo-bar-area,header.sticky-top .logo-bar-area { background:var(--asosok-ink)!important; border-color:var(--asosok-ink)!important; }
.top-navbar a,.top-navbar span,.logo-bar-area a,.logo-bar-area i,.logo-bar-area .navbar-toggler-icon { color:#fff!important; }
.top-navbar .opacity-60 { opacity:.86!important; }
.front-header-search .input-group { border:1px solid var(--asosok-gold); border-radius:2px; overflow:hidden; }
.front-header-search .form-control { background:var(--asosok-ink)!important; color:#fff!important; }
.front-header-search .form-control::placeholder { color:#b9b9b9!important; }
.front-header-search .btn,.btn-primary,.badge-primary { background:var(--asosok-gold)!important; border-color:var(--asosok-gold)!important; color:#fff!important; }
.text-primary,.btn-link,.aiz-side-nav-link.active,.aiz-side-nav-link:hover { color:var(--asosok-gold)!important; }
.border-primary { border-color:var(--asosok-gold)!important; }
.gry-bg { background:var(--asosok-soft)!important; }
.card,.box { border-radius:5px; border-color:#e7eaf0; box-shadow:0 1px 2px rgba(31,43,61,.04); }
.carousel-box .slick-dots li.slick-active button:before { color:var(--asosok-gold)!important; }
.footer-widget,footer,.bg-dark.footer-widget { background:#333!important; color:#d8d8d8!important; }
.footer-widget a,footer a { color:#e9e9e9!important; }
.product-box-2 .product-title a,.product-box-3 .product-title a { color:#17233a!important; }
.aiz-pagination .active .page-link { background:var(--asosok-gold); border-color:var(--asosok-gold); }
/* Seller dashboard uses the reference site's calm light-blue workspace. */
.aiz-sidebar { background:var(--asosok-seller-bg)!important; border-right:1px solid #cbdfea!important; }
.aiz-sidebar .aiz-side-nav-link { color:#24516a!important; }
.aiz-sidebar .aiz-side-nav-link.active,.aiz-sidebar .aiz-side-nav-link:hover { background:#dceff8!important; color:var(--asosok-blue)!important; }
.aiz-content-wrapper,.aiz-main-content { background:#fbfdff!important; }
.aiz-topbar { border-bottom:1px solid #d7e5ed!important; box-shadow:none!important; }
.aiz-side-nav-logo-wrap { border-bottom:1px solid #d7e5ed!important; }
.seller-dashboard .card,.aiz-main-content .card { border-radius:7px; box-shadow:0 2px 12px rgba(18,90,126,.07); }
@media (max-width: 991.98px) {
  .top-navbar { min-height:34px; }
  .logo-bar-area { min-height:70px; }
  .front-header-search .input-group { border-radius:18px; }
  .front-header-search .form-control { background:#fff!important; color:#17233a!important; }
  .front-header-search .form-control::placeholder { color:#8791a0!important; }
}
