﻿body {
}

.page-content {
  
}

.hesabim-menu {
    padding-left: 0;
}

    .hesabim-menu ul {
        border: 1px solid #ccc;
        background-color: #fff;
        list-style: none;
        padding: 0;
    }

    .hesabim-menu li {
        margin: 0 15px;
        padding: 10px 5px;
        border-bottom: 1px dotted rgba(21, 65, 86, 0.3);
    }

        .hesabim-menu li a {
            text-decoration: none;
            font-weight: bold;
            color: #7b7b7b;
            font-size: 13px;
            letter-spacing: 0;
        }

        .hesabim-menu li:last-child {
            border-bottom: 3px solid transparent;
        }

.kategori-filtre .filtre {
    min-height: initial;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
    background-color: #fff;
    border-color: #ccc;
    margin-bottom: 5px;
    border-radius: 3px;
    display: flex;
    padding-right: 10px;
    font-size: 14px;
}

.filtre .form-control {
    font-size: 13px;
}

.filtre .span {
    margin-right: 3px;
}

hr {
    margin: 5px 0px;
}

.filtre .btn-blue {
    height: 38px;
}



   

        .product-box:hover a {
            text-decoration: none;
            color: inherit;
        }


.button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .button-area .btn-circle {
        border-radius: 50%;
        background-color: #f9f9f9;
        border: 1px solid #e0e0e0;
        margin-left: 10px;
        margin-right: 10px;
        width: 45px;
        height: 45px;
        position: relative;
    }

        .button-area .btn-circle .fa {
            color: #000;
            font-size: 20px;
            position: absolute;
            top: .73rem;
            left: .73rem;
        }


.urun-detay, .urun-detay:hover, .urun-detay:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.kategori-dropdown {
    width: 100%;
    position: relative;
}

    .kategori-dropdown .btn {
        width: 100%;
    }

    .kategori-dropdown .dropdown-menu {
        transform: none !important;
        top: 35px !important;
        width: 100%;
    }

        .kategori-dropdown .dropdown-menu .dropdown-item {
            padding: 5px;
            font-size: 13px;
            color: #080808;
        }

.kategori-urunler {
    padding: 5px;
    

}
.kategori-filtre{
    background-color:#fff;
}


.filtre {
    border-bottom: 1px solid #ddd;
}

.pagination > li.active input {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #ffd006;
    border-color: #ffd006;
}

.pagination > li input {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}

.pagination > li:first-child input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}




@media screen and (max-width: 991px) {
    .kategori-filtre .filtre {
        display: block;
        text-align: center;
    }

   
}

@media screen and (max-width: 767px) {
    .product-box {
   
        height: 450px;
    }

        .product-box .image {
            width: 200px;
            height: 200px;
        }

            /*.product-box .image img {
                margin-left: -80px;
                margin-top: -60px;
            }*/

        .product-box .product-name {
            max-height: 60px;
        }
}

@media screen and (max-width: 425px) {
  

        /*.product-box .image img {
            margin-left: -65px;
            margin-top: -45px;
            height: 100%;
        }*/

    .product-box .product-name {
        max-height: 78px;
    }

    .product-box {
        height: 400px;
    }

    .product-box .add-pocket-area .btn-orange,
    .product-box .add-pocket-area .btn-orange:focus,
    .product-box .add-pocket-area .btn-orange:hover {
        font-size: 14px;
        margin-left: -63px;
    }

    .product-box .price .new {
        font-size: 22px;
    }

    .product-box .add-pocket-area {
        height: 50px;
    }

    .product-area .button-area .btn-circle .fa {
        top: .70rem;
        left: .60rem;
    }

    .product-area .button-area .btn-circle .fa {
        font-size: 18px;
    }

    .product-area .button-area .btn-circle {
        width: 38px;
        height: 38px;
    }

    .product-area .button-area .btn-circle {
        margin-left: 5px;
        margin-right: 5px;
    }
}
