.in-page .sidebar{
    margin-top: 0;
    background-color: #fff;
    padding: 20px 0;
    padding-right: 20px;
    width: 100%;
}
.in-page .sidebar-widgets-wrap{
    margin-bottom: 100px;
}
.in-page .sidebar .widget:first-child{
    margin-top: 0;
}
.in-page .sidebar .widget{
    background-color: #f5f6f7;
    padding: 30px;
    border-radius: 30px;
    border: 0;
    margin-top: 20px;
}

.in-page .sidebar .widget .sidebar-title{
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: none;
    color: #3b475b;
    position: relative;
}
.in-page .sidebar .widget .sidebar-title::before{
    content: "\e99f";
    font-size: 6px;
    font-family: 'font-icons';
    color: #005487;
    position: relative;
    top: -3px;
    opacity: 1;
    margin-right: 10px;
    transition: all .3s;
}
.in-page .sidebar .widget .sidebar-title::after{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #005487;
    display: block;
    top: 25px;
    left: 17px;
    opacity: .4;
}

.in-page .sidebar .nav-tree > ul{
    margin: -8px 18px;
}

.in-page .sidebar .nav-tree li{
    list-style: disc;
    list-style-type: disclosure-closed;
    font-size: 10px;
    line-height: 1.4;
    color: #ccc;
}
.in-page .sidebar .nav-tree li::marker{
    top: -3px !important;
    position: relative;
}
.in-page .sidebar .nav-tree li a{
    display: block;
    padding: 5px 0;
    color: #4e4e4e;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.2px;
}
.nav-tree li:hover::marker, .nav-tree li.active::marker{
    color: #005487;
}
.nav-tree li.active > a{
    color: #005487!important;
    font-weight: 500 !important;
}
/* Kategori */
.active a .kategori-sayi-badge{
    color: #005487;
}
.kategori-sayi-badge{
    background-color: transparent;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 4px;
    position: relative;
    display: inline-block;
    color: #8497aa;
    border: 1px solid #dce2e9;
    top: -1px;
    letter-spacing: 0;
    height: 16px;
    line-height: 14px;
    width: 34px;
    text-align: center;
}

.products-p .products-widet-sub-link{
    display: block;
    padding: 10px 15px;
    padding-top: 0;
}
/* #Kategori */

/* Arama Formu */
form.widget-in-page-search-form{
    margin-bottom: 0;
}
form.widget-in-page-search-form .input-group input{
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #6f8193;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dbdbdb;
    border-radius: 30px;
}
form.widget-in-page-search-form .input-group button{
    color: #fff;
    background-color: #005487;
    border-color: #005487;
    border-radius: 30px;
}
/* #Arama Formu */

/* Filitre */
.products-p .widget-filter-links{
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.products-p .filter-title{
    font-size: 14px;
    border-bottom: 3px solid #f5f6f7;
    padding: 0 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.products-p .widget-filter-links ul{
    list-style: none;
    margin-bottom: 0;
    padding: 5px 10px;
}
.products-p .widget-filter-links li a{
    display: block;
    color: #7e7e7e;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .2px;
}
.products-p .widget-filter-links li a:hover{
    color: #005487;
}
/* #Filitre */

/* Kampanya */
.m-menu-bg{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 180px;
    border-radius: 20px;
    border: 10px solid #f6f6f6;
}
#oc-kamoanya-sidebar .fbox-content h3{
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #5a5a62;
    text-align: center;
    line-height: 1.3;
    margin-top: 8px;
}
/* #Kampanya */

/* Fbox */
#oc-card-sidebar-2 .fbox-content{
    display: flex;
    align-items: center;
}
#oc-card-sidebar-2 .fbox-content h3{
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
    color: #005487;
    line-height: 1.2;
}
/* #Fbox */

/* Page Filter */
.page-filter{
    display: none;
}
/* #Page Filter */

/* SideBar Close Area */
.sidebar-close-area::before{
    content: '';
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* #SideBar Close Area */

/* Media Queries */
@media (max-width: 1700px){
    #oc-card-sidebar-2 .fbox-lg .fbox-icon{
        width: 100%;
        height: 60px;
        display: flex;
        margin-bottom: 10px;
    }
    #oc-card-sidebar-2 .fbox-content{
        text-align: center;
        justify-content: center;
    }
    #oc-card-sidebar-2 .fbox-content h3{
        font-size: 15px;
    }
}

@media (max-width: 1400px){
    .in-page .sidebar .widget{
        padding: 25px 20px;
    }
    
    .in-page .sidebar .nav-tree li a{
        font-size: 14px;
        padding: 4px 0;
    }
    .kategori-sayi-badge{
        width: 30px;
    }
    #oc-kamoanya-sidebar .m-menu-bg{
        height: 180px;
    }
}

@media (max-width: 1200px){
    .in-page .sidebar .widget{
        padding: 20px;
    }
    .in-page .sidebar .widget .sidebar-title{
        font-size: 15px;
    }
}

@media (max-width: 991.98px){
    /* Filtrele */
    .page-filter{
        padding: 0 10px !important;
        display: block;
        margin-bottom: 0;
        margin-top: 30px !important;
    }
    .btn-filter{
        border: none;
        background-color: #f5f6f7;
        font-size: 14px;
        padding: 3px 20px;
        border-radius: 20px;
        font-weight: 500;
        color: #008dd2;
        letter-spacing: -.2px;
    }
    .btn-filter i{
        font-weight: 700;
        top: 1px;
        position: relative;
        margin-right: 2px;
    }
    /* #Filtrele */

    /* SideBar */
    .filter-sidebar{
        position: fixed !important;
        display: block;
        z-index: 499;
        width: 300px;
        height: calc(100vh);
        max-height: none!important;
        margin: 0!important;
        left: auto;
        right: 0!important;
        top: 0!important;
        padding: 25px!important;
        padding-top: 20px !important;
        background-color: #FFF !important;
        border-right: 1px solid #EEE!important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate(300px,0);
        -o-transform: translate(300px,0);
        transform: translate(300px,0);
        -webkit-backface-visibility: hidden;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform .3s ease-in-out,opacity .2s ease!important;
        -o-transition: -o-transform .3s ease-in-out,opacity .2s ease!important;
        transition: transform .3s ease-in-out,opacity .2s ease!important;
    }
    .filter-sidebar-open{
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        z-index: 999 !important;
        -webkit-transition: -webkit-transform .3s ease-in-out,opacity .2s ease!important;
        -o-transition: -o-transform .3s ease-in-out,opacity .2s ease!important;
        transition: transform .3s ease-in-out,opacity .2s ease!important;
    }

    .in-page .sidebar .widget{
        padding: 20px;
        max-width: 88% !important;
        flex: 0 0 88%;
        margin: auto;
        margin-bottom: 20px;
    }

    /* #SideBar */
    
}

@media (min-width: 768px) and (max-width: 991.98px){
    .sidebar-widgets-wrap{
        position: relative;
        display: -ms-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px -40px;
    }
}

@media (max-width: 991.98px){
    .product-detail-filter{padding: 0 0 !important}
    .urunler-alternatif .products-list{
        margin-top: 45px;
    }
    .urun-sidebar-1 .col-md-3.filter-col{
        position: absolute;
        top: -70px;
    }
    .filter-sidebar{
        width: 300px !important;
    }
}

@media (max-width: 767.98px){
    .filter-sidebar{
        padding: 5px !important;
        padding-top: 20px !important;
    }
    .urun-sidebar-1 .col-md-3.filter-col{top: -40px}
}