﻿.ProductLeft {
    margin-top: 10px;
    background: #fff;
    padding: 0 0 0 100px;
}

.ProductRight {
    padding: 0 20px;
}

    .ProductRight hr {
        margin: 30px 0 20px;
        border-top: 2px solid #b2bec3;
    }

.product_box2 {
    float: left;
    width: 23.9%;
    text-align: center;
    margin: 5px;
}

.product_box {
    float: left;
    width: 32%;
    text-align: center;
    margin: 5px;
}

    .product_box .pTp {
        height: auto;
    }

        .product_box .pTp img {
            transform: translateY(0%);
        }

a:focus, a:hover {
    color: #d63031;
}

.Layout {
    float: right;
    text-align: right;
}

    .Layout .btn-group {
        padding: 5px;
        float: right;
    }

        .Layout .btn-group a {
            margin-right: 5px;
            padding: 5px;
            float: left;
        }

            .Layout .btn-group a span.th-theree {
                margin-right: 5px;
                width: 25px;
                height: 25px;
                font-size: 20px;
                display: block;
                background-image: url('../../img/there_layout.png');
            }

            .Layout .btn-group a span.th-four {
                width: 25px;
                height: 25px;
                font-size: 20px;
                display: block;
                background-image: url('../../img/four_layout.png');
            }

.ListScnz {
    float: right;
}

    .ListScnz h1, .Layout h1 {
        font-size: 20px;
        text-align: right;
        display: inline-block;
        margin-right: 10px;
        font-weight: bold;
    }

    .ListScnz .srla {
        width: 75%;
        cursor: pointer;
        padding: 0;
        font-size: 13px;
        font-weight: 400;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../../img/rgt.png) no-repeat right #fff;
        padding-left: 10px;
    }

        .ListScnz .srla:focus {
            background: url(../../img/rgtt.png) no-repeat right #fff;
        }

        .ListScnz .srla::before {
            position: absolute;
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f107";
            top: 0;
            right: 0;
            z-index: 1;
        }

.ProductLeft > div {
    margin-bottom: -1px;
}

    .ProductLeft > div:first-child {
        margin-bottom: 0;
    }

.katH2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

    .katH2 > a {
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        display: block;
        padding: 10px;
    }

        .katH2 > a > i {
            float: right;
            margin: -5px 10px;
            font-size: 30px;
            vertical-align: super;
            transition: all .5s ease;
        }

            .katH2 > a > i.rttp {
                transform: rotate(-90deg);
                transition: all .5s ease;
            }

        .katH2 > a:hover {
            color: #d63031;
        }

.tgKat {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: white;
    margin: 12px auto;
    font-size: 13px;
}

    .tgKat ul li {
        display: inline-block;
    }

        .tgKat ul li a {
            font-size: 20px;
            font-weight: bold;
        }

.tgMrk {
    margin: 5px;
    font-size: 12px;
}

.tgRnk {
    margin: 5px;
    font-size: 12px;
}

.tgFyt {
    margin: 5px;
    font-size: 12px;
}

.tgMrk > ul > li > a, .tgRnk > ul > li > a {
    border-left: 2px solid #fff;
    padding: 3px;
    display: block;
    transition: border-color .4s ease-in;
    display: inline-block;
    width: 100%;
}

.tgKat > ul > li > a {
    font-family: 'Montserrat',sans-serif;
    border-left: 2px solid #fff;
    padding: 3px;
    display: block;
    transition: border-color .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
}

    /*.tgMrk > ul > li > a:hover:before, .tgKat > ul > li a:hover:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}*/

    .tgKat > ul > li > a > i {
        float: right;
        font-size: 14px;
        transition: transform .2s ease-in;
        color: #5c5c5c;
        margin-right: 10px;
    }

.tgKat > ul > .open > a > i {
    transform: rotate(45deg);
    transition: transform .2s ease-in;
    color: #d63031;
}

.tgKat > ul > li > ul {
    position: relative;
    box-shadow: none;
    border: 0;
    width: 100%;
    padding: 5px 15px;
}

    .tgKat > ul > li > ul > li > a {
        font-family: 'Montserrat',sans-serif;
        padding: 3px 5px;
        border-left: 2px solid #d63031;
        font-size: 12px;
    }

    .tgKat > ul > li > ul > li > ul {
        position: relative;
        box-shadow: none;
        border: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        margin: 0 5px 5px 2px;
    }

        .tgKat > ul > li > ul > li > ul > li > a {
            padding: 3px 5px;
            border-left: 2px solid #C7D0DE;
            font-size: 12px;
        }

.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    position: relative;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    margin: 0 5px 5px 2px;
}

.dropdown-menu > li > a > i {
    float: right;
    font-size: 14px;
    transition: transform .2s ease-in;
    color: #5c5c5c;
    margin-right: 10px;
}

.dropdown-menu > .open > a > i {
    transform: rotate(45deg);
    transition: transform .2s ease-in;
}

.PriceFrm {
}

    .PriceFrm > label, .PriceFrm > span {
        display: inline-block;
        color: #7c7c7c;
        font-weight: normal;
    }

    .PriceFrm > .pull-left, .PriceFrm > .pull-right {
        width: 50%;
    }

    .PriceFrm > div > input {
        display: inline-block;
        border: 0;
        width: 30px;
        font-weight: bold;
        color: #7c7c7c;
        font-weight: normal;
        background: #fff;
    }

.btnFltrle {
    display: block;
    margin: 5px 0;
    color: #7c7c7c;
    font-weight: 500;
    padding: 5px 0;
    text-align: right;
}

.katH2 > a > i.fa-trash-o {
    font-size: 17px;
    margin: 0px 10px;
}

.fltr > div > a {
    border-left: 2px solid #fff;
    padding: 3px;
    display: block;
    transition: border-color .4s ease-in;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

    .fltr > div > a > i {
        float: right;
        font-size: 14px;
        transition: transform .2s ease-in;
        color: #5c5c5c;
        margin-right: 10px;
    }

.pagination > li > span > span > a {
    position: relative;
    float: left;
    padding: 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #d63031;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
    font-size: 14px;
}

.pagination > li > a, .pagination > li > span {
    color: #d63031;
    padding: 10px;
    font-size: 17px;
        margin-right: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 2;
        color: #FFF;
        background-color: #d63031;
        border-color: #ddd;
    }

.pagination > li > span {
    position: relative;
    float: left;
    padding: 0;
    margin-left: 0px;
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    border: 0;
}

.SayfalamaNo span .active {
    background: #d63031;
    color: #fff;
}

.sayfalama {
    text-align: center;
}

.pagination {
    float: none;
    display: inline-block;
    width: auto;
}

    .pagination > li.ileri > a, .pagination > li.ileri > span {
        margin-right: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

strong {
    font-weight: bold;
    height: 35px;
}

.content {
    padding: 20px 0;
}

.ProductRight > .post {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    background: #f7f7f7;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .ProductRight > .post:hover {
        -webkit-box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
        box-shadow: 0 8px 30px 0 rgba(0,0,0,0.30);
        transform: translate3d(0,-3px,0);
    }

    .ProductRight > .post h4 {
        height: 8vh;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.f_alani {
    font-size: 20px;
    color: #2d3436;
    height: 100px;
}

    .f_alani small {
        display: block;
        color: #7c7c7c;
        font-size: 12px;
        height: 35px;
    }

    .f_alani h6 {
        font-weight: bold;
        height: 20px;
    }

.mensei {
    text-align: left;
    font: normal normal 16px/16px 'Titillium Web',sans-serif;
    height: 30px;
}

.pTp {
    height: 50vh !important;
}

    .pTp > .in {
        height: calc(100%);
    }

        .pTp > .in > .image_area {
            position: relative;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            background-blend-mode: overlay;
            background-color: rgba(0,0,0,0.1);
            display: block;
        }

@media(max-width:767px) {
    .product_box2, .ListScnz {
        width: 100%;
    }

    .ProductLeft {
        padding: 0 0 0 10px;
    }

    .Layout {
        display: none;
    }

    .content {
        padding: 10px 0;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .product_box {
        width: 31%;
    }

    .ProductLeft {
        padding: 0 0 0 10px;
    }

    .product_box2 {
        width: 23%;
    }
}
