﻿h1 {
  font-weight: bold;
  font-size: 30px !important;
}

h3 {
  font-size: 24px;
  font-weight: bold;
}

.ui-corner-all {
  border-radius: 50px !important;
}

.ui-state-default {
  border: 1px solid #fee715 !important;
  background: #fee715 !important;
}

.ui-widget-header {
  background: #fee715 !important;
}

.category-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  width: 320px;
  min-height: 220px;
  text-align: center;
  margin-bottom: 10px;
  background-color: rgb(243, 243, 243);
  font-weight: bold;
}
.category-card img {
  width: 200px;
}

.category-list-container {
  margin: 0 auto;
  max-width: 1300px;
}

.category-text {
  margin-bottom: 2rem;
}

@media (max-width: 1440px) {
  .category-text p {
    margin-top: 1rem;
  }
}
@media (max-width: 1280px) {
  .category-text p {
    margin: 0 8rem;
  }
}
.ad-example {
  max-width: 1300px;
  margin-bottom: 2rem;
  width: 100%;
}

.load-more-btn {
  margin-top: 20px;
}

/*-----=====< --- PRODUCT FILTERS --- >======-----*/
.product-filters-page {
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .product-filters-page {
    margin: 0 80px;
  }
}
.filters-page-namings {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #d9d7d7;
}
.filters-page-namings h1 {
  font-family: "Inter";
  font-weight: bold;
  font-size: 24px;
  margin-right: 20%;
}
.filters-page-namings h2 {
  font-family: "Inter";
  font-weight: bold;
  font-size: 24px;
  margin-right: 20%;
}

.namings-text {
  display: flex;
  justify-content: space-between;
  width: 500px;
}

.main-filters-section {
  display: flex;
  width: 100%;
}

.no-products {
  text-align: center;
  padding: 1rem;
}
.no-products img {
  width: 20%;
}

.filter-checkboxes {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.filters-wrap {
  width: 360px;
  position: sticky;
  top: 70px;
  height: fit-content;
  margin-top: 64px;
  margin-right: 2rem;
}

.checkbox {
  margin-bottom: 14px;
  position: relative;
  display: flex;
}
.checkbox input {
  margin-right: 0.5rem;
}
.checkbox span {
  position: absolute;
  right: 0;
}

.product-grid {
  width: 100%;
  max-width: 946px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 1280px) {
  .product-grid {
    max-width: 806px;
  }
}
.active-filters-wrap {
  display: flex;
}

.active-filter {
  background-color: rgba(0, 0, 0, 0.05);
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 0.5rem;
  position: relative;
}

.remove-filters-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
}
.remove-filters-wrap span {
  cursor: pointer;
}

@media (max-width: 1300px) {
  .proizvodi {
    min-width: 252px !important;
  }
  .proizvodi .card-content {
    width: 210px;
  }
}
@media (max-width: 1340px) {
  .proizvodi {
    min-width: 252px !important;
  }
  .proizvodi .card-content {
    width: 220px;
  }
}
/*------price slider---------*/
.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.filter-price {
  width: 220px;
  border: 0;
  padding: 0;
  margin: 0;
}

.price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  padding-top: 15px;
  padding-left: 16px;
  border-radius: 3px;
}
.price-field input[type=range] {
  position: absolute;
  width: 188px;
  height: 4px;
  border: 0;
  background-color: #fee715;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  z-index: 10;
  -webkit-appearance: none;
}
.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -4px;
  background-color: #fee715;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
}
.price-field input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.price-field input[type=range]::-webkit-slider-thumb:active {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}
.price-field input[type=range]::-moz-range-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -5px;
  background-color: #fee715;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
}
.price-field input[type=range]::-ms-thumb {
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fee715;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
}
.price-field input[type=range]::-webkit-slider-runnable-track {
  width: 188px;
  height: 2px;
  cursor: pointer;
  background-color: black;
  border-radius: 5px;
  border-color: white;
}
.price-field input[type=range]::-moz-range-track {
  width: 188px;
  height: 2px;
  cursor: pointer;
  background-color: #fee715;
  border-radius: 50px;
}
.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  cursor: pointer;
  background-color: #fee715;
  border-radius: 50px;
}

/* Style for input value block */
.price-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}
.price-wrap-1, .price-wrap-2 {
  display: flex;
  width: fit-content;
}
.price-wrap .price-title {
  margin-right: 5px;
  background: #d58e32;
}
.price-wrap_line {
  margin: 0 10px;
}
.price-wrap #one,
.price-wrap #two {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  font-family: "Inter";
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}
.price-wrap label {
  text-align: right;
}

.collapsible, .price-filter-btn {
  background-color: #fdfdfd !important;
  cursor: pointer;
  padding: 1rem 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-family: "Inter";
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1440px) {
  .filters-wrap .scroll-bar {
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .filters-wrap .collapsible {
    padding-left: 80px;
  }
  .filters-wrap .scroll-bar {
    margin-left: 80px !important;
  }
}
.content {
  max-height: 100%;
  max-height: fit-content;
  overflow: hidden;
  padding-left: 0 !important;
  font-family: "Inter";
  border-radius: 0px !important;
  border-bottom: 1px solid #d9d7d7;
}

.load-more-button {
  width: 20% !important;
  all: unset;
  padding: 0.5rem 1rem;
  background-color: #fee715;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
  cursor: pointer;
}

.cross-x {
  width: 1rem;
  height: 1rem;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

#amount {
  font-family: "Inter";
}

.load-more-button:hover {
  background: #f0d90c !important;
}

.remove-filters-wrap span:hover {
  color: black;
}

.scroll-bar {
  min-height: 2rem;
  overflow: auto;
  max-height: 300px;
  padding-right: 10px;
}
