﻿





.container {
    max-width: 1220px;
    margin: 0 auto;
}

h1 {
    text-align: center;
}

.container p {
    margin: 0 auto;
    max-width: 1280px;
    font-family: 'Poppins', sans-serif;
}

.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;
    font-family: 'Poppins', sans-serif;
}

    .product-li a.active {
        background-color: #00869A;
        color: white;
    }

    .product-li a:hover:not(.active) {
        color: red;
    }

.vertical-navbar {
    padding: 3% 15px;
    /*    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 30px;
    transition: .3s;
    width: 230px;
    height: 340px;
    position: relative;
    display: flex;
    margin-right: 10px;
}

.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: #9D021B !important ;
}

    .page-link:hover {
        background-color: #9D021B !important;
        color: white !important;
    }

.page-item.active .page-link {
    background-color: #9D021B !important ;
    color: white !important;
    cursor: pointer;
}

/*Category Filtreleme Barının Başlangıcı*/

/*Category Filtreleme Barının Bitişi*/

a {
    color: #808080;
    text-decoration: none;
}

    a:hover {
        color: #555555;
        text-decoration: none;
    }

.product-image {
    text-align: center;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.product {
    height: 270px;
}

.productcardimage {
    display: table;
}

@media only screen and (max-width:991px) {

    .vertical-navbar {
        margin-left: 2%;
    }
    .col-product {
        width: 38%;
        height: calc(50% - 0.59em);
    }
}

@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: 37%;
        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: 995px) {
    .products-cards {
        width: 100% !important;
    }
}