
.selected-filters[data-v-e41f4c1d] {
  margin-bottom: 1rem;
}
.selected-filters .uk-label .uk-button[data-v-e41f4c1d] {
  background-color: transparent;
}
.uk-label[data-v-e41f4c1d] {
  display: inline-flex;
  align-items: center;
  
  margin: 2px;
  text-transform: none;
}
.uk-label span[data-v-e41f4c1d] {
  margin-right: 0.5rem;
}
.uk-button-text.uk-text-danger[data-v-e41f4c1d] {
  color: #d9534f; /* Adjust this color for danger/clear all effect */
}
.uk-button-default[data-v-e41f4c1d] {
  border: none;
}
.ukc-white[data-v-e41f4c1d] {
  color: white;
}
.ukc-black[data-v-e41f4c1d] {
  color: black;
}

.facet-field[data-v-da0a4ebe] {
    margin-bottom: 1rem;
}
.facet-field h4[data-v-da0a4ebe] {
    cursor: pointer;
}
.facet-field input[type="text"][data-v-da0a4ebe] {
    margin-bottom: 0.5rem;
    width: 100%;
}
.facet-field ul[data-v-da0a4ebe] {
    list-style: none;
    padding: 0;
}
.facet-field li[data-v-da0a4ebe] {
    margin-bottom: 0.5rem;
}
.icon-background[data-v-da0a4ebe] {
  display: inline-block;
  background-color: rgb(162 165 171 / 23%);
  border-radius: 20%; 
  padding: 4px; 
  line-height: 1; 
  transition: background-color 0.3s ease;
}
.icon-background[data-v-da0a4ebe]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.icon-background span[uk-icon][data-v-da0a4ebe] {
  vertical-align: middle;
}
.cursor-pointer[data-v-da0a4ebe] {
  cursor: pointer;
}
.ukc-margin-xsmall-left[data-v-da0a4ebe] {
  margin-left: 5px;
}
.uk-panel-scrollable[data-v-da0a4ebe] {
  resize: none !important;
}
.uk-panel[data-v-da0a4ebe] {
  resize: none !important;
}
  
.compare-products[data-v-b55495a7] {
  display: flex;
  align-items: center; 
  gap: 8px;
}
.compare-label[data-v-b55495a7] {
  margin-left: 8px;
}
.sr-only[data-v-b55495a7] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.uk-checkbox[data-v-b55495a7]:focus,
.nb_compare[data-v-b55495a7]:focus {
  outline: 2px solid #005fcc; /* High-contrast blue outline */
  outline-offset: 2px; /* Adds space between the outline and the element */
  border-radius: 4px; /* Optional, matches rounded designs */
}

.pagination-controls button[data-v-c72dae85] {
  margin: 0 5px;
  background-color: #007aff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.pagination-controls button[data-v-c72dae85]:disabled {
  background-color: #d1d1d6;
}
.pagination-controls button[data-v-c72dae85]:hover:not(:disabled) {
  background-color: #005bb5;
}
.pagination-text[data-v-c72dae85] {
  font-size: 14px;
  color: #333;
}
.pagination-input[data-v-c72dae85] {
  text-align: center;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px;
  font-size: 14px;
}
.pagination-input[data-v-c72dae85]:focus {
  border-color: #007aff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 122, 255, 0.5);
}

.breadcrumbs-container[data-v-056fd747] {
  margin-bottom: 1rem;
}
.breadcrumbs-list[data-v-056fd747] {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb-item[data-v-056fd747] {
  display: flex;
  align-items: center;
}
.breadcrumb-link[data-v-056fd747] {
  text-decoration: none;
  color: var(--primary-color, #007aff);
  font-size: 1rem;
}
.breadcrumb-link[data-v-056fd747]:hover {
  text-decoration: underline;
}
.breadcrumb-current[data-v-056fd747] {
  font-size: 1rem;
  font-weight: bold;
  color: var(--label-color, #333);
}

.selected-breadcrumb[data-v-071ae74c] {
  color: red;
}
.card-media-top[data-v-071ae74c] {
  padding-right: 24px;
}
.uk-link[data-v-071ae74c] {
  cursor: pointer !important;
  text-decoration: none !important;
}
.ukc-divider[data-v-071ae74c] {
  border-right: 1px solid #e5e5e5;
}
.uk-card-footer[data-v-071ae74c] {
  margin-top: auto;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-071ae74c]::-webkit-outer-spin-button,
input[data-v-071ae74c]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number][data-v-071ae74c] {
  -moz-appearance: textfield;
}
.ukc-border[data-v-071ae74c] {
  border: 1px solid #e5e5e5;
}

/* Ensure rows are displayed sequentially */
.uk-table tr[data-v-071ae74c] {
  position: relative;
  /* Prevent overlapping or floating issues */
}

/* Adjust expanded row appearance */
.uk-table tr.expanded-row[data-v-071ae74c] {
  background-color: #f9f9f9;
  /* Highlight for better visibility */
}

/* Ensure no margin or padding issues in table rows */
.uk-table td[data-v-071ae74c] {
  padding: 8px;
  vertical-align: top;
  /* Align content to the top */
}

/* Keep nested tables aligned with the main table */
.uk-table .uk-table[data-v-071ae74c] {
  margin: 0;
  width: 100%;
  /* Ensure nested table spans full width */
}

/* Optional: Add some spacing between product rows and expanded rows */
.expanded-row td[data-v-071ae74c] {
  border-top: 1px solid #ddd;
}
.disabled-link[data-v-071ae74c] {
  opacity: .4;
  cursor: default !important;
  pointer-events: none;
}
.breadcrumbs-container[data-v-071ae74c] {
  margin-bottom: 1rem;
}
.breadcrumbs-list[data-v-071ae74c] {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb-item[data-v-071ae74c] {
  display: flex;
  align-items: center;
}
.breadcrumb-link[data-v-071ae74c] {
  text-decoration: none;
  color: var(--primary-color, #007aff);
  font-size: 1rem;
}
.breadcrumb-link[data-v-071ae74c]:hover {
  text-decoration: underline;
}
.breadcrumb-current[data-v-071ae74c] {
  font-size: 1rem;
  font-weight: bold;
  color: var(--label-color, #333);
}
.pagination-controls button[data-v-071ae74c] {
  margin: 0 5px;
  background-color: #007aff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.pagination-controls button[data-v-071ae74c]:disabled {
  background-color: #d1d1d6;
}
.pagination-controls button[data-v-071ae74c]:hover:not(:disabled) {
  background-color: #005bb5;
}
.pagination-text[data-v-071ae74c] {
  font-size: 14px;
  color: #333;
}
.pagination-input[data-v-071ae74c] {
  text-align: center;
  width: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px;
  font-size: 14px;
}
.pagination-input[data-v-071ae74c]:focus {
  border-color: #007aff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 122, 255, 0.5);
}
#search-family-results-container .family-page-products-table th[data-v-071ae74c] {
  padding: 15px 10px;
}
#search-family-results-container .family-page-products-table th[data-v-071ae74c]:first-child {
  text-align: left;
  padding-left: 41px;
}
@media (min-width: 640px) {
.family-page-products-table .family-page-product-row-main td[data-v-071ae74c] {
    height: 50px;
}
}
.family-page-products-table .family-page-product-row-main td[data-v-071ae74c]:first-child {
  width: 23%;
  min-width: 120px;
}
.stock-dot[data-v-071ae74c] {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}
.stock-dot-green[data-v-071ae74c] {
  background-color: #51c516;
}
.stock-dot-orange[data-v-071ae74c] {
  background-color: #f7a50f;
}
#search-family-results-container .family-page-products-table th[data-v-071ae74c] {
  text-transform: none;
}

.catalog-tree[data-v-875fc74c] {
  padding: 10px;
}
.catalog-tree-panel[data-v-875fc74c] {
  height: auto;
  max-height: 250px;
  resize: none !important;
}
.catalog-tree .uk-text-bold[data-v-875fc74c] {
  font-weight: bold;
  color: #1e87f0;
}
.uk-text-muted[data-v-875fc74c] {
  font-size: 0.9em;
  color: #666;
}

.uk-totop[data-v-47a1cfdf] {
  color: #ffffff;
}

.loading[data-v-23e330e2] {
    color: gray;
}
.no-results[data-v-23e330e2] {
    color: red;
}
.search-container[data-v-23e330e2] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.facet-panel[data-v-23e330e2] {
    width: 30%;
    max-width: 300px;
    padding: 10px;
    border-right: 1px solid #ddd;
}
.results-panel[data-v-23e330e2] {
    /* Additional styling can be added as needed */
}
.results ul[data-v-23e330e2] {
    list-style: none;
    padding: 0;
}
.loading-gif[data-v-23e330e2] {
    width: 50px;
    height: 50px;
}
.sr-only[data-v-23e330e2] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
  
.selected-breadcrumb[data-v-151c9672] {
  color: red;
}
.uk-link[data-v-151c9672] {
  cursor: pointer !important;
  text-decoration: none !important;
}
.uk-card-footer[data-v-151c9672] {
  margin-top: auto;
}

/* Chrome, Safari, Edge, Opera */
input[data-v-151c9672]::-webkit-outer-spin-button,
input[data-v-151c9672]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number][data-v-151c9672] {
  -moz-appearance: textfield;
}
.addtocart[data-v-151c9672]
{
  margin-left: 10px;
}
.group-title[data-v-151c9672] {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0.5rem;
  color: var(--label-color, #333);
}
.image-container[data-v-151c9672] {
  position: relative; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100%;
  height: 160px;
}
.product-image[data-v-151c9672] {
  display: block;
  max-width: 100%; 
  height: auto;
}
.promo-ribbon[data-v-151c9672] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.compare-products-placeholder[data-v-151c9672] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px;
}

/* Ensure the button stays hidden by default */
.quick-view-btn-container[data-v-151c9672] {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show the button when hovering over the card */
.uk-card:hover .quick-view-btn-container[data-v-151c9672] {
  opacity: 1;
}

/* Button Styling */
.quick-view-btn-container button[data-v-151c9672] {
  background-color: rgb(233 109 40 / 76%);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 6px 10px;
  cursor: pointer;
}

/* Button Hover Effect */
.quick-view-btn-container button[data-v-151c9672]:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.loading[data-v-151c9672] {
  color: gray;
  margin-top: -40px;
}
#quick-view-modal .uk-modal-dialog[data-v-151c9672] {
  height: 85vh;
}
#quick-view-modal iframe[data-v-151c9672] {
  height: 100%;
}
.product-grid .product-group[data-v-151c9672] {
  display: flex;
  align-items: stretch;
}
.product-grid .uk-card[data-v-151c9672] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-grid .uk-card-body.product-card-body[data-v-151c9672] {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-grid .uk-card-body.product-card-body .top-content[data-v-151c9672] {
  /* background-color: burlywood; */
}
.product-grid .uk-card-body.product-card-body .bottom-content[data-v-151c9672] {
  /* background-color: #aede87; */
  margin-top: auto;
}
.product-grid .uk-card-footer[data-v-151c9672] {
  /* background-color: #de87a1; */
  margin-top: auto;
  min-height: 95px;
}
.product-list-leftside[data-v-151c9672] {
  max-width: 20%;
}
.logo-pic img[data-v-151c9672] {
  max-width: 200px;
}


.loading[data-v-0fa52448] {
  color: gray;
}
.no-results[data-v-0fa52448] {
  color: red;
}
.search-container[data-v-0fa52448] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.facet-panel[data-v-0fa52448] {
  width: 30%;
  max-width: 300px;
  padding: 10px;
  border-right: 1px solid #ddd;
}
.results-panel[data-v-0fa52448] {
  /* Additional styling can be added as needed */
}
.results ul[data-v-0fa52448] {
  list-style: none;
  padding: 0;
}
.loading-gif[data-v-0fa52448] {
  width: 50px;
  height: 50px;
}
.sr-only[data-v-0fa52448] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.uk-offcanvas-close[data-v-0fa52448] {
  background-color: #222222;
  color: white;
}
h2[data-v-0fa52448] {
  margin-top: 10px;
}
