/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');


body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #1d1d1d; /* Light grey text */
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  background-color: #fff; /* white */
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

button, input, select, textarea {
  font-family: 'Montserrat', sans-serif;
}

.breadcrumb {
  display: none;
}

/* Hide wishlist and compare buttons in both English and French */
button[data-original-title*="Wish List"],
button[data-original-title*="Compare"],
button[data-original-title*="wishlist"],
button[data-original-title*="compare"],
button[data-original-title*="Ajouter à la liste de souhaits"],
button[data-original-title*="Comparer ce produit"],
button[title*="Wish List"],
button[title*="Compare"],
button[title*="wishlist"],
button[title*="compare"],
button[title*="Ajouter à la liste de souhaits"],
button[title*="Comparer ce produit"] {
  display: none !important;
}


.btn-group {
  margin-bottom: 0 !important;
  height: auto !important;
}

/* Remove parent wrappers if empty */
button[data-original-title*="Wish List"],
button[data-original-title*="Compare"] {
  /* Hide parent wrapper if it becomes empty */
}



/* Hide Product Code and Availability list items */
ul.list-unstyled li:has(font[data-ro="product-model"]),
ul.list-unstyled li:has(font[data-ro="product-stock"]) {
  display: none !important;
}








h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}


/* LINKS COLOR AND HOVER */
a {
	color: #4D4D4D;
}
a:hover {
	text-decoration: none;
	color: #9FC54D;
}




legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}





/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #9FC54D, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 0px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}




/* Desktop (default) */

#logo img {
  max-height: 350px; /* Or whatever you want */
  width: auto;
  display: block;
  margin: 0 auto;
}


/* Tablet and mobile */
@media (max-width: 991px) {
  #logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  #logo img {
    max-height: 150px;   /* Set your preferred mobile/tablet logo height */
  }
}


/* SHOW FULL TEXT FOR LANGUAGE AND ACCOUNT IN TOP BAR MOBILE */

@media (max-width: 991px) {
  span.hidden-xs,
  span.hidden-sm,
  span.hidden-md {
    display: inline !important;
  }
}
















/*  ACCOUNT LOGIN */

/* Container and layout */
#account-login.container {
  padding: 40px 15px;
  background: #fff;
  color: #4d4d4d;
  font-family: 'Open Sans', Arial, sans-serif;
  min-height: 80vh;
}

select.form-control {
  font-size: 16px !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 10px 12px !important;
  line-height: 1.4 !important;
  color: #4d4d4d;
  border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: border-box;
}

/* Optional: focus styles */
select.form-control:focus {
  border-color: #9FC54D !important;
  box-shadow: 0 0 6px rgba(159, 197, 77, 0.5) !important;
  outline: none;
}



/* Optional: Style the dropdown arrow for a modern look */
#account-login select.form-control {
  background-position: right 14px center;
  background-size: 18px 18px;
}

/* If you have long dropdowns, show a scrollbar after a certain number of options */
#account-login select.form-control option {
  font-size: 16px;
  padding: 8px 12px;
}

/* For very long lists, you can limit the dropdown height in some browsers (not all honor this) */
#account-login select.form-control {
  max-height: 320px;
  overflow-y: auto;
}


/* Breadcrumb */
#account-login .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px;
}
#account-login .breadcrumb li + li:before {
  content: "›";
  padding: 0 8px;
  color: #9FC54D;
}
#account-login .breadcrumb a {
  color: #9FC54D;
  text-decoration: none;
}
#account-login .breadcrumb a:hover {
  text-decoration: underline;
}

/* Alerts */
.alert {
  border-radius: 8px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 15px;
}
.alert-success {
  background-color: #e6f4d9;
  color: #4a7c1f;
  border: 1px solid #9fc54d;
}
.alert-danger {
  background-color: #fce4e4;
  color: #a94442;
  border: 1px solid #d9534f;
}

/* Well → Card style */
.well {
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 30px 25px;
  margin-bottom: 30px;
  border: none;
}

/* Headings */
.well h2 {
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 24px;
}

/* Paragraphs */
.well p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #666;
}

/* Buttons */
.btn-primary, .btn.btn-primary {
  background-color: #9FC54D;
  border-color: #9FC54D;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 28px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(159, 197, 77, 0.3);
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #7ca235;
  border-color: #7ca235;
  box-shadow: 0 6px 12px rgba(124, 162, 53, 0.5);
  color: #fff;
  outline: none;
}

/* Form groups */
.form-group {
  margin-bottom: 20px;
}
.form-group label.control-label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  color: #4d4d4d;
}

/* Inputs */
.form-control {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;
  color: #4d4d4d;
}
.form-control:focus {
  border-color: #9FC54D;
  box-shadow: 0 0 8px rgba(159, 197, 77, 0.5);
  outline: none;
}

/* Forgotten password link */
.well a {
  color: #9FC54D;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
  transition: color 0.3s ease;
}
.well a:hover, .well a:focus {
  color: #7ca235;
  text-decoration: underline;
  outline: none;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  #account-login .row > div {
    margin-bottom: 30px;
  }
  .btn-primary {
    width: 100%;
    padding: 14px 0;
  }
}

























/* ACCOUNT / ACCOUNT STYLING */



/* Container and overall font */
#account-account.container {
  background: #fff;
  color: #4d4d4d;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 40px 15px 60px 15px;
  min-height: 80vh;
}

/* Breadcrumb styling */
#account-account .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px;
}
#account-account .breadcrumb li + li:before {
  content: "›";
  padding: 0 8px;
  color: #9FC54D;
}
#account-account .breadcrumb a {
  color: #9FC54D;
  text-decoration: none;
}
#account-account .breadcrumb a:hover {
  text-decoration: underline;
}

/* Section cards */
#account-account #content > h2 {
  margin-top: 32px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: 0.01em;
}
#account-account .list-unstyled {
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.05);
  padding: 18px 22px;
  margin-bottom: 28px;
  border: none;
}

/* List items with icons and hover */
#account-account .list-unstyled li {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#account-account .list-unstyled li:last-child {
  border-bottom: none;
}
#account-account .list-unstyled li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  padding-left: 30px;
  position: relative;
  display: block;
  width: 100%;
}
#account-account .list-unstyled li a:before {
  content: "›";
  color: #9FC54D;
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  line-height: 1.2;
}
#account-account .list-unstyled li a:hover {
  color: #9FC54D;
  text-decoration: underline;
}

/* Alerts */
#account-account .alert-success {
  background-color: #e6f4d9;
  color: #4a7c1f;
  border: 1px solid #9fc54d;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  #account-account .container {
    padding: 18px 5px 40px 5px;
  }
  #account-account .list-unstyled {
    padding: 12px 8px;
  }
  #account-account #content > h2 {
    font-size: 18px;
    margin-top: 22px;
    margin-bottom: 12px;
  }
}














/* HEADER STYLING */



/* Header base styles */
header {
  background: #fff;
  border-bottom: 1px solid #ececec;
  padding: 0 0 4px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
header .container {
  padding-top: 18px;
  padding-bottom: 10px;
}

#logo h1, #logo a {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 28px;
  text-decoration: none;
  letter-spacing: 0.03em;
}

/* Search bar styling */
header .row > .col-sm-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#search input {
  border-radius: 24px;
  border: 1px solid #ddd;
  padding: 10px 18px;
  font-size: 16px;
  min-width: 220px;
  transition: border-color 0.3s;
}
#search input:focus {
  border-color: #9FC54D;
  outline: none;
  box-shadow: 0 0 6px rgba(159,197,77,0.2);
}
#search button, #search .btn {
  background: #9FC54D;
  color: #fff;
  border-radius: 24px;
  padding: 10px 22px;
  margin-left: 6px;
  border: none;
  font-weight: 600;
  transition: background 0.2s;
}
#search button:hover, #search .btn:hover {
  background: #7ca235;
}

/* Cart area */
header .col-sm-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Top nav */
#top {
  background: #f8f8f8;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  color: #4d4d4d;
}
#top .container {
  padding: 6px 0;
}
#top-links ul.list-inline {
  margin-bottom: 0;
}
#top-links li {
  margin-left: 12px;
  margin-right: 0;
}
#top-links a, #top-links .dropdown-toggle {
  color: #4d4d4d;
  font-weight: 500;
  transition: color 0.2s;
  padding: 0 6px;
  text-decoration: none;
}
#top-links a:hover, #top-links .dropdown-toggle:hover {
  color: #9FC54D;
  text-decoration: underline;
}
#top-links .fa {
  margin-right: 3px;
}
#top-links .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  border: 1px solid #ececec;
}
#top-links .dropdown-menu li a {
  color: #4d4d4d;
  padding: 8px 18px;
}
#top-links .dropdown-menu li a:hover {
  color: #9FC54D;
  background: #f6fbe9;
}

/* Wishlist, cart, checkout icons */
#top-links .fa-heart,
#top-links .fa-shopping-cart,
#top-links .fa-share,
#top-links .fa-user {
  color: #9FC54D;
  font-size: 17px;
  vertical-align: middle;
  margin-right: 2px;
}

/* Responsive header 
@media (max-width: 991px) {
  header .col-sm-4,
  header .col-sm-5,
  header .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    justify-content: center !important;
  }*/
  header .container {
    padding-top: 10px;
    padding-bottom: 6px;
  }

@media (max-width: 767px) {
  header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #logo h1, #logo a {
    font-size: 22px;
  }
  #search input {
    min-width: 120px;
    font-size: 14px;
  }
}


























/*  LANGUAGE DROPDOWN STYLE */



/* Override top bar background if needed */
#top {
  background-color: #EEEEEE !important;
  border-bottom: 1px solid #e2e2e2 !important;
  padding: 4px 0 3px 0 !important;
  margin-bottom: 20px !important;
  min-height: 40px !important;
}

/* Language dropdown container */
#top #form-language {
  float: right !important;
  margin-left: auto !important;
}

/* Language dropdown button */
#top #form-language .btn-group .btn.btn-link.dropdown-toggle {
  color: #4d4d4d !important;
  background: transparent !important;
  border: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 6px 12px !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  transition: color 0.3s ease !important;
  text-shadow: none !important;
}

/* Hover/focus states */
#top #form-language .btn-group .btn.btn-link.dropdown-toggle:hover,
#top #form-language .btn-group .btn.btn-link.dropdown-toggle:focus {
  color: #9FC54D !important;
  background: rgba(159, 197, 77, 0.1) !important;
  outline: none !important;
  text-shadow: none !important;
}

/* Dropdown caret */
#top #form-language .btn-group .btn .fa-caret-down {
  margin-left: 6px !important;
  font-size: 12px !important;
  vertical-align: middle !important;
  color: #9FC54D !important;
}

/* Dropdown menu */
#top #form-language .btn-group .dropdown-menu {
  border-radius: 6px !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1) !important;
  border: 1px solid #ddd !important;
  min-width: 160px !important;
  padding: 6px 0 !important;
  background: #fff !important;
}

/* Dropdown menu buttons */
#top #form-language .btn-group .dropdown-menu button.language-select {
  width: 100% !important;
  text-align: left !important;
  padding: 8px 16px !important;
  font-weight: 500 !important;
  color: #4d4d4d !important;
  border: none !important;
  background: transparent !important;
  transition: background-color 0.2s ease !important;
  cursor: pointer !important;
}

/* Hover/focus on dropdown items */
#top #form-language .btn-group .dropdown-menu button.language-select:hover,
#top #form-language .btn-group .dropdown-menu button.language-select:focus {
  background-color: #e6f4d9 !important;
  color: #7ca235 !important;
  outline: none !important;
}

/* Hide flags */
#top #form-language .btn-group img {
  display: none !important;
}

/* Control logo size on mobile screens */












/* SHOPPING CART PAGE ADJUSTMENTS */



/* Make cart quantity input and buttons the same height */
.input-group.btn-block input.form-control,
.input-group.btn-block .btn {
  height: 40px;
  min-height: 40px;
  font-size: 16px;
  border-radius: 6px !important;
  box-shadow: none;
}

/* Make all cart buttons the same width for consistency */
.input-group.btn-block .btn {
  width: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Optional: adjust icon size for better centering */
.input-group.btn-block .btn i {
  font-size: 20px;
}
























.panel-group .panel {
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.05);
  border: none;
  margin-bottom: 18px;
}
.panel-heading {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 14px 18px;
  font-weight: 700;
  color: #4d4d4d;
}
.panel-title a {
  color: #4d4d4d;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.2s;
}
.panel-title a:hover {
  color: #9FC54D;
}
.panel-body {
  padding: 18px 18px 12px 18px;
}















































































/* Modern Mini-Cart Dropdown */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  background: #9FC54D;
  border-radius: 8px;
  border: none;
  box-shadow: 0 2px 8px rgba(159,197,77,0.08);
  padding: 10px 24px 10px 16px;
  transition: background 0.2s, color 0.2s;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
#cart > .btn i {
  font-size: 18px;
}
#cart.open > .btn {
  background: #fff;
  color: #4d4d4d;
  border: 1.5px solid #9FC54D;
  box-shadow: 0 2px 12px rgba(159,197,77,0.09);
}
#cart.open > .btn:hover {
  color: #7ca235;
}
#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
  border-radius: 12px;
  box-shadow: 0 8px 36px rgba(44,55,72,0.13);
  min-width: 500px;
  overflow-y: auto;
  max-height: 600px;
  scrollbar-width: thin;
  border: none;
  padding: 18px 0 0 0;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
    min-width: unset;
    border-radius: 0 0 12px 12px;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 8px;
  width: 100%;
}
#cart .dropdown-menu td, #cart .dropdown-menu th {
  border: none;
  background: none;
  font-size: 15px;
  color: #333;
  vertical-align: middle;
  padding: 10px 8px;
}
#cart .dropdown-menu img.img-thumbnail {
  border-radius: 8px;
  max-width: 48px;
  max-height: 48px;
  object-fit: cover;
}
#cart .dropdown-menu li > div {
  min-width: 320px;
  padding: 0 18px 12px 18px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
    padding: 0 10px 12px 10px;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
  font-size: 16px;
  color: #888;
}
#cart .dropdown-menu .btn-danger.btn-xs {
  background: #e74c3c;
  color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 13px;
  margin-left: 4px;
  transition: background 0.2s;
}
#cart .dropdown-menu .btn-danger.btn-xs:hover {
  background: #c0392b;
}
#cart .dropdown-menu .table-bordered {
  border-radius: 8px;
  overflow: hidden;
  background: #f8f8f8;
}
#cart .dropdown-menu .table-bordered tr:last-child td {
  font-weight: 600;
  color: #4d4d4d;
}
#cart .dropdown-menu .text-right a,
#cart .dropdown-menu .text-right strong {
  color: #9FC54D;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
#cart .dropdown-menu .text-right a:hover {
  color: #7ca235;
  text-decoration: underline;
}














/* Hero Banner - Fullwidth 700px */
/* Hero Banner */
.hero-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: block;
  height: auto;
  max-width: 100%;
}




/* QUICK JUMP MENU */

.quick-jump-menu {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1050;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  margin-bottom: 18px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center items on wrapped lines */
  max-width: 100vw; /* or your page max width */
  margin-left: auto;
  margin-right: auto;
}

.quick-jump-menu .jump-link {
  display: inline-block;
  padding: 6px 16px;
  margin: 6px 10px; /* vertical and horizontal spacing */
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 3px;
  transition: background-color 0.2s;
  white-space: normal; /* allow wrapping inside link if needed */
  text-align: center;
  max-width: 200px; /* optional max width for long titles */
}

.quick-jump-menu .jump-link:hover,
.quick-jump-menu .jump-link:focus {
  background-color: #e9ecef;
  color: #9fc54d;
  outline: none;
}


html {
  scroll-behavior: smooth;
}

/* QUICK JUMP */








/* MENU */
#menu {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 50px;
  border: none;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: visible;
}

#menu .navbar-header {
  display: none;
}

#menu .navbar-collapse {
  display: block !important;
  text-align: center;
  padding: 0;
}

#menu .navbar-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: none;
}

#menu .nav > li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
}

#menu .nav > li > a {
  color: #333;
  padding: 15px 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: none;
  background-color: transparent !important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  display: block;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: white !important;
  color: #9fc54d !important;
  border-bottom: 3px solid #9fc54d !important;
}

/* DROPDOWN MENU */
#menu .dropdown-menu {
  background-color: white !important;
  border: 1px solid #ddd !important;
  border-top: 3px solid #9fc54d !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  min-width: 300px;
  width: auto;
}

#menu .dropdown-menu li > a:hover {
  text-decoration: none;
  color: #9fc54d !important;
  background-color: transparent !important;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
  padding: 0 20px;
  min-width: 280px;
}

#menu .dropdown-inner a {
  display: block;
  padding: 8px 0;
  color: #333 !important;
  font-size: 13px;
  transition: all 0.2s ease;
  background-color: transparent !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#menu .dropdown-inner li a:hover {
  color: #9fc54d !important;
  padding-left: 5px;
  background-color: transparent !important;
}

#menu .see-all {
  display: block;
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9fc54d;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: transparent !important;
}

#menu .see-all:hover {
  background-color: #f9f9f9;
  color: #7fa63d;
}

#menu #category {
  display: none;
}

#menu .btn-navbar {
  display: none;
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu .navbar-header {
    display: block;
  }
  
  #menu .navbar-collapse {
    display: none !important;
    text-align: left;
  }
  
  #menu .navbar-collapse.in {
    display: block !important;
  }
  
  #menu .navbar-nav {
    display: block;
  }
  
  #menu .nav > li {
    display: block;
  }




/* MOBILE MENU CATERORIES */

  #menu #category {
    display: block;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    color: #333;
  }
  
  #menu .btn-navbar {
    display: block;
    float: right;
  }
  
  #menu .dropdown-menu {
    background-color: #f9f9f9;
    border-top: 3px solid #9fc54d;
  }
  
  #menu .dropdown-menu a:hover {
    color: #9fc54d;
  }
}











/* HOME PAGE PRODUCTS STYLES */

.product-category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}

.category-block {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 24px 18px 12px 18px;
  flex: 1 1 320px;
  max-width: 380px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 0px;
  object-fit: contain;
  background: #f5f5f5;
}

.category-block ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: left;
}

.category-block ul li {
  margin: 7px 0;
}

.category-block ul li a {
  color: #222;
  font-size: 13px;
  line-height: 0.8;
  text-decoration: none;
  transition: color 0.2s;
}

.category-block ul li a:hover {
  color: #9fc54d;
  text-decoration: underline;
}

/* THIS CONTROL IMAGE IN THE PRODUCT CATEGORY PAGE */
  .category-category-img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}



/* Responsive: 1 column on mobile, 2 on tablet, 3 on desktop */
@media (max-width: 991px) {
  .product-category-grid {
    gap: 18px;
  }
  .category-block {
    max-width: 48%;
    min-width: 180px;
  }
}
@media (max-width: 600px) {
  .product-category-grid {
    flex-direction: column;
    gap: 10px;
  }
  .category-block {
    max-width: 98%;
    min-width: 120px;
  }
}





































/*PRODUCT PAGE STYLES*/


/* Make the inner row inside #content a flex container */
#content > .row {
  display: flex;
  flex-wrap: wrap;
}

/* Force the two child divs to each take 50% width */
#content > .row > div {
  flex: 1 1 50% !important;
  max-width: 50% !important;
  box-sizing: border-box;
  padding: 15px;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 767px) {
  #content > .row > div {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}


@media (max-width: 480px) {
  .thumbnails li:first-child,
  .thumbnails li:first-child a.thumbnail img {
    width: 100vw;
    height: auto;
    max-width: 100vw;
    max-height: 300px;
  }
  .thumbnails li:not(:first-child),
  .thumbnails li:not(:first-child) a.thumbnail img {
    width: 60px;
    height: 60px;
  }
}




/* PRODUCT TEMPLATES STYLE */

.product-template-block.product-template-right {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(44,55,72,0.07);
  padding: 0 22px 18px 22px;
  margin: 24px 0 0 0;
  max-width: 100%;
  min-width: 0;
  text-align: left;
  border-left: none;
  border-top: 5px solid #9FC54D;
  /* Ensures it fits in narrow right column */
}

.template-title {
  background: #9FC54D;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 12px 20px;
  border-radius: 8px 8px 0 0;
  margin: 0 -22px 18px -22px;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(159,197,77,0.07);
  text-align: center;
}

.template-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.template-list li {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.template-list a {
  color: #4a7c1e;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.template-list a:hover {
  color: #7ca235;
  text-decoration: underline;
}









































/* content */
#content {
	min-height: 600px;
}



/* ALL CONTENT TEXT*/
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}





/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}







/* buttons */
.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #9fc54d;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

/* Default button - light grey */
.btn-default {
  color: #333;
  background-color: #e7e7e7;
  border-color: #999;
}

.btn-default:hover {
  background-color: #d9d9d9;
  color: #222;
}

/* Primary button - GREEN */
.btn-primary {
  color: #ffffff;
  background-color: #9fc54d;
  background-image: linear-gradient(to bottom, #a8d65e, #96b844);
  border-color: #7fa63d;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background-color: #8ab844;
  background-image: linear-gradient(to bottom, #96b844, #7fa63d);
  color: #fff;
}

.btn-primary:disabled, .btn-primary[disabled] {
  background-color: #7fa63d;
  opacity: 0.6;
}

/* Warning button - orange */
.btn-warning {
  color: #ffffff;
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  border-color: #f89406;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active {
  background-color: #f89406;
}

/* Danger button - red */
.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border-color: #bd362f;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active {
  background-color: #bd362f;
}

/* Success button - green (darker) */
.btn-success {
  color: #ffffff;
  background-color: #7fa63d;
  background-image: linear-gradient(to bottom, #9fc54d, #6b8e2f);
  border-color: #6b8e2f;
}

.btn-success:hover, .btn-success:active, .btn-success.active {
  background-color: #6b8e2f;
}

/* Info button - teal */
.btn-info {
  color: #ffffff;
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  border-color: #51a351;
}

.btn-info:hover, .btn-info:active, .btn-info.active {
  background-color: #51a351;
}

/* Link button */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #9fc54d;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.btn-link:hover {
  color: #a8d65e;
  text-decoration: underline;
}

/* Inverse button - dark */
.btn-inverse {
  color: #ffffff;
  background-color: #2c2c2c;
  background-image: linear-gradient(to bottom, #3a3a3a, #1a1a1a);
  border-color: #1a1a1a;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active {
  background-color: #1a1a1a;
  border-color: #9fc54d;
}








/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
      
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
