/* Styles for the price input container */
.price-input-container {
  width: 100%;
}

.price-input .price-field {
  display: flex;
  margin-bottom: 22px;
}

.price-field span {
  margin-right: 10px;
  margin-top: 6px;
  font-size: 17px;
}

.price-field input {
  flex: 1;
  height: 35px;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  border-radius: 9px;
  text-align: center;
  border: 0px;
  background: #e4e4e4;
}
.bg-top-header {
  background-color: #223c72;
}
.text-color-9dc9ed {
  color: #9dc9ed !important;
}
.price-input {
  width: 100%;
  font-size: 19px;
  color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider-container {
  width: 100%;
}

.slider-container {
  height: 6px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
}

.slider-container .price-slider {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: rgb(59, 130, 246);
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -5px;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: #555;
  pointer-events: auto;
  -webkit-appearance: none;
}

.monri-lightbox-button-el span {
  width: 100%;
  min-width: 120px;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: rgba(79, 70, 229, 1) !important;
  position: relative !important;
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-indent: -9999px;
  line-height: 0;
}

.monri-lightbox-button-el span::after {
  content: "Nastavite";
  text-indent: 0;
  line-height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.featured__navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
  box-sizing: border-box;
}

.featured__navigation .container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.featured__navigation .container .item {
  width: 12.5%;
  height: auto;
  display: flex;
  align-items: center;
  min-width: 120px;
  flex-direction: column;
}
.featured__navigation .container .item:hover > .title {
  color: rgba(14, 165, 233, 1);
}
.featured__navigation .container .item .image {
  width: 120px;
  position: relative;
  height: 120px;
}
.featured__navigation .container .item .image img {
  object-fit: contain;
  width: 120px !important;
  height: 120px !important;
  z-index: 9;
  position: relative;
  display: flex;
}
.featured__navigation .container .item .title {
  margin-top: 40px;
  font-size: 14px;
  text-align: center;
}
.featured__navigation .container .item .image .background__square {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: rgba(14, 165, 233, 1);
}

.header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.header .bottom {
  width: 100%;
  height: 50px;
  background-color: #213158;
}
.header .bottom .container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.header .bottom .container .mobile__button {
  cursor: pointer;
  filter: invert(1);
  display: none;
}
.header .bottom .container ul {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
}
.header .bottom .container .login a {
  color: #000;
  margin-left: 10px;
}
.header .bottom .container .login a svg {
  color: #fff;
  filter: invert(0);
}
.header .bottom .container ul li {
  width: fit-content;
  box-sizing: border-box;
  height: 50px;
}
.header .bottom .container .menu {
  position: absolute;
  width: 100%;
  z-index: 99999;
  top: 50px;
  left: 0;
  background-color: #fff;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex-direction: row;
}
.header .bottom .container .menu__mobile {
  width: 100%;
  position: absolute;
  z-index: 99999;
  top: 50px;
  left: 0;
  background-color: #fff;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  flex-direction: row;
  height: auto;
  box-sizing: border-box;
  display: none;
  height: calc(100vh - 150px);
}
.header .bottom .container .menu__mobile .active {
  display: flex;
}
.header .bottom .container .menu__mobile .nav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header .bottom .container .menu__mobile .categories {
  width: 100vw;
  height: 100%;
  display: none;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.header .bottom .container .menu__mobile .active {
  display: block !important;
}
.header .bottom .container .menu__mobile .categories .cat__item {
  font-size: 14px;
  height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;

  color: #000;
  border-bottom: 1px solid #d2d2d2;
}
.header
  .bottom
  .container
  .menu__mobile
  .categories
  .cat__item
  .second_category
  .cat__item
  .third__category {
  width: 100vw;
  display: none;
  height: 100%;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 0;
  overflow-y: scroll;
  overflow: hidden;
  right: 0;
}
.header
  .bottom
  .container
  .menu__mobile
  .categories
  .cat__item
  .second_category
  .cat__item
  .active {
  display: block;
}
.header
  .bottom
  .container
  .menu__mobile
  .categories
  .cat__item
  .second_category {
  width: 100vw;
  height: 100%;
  display: none;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 0;

  right: 0;
}
.header .bottom .container .menu__mobile .categories .cat__item .active {
  display: block;
}
.header .bottom .container .menu__mobile .categories .cat__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 70px);
}
.header .bottom .container .menu__mobile .categories .cat__item a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}
.header .bottom .container .menu__mobile .categories .cat__item .arrow svg {
  width: 12px;
  height: 12px;
}
.header .bottom .container .menu__mobile .categories .cat__item .arrow {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: auto;
  color: #d2d2d2;
  border-left: #d2d2d2 1px solid;
}
.header .bottom .container .menu__mobile .categories .title {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  border-bottom: 1px solid #d2d2d2;
}
.header .bottom .container .menu__mobile .nav .title {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  border-bottom: 1px solid #d2d2d2;
}
.header .bottom .container .menu__mobile .nav .nav__item {
  font-size: 14px;
  height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;

  color: #000;
  border-bottom: 1px solid #d2d2d2;
}
.header .bottom .container .menu__mobile .nav .nav__item .arrow {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-left: auto;
  color: #d2d2d2;
  border-left: #d2d2d2 1px solid;
}
.header .bottom .container .menu__mobile .nav .nav__item .arrow svg {
  width: 12px;
  height: 12px;
}
.header .bottom .container .active {
  display: flex;
}
.header .bottom .container .menu .sidebar {
  height: auto;
  width: 250px;
  display: flex;
  flex-direction: column;
  background-color: #f9f6f6;
}
.header .bottom .container .menu .sidebar .sidebar__item {
  width: 100%;
  height: 50px;
  background-color: #f9f6f6;
  display: flex;
  flex-direction: row;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.header .bottom .container .menu .categories {
  width: calc(1440px - 500px);
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
.header .bottom .container .menu .categories .category {
  display: none;
}
.header .bottom .container .menu .categories .active {
  display: flex;
  flex-direction: column;
}
.header .bottom .container .menu .categories .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .bottom .container .menu .categories .banners {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.header .bottom .container .menu .categories .banners .banner {
  width: 440px;
  height: 200px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-color: #d2d2d2;
  background-size: cover;
}
.header .bottom .container .menu .categories .list .list__item {
  max-width: 250px;
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
.header .bottom .container .menu .categories .list .list__item a {
  width: 100%;
  color: #0ea5e9;
  padding-bottom: 5px;
  text-transform: uppercase;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
.header .bottom .container .menu .categories .list .list__item ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: auto;
  align-items: flex-start;
  margin: 0;
}
.header .bottom .container .menu .categories .list .list__item ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  height: min-content;
}

.header .bottom .container .menu .categories .list .list__item ul li a {
  color: #000;
  padding: 0;
  text-transform: capitalize;
  height: auto;
  margin: 0;
  font-size: 12px;
  border: 0;
}
.header .bottom .container .menu .categories .list .list__item ul li a:hover {
  background-color: transparent;
}
.header .bottom .container .menu .brands {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  height: fit-content;
  padding: 20px 15px;
  width: 250px;
  box-sizing: border-box;
}

.header .bottom .container .menu .active {
  display: flex;
}
.header .bottom .container .menu .brands .brand__item {
  width: 100px;
  height: 75px;
  object-fit: contain;
  padding: 15px;
  border: 1px solid #d2d2d2;
  display: flex;
  margin: 0 5px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.header .bottom .container .menu .brands .brand__item img {
  width: 100%;
  height: auto;
}
.header .bottom .container .menu .sidebar .active {
  background-color: #fff;
}
.header .bottom .container .menu .sidebar .sidebar__item:hover {
  background-color: #dedede;
}
.header .bottom .container .menu .sidebar .sidebar__item img {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.header .bottom .container .menu .sidebar .sidebar__item span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.header .bottom .container ul .special {
  height: 50px;
  padding: 0 26px;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #fff;
}
.header .bottom .container ul .active {
  background-color: #2a4e85;
}
.header .bottom .container ul .special:hover {
  background-color: #2a4e857d;
}
.header .bottom .container ul li a {
  width: 100%;
  height: 50px;
  padding: 0 26px;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #fff;
}
.header .bottom .container ul li a:hover {
  background-color: #2a4e857d;
}
.header .middle {
  width: 100%;
  height: 65px;
  background-color: #003d77;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .middle .container {
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header .middle .container .search {
  width: calc(100% - 152px);
  position: relative;
}
.header .middle .container .search svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.header .middle .container .search input {
  width: 100%;
  border-radius: 25px;
  background-color: #fff;
  font-size: 14px;
  padding-left: 45px;
  box-sizing: border-box;
  color: #717171;
}
.header .middle .container .search .quick__search {
  padding: 20px;
  background-color: #fff;
  z-index: 99999999;
  top: 55px;
  left: 0;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: absolute;
}
.header .middle .container .search .quick__search a {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 20px;
  box-sizing: border-box;
}
.header .middle .container .search .quick__search .item-cat {
  border: 0;
  font-size: 14px;
}
.header .middle .container .search .quick__search a img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.header .middle .container .search .quick__search a h2 {
  margin-left: 20px;
  font-size: 18px;
}
.header .middle .container .search .quick__search a .price {
  margin-left: auto;
  font-weight: bold;
  color: #0ea5e9;
}
.header .middle .container .search .quick__search .more__button {
  font-size: 16px;
  color: #0ea5e9;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.header .middle .container .identity img {
  height: 40px;
  width: 122px;
}
.header .top {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #003d77;
  border-bottom: 1px solid #4a6a88;
  box-sizing: border-box;
  justify-content: center;
  height: 35px;
}
.header .top .container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.header .top .container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .top .container ul li {
  margin-left: 8px;
}
.header .top .container ul li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

.blackfriday .top {
  background-color: #151515;
  border-color: #333333;
}
.blackfriday .top .container .blackfriday-text {
  color: #fff;
  margin-right: auto;
  font-size: 14px;
}
.blackfriday .middle {
  background-color: #151515;
}
.blackfriday .bottom {
  background-color: #00bfff;
  position: relative;
}
.blackfriday .bottom .container .bf-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.blackfriday .bottom .container .bf-pattern span {
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  filter: blur(1px);
  user-select: none;
}

/* Left oversized % */
.blackfriday .bottom .container .bf-pattern span:nth-child(1) {
  top: -10%;
  left: 20%;
  display: none;
}

/* Right oversized % */
.blackfriday .bottom .container .bf-pattern span:nth-child(2) {
  bottom: -20px;
  right: 15%;
  transform: rotate(-10deg);
}
.blackfriday .bottom .container ul .special:hover {
  background-color: #000;
  color: #fff;
}
.blackfriday .bottom .container .menu .categories .list .list__item a {
  color: #00bfff;
}
.blackfriday .bottom .container ul li a {
  color: #000;
}
.blackfriday .bottom .container ul .special {
  color: #000;
}
.blackfriday .bottom .container ul li a:hover {
  background-color: #000;
  color: #fff;
}
.blackfriday .bottom .container .login a svg {
  color: #000;
}

@media screen and (max-width: 1448px) {
  .header .bottom .container .menu .brands {
    display: none;
  }
  .header .bottom .container .menu .sidebar {
    min-width: 250px;
  }
  .header .bottom .container .menu .categories {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1040px) {
  .header .bottom .container .menu .categories .list .list__item {
    max-width: calc(50% - 10px);
  }
}
.header .bottom .container .active {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .header .bottom .container .active {
    display: none;
  }

  .header .bottom .container .mobile__button {
    display: block;
  }
  .header .bottom .container ul {
    display: none;
  }
  .header .bottom .container .login {
    display: flex;
  }
  .header .bottom .container ul .special {
    display: none;
  }
  .main {
    width: 80%;
    margin-right: 5px;
  }

  .custom-wrapper {
    width: 100%;
    left: 0;
    padding: 0 10px;
  }

  .projtitle {
    width: 100%;
    position: relative;
    right: 26px;
  }

  .price-input {
    flex-direction: column;
    align-items: center;
  }

  .price-field {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1320px) {
  .featured__navigation .container .item {
    width: 33%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 690px) {
  .featured__navigation .container .item {
    width: 50%;
  }
}
