/*
Theme Name:     ybrakib's Theme
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ybrakib
Author URI:     https://rakib.com.bd
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

:root {
	--border: 1px solid #ccc;
	--border-radius: 6px;
	--border-circle: 100%;
}

.woocommerce ul.products li.product .woocommerce-placeholder, form select {
	border: var(--border) !important;
	border-radius: var(--border-radius) !important;
}
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[data-selected="true"] {
	background-color: #ddd;
	color: black;
}
form.checkout input, form.checkout #customer_details .cols-1,  form.checkout #customer_details .cols-2, form.checkout .e-checkout__order_review, form.checkout .woocommerce-checkout-payment{
	border: var(--border) !important;
	border-radius: 6px !important;
}
form.checkout input[type="text"]:focus{
	box-shadow: none !important;
}

.woocommerce-order .woocommerce-order-details.woocommerce-info.mollie-instructions::before{
	content: "" !important;
}

header #header-grid .header-top .header-top-inner .container .row .center ul {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: start;
}

header #header-grid .header-top .header-top-inner .container .row .center ul li {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

header #header-grid .header-top .header-top-inner .container .row .center ul li::before {
  content: '✔';
  color: green;
  font-weight: bold;
  margin-right: 0.5rem;
}

.colors-section .colors.text-color {
	border-right: 0.75px dashed #ccc !important;
}

nav.header-main.nv-navbar{
	height: unset !important;
}

ul.nav-ul li div.wrap{
	margin: 0 auto !important;
}


#cb-row--footer-desktop-main .widget h2{
	margin-bottom: 10px !important;
}

.wapf-ghost-note{
  display:none;
  width:100%;
  box-sizing:border-box;

  /* prevents flex parents from stretching it to full height */
  flex:0 0 100%;
  align-self:flex-start;
  height:auto;
  min-height:0;

  margin:0 0 12px;
  padding:10px 12px;
  border-radius:10px;
  font:600 12px/1.35 system-ui,-apple-system,Segoe UI,Roboto,Arial;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.wapf-ghost-note.is-on{display:block}

.wapf-ghost-note.is-ghost{
  background:rgba(255,193,7,.18);
  border:1px solid rgba(255,193,7,.45);
}

.wapf-ghost-note.is-contrast{
  background:rgba(220,53,69,.12);
  border:1px solid rgba(220,53,69,.35);
}
.wapf-bulk-inline{display:inline-flex;align-items:center;gap:.55rem;width:100%}
.wapf-bulk-inline__qty {
  padding: 0 !important;
  border: 1px solid #ccc !important;
  background: transparent !important;
  text-align: center;
  color: #fff;
  outline: none;
  -moz-appearance: textfield !important;
}

.wapf-bulk-inline__qty::-webkit-outer-spin-button,
.wapf-bulk-inline__qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.wapf-bulk-inline__qty:focus{border-color:rgba(0,0,0,.35);box-shadow:0 0 0 3px rgba(0,0,0,.06)}
.wapf-bulk-inline__hint{white-space:nowrap}

/* UPDATED (was :nth-child(8)) */
.quantityPricing .wapf-swatch.is-bulk-inline{display:flex;align-items:center}
.quantityPricing .wapf-swatch.is-bulk-inline>input[type="radio"]{position:absolute;opacity:0;pointer-events:none}

.wapf-bulk-inline__tip{position:fixed;z-index:999999;max-width:260px;padding:10px 12px;border-radius:10px;font:600 12px/1.25 system-ui,-apple-system,Segoe UI,Roboto,Arial;box-shadow:0 12px 30px rgba(0,0,0,.18);background:rgba(220,53,69,.12);border:1px solid rgba(220,53,69,.35);backdrop-filter:saturate(1.2) blur(6px);color:#1b1b1b;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;left:-9999px;top:-9999px}
.wapf-bulk-inline__tip.is-on{opacity:1;transform:translateY(0)}
.quantitybulk{display:none!important}

.quantityPricing .wapf-checked .wapf-bulk-inline__qty{
  color: #fff !important;
}