@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-Medium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: Montserrat;
  src: url(../assets/fonts/Montserrat/Montserrat-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Archivo;
  src: url(../assets/fonts/Archivo/Archivo-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Archivo;
  src: url(../assets/fonts/Archivo/Archivo-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Archivo;
  src: url(../assets/fonts/Archivo/Archivo-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Archivo;
  src: url(../assets/fonts/Archivo/Archivo-Bold.ttf);
  font-weight: 700;
}
.react-webshop .product-section .results .product-item,
.react-webshop .product-section-nores .results .product-item,
.react-search-innerpage .product-section .results .product-item,
.react-search-innerpage .product-section-nores .results .product-item, #product-category-page > .app .main-section .products-container .product-item .bottom-section, #product-category-page > .app .main-section .products-container .product-item, #product-category-page > .app .app-body, #product-category-page > .app .app-header, .react-webshop .product-section > .fullsize-bg .loader-container,
.react-webshop .product-section-nores > .fullsize-bg .loader-container,
.react-search-innerpage .product-section > .fullsize-bg .loader-container,
.react-search-innerpage .product-section-nores > .fullsize-bg .loader-container, .js-popup .button-container, #product-category-page > .app .main-section .products-container .product-item .loader-container, #product-category-page > .app .main-section > .fullsize-bg .loader-container, .react-webshop .category-section .results,
.react-search-innerpage .category-section .results, .js-popup .product-img, #product-category-page .applied-filter-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
}

.react-webshop .category-section .results,
.react-search-innerpage .category-section .results, .js-popup .product-img, #product-category-page .applied-filter-container {
  justify-content: flex-start;
  align-items: flex-start;
}

.react-webshop .product-section > .fullsize-bg .loader-container,
.react-webshop .product-section-nores > .fullsize-bg .loader-container,
.react-search-innerpage .product-section > .fullsize-bg .loader-container,
.react-search-innerpage .product-section-nores > .fullsize-bg .loader-container, .js-popup .button-container, #product-category-page > .app .main-section .products-container .product-item .loader-container, #product-category-page > .app .main-section > .fullsize-bg .loader-container {
  justify-content: center;
  align-items: center;
}

#product-category-page > .app .app-body, #product-category-page > .app .app-header {
  justify-content: space-between;
  align-items: flex-start;
}

.react-webshop .product-section .results .product-item,
.react-webshop .product-section-nores .results .product-item,
.react-search-innerpage .product-section .results .product-item,
.react-search-innerpage .product-section-nores .results .product-item, #product-category-page > .app .main-section .products-container .product-item .bottom-section, #product-category-page > .app .main-section .products-container .product-item {
  justify-content: space-between;
  align-items: center;
}

.react-webshop {
  overflow-x: visible;
  overflow-x: initial;
}

#product-category-page {
  padding: 40px 0;
}
#product-category-page .dropdown-container {
  width: 220px;
  position: relative;
  z-index: 10;
}
#product-category-page .dropdown-container .dropdown-selected {
  cursor: pointer;
  padding: 0.75rem;
  background-color: #fff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  border: 1px solid #a7a7a7;
  border-radius: 3px;
  color: #aaaaaa;
}
#product-category-page .dropdown-container .dropdown-selected:hover {
  background-color: #3d745f;
  color: #fff;
  border-color: #3d745f;
}
#product-category-page .dropdown-container .dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) scaleY(0);
  transition: transform 120ms ease;
  z-index: 0;
  border-top: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#product-category-page .dropdown-container .dropdown-options .option {
  cursor: pointer;
  padding: 3px 1em 3px 0.4em;
  background-color: #fff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  color: #222222;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}
#product-category-page .dropdown-container .dropdown-options .option.selected {
  display: none;
}
#product-category-page .dropdown-container .dropdown-options .option:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#product-category-page .dropdown-container .dropdown-options .option:hover {
  background-color: #3d745f;
  color: #fff;
  border-color: #3d745f;
}
#product-category-page .dropdown-container.dropdown-opened .dropdown-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3d745f;
  background-color: #3d745f;
  color: #fff;
}
#product-category-page .dropdown-container.dropdown-opened .dropdown-options {
  z-index: 9;
  transform: translateY(0) scaleY(1);
}
#product-category-page .applied-filter-container {
  padding-bottom: 30px;
}
#product-category-page .applied-filter-container .applied-filter {
  font-size: 0.75rem;
  background: #f5f5f5;
  color: #222222;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 0.75rem;
  margin-top: 0.75rem;
}
#product-category-page > .app {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
#product-category-page > .app .app-header .num-of-results {
  color: #aaaaaa;
  font-size: 1.1rem;
}
#product-category-page > .app .app-body {
  align-items: inherit;
}
#product-category-page > .app .app-body .left-column {
  max-width: 255px;
  width: 100%;
  padding: 30px;
  padding-left: 0;
  color: #222222;
}
#product-category-page > .app .app-body .left-column > div {
  position: relative !important;
  top: 0 !important;
}
#product-category-page > .app .app-body .left-column .filter-input > div > ul {
  padding: 0;
  margin: 0;
}
#product-category-page > .app .app-body .left-column .filter-input ul {
  list-style: none;
  padding: 0;
}
#product-category-page > .app .app-body .left-column .filter-input ul li {
  position: relative;
}
#product-category-page > .app .app-body .left-column .filter-input ul li ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, border 0.3s ease-in-out;
  border: 1px solid #fff;
  border-top: 0;
  margin-top: 0;
}
#product-category-page > .app .app-body .left-column .filter-input ul li.opened ul {
  max-height: 600px;
  overflow: hidden;
  border-color: #3d745f;
  margin-top: -1px;
}
#product-category-page > .app .app-body .left-column .filter-input ul li.opened .dropdown-item a {
  background-color: #3d745f;
  color: #fff;
}
#product-category-page > .app .app-body .left-column .filter-input ul li.opened .icon-button {
  background-color: #fff;
}
#product-category-page > .app .app-body .left-column .filter-input ul li.opened .icon-button svg {
  transform: rotate(180deg);
}
#product-category-page > .app .app-body .left-column .filter-input ul li.opened .icon-button svg path {
  fill: #222222;
}
#product-category-page > .app .app-body .left-column .filter-input ul li .dropdown-item a {
  padding-right: 40px;
}
#product-category-page > .app .app-body .left-column .filter-input ul li a {
  padding: 10px 20px;
  padding-left: 20px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  display: block;
}
#product-category-page > .app .app-body .left-column .filter-input ul li .icon-button {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 34px;
  width: 34px;
  margin: 5px;
  background-color: #3d745f;
  transition: background-color 0.3s ease-in-out;
  border: 0;
}
#product-category-page > .app .app-body .left-column .filter-input ul li .icon-button svg path {
  transition: fill 0.3s ease-in-out;
  fill: #fff;
}
#product-category-page > .app .app-body .left-column .btn {
  margin-right: 0;
  min-width: 100%;
}
@media (max-width: 768px) {
  #product-category-page > .app .app-body .left-column {
    width: 100%;
    padding-right: 0;
    max-width: 275px;
  }
}
#product-category-page > .app .app-body .main-section {
  width: calc(100% - 285px);
  position: relative;
}
@media (max-width: 768px) {
  #product-category-page > .app .app-body .main-section {
    width: 100%;
  }
}
#product-category-page > .app .app-body .filter-item {
  margin-bottom: 55px;
}
#product-category-page > .app .app-body .filter-item .filter-title {
  position: relative;
  font-family: Montserrat;
  font-size: 1.5rem;
  color: #3d745f;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 30px;
}
#product-category-page > .app .app-body .filter-item .filter-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  left: calc(100% + 7px);
  bottom: 5px;
  background-color: #3d745f;
}
#product-category-page > .app .app-body .dual-slider-wrapper {
  margin: 0 auto;
  position: relative;
  height: 15px;
}
#product-category-page > .app .app-body .dual-slider-wrapper.disabled {
  opacity: 0.3;
}
#product-category-page > .app .app-body .dual-slider-wrapper::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 4px;
  background: #222222;
  z-index: 0;
}
#product-category-page > .app .app-body .dual-slider-wrapper .range-input {
  position: absolute;
  width: 100%;
  background: none;
  color: #3d745f;
  font: inherit;
  margin: 0;
  pointer-events: none;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
#product-category-page > .app .app-body .dual-slider-wrapper .range-input:hover {
  color: #68af94;
}
#product-category-page > .app .app-body .dual-slider-wrapper .range-input::-webkit-slider-runnable-track, #product-category-page > .app .app-body .dual-slider-wrapper .range-input::-webkit-slider-thumb, #product-category-page > .app .app-body .dual-slider-wrapper .range-input {
  -webkit-appearance: none;
}
#product-category-page > .app .app-body .dual-slider-wrapper .range-input::-webkit-slider-runnable-track {
  background: none;
  /* get rid of Firefox track background */
  height: 100%;
  width: 100%;
}
#product-category-page > .app .app-body .dual-slider-wrapper .range-input::-moz-range-track {
  background: none;
  /* get rid of Firefox track background */
  height: 100%;
  width: 100%;
}
#product-category-page > .app .app-body .dual-slider-wrapper .range-input::-webkit-slider-thumb {
  background: currentcolor;
  border: none;
  /* get rid of Firefox thumb border */
  border-radius: 0;
  /* get rid of Firefox corner rounding */
  pointer-events: auto;
  /* catch clicks */
  width: 15px;
  height: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.13);
}
#product-category-page > .app .app-body .dual-slider-wrapper .range-input::-moz-range-thumb {
  background: currentcolor;
  border: none;
  /* get rid of Firefox thumb border */
  border-radius: 0;
  /* get rid of Firefox corner rounding */
  pointer-events: auto;
  /* catch clicks */
  width: 15px;
  height: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.13);
}
#product-category-page > .app .app-body .display-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
#product-category-page > .app .app-body .display-wrapper .price-display {
  font-size: 0.8rem;
  border: 0;
  border: 1px solid #222222;
  background: none;
  padding: 5px;
  border-radius: 5px;
  max-width: 70px;
  -moz-appearance: textfield;
  text-align: center;
}
#product-category-page > .app .app-body .display-wrapper .price-display::-webkit-outer-spin-button, #product-category-page > .app .app-body .display-wrapper .price-display::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#product-category-page > .app .app-body .display-wrapper .price-display:focus {
  border-bottom: 2px solid black;
  margin-bottom: -1px;
}
@media (max-width: 768px) {
  #product-category-page > .app .app-body {
    justify-content: center;
  }
}
#product-category-page > .app .main-section {
  position: relative;
}
#product-category-page > .app .main-section > .fullsize-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  min-height: 400px;
  min-width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
#product-category-page > .app .main-section > .fullsize-bg > div {
  top: 50% !important;
  transform: translateY(-50%);
}
#product-category-page > .app .main-section > .fullsize-bg .loader-container {
  padding: 100px 0;
}
#product-category-page > .app .main-section .products-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
#product-category-page > .app .main-section .products-container .product-item {
  align-items: stretch;
  flex-direction: column;
  width: 275px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #a7a7a7;
}
#product-category-page > .app .main-section .products-container .product-item .default-borovi-image {
  min-height: 273px;
  background: url(../assets/images/borovi_no_photo_wm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#product-category-page > .app .main-section .products-container .product-item .product-item__quantity {
  width: 100%;
  margin-bottom: 0;
}
#product-category-page > .app .main-section .products-container .product-item .product-item__quantity .input-field {
  width: 100%;
}
#product-category-page > .app .main-section .products-container .product-item .product-item__name {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #222222;
  text-align: center;
  padding: 30px 15px;
  padding-bottom: 0;
  font-weight: 600;
}
#product-category-page > .app .main-section .products-container .product-item .loader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#product-category-page > .app .main-section .products-container .product-item .bottom-section {
  padding: 10px 15px;
  left: 0;
  width: 100%;
  bottom: 0;
}
#product-category-page > .app .main-section .products-container .product-item .bottom-section .product-item__price {
  color: #3d745f;
  font-size: 1.1rem;
}
#product-category-page > .app .main-section .products-container .product-item .bottom-section button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#product-category-page > .app .main-section .products-container .product-item .bottom-section button svg {
  height: 40px;
  width: 33px;
}
#product-category-page > .app .main-section .products-container .product-item .bottom-section button:hover svg path {
  fill: #3d745f;
}
@media (max-width: 1024px) {
  #product-category-page > .app .main-section .products-container {
    justify-content: center;
  }
}

.search-page-no-image {
  min-height: 273px;
  background: url(../assets/images/borovi_no_photo_wm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.no-search-image {
  width: 50px;
  height: 50px;
  background: url(../assets/images/borovi_no_photo_wm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3d745f;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.circle,
.circle-border {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.circle {
  z-index: 1;
  position: relative;
  background: white;
  transform: scale(1);
  animation: success-anim 600ms ease;
}

.circle-border {
  z-index: 0;
  position: absolute;
  background: #3d745f;
  transform: scale(1.1);
  animation: circle-anim 300ms ease;
}

.success-text {
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 1rem);
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.success-container {
  height: 100%;
  width: 100%;
  transform: scale(1);
}
.success-container .success::before,
.success-container .success::after {
  content: "";
  display: block;
  height: 4px;
  background: #3d745f;
  position: absolute;
}
.success-container .success::before {
  width: 17px;
  top: 58%;
  left: 23%;
  transform: rotateZ(50deg);
}
.success-container .success::after {
  width: 30px;
  top: 50%;
  left: 35%;
  transform: rotateZ(-50deg);
}

.js-popup-background {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(170, 170, 170, 0.92);
  height: 100vh;
  width: 100vw;
  z-index: 999;
}

@keyframes popup-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.js-popup {
  position: relative;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2rem;
  z-index: 9;
  background: white;
  animation: popup-anim 180ms ease;
  max-height: 100vh;
  overflow: auto;
  padding: 80px 15px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.js-popup::-webkit-scrollbar {
  width: 5px;
}
.js-popup::-webkit-scrollbar-track {
  background: #a7a7a7;
}
.js-popup::-webkit-scrollbar-thumb {
  background: #3d745f;
}
.js-popup::-webkit-scrollbar-thumb:hover {
  background: #68af94;
}
.js-popup p {
  font-size: 1rem;
}
.js-popup .btn {
  margin: auto;
}
.js-popup .button-container .btn {
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .js-popup .order-preview-table {
    min-width: 900px;
  }
}
.js-popup .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: none;
  background: #cccccc;
  transition: background-color 120ms ease;
  z-index: 10;
}
.js-popup .close-btn:hover {
  background: #777777;
}
.js-popup .close-btn:active {
  background: #6f6f6f;
}
.js-popup .close-btn .line::before, .js-popup .close-btn .line::after {
  content: "";
  width: 12px;
  height: 3px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}
.js-popup .close-btn .line::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.js-popup .close-btn .line::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
@media (max-width: 500px) {
  .js-popup .close-btn {
    top: 0.5rem;
    right: 0.5rem;
    height: 35px;
    width: 35px;
  }
}
.js-popup .product-img {
  flex-wrap: nowrap;
}
.js-popup .product-img > div {
  order: 1;
  padding-left: 30px;
  width: 100%;
}
.js-popup .product-img > div img {
  width: 100%;
}
@media (max-width: 500px) {
  .js-popup .product-img > div {
    padding-left: 15px;
  }
}
.js-popup .product-img .swiper-container-horizontal .swiper-slide {
  width: 100% !important;
  line-height: 0;
}
.js-popup .product-img .swiper-container-thumbs {
  order: 0;
  min-width: 70px;
  width: 74px;
  padding-left: 0;
  max-height: 400px;
  overflow: auto;
  padding-right: 2px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.js-popup .product-img .swiper-container-thumbs::-webkit-scrollbar {
  width: 2px;
}
.js-popup .product-img .swiper-container-thumbs::-webkit-scrollbar-track {
  background: #a7a7a7;
}
.js-popup .product-img .swiper-container-thumbs::-webkit-scrollbar-thumb {
  background: #3d745f;
}
.js-popup .product-img .swiper-container-thumbs::-webkit-scrollbar-thumb:hover {
  background: #68af94;
}
.js-popup .product-img .swiper-container-thumbs .swiper-slide {
  height: 70px !important;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out, border 0.3s ease-in-out;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05), 20px 20px 20px -10px rgba(0, 119, 149, 0.05);
  border-radius: 0;
  line-height: 0;
  border: 1px solid transparent;
  cursor: pointer;
}
.js-popup .product-img .swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #3d745f;
}
@media (max-width: 500px) {
  .js-popup .product-img .swiper-container-thumbs .swiper-slide {
    min-height: 60px;
    height: 60px !important;
  }
}
@media (max-width: 500px) {
  .js-popup .product-img .swiper-container-thumbs {
    min-width: 60px;
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .js-popup {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .js-popup {
    padding: 80px 1rem;
  }
}

.react-webshop .results-container,
.react-search-innerpage .results-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 15px;
  position: relative;
}
.react-webshop .category-section,
.react-search-innerpage .category-section {
  max-width: 255px;
  width: 100%;
  padding: 30px;
  padding-left: 0;
  color: #222222;
}
.react-webshop .category-section .title,
.react-search-innerpage .category-section .title {
  font-family: Montserrat;
  font-weight: bold;
  color: #3d745f;
  line-height: 1.2;
  font-size: 1.9rem;
  margin-bottom: 1em;
}
.react-webshop .category-section .results,
.react-search-innerpage .category-section .results {
  flex-direction: column;
}
.react-webshop .category-section .results .category-name,
.react-search-innerpage .category-section .results .category-name {
  font-size: 1rem;
}
.react-webshop .category-section .results .category-name .highlight,
.react-search-innerpage .category-section .results .category-name .highlight {
  color: #3d745f;
}
.react-webshop .product-section,
.react-webshop .product-section-nores,
.react-search-innerpage .product-section,
.react-search-innerpage .product-section-nores {
  width: calc(100% - 285px);
  position: relative;
  animation: fade-in 700ms ease 1;
  position: relative;
}
@media (max-width: 768px) {
  .react-webshop .product-section,
  .react-webshop .product-section-nores,
  .react-search-innerpage .product-section,
  .react-search-innerpage .product-section-nores {
    width: 100%;
  }
}
.react-webshop .product-section > .fullsize-bg,
.react-webshop .product-section-nores > .fullsize-bg,
.react-search-innerpage .product-section > .fullsize-bg,
.react-search-innerpage .product-section-nores > .fullsize-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  min-height: 500px;
  min-width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.react-webshop .product-section > .fullsize-bg > div,
.react-webshop .product-section-nores > .fullsize-bg > div,
.react-search-innerpage .product-section > .fullsize-bg > div,
.react-search-innerpage .product-section-nores > .fullsize-bg > div {
  top: 50% !important;
  transform: translateY(-50%);
}
.react-webshop .product-section > .fullsize-bg .loader-container,
.react-webshop .product-section-nores > .fullsize-bg .loader-container,
.react-search-innerpage .product-section > .fullsize-bg .loader-container,
.react-search-innerpage .product-section-nores > .fullsize-bg .loader-container {
  padding: 100px 0;
}
.react-webshop .product-section .title,
.react-webshop .product-section-nores .title,
.react-search-innerpage .product-section .title,
.react-search-innerpage .product-section-nores .title {
  font-family: Montserrat;
  font-weight: bold;
  color: #3d745f;
  line-height: 1.2;
  font-size: 1.9rem;
  margin-bottom: 1em;
}
.react-webshop .product-section .results,
.react-webshop .product-section-nores .results,
.react-search-innerpage .product-section .results,
.react-search-innerpage .product-section-nores .results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.react-webshop .product-section .results .product-item,
.react-webshop .product-section-nores .results .product-item,
.react-search-innerpage .product-section .results .product-item,
.react-search-innerpage .product-section-nores .results .product-item {
  flex-direction: column;
  width: 275px;
  margin: 0 15px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #a7a7a7;
}
.react-webshop .product-section .results .product-item .product-img,
.react-webshop .product-section-nores .results .product-item .product-img,
.react-search-innerpage .product-section .results .product-item .product-img,
.react-search-innerpage .product-section-nores .results .product-item .product-img {
  overflow: hidden;
  width: 100%;
  line-height: 0;
}
.react-webshop .product-section .results .product-item .product-img .swiper-slide img,
.react-webshop .product-section-nores .results .product-item .product-img .swiper-slide img,
.react-search-innerpage .product-section .results .product-item .product-img .swiper-slide img,
.react-search-innerpage .product-section-nores .results .product-item .product-img .swiper-slide img {
  line-height: 0;
}
.react-webshop .product-section .results .product-item .product-details,
.react-webshop .product-section-nores .results .product-item .product-details,
.react-search-innerpage .product-section .results .product-item .product-details,
.react-search-innerpage .product-section-nores .results .product-item .product-details {
  padding: 15px;
  width: 100%;
}
.react-webshop .product-section .results .product-item .product-details .product-name,
.react-webshop .product-section-nores .results .product-item .product-details .product-name,
.react-search-innerpage .product-section .results .product-item .product-details .product-name,
.react-search-innerpage .product-section-nores .results .product-item .product-details .product-name {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-top: 10px;
}
.react-webshop .product-section .results .product-item .product-details .product-name .highlight,
.react-webshop .product-section-nores .results .product-item .product-details .product-name .highlight,
.react-search-innerpage .product-section .results .product-item .product-details .product-name .highlight,
.react-search-innerpage .product-section-nores .results .product-item .product-details .product-name .highlight {
  color: #3d745f;
}
.react-webshop .product-section .results .product-item .product-details .product-price,
.react-webshop .product-section-nores .results .product-item .product-details .product-price,
.react-search-innerpage .product-section .results .product-item .product-details .product-price,
.react-search-innerpage .product-section-nores .results .product-item .product-details .product-price {
  color: #3d745f;
  font-size: 1.1rem;
  text-align: center;
  padding-top: 10px;
}

.pager-container .pager {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pager-container .pager > .load-more {
  flex-grow: 1;
}
.pager-container .pager > .load-more > button {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pager-container .pager > .load-more {
    padding-top: 10px;
  }
}
.pager-container .pager .pages-container {
  display: flex;
}
.pager-container .pager .pages-container > * {
  display: flex;
}
.pager-container .pager .dots {
  height: 35px;
  width: 35px;
  text-align: center;
}
.pager-container .pager .page-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 35px;
  width: 35px;
  margin: 0 8px 8px;
  background-color: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.pager-container .pager .page-btn.right-arrow, .pager-container .pager .page-btn.left-arrow {
  background-color: #222222;
  color: #fff;
  line-height: 1;
}
.pager-container .pager .page-btn.right-arrow:disabled, .pager-container .pager .page-btn.left-arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.pager-container .pager .page-btn:hover {
  background-color: #3d745f;
  color: #fff;
}
.pager-container .pager .page-btn.active {
  background-color: #3d745f;
  color: #fff;
}
@media (max-width: 1024px) {
  .pager-container .pager > div {
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .pager-container .pager {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.path-arajanlat-elfogadasa .layout-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
