﻿
.urunSort {
    border-radius: 10px;
    border: none;
    padding: 6px;
    background-color: rgb(248, 249, 250);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
}
    .urunSort > option {
        background-color: rgb(248, 249, 250);
        border:none;
    }
.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 0;
}

    .star-ratings .fill-ratings {
        color: #e7711b;
        padding: 0;
        position: absolute;
        z-index: 1;
        display: block;
        top: 0;
        left: 0;
        overflow: hidden;
    }

        .star-ratings .fill-ratings span {
            display: inline-block;
        }

    .star-ratings .empty-ratings {
        padding: 0;
        display: block;
        z-index: 0;
    }



.productIsmi {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
}
.urunListesi .navbar-nav .nav-link {
    color: #000 !important;
    padding: 0.5rem 0rem !important;
    border-color: transparent;
    margin-left: 1.5rem;
    transition: none
}

.urunListesi .navbar .navbar-toggler:focus {
    box-shadow: none
}

.urunListesi.navbar-nav .nav-link.active,
.border-red {
    border-bottom: 3px solid #b71c1c
}

.urunListesi .navbar-nav .nav-link:hover {
    border-bottom: 1px solid #b71c1c
}

.urunListesi .container .product-item {
    min-height: 450px;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 0
}

    .urunListesi .container .product-item .product {
        width: 100%;
        height: 350px;
        position: relative;
        overflow: hidden;
        cursor: pointer
    }

    .urunListesi .container .product-item:hover {
       background-color:#e6e6e6;
    }

        .urunListesi .container .product-item .product img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .urunListesi .container .product-item .product .icons .icon {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.6s ease;
            transform: rotate(180deg);
            cursor: pointer
        }

            .urunListesi .container .product-item .product .icons .icon:hover {
                background-color: #b71c1c;
                color: #fff
            }

            .urunListesi .container .product-item .product .icons .icon:nth-last-of-type(3) {
                transition-delay: 0.2s
            }

            .urunListesi .container .product-item .product .icons .icon:nth-last-of-type(2) {
                transition-delay: 0.15s
            }

            .urunListesi .container .product-item .product .icons .icon:nth-last-of-type(1) {
                transition-delay: 0.1s
            }

    .urunListesi .container .product-item:hover .product .icons .icon {
        transform: translateY(-60px)
    }

    .urunListesi .container .product-item .tag {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: 500;
        position: absolute;
        top: 10px;
        left: 20px;
        padding: 0 0.4rem
    }

    .urunListesi .container .product-item .title {
        font-size: 0.95rem;
        letter-spacing: 0.5px
    }

    .urunListesi .container .product-item .fa-star {
        font-size: 0.65rem;
        color: goldenrod
    }

    .urunListesi .container .product-item .price {
        margin-top: 2px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align:left;
        width:100%;
        
    }

.fw-800 {
    font-weight: 800
}

.bg-green {
    background-color: #208f20 !important;
    color: #fff
}

.bg-black {
    background-color: #1f1d1d;
    color: #fff
}

.bg-red {
    background-color: #bb3535;
    color: #fff
}

@media (max-width: 767.5px) {

    .urunListesi .navbar-nav .nav-link.active,
    .urunListesi .navbar-nav .nav-link:hover {
        background-color: #b71c1c;
        color: #fff !important
    }

    .urunListesi .navbar-nav .nav-link {
        border: 3px solid transparent;
        margin: 0.8rem 0;
        display: flex;
        border-radius: 10px;
        justify-content: center
    }
}
