/* 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);
}
@media screen and (max-width: 768px) {
    .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%;
    }
}