/*Prodajni program Modeli info*/
.globtrade-modeli-properties {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid var(--color-gray);
}
.globtrade-modeli-properties .value {
  font-weight: bold;
}
.globtrade-modeli-properties:nth-child(odd) {
  background-color: var(--color-gray);
}
/*Catalog*/
.globtrade-catalog .woocommerce-ordering {
  display: flex;
  align-items: center;
}
.globtrade-catalog .woocommerce-ordering .select-html-wrapper {
  display: flex;
  margin-left: 12px;
  width: 230px;
}
.globtrade-catalog .woocommerce-ordering #webtim-product-sorting-dropdown {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: var(--small-font-size);
  padding: 10px 5px;
  border-radius: 2px;
  width: 100%;
}
/*Arhiv Woof*/
/* Arhiv Woof Styles */

/* Picked Filters - Main Container */
.woof_products_top_panel_ul {
  display: flex;
  flex-direction: column-reverse;
}

/* Common styles for list items, links, and spans */
.woof_products_top_panel_ul li,
.woof_products_top_panel_ul a,
.woof_products_top_panel_ul span {
  font-size: var(--small-font-size);
}

/* Remove default margins for list items */
.woof_products_top_panel_ul li,
.woof_products_top_panel_ul li ul li {
  margin: 0 !important;
}

/* Style for the first child of nested lists */
.woof_products_top_panel_ul ul li:first-child {
  font-weight: var(--semi-bold-font-weight);
}

/* Styling for non-first child items in nested lists */
.woof_products_top_panel_ul ul li:not(:first-child) {
  background-color: #d1e6d880;
  border: 1px solid var(--color-green-light);
  padding: 0 8px;
  margin-bottom: 8px !important;
}

/* Remove margin for the last child of nested lists */
.woof_products_top_panel_ul ul li:last-child {
  margin-bottom: 0 !important;
}

/* Styling for links and spans in nested lists */
.woof_products_top_panel_ul ul li:not(:first-child) a,
.woof_products_top_panel_ul ul li:not(:first-child) span {
  color: var(--color-primary);
  display: flex;
  width: 100%;
}

/* Flex column layout for nested lists */
.woof_products_top_panel_ul ul {
  display: flex;
  flex-direction: column;
}

/* Margin for the direct children of the main container */
.woof_products_top_panel_ul > li {
  margin-bottom: 15px !important;
}

/* Styling for Clear All button */
button.woof_reset_button_2 {
  border: none !important;
  background-color: var(--color-white) !important;
  margin-top: 10px;
  text-decoration: underline;
}

/* Styling for close icon on spans */
.woof_products_top_panel li span,
.woof_products_top_panel2 li span {
  background: url(/wp-content/uploads/2024/02/globtrade-close.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 8px 8px;
  transition: var(--transition-time);
}
.woof_front_toggle_opened {
  width: 8px;
  height: 16px;
  font-size: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400 !important;
}
/* Hover effect for close icon */
.woof_products_top_panel li span:hover {
  background-size: 10px 10px;
}

/* Additional styles for container inner and header */
.woof_container_inner h4 {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-size: var(--normal-font-size) !important;
}

/* Styling for Woof Containers */
.woof_container {
  margin: 0;
  padding: 0;
}

/* Border style for the first child of each Woof Container */
.woof_container:nth-child(1) .woof_container_inner {
  border-top: 1px solid var(--color-secondary);
}

/* Styling for Woof Container Inner */
.woof_container_inner {
  padding: 20px 12px 20px 12px;
  border-bottom: 1px solid var(--color-secondary);
}

/* Checkbox list styles */
.woof_list.woof_list_checkbox li label {
  font-size: var(--small-font-size);
}

.woof_list.woof_list_checkbox {
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

/* Styling for iCheckbox and iRadio */
.icheckbox_square-green,
.iradio_square-green {
  width: 15px;
  height: 15px;
  background-size: 150px 15px;
}

/* Checked state for iCheckbox */
.icheckbox_square-green.checked {
  background-position: -29px 0;
}

/* Hover effect for iCheckbox */
.icheckbox_square-green:hover {
  background-position: -15px 0;
}

/* Hide the Woof Search Form Container */
.woof_submit_search_form_container {
  display: none;
}

@media only screen and (max-width: 767px) {
  #webtim-woof-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    margin-bottom: 0;
    background-color: var(--color-gray);
    border-bottom: 1px solid var(--color-border-gray-dark);
  }
  .woof_redraw_zone {
    background-color: #f9f9f9;
  }
  .woof_container_inner {
    padding: 15px 25px;
    border-top: none !important;
  }
  .woof_container_inner h4 {
    font-size: var(--small-font-size) !important;
  }
}
