﻿
.pl-link-map .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    font-size: 13px;
    border-radius: 0;
    margin-top: 2px;
    padding: 0.75rem 0;
    border-bottom: 0;
}

.category-product-sort {   
    margin-bottom:12px;
    padding-right:12px;
    height:29px;
}

/*.category-product-filter {
    position: fixed;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    background-color: #ff6a00;
    color: #fff;
    width: 70px;
    height: 70px;
    box-shadow: 1px 0 20px #808080;
    font-size: 26px;
    overflow: hidden;
    text-align: center;
    padding-top: 6px;
    cursor: pointer;
    z-index:13;
}
    .category-product-filter > span {
        display:block;
        width:100%;
        font-size:12px;
       text-align:center;
        font-weight:bold;
    }
    .category-product-filter > .fa-check {       
        font-size: 36px;          
        display:none;
    }*/

.category-product-paging {
    border-top: 1px solid #e6e6e6;   
    display:flex;
    justify-content:center;
    width:100%;
    margin-bottom:-12px;
    min-height:25px;
}

.category-product-left > div {
    border: 1px solid #e6e6e6;
    padding:10px;
    margin-right:12px;
}
.category-product-left > h3 {
    /*background-color: #323232;*/
    border: 1px solid #e6e6e6;
    color: #323232;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    text-align: left;
    padding: 10px;
    height: 41px;
}
.cp-category-item {
    margin-bottom:3px;
}
    .cp-category-item > a {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .cp-category-item > ul {
        padding-left:10px;
    }
        .cp-category-item > ul > li > a {
            margin: 2px 0;
            font-size: 12px;
            letter-spacing: 1px;
            display:block;
            width:100%;
            color:#323232;
        }
            .cp-category-item > ul > li > a:hover {
                color: #082fa2;
            }

.clear {
    clear: both;
}

.urun_filitre {
    width: auto;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    display:block;
}

    .urun_filitre .filtre_box {
        height: auto;
        float: left;        
    }
        .urun_filitre .filtre_box .filtre_title {
            width: 135px;
            height: 20px;
            display: block;
            font-size: 13px;
            color: #069;
        }
        .urun_filitre .filtre_box .filtre_select {
            border: 1px solid #e2e2e2;
            padding-left: 3px;
            outline: 0;
            color: #666;
            width: 100%;
        }
        .urun_filitre .filtre_box:nth-child(4n) {
            margin-right: 0;
            width: auto;
            margin-top: 30px;
            color: #069;
            font-size: 16px;
        }
.filtre_ozet {  
    height: auto;
    padding: 10px 9px 15px;
    border: 1px solid #f0f0f0;
    background: #FFF;
    margin: 10px 0;
}
    .filtre_ozet .filtre_ozet_urun {
        width: auto;
        height: auto;
        padding: 4px 30px 4px 5px;
        color: #333;
        font-size: 14px;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
        margin-top: 7px;
        display: inline-block;
        background: url(https://sirius-image.s3.eu-central-1.amazonaws.com/icerik/filtre-close.png) right center no-repeat #fff;
        clear: both;
    }
.serach-title {
    text-align:center;
    font-size:20px;
    color:#069;
    padding:10px 0;
    background-color:#fff;
    margin-bottom:10px;
}
.cp-title {
    text-align: center;
    font-size: 18px;
    background-color: #069;
    color:#fff;
    padding: 10px 0;    
    margin-bottom: 10px;
}

.alt_bilgi {
    padding: 10px;
    height: 100px;
    overflow-y: scroll;
    line-height: 22px;
    width: auto;
    margin-bottom: 20px;
    background: #fff;
    font-size: 14px;
    color: #666;
    border: 1px solid #e2e2e2;
}

@media screen and (max-width:767px) {
    .category-product-left{float:left;width:100%;display:none; }
    .category-product-right {float:left;width:100%; border: 0; padding:0;  background-color:#fff;}

    .category-product-item {width:50%;float:left;padding:5px 3px 3px 5px;}
    
    .category-product-items { margin-right:2px; display:inline-block;width:100%; }
    .category-product-sort .product-sort-container { margin-right: -4px;margin-left: 4px;}

    .pl-link-map { width: 100%; padding:0 5px;}

    .category-product-filter {display: block;}

    .urun_filitre .filtre_box {padding-right: 4px;}
    .urun_filitre .filtre_box .filtre_select{height: 35px;font-size: 13px;}
}

@media (min-width: 768px) {
    .category-product-left{float:left;width:28%;display:none; }
    .category-product-right {float: left;width: 100%;border: 0;padding: 0;background-color: #fff}

    .category-product-item {width:33.3333%;float:left;padding:0 12px 12px 0;}
   
    .category-product-items { margin-right:-11px; width:100%;}
    .category-product-sort .product-sort-container { margin-right: -10px;margin-left: 0;}

    .pl-link-map { width: 100%; padding:0;}

    .category-product-filter {display: block;}

    .urun_filitre .filtre_box {margin-right: 20px;}
    .urun_filitre .filtre_box .filtre_select{height: 35px;font-size: 13px;}
}

@media (min-width: 992px) {
    .category-product-left{float:left;width:22%;display:block;}
    .category-product-right {float:left;width:78%; border: 1px solid #e6e6e6; padding:12px; background-color:#fbfbfb}

    .category-product-item {width:25%;float:left;padding:0 12px 12px 0;}

    .category-product-items { margin-right:-11px;width:100%; }
    .category-product-sort .product-sort-container { margin-right: -10px;margin-left: 0;}

    .pl-link-map { width: 100%; padding:0;}

    .category-product-filter {display: none;}

    .urun_filitre .filtre_box {margin-right: 20px;}
    .urun_filitre .filtre_box .filtre_select{height: 35px;font-size: 13px;}
}

@media (min-width: 1200px) {
    .category-product-left{float:left;width:26%;display:block; }
    .category-product-right {float:left;width:74%;border: 1px solid #e6e6e6; padding:12px; background-color:#fbfbfb }

    .category-product-item {width:25%;float:left;padding:0 12px 12px 0;}

    .category-product-items { margin-right:-11px;display:inline-block;width:100%; }
    .category-product-sort .product-sort-container { margin-right: -10px;margin-left: 0;}
   
    .pl-link-map { width: 100%; padding:0;}

    .category-product-filter {display: none;}

    .urun_filitre .filtre_box {margin-right: 20px;}
    .urun_filitre .filtre_box .filtre_select{height: 35px;font-size: 13px;}
}
