﻿.swiper-pagination {
       /* visibility: hidden; display:none;*/
}

html,
body {
    position: relative;
    height: 100%;
}

swiper-button-next svg {
    height: 35% !important;
    opacity: .35% !important;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    margin-left: auto;
    margin-right: auto;
    width: 413px;
    height: 355px;
}
.swiper-button-prev {
    top: 15% !important;
    height: 80% !important;
    width: 35px !important;
    justify-content: flex-start !important;
    color: #5d5d5d !important;
    padding: 13px;
}
.swiper-button-next {
    top: 15% !important;
    height: 80% !important;
    width: 35px !important;
    justify-content: flex-end !important;
    color: #5d5d5d !important;
    padding: 13px;
}
    .swiper-button-next:after, .swiper-button-prev:after {
      
        opacity:0.01;
        font-weight: 700;
        color: #000 !important;
    }
    .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
        opacity: 1;
    }

.swiper-pagination-bullet {
    background-color: #fff !important;
    border: 1px solid #565656;
    width: 14px !important;
    height: 14px !important;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .8) !important;
}
.swiper-pagination-bullet-active {
    background-color: #565656 !important;
}


.urunlist {
    display: flex;
    max-width: 1310px;
    width: 100%;
    margin: 0px auto;
    min-height: 275px;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.list_div {
    position: relative;
    display: flex;
    height: 415px;
    width: 415px;
    margin: 5px !important;
    margin-bottom: 30px !important;
}

.list_a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 415px;
    width: 415px;
    text-decoration: none;
    margin: 00px;
    border: 1px solid #d9d9d9;
}

    .list_a:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0,3,0,.25);
        -moz-box-shadow: 0 0 20px 0 rgba(0,3,0,.25);
        box-shadow: 0 0 20px 0 rgba(0,3,0,.25);
    }

    .list_a .resimgecis {
        position: relative;
        width: 100%;
        height: 356px;
    }

        .list_a .resimgecis img {
            width: 100% !important;
            height: 355px !important;
        }

    .list_a p {
        font-size: 14px;
        color: #393838;
        line-height: 1.4;
        overflow: hidden;
        margin: 10px 15px;
        height: 40px;
        display: flex;
    }

.Fiya {
    font-size: 15px;
    color: #072c4b;
    font-weight: bold;
    margin-left: 10px;
    width: 100px !important;
    visibility: hidden !important;
}

.EskFiyat {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100px !important;
}

    .EskFiyat:before {
        position: absolute;
        content: "";
        left: 0;
        top: 57%;
        right: 0;
        border-top: 1px solid;
    }

.list_a sub {
    font-size: 14px !important;
    bottom: 0px;
}

.fiyatsiyah {
    width: 100%;
    color: #171717;
    height: 59px;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 25px;
    border-top: 1px solid #f1f1f1;
}

    @media (max-width: 768px) {
        .swiper-pagination {
        visibility: visible;
        display:block;
    }

        .swiper {
            margin-left: auto;
            margin-right: auto;
            width: 360px;
            height: auto !important;
        }
}
