.container {
    width: 1595px !important;
    /* max-width: 100%; */
}
body {
    /* font-family: auto !important; */
    font-family: 'IBM Plex Sans';
    font-size: 1rem;
    line-height: 1.25em;
}
#header, #header .header-top {
    background-color: #003963 !important;
}
#header .header-top a[data-depth="0"] {
    color: #fff !important;;
    text-transform: uppercase;
}
#header .header-nav .blockcart {
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
    background: rgb(35 140 210) !important;
    color: #fff;
}
.blockcart i {
    color: #fff !important;

}
/* .footer .container{
    background: rgb(58 71 80) !important;
} */
#footer {
  padding-top: 0rem !important;
}
.footer-container {
    overflow: hidden;
    padding-top: 1.5rem !important;
    background: #fff !important;
    color: #fff !important;
}
.block-contact, .footer-container li a {
    color: #fff !important;
}
.footer-container li a:hover {
    color: #24b9d7 !important;
}
/* .js-footer {
    background-color: rgb(58 71 80) !important;
    color: #fff !important;

} */
.js-footer >  .container .row {
    background-color: rgb(58 71 80);
    color: #fff !important;

}
#main .page-footer {
  margin-bottom: 0rem !important;
}
#block-newsletter-label{
    color: #fff !important;
}
#header .header-nav {
    max-height: 50px;
    border-bottom: #003963 2px solid;
}
#header .top-menu a[data-depth="0"]:hover, a:hover {
    color: #24b9d7 !important;
    text-decoration: none;
}
.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 1.563rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #9F9A92 !important;
    padding: 15px !important;
    border-radius: 15px !important;
}


#block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a, #_desktop_estsore_btn a {
    color: #f1f1f1;
}

/* Styling the button container */
#_desktop_estsore_btn .custom-btn {
    display: inline-block;
    margin-left: 10px; /* Adjust spacing as needed */
  }
  
  /* Default icon and text color */
  #_desktop_estsore_btn .estore-hover {
    display: flex;
    align-items: center;
    color: #f1f1f1; /* Default color for icon and text */
    text-decoration: none; /* Remove underline for links */
    transition: color 0.3s ease; /* Smooth transition */
  }
  
  /* Hover effect on the entire button */
  #_desktop_estsore_btn .estore-hover:hover {
    color: #24b9d7; /* Change color for icon and text */
  }
  
  /* Adjust icon size */
  #_desktop_estsore_btn .estore-hover .custom-icon {
    font-size: 20px;
    margin-right: 5px; /* Add spacing between icon and text */
  }
  #_desktop_estsore_btn{
    padding: 15px;
  }
  .custom-header-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    color: white; /* Ensure visibility on dark background */
  }
 
/* Style for  sidebar */
.category-top-menu label,
.filter-category + label, 
label {
    display: block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word; 
    word-wrap: break-word;
    text-align: left !important; 
    margin-bottom: 0.5rem;
}
.filter-category {
    margin-right: 8px;
    vertical-align: middle;
}
.products.row {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line */
    /* Align items to start from the top of the flex container */
    align-items: flex-start;
}

/* --- Front Office Sidebar --- */
#wrapper {
    padding-top: 0% !important;
}
.container, .container-fluid {
    padding-left: 0px !important;
}
#left-column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#left-column .sidebar,
.category-top-menu {
  background: #003963; 
  color: #ecf0f1; 
  border-radius: 4px;
  padding-left: .5rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Facet Title  */
.facet-title {
  background: #003963;
  color: #ffffff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans",helvetica,arial,sans-serif !important;
}
.facet-title label {
    color: inherit;
}

/* Top-level Category Items (li elements) */
.category-top-menu > li {
  padding: 8px 0;
  list-style: none;
  margin: 0 !important;
}
.category-top-menu > li:last-child {
  border-bottom: none;
}

/* Link/Label within each category item */
.category-top-menu li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #ecf0f1;
  margin-bottom: 0 !important;
}

/* Hover state for category links/labels */
.category-top-menu li label:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

/* Active/Selected category link text (requires JS to add 'active-category' class) */
.category-top-menu li.active-category label {
  color: #ffa500; /* Orange text for active category */
  font-weight: bold;
}

/* Toggle Arrow styling (▸ / ▾) */
.toggle-arrow {
  margin-right: 5px;
  font-size: 1.2em;
  color: #ffffff;
  cursor: pointer;
}

/* Subcategory List (ul.subcategory-list) */
.subcategory-list {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin-top: 5px;
  list-style: none;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.subcategory-list li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.subcategory-list li:last-child {
    border-bottom: none;
}
.subcategory-list li label {
    font-size: 0.95em;
}

/* --- SCROLLBAR STYLING for Front Office Sidebar --- */
/* For Webkit browsers (Chrome, Safari) */
#left-column .sidebar::-webkit-scrollbar,
.category-top-menu::-webkit-scrollbar {
  width: 8px;
  background-color: transparent !important;
}

#left-column .sidebar::-webkit-scrollbar-thumb,
.category-top-menu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px;
}

#left-column .sidebar::-webkit-scrollbar-track,
.category-top-menu::-webkit-scrollbar-track {
  background-color: transparent !important;
}

/* For Firefox */
#left-column .sidebar,
.category-top-menu {
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent !important;
  scrollbar-width: thin !important;
}
.btn-primary, .btn-primary:hover {
  background-color: #003963 !important;
}
.product-flags li.product-flag {
  background-color: #003963 !important;
}