﻿#products .item .down-content h4 {
    font-size: 16px;
}

#products .item .down-content span {
    font-size: 14px;
    margin-top: -10px;
}

#products .item .down-content {
    padding-top: 10px;
}

#products .item {
    margin-bottom: 20px;
}

   


    #products .item .thumb .hover-content ul li a {
        width: 100px;
    }

    #products .item .thumb:hover .hover-content {
        bottom: 40%;
    }

@media (max-width:767px) {
    

    #products .item .down-content h4 {
        font-size: 14px;
    }

    #products .item .down-content span {
        font-size: 12px;
    }
}



    #products .pagination span {
        text-align: center;
        width: 100%;
    }

    #products .pagination span {
        display: inline;
        margin: 0px 5px;
    }

        #products .pagination span span {
            display: inline;
            padding: 10px 18px 10px 18px;
            border: 1px solid black;
            background: #2a2a2a;
            color: #fff;
        }

        #products .pagination span a {
            width: 44px;
            height: 44px;
            border: 1px solid #2a2a2a;
            display: inline-block;
            text-align: center;
            line-height: 44px;
            font-size: 14px;
            font-weight: 500;
            color: #2a2a2a;
        }

            #products .pagination span a:hover,
            #products .pagination span.active a {
                background-color: #2a2a2a;
                color: #fff;
            }


    @media(max-width:767px) {
        .pagination {
            padding-top: 30px;
        }

        #products .pagination span {
            text-align: center;
            width: 100%;
            display: inline;
            margin: 0px 5px;
        }

            #products .pagination span span {
                display: inline;
                padding: 10px 18px 10px 18px;
                border: 1px solid black;
                background: #2a2a2a;
                color: #fff;
            }

            #products .pagination span a {
                /*width: 44px;
                    height: 44px;
                    border: 1px solid #2a2a2a;
                    display: inline-block;
                    text-align: center;
                    line-height: 44px;
                    font-size: 14px;
                    font-weight: 500;
                    color: #2a2a2a;*/
                display: inline;
                padding: 10px 16px 10px 16px;
                border: 1px solid black;
                background: #fff;
                color: #2a2a2a;
            }

                #products .pagination span a:hover,
                #products .pagination span.active a {
                    background-color: #2a2a2a;
                    color: #fff;
                }
    }



    .block {
        height: 300px;
        width: 100%;
        /*border: 1px solid Black;*/
        overflow-y: scroll;
        font-size: 12px;
    }

        .block td input {
            margin: 10px;
        }

    .filter-container {
        border: 1px solid #2a2a2a;
        margin-left: 10px;
        margin-right: 25px;
        margin-bottom: 160px;
        padding-top: 10px;
        border-radius: 20px;
        margin-top: 25px;
        max-height: 1050px;
    }

    @media (max-width:767px) {
        .filter-container {
            border: none;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 0px;
            padding-top: 0px;
            padding-bottom: 7px;
            border-radius: 20px;
            margin-top: 0px;
            max-height: 1050px;
        }
    }

    .btn-darko {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
        font-size: 14px;
        margin: 10px 20px 10px 20px;
    }

        .btn-darko:hover {
            color: #343a40;
            background-color: #fff;
            border-color: #343a40;
            font-size: 14px;
            margin: 10px 20px 10px 20px;
        }

    @media (max-width: 1642px) {
        .btn-darko {
            font-size: 11px;
            margin: 10px 10px 10px 10px;
        }

            .btn-darko:hover {
                font-size: 11px;
                margin: 10px 10px 10px 10px;
            }
    }
    /*@media (max-width: 1338px) {
            .btn-darko {
                font-size: 11px;
                margin: 10px 10px 10px 10px;
            }
            .btn-darko:hover {
                font-size: 11px;
                margin: 10px 10px 10px 10px;
            }
        }*/

    @media (max-width:767px) {
        .btn-darko {
            font-size: 14px;
            margin: 10px 20px 10px 20px;
        }

            .btn-darko:hover {
                font-size: 14px;
                margin: 10px 20px 10px 20px;
            }
    }

    #lblmarkalar {
        font-size: 12px;
    }
    /*@media (max-width:767px) {
            #products .item .thumb .hover-content {
                bottom: 5px;
                opacity: 1;
                visibility: visible;
            }
            
        }*/
    /*#flip {
            display: none;
        }

        #panelmenu {
            display: block;
        }

        @media (max-width:767px) {
            #flip {
                cursor: pointer;
                display: block;
                text-align: center;
            }

            #panelmenu {
                display: none;
            }
        }*/

    #products .item .thumb {
        border: 1px solid #c4c4c4;
    }

    #myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        #myImg:hover {
            opacity: 0.7;
        }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 999; /* Sit on top */
        /*padding-top: 100px;*/
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }

    /* Modal Content (image) */
    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        top: 100px;
    }

    @media (max-width: 1500px) {
        .modal-content {
            top: 0%;
        }
    }

    @media (max-width: 700px) {
        .modal-content {
            top: 10%;
        }
    }

    /* Caption of Modal Image */
    #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        /*height: 150px;*/
    }

    /* Add Animation */
    .modal-content, #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }

        to {
            -webkit-transform: scale(1)
        }
    }

    @keyframes zoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    /* The Close Button */
    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

        .close:hover,
        .close:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }

    /* 100% Image Width on Smaller Screens */
    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }

