/* product information */
.vat-price-box {
  background: #ebe9df;
  padding: 14px 18px;
  border-radius: 6px;
  list-style: none;
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #e2f7ee;

  border: 1px solid #e2f7ee;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0;
}

.vat-ex {
  color: #000;
  font-weight: 500;
}

.vat-inc {
  color: #1a73e8;
  font-weight: 600;
}

.vat-label {
  font-size: 16px;
}

.product-discount {
  margin-top: 6px;
  font-size: 13px;
  color: #444;
}

.product-discount .discount-line {
  margin-bottom: 2px;
}

.producthr {
  margin: 15px 0;
}

.option-line {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.option-price {
  color: #555;
  font-size: 14px;
  margin-left: 6px;
}

.pro-content .product-card-discount {
  margin-top: 4px;
  font-size: 12px;
  /* overall smaller */
  line-height: 1.3;
}

.pro-content .product-card-discount .discount-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.pro-content .discount-qty {
  font-weight: 600;
  font-size: 11px;
}

.pro-content .discount-text {
  font-size: 11px;
  margin: 0 4px;
}

.pro-content .discount-price {
  font-size: 11px;
  white-space: nowrap;
}

.pro-content .discount-price small {
  font-size: 10px;
  color: #777;
}

.pro-content .discount-sep {
  margin: 0 3px;
  color: #aaa;
}

/* product card */
.product-card-price {
  border-radius: 6px;
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  text-align: center;
  font-size: 13px;
  color: #09ac63;
  background: #e2f7ee;
  padding: 0px 7px;
  border: 1px solid #e2f7ee;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0;
}

.product-card-price .price-ex {
  color: #555;
}


.product-card-price .vat-label {
  font-size: 13px;
  font-weight: 400;
  color: #555;
}


.product-thumb .product-card-discount {
  margin-top: 4px;
  font-size: 12px;
  /* overall smaller */
  line-height: 1.3;
}

.product-thumb .product-card-discount .discount-line {
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.product-thumb .discount-qty {
  font-weight: 600;
  font-size: 11px;
}

.product-thumb .discount-text {
  font-size: 11px;
  margin: 0 4px;
}

.product-thumb .discount-price {
  font-size: 11px;
  white-space: nowrap;
}

.product-thumb .discount-price small {
  font-size: 10px;
  color: #777;
}

.product-thumb .discount-sep {
  margin: 0 3px;
  color: #aaa;
}

.product-thumb .product-card-discount {
  margin-top: 10px;
}

/* header */
#menu .navbar-nav>li>a:hover {
  color: #ffd200;
  background-color: rgba(0, 0, 0, 0.1);
}

.hbottom {
  align-items: center;
}

.top-account {
  display: flex;
  justify-content: flex-end;
}

.top-account ul {
  margin: 0;
}

.offtitle p {
  margin: 0;
}

#top-bottom {
  background-color: rgb(236 255 225);
  line-height: 0;
  border-bottom: 1px solid rgb(229, 229, 229);
}

/* header search */
/* Main search container */
.desktop-search {
  position: relative;
}

/* Category dropdown */

/* Circle icon style */
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover effect */
.icon-circle:hover {
  background: #6ab04c;
  /* match search green if you want */
  color: #fff;
}

/* Hide text but keep accessible */
.icon-only li a span,
.icon-only li span.sr-only {
  display: none;
}

/* Make cart wrapper behave like an icon button */
#top-links .cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Force cart inner content to center */
#top-links .cart-icon>* {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* ===== CIRCULAR ICON BUTTONS FOR HEADER ===== */
/* Account button (user icon) */
.colcart ul.cbox li.inuser > a {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: #e8e8e8 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333 !important;
  padding: 0 !important;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.colcart ul.cbox li.inuser > a:hover {
  background-color: #23a1d1 !important;
  color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Ensure SVG inside account button is properly sized */
.colcart ul.cbox li.inuser a svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* Wishlist button (heart icon) */
.colcart ul.cbox li.wishcom > a {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background-color: #e8e8e8 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #e74c3c !important;
  padding: 0 !important;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.colcart ul.cbox li.wishcom > a:hover {
  background-color: #e74c3c !important;
  color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.colcart ul.cbox li.wishcom a i {
  font-size: 20px !important;
}

/* Cart button styling */
.colcart ul.cbox li.hcart {
  margin-left: 0 !important;
}

.colcart ul.cbox li.hcart #cart {
  display: block !important;
  width: auto !important;
  height: auto !important;
  background-color: #e8e8e8 !important;
  border-radius: 50% !important;
  align-items: unset !important;
  justify-content: unset !important;
  color: #333 !important;
  padding: 0 !important;
  font-size: 18px;
  transition: all 0.3s ease;
  border: none !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.colcart ul.cbox li.hcart #cart:hover {
  background-color: #23a1d1 !important;
  color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.colcart ul.cbox li.hcart #cart svg,
.colcart ul.cbox li.hcart #cart i {
  width: 22px !important;
  height: 22px !important;
  fill: currentColor;
}

/* Ensure cart dropdown-menu is above other elements */
#cart .dropdown-menu {
  z-index: 2000 !important;
}

/* Rotate arrow on hover (desktop) */
@media (min-width: 992px) {
  #menu .navbar-nav>li.dropdown:hover>a.header-menu i.fa-angle-down {
    transform: rotate(180deg);
  }
}

.product-discount .discount-line {
  margin-bottom: 2px;
}

.option-line {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.option-price {
  color: #555;
  font-size: 14px;
  margin-left: 6px;
}

.pro-content .product-card-discount {
  margin-top: 4px;
  font-size: 12px;
  /* overall smaller */
  line-height: 1.3;
}

.pro-content .product-card-discount .discount-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.pro-content .discount-qty {
  font-weight: 600;
  font-size: 11px;
}

.pro-content .discount-text {
  font-size: 11px;
  margin: 0 4px;
}

.pro-content .discount-price {
  font-size: 11px;
  white-space: nowrap;
}

.pro-content .discount-price small {
  font-size: 10px;
  color: #777;
}

.pro-content .discount-sep {
  margin: 0 3px;
  color: #aaa;
}

/* ==================================  header=============================== */
.hbottom {
  align-items: center;
}

.top-account {
  display: flex;
  justify-content: flex-end;
}

.top-account ul {
  margin: 0;
}

.offtitle p {
  margin: 0;
}

#top-bottom {
  background-color: rgb(236 255 225);
  line-height: 0;
  border-bottom: 1px solid rgb(229, 229, 229);
  /* border-bottom: 1px solid #F8F8F8; */
  background-color: #f5f5f5;
  line-height: 0;
}

#header-middle {
  padding: 1.5rem 0rem 1.5rem 0rem;
}

/* header search */
/* Main search container */
.desktop-search {
  position: relative;
}

/* Search wrapper */
/* .wbSearch #search_block_top {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  padding: 1px 3px;
} */

/* Category dropdown */

/* Input group fix */
.wbSearch .input-group {
  display: flex;
  align-items: center;
  flex: 1;
}

/* Search input */
.wbSearch input.search_query {
  border: none;
  box-shadow: none;
  height: 40px;
  font-size: 14px;
}

/* Remove bootstrap borders */
.wbSearch .form-control:focus {
  box-shadow: none;
}

/* Search button (green) */
.wbSearch .input-group-btn button {
  height: 40px;
  padding: 0 14px;
  background: #51aa1b;
  color: #fff;
  border: 1px solid #51aa1b;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
}

.wbSearch .input-group-btn button svg {
  fill: #fff;
}

/* Close button hide (optional) */
.wbSearch .closebtn {
  display: none;
}

/* Icon list */
#top-links ul.icon-only {
  margin: 0;
  padding: 0;
}

/* Circle icon style */
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover effect */
.icon-circle:hover {
  background: #6ab04c;
  /* match search green if you want */
  color: #fff;
}

/* Cart inner fix */

/* Hide text but keep accessible */
.icon-only li a span,
.icon-only li span.sr-only {
  display: none;
}

/* Spacing */
#top-links ul li {
  margin-left: 8px;
}

/* Make cart wrapper behave like an icon button */
#top-links .cart-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Make menu link a flex container */
#menu .navbar-nav>li>a.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Dropdown arrow icon */
#menu .navbar-nav>li>a.header-menu i.fa-angle-down {
  transition: transform 0.3s ease;
}

/* Rotate arrow on hover (desktop) */
@media (min-width: 992px) {
  #menu .navbar-nav>li.dropdown:hover>a.header-menu i.fa-angle-down {
    transform: rotate(180deg);
  }
}

/* ==================================  end header=============================== */


/* Modules */
.service-bar {
  background: #f7fbff;
  padding: 30px 20px;
  margin: 0 -15px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.service-item i {
  font-size: 50px;
  color: #51aa1b;
  transition: transform 0.5s ease, color 0.3s ease;
}

.service-item:hover i {
  transform: rotate(360deg);
  color: #51aa1b;
}

.service-text h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-text p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
}

.logo-slider {
  margin-top: 45px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 0;
}

/* Enforce proportional brand logos to prevent stretching */
.logo-slider img {
  max-height: 80px;
  width: auto !important;
  margin: 0 auto;
  object-fit: contain;
}

/* Enforce proportional store logo */
#logo img {
  object-fit: contain;
}

/* Mobile */
@media (max-width: 767px) {
  .service-item {
    margin-bottom: 20px;
  }
}

/* MOBILE HEADER */
.mobile-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.mobile-header svg {
  width: 40px;
  height: 40px;
  background: transparent;
  width: 20px;
  height: 20px;
}

.mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.mobile-search {
  padding: 8px 10px;
  border-top: 1px solid #eee;
}

.mobile-search input {
  width: 100%;
}

.mobile-icon-sidebar svg {
  fill: currentColor;
  vertical-align: middle;
}

.mobile-top .fa {
  font-size: 20px;
}

.mobile-menu-btn {
  background: none;
  border: none;
  font-size: 20px;
}

.mobile-logo img {
  max-height: 40px;
}

.mobile-bottom ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 8px 0;
  list-style: none;
}

.mobile-bottom a {
  font-size: 18px;
}

/* SIDE NAV */
.mobile-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  z-index: 9999;
  padding-top: 20px;
}

.mobile-sidenav .closebtn {
  font-size: 17px;
  display: block;
}

/* home loader */
#home-preloader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 99999;
}

#loading-center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* FIX: Force Add to Cart buttons to always be visible and stop floating */
.product-thumb .button-group {
  position: relative !important;
  opacity: 1 !important;
  top: auto !important;
  visibility: visible !important;
  display: block !important;
  margin-top: 15px !important;
}

.product-thumb .button-group button,
.product-thumb .button-group .bquickv a {
  display: inline-block !important;
  margin: 0 5px !important;
}

/* ========================================
   NEW FLAT HORIZONTAL MENU STYLES
   ======================================== */

/* Menu container styling */
#menu {
	background-color: rgb(81, 170, 27);
	margin: 0;
	border: none;
	padding: 0;
	min-height: 50px;
	border-radius: 0;
	position: relative;
	z-index: 50;
}

/* Navbar container */
#menu > div {
	width: 100%;
}

/* Navigation list */
#menu .nav.navbar-nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Menu items */
#menu .nav.navbar-nav > li.m-menu {
	display: inline-block;
	float: none;
	vertical-align: stretch;
	margin: 0;
	padding: 0;
	position: relative;
	flex: 0 1 auto;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#menu .nav.navbar-nav > li.m-menu:last-child {
	border-right: none;
}

/* Menu links */
#menu .nav.navbar-nav > li.m-menu > a {
	color: #fff;
	padding: 15px 20px;
	background-color: transparent;
	border: none;
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	height: 50px;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
}

/* Hover effect - subtle background */
#menu .nav.navbar-nav > li.m-menu > a:hover,
#menu .nav.navbar-nav > li.m-menu.open > a {
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
	border-bottom-color: #ffd200;
}

/* Dropdown arrow icon styling */
#menu .nav.navbar-nav > li.m-menu > a i.fa-angle-down {
	margin-left: 5px;
	transition: transform 0.3s ease;
	display: none;
}

#menu .nav.navbar-nav > li.m-menu:hover > a i.fa-angle-down {
	transform: rotate(180deg);
}

/* Dropdown menu styling */
#menu .dropdown-menu {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 0;
	margin: 0;
	border-radius: 0;
	min-width: 200px;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	z-index: 999;
}

#menu .nav.navbar-nav > li.m-menu.dropdown:hover > .dropdown-menu {
	display: block;
}

#menu .dropdown-menu .dropdown-inner {
	display: block;
	padding: 0;
}

#menu .dropdown-menu a.list-item {
	color: #333;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	text-shadow: none;
	font-size: 13px;
	text-transform: capitalize;
	border: none;
	background: transparent;
	transition: all 0.2s ease;
	line-height: 1.5;
}

#menu .dropdown-menu a.list-item:hover {
	background-color: #f5f5f5;
	color: rgb(81, 170, 27);
}

/* Mobile hamburger button styling */
#menu .btn-navbar {
	background-color: rgb(81, 170, 27);
	color: #fff;
	font-size: 15px;
	padding: 8px 15px;
	float: right;
	margin-top: 8px;
	margin-right: 0;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	display: none;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus {
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
}

/* Mobile sidenav - main container */
#mySidenav {
	width: 0;
	height: 100vh;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	background-color: rgb(81, 170, 27);
	overflow-x: hidden;
	transition: width 0.5s ease;
	padding: 0;
}

#mySidenav .nav.navbar-nav {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 20px;
}

#mySidenav .nav.navbar-nav > li.m-menu {
	display: block;
	width: 100%;
	line-height: auto;
	height: auto;
	float: none;
	border: none;
}

#mySidenav .nav.navbar-nav > li.m-menu > a {
	color: #fff;
	padding: 12px 20px;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background-color: transparent;
	height: auto;
	flex: none;
}

#mySidenav .nav.navbar-nav > li.m-menu > a:hover {
	background-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* Mobile close button */
#mySidenav .closebtn {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	padding: 10px 0;
	display: block;
}

#mySidenav .close-nav {
	padding: 15px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

/* Mobile dropdown styling */
#mySidenav .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	display: none;
	background-color: rgba(0, 0, 0, 0.15);
}

#mySidenav .nav.navbar-nav > li.m-menu.dropdown.open > .dropdown-menu,
#mySidenav .nav.navbar-nav > li.m-menu.dropdown > a[aria-expanded="true"] ~ .dropdown-menu {
	display: block;
}

#mySidenav .nav.navbar-nav > li.m-menu.dropdown > a i.fa-angle-down {
	margin-left: auto;
	order: 2;
}

/* DESKTOP RESPONSIVE - Show navbar */
@media (min-width: 768px) {
	/* Hide hamburger */
	#menu .btn-navbar {
		display: none;
	}

	/* Show menu inline */
	#menu .collapse {
		display: block !important;
	}

	#menu .navbar-ex1-collapse {
		padding: 0;
		overflow: visible;
	}

	/* Reset sidenav for desktop */
	#mySidenav {
		position: static;
		width: 100% !important;
		height: auto;
		padding: 0;
		background-color: transparent;
		background-image: none;
		z-index: auto;
		overflow: visible;
	}

	#mySidenav .close-nav {
		display: none;
	}

	#mySidenav .nav.navbar-nav {
		display: flex !important;
		flex-direction: row !important;
		padding-top: 0;
		padding-bottom: 0;
	}

	#mySidenav .nav.navbar-nav > li.m-menu {
		display: inline-block !important;
		width: auto !important;
		float: left;
		border-bottom: none !important;
	}

	#mySidenav .nav.navbar-nav > li.m-menu > a {
		border: none !important;
		padding: 15px 15px !important;
		background-color: transparent !important;
	}

	/* Desktop dropdown hover */
	#menu .nav.navbar-nav > li.m-menu.dropdown:hover > .dropdown-menu {
		display: block;
	}

	#mySidenav .dropdown-menu {
		position: absolute;
		background-color: #fff;
		left: 0;
		top: 100%;
		z-index: 999;
		display: none !important;
		float: left;
		min-width: auto;
		border: 1px solid #ddd;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		background-image: none;
	}
}

/* MOBILE RESPONSIVE - Show sidenav */
@media (max-width: 767px) {
	/* Show hamburger */
	#menu .btn-navbar {
		display: block;
	}

	/* Hide default menu */
	#menu .collapse:not(.in) {
		display: none !important;
	}

	#menu .collapse.in {
		display: block !important;
	}

	/* Mobile sidenav */
	#mySidenav {
		position: fixed;
		width: 80%;
		max-width: 280px;
		height: 100vh;
		top: 0;
		left: 0;
		overflow-y: auto;
	}

	#mySidenav.open {
		width: 80%;
	}

	#mySidenav .nav.navbar-nav {
		display: flex !important;
		flex-direction: column !important;
		padding-top: 60px;
	}

	#mySidenav .nav.navbar-nav > li.m-menu {
		display: block !important;
		width: 100% !important;
		float: none !important;
	}

	#mySidenav .dropdown-menu {
		position: static;
		background-color: rgba(0, 0, 0, 0.15);
		border: none;
		box-shadow: none;
	}
}

/* DESKTOP RESPONSIVE - Show horizontal menu */
@media (min-width: 768px) {
	/* Hide hamburger button on desktop */
	#menu .btn-navbar {
		display: none !important;
	}

	/* Show the collapse menu on desktop */
	#menu .collapse {
		display: block !important;
	}

	/* Hide sidenav on desktop */
	#mySidenav {
		display: none !important;
		width: 0 !important;
	}

	/* Ensure horizontal menu display */
	#menu.navbar-custom .nav.navbar-nav {
		display: flex !important;
		justify-content: flex-start;
		flex-wrap: nowrap;
	}

	#menu.navbar-custom .nav.navbar-nav > li.m-menu {
		display: inline-flex !important;
		flex: 0 1 auto;
	}

	#desktop-menu {
		display: block !important;
		width: 100%;
	}
}

/* All Categories Dropdown Styling */
.all-categories-dropdown {
	margin-right: 15px;
}

.all-categories-dropdown select.form-control {
	width: auto;
	min-width: 140px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #f5f5f5;
	color: #333;
	font-size: 13px;
	height: 38px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 20px;
	padding-right: 35px;
	cursor: pointer;
}

.all-categories-dropdown select.form-control:hover {
	border-color: #bbb;
	background-color: #fff;
}

.all-categories-dropdown select.form-control:focus {
	outline: none;
	border-color: rgb(81, 170, 27);
	box-shadow: 0 0 5px rgba(81, 170, 27, 0.3);
}

.search-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Green Navigation Bar Styles */
.nav-green-bar {
  background: #51aa1b;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
  margin: 0;
}
.nav-green-bar .m-menu {
  flex: 1;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-green-bar .m-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 18px 0;
  display: block;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.nav-green-bar .m-menu a:hover,
.nav-green-bar .m-menu a:focus {
  background: #388e0d;
  color: #fff;
}
.nav-green-bar .m-menu.active a {
  background: #388e0d;
  color: #fff;
}
@media (max-width: 991px) {
  .nav-green-bar {
    flex-direction: column;
  }
  .nav-green-bar .m-menu a {
    padding: 12px 0;
    font-size: 16px;
  }
}

/* Make green bar full width */
.bg-color {
  background: #51aa1b;
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 10;
}

/* Center green bar and keep sides flush with container */
.bg-color {
  background: #51aa1b;
  width: 100%;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 10;
}

.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* Remove previous full-viewport hack for green bar */

@media (max-width: 991px) {
  .bg-color {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .container-custom {
    max-width: 100%;
    padding: 0;
  }
}

/* Move search bar up */
.headerwrap {
  position: relative;
  top: -18px;
}

@media (max-width: 991px) {
  .bg-color {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .headerwrap {
    top: 0;
  }
}

/* Fix cart dropdown flickering */
#cart .dropdown-menu {
  min-width: 320px;
  padding: 0;
  margin-top: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  border-radius: 4px;
  overflow: visible !important;
  pointer-events: auto !important;
}

.colcart ul.cbox li.hcart {
  position: relative;
}

.colcart ul.cbox li.hcart #cart {
  position: relative;
  z-index: 2000;
}
