﻿.list-kategori li {
    padding: 15px 10px;
    cursor: pointer;
    width: 20%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

    .list-kategori li img {
        margin: 0 auto;
    }

.modal-body > img {
    margin-bottom: 10px;
}

.box_product {
    float: left;
    width: 25%;
}

    .box_product > .box_inset {
        background: #02283d;
        display: inline-block;
        color: #FFFFFF;
        width: 100%;
        border-right: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        position: relative;
        font-size: 13px;
        line-height: 40px;
        padding-left: 10px;
    }

        .box_product > .box_inset > .p_compare,
        .box_product > .box_inset > .p_download {
            display: inline-block;
            line-height: 40px;
            width: 42px;
            height: 40px;
            background-color: #1d7cb2;
            transition: background-color 250ms ease;
            color: #fff;
            font-size: 23px;
            cursor: pointer;
            position: absolute;
            right: 0;
            text-align: center;
            padding: 0;
            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;
        }

        .box_product > .box_inset > .p_compare {
            right: 42px;
            border-right: 0;
            margin-right: 0;
            border-right: 1px solid #fff;
        }

        .box_product > .box_inset > a {
            color: #ffffff;
            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;
        }

            .box_product > .box_inset > a:hover {
                background-color: #02283d;
                border-left: 1px solid #1d7cb2;
            }

ul li, ol li {
    margin: 0;
    padding: 0;
}

/*.fltr {
    clear: both;
}*/

.ProductRight {
    margin-top: 20px;
    background: #fff;
    padding: 0;
}


    .ProductRight hr {
        width: 50%;
        border-color: #e5e5e5;
    }

    .ProductRight > .container-fluid {
        padding: 0;
    }

    .ProductRight h1 {
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        /*letter-spacing: .1875rem;*/
        line-height: 1.4;
        text-align: center;
        padding: 5px 0;
    }

    .ProductRight > .katRsm > a > img {
        margin: 5px auto;
    }

.product_box2 {
    float: left;
    width: 24.24%;
    text-align: center;
    margin: 5px;
}

.product_box {
    float: left;
    width: 32.57%;
    text-align: center;
    margin: 5px;
}

    .product_box .pTp {
        height: auto;
    }

        .product_box .pTp img {
            height: 240px !important;
            min-height: 240px !important;
        }

.post.product_box2 .pTp img {
    height: 175px;
    min-height: 175px;
}
/*a:focus, a:hover {
    color: #6580b8;
}*/

.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 {
    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;
        margin: 5px;
        border: 1px solid #1DBAC4;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        color: #00bac5;
        font-weight: 400;
    }

        .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: #6580b8;
        }

.tgKat,
.tgMrk,
.tgRnk {
    position: relative;
}

    .tgKat > ul,
    .tgMrk > ul,
    .tgRnk > ul {
        display: none;
        position: relative;
        width: 100%;
        z-index: 999;
        background-color: #fff;
        margin: 0;
        font-size: 16px;
        color: #00bac5;
        font-weight: 400;
        top: 0;
        bottom: auto;
        border-radius: 5px;
        left: 3px;
    }

.tgMrk {
    margin: 5px;
    font-size: 12px;
}

.tgRnk {
    margin: 5px;
    font-size: 12px;
}

.tgFyt {
    margin: 5px;
    font-size: 12px;
}

.tgKat > ul > li > a, .tgMrk > ul > li > a, .tgRnk > ul > li > a {
    font-family: 'Montserrat',sans-serif;
    border-left: 2px solid #fff;
    padding: 5px;
    display: block;
    transition: border-color .4s ease-in;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #00bac5;
    font-weight: 400;
}

    .tgMrk > ul > li > a:hover:before, .tgKat > ul > li a:hover:before, .tgRnk > ul > li a:hover:before {
        content: "\f054";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px;
    }

    .tgKat > ul > li > a > i, .tgRnk > ul > li > a > i {
        float: right;
        font-size: 14px;
        transition: transform .2s ease-in;
        color: #5c5c5c;
        margin-right: 10px;
    }

.tgKat > ul > .open > a > i, .tgRnk > ul > .open > a > i {
    transform: rotate(45deg);
    transition: transform .2s ease-in;
    color: #6580b8;
}

.tgKat > ul > li > ul, .tgRnk > ul > li > ul {
    position: relative;
    box-shadow: none;
    border: 0;
    width: 100%;
    padding: 5px 15px;
}

    .tgKat > ul > li > ul > li > a, .tgRnk > ul > li > ul > li > a {
        font-family: 'Montserrat',sans-serif;
        padding: 3px 5px;
        border-left: 2px solid #6580b8;
        font-size: 12px;
    }

    .tgKat > ul > li > ul > li > ul, .tgRnk > 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, .tgRnk > 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: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6580b8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
}

.pagination > li > a, .pagination > li > span {
    color: #6580b8;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 2;
        color: #FFF;
        background-color: #6580b8;
        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: #6580b8;
    color: #fff;
}

.sayfalama {
    text-align: right;
}

.pagination {
    float: none;
    display: inline-block;
    width: auto;
}

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: 40px;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }*/

.f_alani {
    font-size: 20px;
    color: #000;
    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;
}

@media(max-width:767px) {
    .product_box2, .ListScnz {
        width: 100%;
    }
.ProductRight {
    padding: 0;
}
    .ProductLeft,
	.liste-kategori{
        padding: 0;margin-top: 0;
    }

    .Layout {
        display: none;
    }

    .content {
        padding: 10px 0;
    }

    .list-kategori li {
        width: 50%;
		padding: 10px 5px 0 10px;		
    }
	.list-kategori li:nth-child(even){
		padding-left: 5px;		
		padding-right: 10px;		
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .product_box {
        width: 31%;
    }

    .ProductLeft {
        padding: 0 0 0 10px;
    }

    .product_box2 {
        width: 23%;
    }
}

@media(min-width:768px) {
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}

@media(min-width:1201px) and (max-width:1326px) {
}

@media (min-width:1382px) {
}
