﻿

.container {
    max-width: 1400px !important;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: #00869A;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

    .footer-col h4 {
        font-size: 18px;
        color: #ffffff;
        text-transform: capitalize;
        margin-bottom: 35px;
        font-weight: bold;
        position: relative;
    }

        .footer-col h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            background-color: darkgray;
            height: 4px;
            box-sizing: border-box;
            width: 90px;
        }

    .footer-col ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        font-size: 16px;
        text-transform: capitalize;
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        color: white;
        display: block;
        transition: all 0.3s ease;
    }

        .footer-col ul li a:hover {
            color: #ffffff;
            padding-left: 8px;
        }

    .footer-col .social-links a {
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: rgba(255,255,255,0.2);
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        color: #ffffff;
        transition: all 0.5s ease;
    }

        .footer-col .social-links a:hover {
            color: #24262b;
            background-color: #ffffff;
        }

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}

.productUl {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-li a {
    display: block;
    color: #595959;
    padding: 4px 16px;
    text-decoration: none;
}

    .product-li a.active {
        background-color: #00869A;
        color: white;
    }

    .product-li a:hover:not(.active) {
        color: #white;
    }

.vertical-navbar {
    padding: 3% 25px;
    /*    margin-left: 10%;
    margin-right: 8%;*/
    display: flex;
}

.product-category {
    /*    display: flex;
*/
}

.col-product {
    border: solid;
    border-width: 1px;
    border-color: #eeeeee;
    border-radius: 10px;
    margin: 0 12px;
    transition: .3s;
    width: 18%;
    height: 340px;
    position: relative;
    display: flex;
    margin-right: 10px;
}

@media(min-width: 1400px) {
    .col-product {
        width: 18%;
    }
}

@media(min-width:1300px) and (max-width: 1400px) {
    .col-product {
        width: 17%;
    }
}

@media(min-width:1000px) and (max-width: 1300px) {
    .col-product {
        width: 22.5%;
    }
}

@media(min-width:800px) and (max-width: 1124px) {
    .col-product {
        width: 21%;
    }
}

@media(min-width:758px) and (max-width: 800px) {
    .col-product {
        width: 22%;
    }
}

@media(min-width:685px) and (max-width: 758px) {
    .col-product {
        width: 30%;
    }
}

@media(min-width:550px) and (max-width: 684px) {
    .col-product {
        width: 29%;
    }
}

@media(min-width:500px) and (max-width: 550px) {
    .col-product {
        width: 43%;
    }
}

.productdescription {
    /*    position: absolute;
*/ bottom: 0;
}

.col-product:hover {
    box-shadow: rgba(99 99 99 / 20%) 0 2px 8px 0;
}

.product-group-main-title {
    border-bottom: 1px solid #F6F6F6;
}

.page-link {
    color: #00869A !important;
}

    .page-link:hover {
        background-color: #00869A !important;
        color: white !important;
    }

.page-item.active .page-link {
    background-color: #00869A !important;
    color: white !important;
    cursor: pointer;
}

/*Category Filtreleme Barının Başlangıcı*/

ul.menu {
    padding: 0;
    list-style: none;
    width: 90%;
    clear: both;
    /*    display: table;
*/ /*    margin-bottom: 100px;
*/
}

    ul.menu .list {
        font-size: 1rem;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        line-height: normal;
        vertical-align: sub;
        background: white;
        clear: both;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

        ul.menu .list:after {
            position: absolute;
            right: 17px;
            top: 17px;
            padding: 0px 5px;
            color: #fff;
        }

        ul.menu .list:before {
            position: absolute;
            left: 17px;
            top: 17px;
            padding: 0px 5px;
            color: #fff;
        }

        ul.menu .list a {
            text-decoration: none;
            color: #00869A;
            padding: 11px 0px 11px 10px;
            display: block;
            height: 100%;
            box-sizing: border-box;
        }

            ul.menu .list a:hover {
                background-color: #00869A;
                transition: 300ms all;
                color: white !important;
                border-bottom-right-radius: 6px;
                border-top-right-radius: 6px;
                border-bottom-left-radius: 6px;
                border-top-left-radius: 6px;
            }

        ul.menu .list .items {
            height: 0px;
            overflow: hidden;
        }

            ul.menu .list .items a {
                padding: 17px;
            }

                ul.menu .list .items a:hover {
                    color: #fff;
                    transition: 300ms all;
                }

        ul.menu .list:last-child {
            border-bottom: none;
        }

    ul.menu .active:after {
        position: absolute;
        right: 17px;
        top: 17px;
        padding: 0px 5px;
        color: #fff;
    }

    ul.menu .active:before {
        position: absolute;
        left: 17px;
        top: 17px;
        padding: 0px 5px;
        color: #fff;
    }

    ul.menu .active > .items {
        display: block;
        padding: 0px;
        height: auto;
        color: #fff;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 200ms;
        clear: both;
        float: left;
        width: 100%;
    }

        ul.menu .active > .items li {
            padding: 0px;
            list-style: none;
        }

            ul.menu .active > .items li:last-child {
                border-color: transparent;
                padding-bottom: 0px;
            }

    /*        ul.menu .active > .items .active > .items {
            background-color: #2f4b67;
        }*/

    ul.menu .active > a {
        color: #00869A !important;
        font-weight: bold;
        text-transform: unset;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
    }

    ul.menu .active .list {
        background: white;
    }

        ul.menu .active .list a {
            padding: 6px 0px 17px 25px;
            color: #696969;
            font-weight: 600;
            border-bottom-right-radius: 6px;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 6px;
            border-top-left-radius: 6px;
        }
/*Category Filtreleme Barının Bitişi*/



.product-image {
    text-align: center;
    width: 250px;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
}

.product {
    height: 250px;
    width: 250px;
}

.productcardimage {
    display: table;
}

@media only screen and (max-width:991px) {

    .vertical-navbar {
        margin-left: 2%;
    }
}

@media(max-width: 500px) {
    /* .vertical-navbar{
        max-width: 415px;
        display:block;
    }
    .productUl{
        display:flex;
    }
    .menu{
        display:flex;
    }
    .list{
        font-size: 0.6rem !important;
    }
    ul.menu .list a{
        height: 20%;
    }*/
    .col-product {
        width: 40%;
        height: calc(50% - 0.59em);
    }

    .product-title {
        font-size: 1rem !important;
    }

    .reisMakinaLogo {
        display: none;
    }
}

@media(max-width: 990px) {
    .category-filter {
        display: none;
    }
}

@media(max-width: 990px) {
    .products-cards {
        width: 100% !important;
    }
}




/*-------------- Düzeltme
*/
.vertical-navbar {
    padding: 3% 12.5px !important;
    max-width: 1600px !important;
    margin: auto !important;
}
