.shop__filter {
  margin-bottom: 2em;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.shop__filter > .b {
  margin: 0.5em;
}
.shop__filterBtn.active {
  background-color: #66cc00;
  color: #fff;
}
.storeSectionTitle {
  width: 100%;
  margin-bottom: 0.6rem;
  color: #66cc00;
  position: relative;
}
.storeSectionTitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #66cc00;
}
.storeSectionTitle.storeSectionTitle--notFirst {
  margin-top: 2em;
}
@media (min-width: 23em) {
  .storeSectionTitle {
    padding-left: 0.5rem;
  }
  .storeSectionTitle:after {
    width: calc(100% - 0.5rem);
  }
}
@media (min-width: 75em) {
  .storeSectionTitle {
    padding-left: 1rem;
  }
  .storeSectionTitle:after {
    width: calc(100% - 1rem);
  }
}
.elementsGrid--relatedItems {
  position: relative;
  left: -0.25em;
  width: calc(100% + 0.5em);
}
.elementsGrid--relatedItems .elementGrid {
  outline: 0;
}
.elementsGrid--relatedItems .elementGrid__outer {
  padding: 0.25em;
}
.elementsGrid--relatedItems .elementGrid__content {
  font-size: 0.8em;
}
.elementsGrid--relatedItems .slick-track {
  margin-left: 0;
}
@media (min-width: 65em) {
  .elementsGrid--relatedItems .elementGrid__content {
    font-size: 1em;
  }
}
.wrapper--related {
  margin-top: 4em;
}
.slick-list {
  width: 100%;
}
.wrapper__noHeadline {
  padding-top: 6.5rem;
}
@media (min-width: 65em) {
  .wrapper__noHeadline {
    padding-top: 10.5rem;
  }
}
.izdelek__mobileTitle {
  margin-bottom: 1em;
}
.product__info h1, .izdelek__mobileTitle .h1 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
.product__info h1, .product__info .izdelek__cena {
  display: none;
}
.product__info h1 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.4em;
}
.izdelek__sizeTitle {
  margin-bottom: 0.3em;
}
.izdelek__options {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.izdelek__options span {
  font-size: 0.8em;
}
.izdelek__options .b {
  width: calc(50% - 0.25rem);
  margin-bottom: 0.5rem;
}
.izdelek__options .b.active {
  background-color: #66cc00;
  color: #fff;
}
.izdelek__options .b:nth-child(2n+1) {
  margin-right: 0.5rem;
}
.product__opis {
  margin-bottom: 2em;
}
.product__gallery {
  position: relative;
  margin-bottom: 2em;
}
.product__gallery.product__gallery--empty {
  display: none;
}
.slick__pagination {
  margin-bottom: 1em;
}
.izdelek__popust {
  position: absolute;
  top: 3em;
  right: -0.5em;
  width: 4em;
  height: 4em;
  background-color: #66cc00;
  border-radius: 50%;
  pointer-events: none;
}
.izdelek__popust span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.izdelek__shelfPrice {
  margin-bottom: 1em;
}
.izdelek__kolicina {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.izdelek__kolicina input {
  padding-left: 3em;
  padding-right: 0;
  padding: 0.4em 1em 0.4em 4em;
  border: 1px solid #66cc00;
  border-radius: 3px;
}
.izdelek__kolicina .stepperIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: 4px;
  background-color: #fff;
}
.izdelek__kolicina .step {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: calc(100% - 2px);
  background-color: #66cc00;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.izdelek__kolicina .step.decrease {
  left: 1px;
  background-color: #E6E6E6;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.izdelek__kolicina .step.decrease .stepperIcon {
  background-color: #66cc00;
}
.izdelek__kolicina .step.increase {
  right: 1px;
}
.izdelek__kolicina .step.increase .stepperIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 1.2em;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .izdelek__kolicina {
    border: 1px solid #66cc00;
    border-radius: 3px;
  }
  .izdelek__kolicina input {
    border: 0 !important;
  }
  .izdelek__kolicina .step {
    height: 100%;
  }
  .izdelek__kolicina .step.decrease {
    left: 0;
  }
  .izdelek__kolicina .step.increase {
    right: 0;
  }
}
.addToCart {
  margin-top: 2em;
  width: 100%;
  padding: 0.9em 2em 0.7em 2em !important;
}
.izdelek__cenaVrednost {
  font-weight: 600;
  margin-top: 2em;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.izdelek__cenaVrednost.izdelek__cenaVrednost--popust .izdelek__vrednostStevilka {
  text-decoration: line-through;
  text-decoration-color: #FF0000;
}
.izdelek__cenaPopust {
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.izdelek__cenaPopust.izdelek__cenaPopust--brezpopusta {
  display: none;
}
.izdelek__vrednostStevilka, .izdelek__popustStevilka {
  text-align: right;
  font-weight: 600;
}
.izdelek__popustStevilka {
  color: #66cc00;
}
@media (max-width: 47.9375em) {
  .slick__pagination.slick__pagination--small .slick-dots li div {
    width: 1.5em;
  }
}
@media (min-width: 48em) {
  .izdelek__mobileTitle {
    display: none;
  }
  .product__info h1, .product__info .izdelek__cena {
    display: block;
  }
  .product__info .izdelek__cena {
    margin: 0.8em 0;
  }
  .izdelek__options span {
    font-size: 1em;
  }
  .izdelek__popust {
    top: 2em;
    right: 0.5em;
  }
  .izdelek__wrapp {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .izdelek__wrapp .product__gallery {
    width: 50%;
    padding-right: 2em;
  }
  .izdelek__wrapp .product__gallery.product__gallery--1 .product__gallerySlider {
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .izdelek__wrapp .product__info {
    width: 50%;
    padding-left: 0.5em;
  }
}
@media (min-width: 65em) {
  .izdelek__wrapp {
    margin-top: 3em;
  }
  .izdelek__wrapp .product__gallery {
    width: 66.66%;
    padding-right: 2em;
  }
  .izdelek__wrapp .product__info {
    width: 33.33%;
    padding-left: 0.5em;
    padding-top: 2em;
  }
  .product__gallerySlider {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% + 1em);
    left: -0.5em;
  }
  .izdelek__popust {
    right: -0.5em;
  }
  .product__gallerySlider {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .product__gallery .slick__pagination {
    margin-bottom: 1em;
    position: absolute;
    top: 0;
    left: calc(50% - 3em);
    transform: translateX(-50%);
  }
}
@media (min-width: 1500) {
  .product__gallerySlider {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.product__image {
  cursor: pointer;
}
.product__image.product__image--empty {
  position: relative;
  background-color: #E6E6E6;
}
.product__image.product__image--empty:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 114.2857142857%;
}
.product__image.product__image--empty > .pfw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 75em) {
  .izdelek__wrapp .product__gallery {
    padding-right: 5em;
  }
  .izdelek__popust {
    right: 2.5em;
  }
  .izdelek__wrapp .product__info {
    padding-left: 3em;
  }
  .izdelek__kolicina {
    width: 50%;
  }
  .izdelek__kolicina input {
    padding: 0.6em 1em 0.6em 2em;
    width: 100%;
  }
  .izdelek__kolicina .stepperIcon {
    width: 0.7em;
    height: 3px;
  }
  .izdelek__kolicina .step.decrease {
    top: 50%;
    right: 1px;
    left: auto;
    height: calc(50% - 1px);
    transform: translateY(0);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    transition: background 0.5s;
  }
  .izdelek__kolicina .step.decrease:hover {
    background-color: #cdcdcd;
  }
  .izdelek__kolicina .step.increase {
    top: 1px;
    right: 1px;
    height: 50%;
    transform: translateY(0);
    transition: background 0.5s;
  }
  .izdelek__kolicina .step.increase:hover {
    background-color: #4d9900;
  }
  .izdelek__kolicina .step.increase .stepperIcon:after {
    content: "";
    width: 3px;
    height: 0.7em;
  }
  .izdelek__popust {
    top: 5em;
    width: 5em;
    height: 5em;
  }
  .izdelek__popust span {
    font-size: 1.2em;
  }
}
.storeMaintenance {
  padding: 1em;
  border: 2px solid red;
}
.product__relatedElement, .product__element {
  position: relative;
}
.product__relatedElement .izdelek__popust, .product__element .izdelek__popust {
  position: absolute;
  top: -1em;
  right: -0.5em;
  z-index: 11;
}
.product__relatedElement .izdelek__popust {
  top: 0em;
  right: 0.5em;
}
@media (max-width: 47.9375em) {
  .product__relatedElement .izdelek__popust {
    font-size: 0.7em;
    position: absolute;
    top: 0em;
    right: 0;
  }
}
.izdelek__popustVrednost {
  display: inline-block;
  text-decoration: line-through;
  text-decoration-color: #FF0000;
}
.izdelek__cena--popust span:nth-child(1), .elementGrid__price--popust span:nth-child(1) {
  margin-right: 0.6em;
}
.izdelek__cena--calculated {
  display: block !important;
}
.zalogaIzdelka span {
  font-weight: 700;
}
