﻿/*Koleksiyonlar*/

/*.M-Image {
    z-index: 17;
    position: relative;
    max-height: 750px;
    width: 100%;
}*/

.image-collection {
    max-width: -webkit-fill-available;
}

.item {
    font-family: 'Playfair Display' !important;
    font-style: normal;
}

    .item a {
        text-decoration: none;
    }
/*.M-Text {
    height: 250px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 16;
    margin-top: -250px;
}
*/
/*.M-Text span {
        position: absolute;
        left: 50%;
        top: 50%;
        font-family: 'Playfair Display' !important;
        font-style: normal;
        margin: 0 auto;
        font-size: 20rem;
        color: #fff;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }*/
/*
.filtreler {
    float: left;
    width: 100%;
    text-align: left;
}

    .filtreler h2 {
        float: left;
        width: 100%;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .filtreler h4 {
        float: left;
        width: 100%;
        font-size: 12px;
    }

.filtre-menu {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

    .filtre-menu li {
        float: left;
        min-width: 100%;
        width: auto;
        padding: 0;
    }

        .filtre-menu li a {
            float: left;
            min-width: 100%;
            width: auto;
            padding: 0;
            font-size: 13px;
            color: #19110D;
            text-decoration: none;
        }

        .filtre-menu li.active a {
            float: left;
            min-width: 100%;
            width: auto;
            padding: 0;
            font-size: 13px;
            color: #19110D;
            text-decoration: none;
            font-weight: 600;
        }
*/


.koleksiyonlar {
    padding: 20px 0px !important;
    text-align: center;
    min-height: 0px !important;
}

.koleksiyon {
    max-width: 1420px;
    margin: 20px auto 0;
    _border: 10px solid #f7f7f7;
    _border-radius: 3px;
    _box-shadow: 0 2px 18px -6px rgba(0, 0, 0, .45);
    min-height: 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}



    .koleksiyon .item h2 {
        color: #544842;
        text-align: left;
        padding: 10px 0;
        margin: 0;
        font-weight: 300;
        font-size: 16px;
    }

        .koleksiyon .item h2 a {
            color: #81746D;
            text-align: left;
            padding: 10px 0;
            margin: 0;
            font-weight: 300;
            font-size: 16px;
            text-decoration: none;
        }

    .koleksiyon .item p {
        color: #544842;
        text-align: left;
        padding: 10px 0;
        margin: 0;
        font-weight: 300;
        font-size: 13px;
    }



    .koleksiyon .colorss {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px
    }

.product-item-button {
    margin-left: auto;
    margin-right: 8px;
    background: none;
    border: none;
}

.product-second-item-button {
    margin-right: 32px;
    background: none;
    border: none;
}


.filter-box {
    max-height: 50vh;
    overflow: auto;
    padding: .5rem;
    padding-left: 3rem;
}
