.logo {
    height: 60px;
    margin-right: 20px;
    width: 270px;
}

.mobile-logo {
    height: 31px;
    margin-right: 20px;
    width: 60px;
}

body {
    font-family: 'League Spartan', sans-serif;
    overflow-x: hidden;
}

.nav-link {
    font-weight: 400;
!important;
    font-family: 'Spartan', sans-serif;

    font-size: 13px;
    color: #565656;
}

.nav-link:hover {
    color: #000;
}

.nav-item {
    background-color: white;
}

.nav-link-holder {
    display: flex;
    flex-wrap: wrap;
}

input {
    border: 2px solid white !important;

}

input::placeholder {
    font-size: 14px;
    color: #c2c2c2;
    font-weight: 500;
    font-family: 'Spartan', sans-serif;
    padding-left: 3px;
    min-height: 36px;
    border: 1px solid white;
}

.basic-box {
    background: linear-gradient(315deg, #f4f4f4 0%, #e4e4e4 100%);
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 35px;
    max-height: 150px !important;
    font-size: 14px;
}

.basic-box b {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.basic-box span {
    font-size: 13px;
    font-weight: 200;
}

.basic-box i {
    font-size: 20px;
    color: #ff6f61;
    margin-right: 10px;
}

i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .nav-link-holder {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .logo {
        display: none;
    }

    .basic-box {
        padding: 20px;
        font-size: 12px;
        max-height: 120px !important;
    }
}


.footer-link {
    text-transform: capitalize;
    font-size: 14px;
    color: #a6a6a6;
    text-decoration: none !important;
    text-align: left;

}

.thumb-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.thumb-box:hover {
    transform: scale(1.05);
}

.thumb-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.thumb-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.thumb-box:hover .thumb-box-overlay {
    opacity: 1;
}

.thumb-box-overlay span img {
    max-width: 80px;
    opacity: 0.9;
}

.section-title {
    text-align: center;
    margin: 50px 0 30px;
    font-size: 2.5rem;
    font-weight: 300;
    color: #333;
}

.model-name {
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.model-name:hover {
    color: #d4615a;
    text-decoration: none;
}

.model-type-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    font-size: 0.75rem;
}


.form-control, .form-select {
    border-radius: 4px;
    border: 1px solid #7d7d7d !important;
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.popularne-kategorije {
    margin-bottom: 60px;
}

.izdvojeni-brendovi {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .thumb-box img {
        height: 200px;
    }

    .section-title {
        font-size: 2rem;
        margin: 30px 0 20px;
    }
}


.product_box {
    background: linear-gradient(180deg, #fff 75%, #ececec 100%)!important;
}

#product_box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

