.magazalar {
    padding: 0;
}

.magazalar .magazaFiltre {
    max-width: 500px;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px -10px #939393;
}

.magazalar .magazaListe {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
    gap: 30px;
}

.magazalar .magazaListe .magaza {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px -2px #a8a8a8;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.magazalar .magazaListe .magaza .resim {
    flex: unset;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.magazalar .magazaListe .magaza .resim img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    transform: scale(1);
    transition: 1s ease all;
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
}

.magazalar .magazaListe .magaza .icerik {
    flex: 8;
    font-size: 13px;
    font-weight: 300;
}
.magazalar .magazaListe .magaza .icerik h2 {
    text-align: center;
    margin: 20px 0;
}
.magazalar .magazaListe .magaza .icerik h2 a:hover {
    color: var(--primary-color);
}
.magazalar .magazaListe .magaza .icerik h2 a {
    /* font-family: "JOST"; */
    /* font-size: 28px;
    font-weight: 300; */
}
.magazalar .magazaListe .magaza table {
    margin: 0;
}

.magazalar .magazaListe .magaza table thead th {
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #cecece;
}

.magazalar .magazaListe .magaza .btn-harita {
    background: #8f1838;
    position: absolute;
    bottom: 20px;
    right: 0px;
    font-weight: 300;
    color: #fff;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    height: 24px;
    gap: 5px;
    border-radius: 5px 0 0 5px;
}

.magazalar .magazaListe .magaza table tbody td {
    padding: 5px 15px;
}

.magazalar .magazaListe .magaza table tbody td:first-child {
    white-space: nowrap;
    padding-right: 0;
    font-weight: 600;
}

.magazalar .magazaListe .magaza:hover {
    box-shadow: 0 0 15px -2px #a8a8a8;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
}

.magazalar .magazaListe .magaza:hover .resim img {
    transform: scale(1.1);
    transition: 2s ease all;
    -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
}

.magazaDetay .detay {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    justify-content: space-between;
    box-shadow: 0 0 15px -10px #939393;
}

.magazaDetay .resim {
    flex: 3;
    /* height: 525px; */
    min-width: 700px;
    border-radius: 5px;
    overflow: hidden;
}

.magazaDetay .detay .icerik {
    width: 100%;
}
.btn-map {
    align-items: center;
    border: #dedede solid 1px;
    color: #7c7c7c;
    display: flex;
    font-family: "Jost";
    font-size: 14px;
    font-weight: 700;
    height: 56px;
    justify-content: space-between;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 334px;
}
.btn-map:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.btn-map:hover::before {
    bottom: -80%;
}
.btn-map::before {
    content: "";
    background-color: #f4f4f4;
    border-radius: 50%;
    height: 200%;
    width: 200%;
    position: absolute;
    bottom: -200%;
    left: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
}
.btn-map span {
    display: inline-block;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.btn-map i {
    font-size: 24px;
    display: inline-block;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.btn-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 700px;
    margin: 30px auto;
    gap: 20px;
}
.magazaDetay .detay .icerik .table tr td:first-child {
    white-space: nowrap;
}

.magazaDetay .detay .icerik .btn-harita {
    width: max-content;
    background: #8f1838;
    font-weight: 300;
    color: #fff;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    height: 34px;
    border: unset;
    gap: 5px;
    border-radius: 5px;
}

.magazaDetay .harita {
    flex: 9;
    border-radius: 5px;
    overflow: hidden;
    min-height: 250px;
}
.shop-detail-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 35px auto;
}
.shop-detail-item {
    border: none;
    width: 70px;
    height: 70px;

    justify-content: center;
}
.editor-img {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    border: 1px solid #f1f0f4;
    padding: 10px;
    width: 100px;
    height: auto;
    aspect-ratio: 16/10;
}
.editor-contact {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Jost";

    margin: auto;
    text-align: center;
}
.editor-contact a span {
    padding-left: 5px;
}
.icerik h1 {
    margin-bottom: 10px;
    font-family: "Jost";
    font-size: 36px;
    text-align: center;
    font-weight: 300;
}
.editor-box {
    margin: 30px 0;
    text-align: center;
}
.editor-contact-wrapper {
    margin: 30px 0;
}
.editor-shop-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.editor-shop-box .editor-shop-img {
    margin-top: 20px;
}
.editor-shop-box .editor-shop-img:nth-child(1) {
    margin: 0;
}
.editor-shop-img {
    width: 100%;
    height: max-content;
}
.editor-shop-box .editor-shop-img {
    width: 100%;
    height: auto;
}

.shop-detail-item a {
    align-items: center;
    display: flex;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    justify-content: center;
    border: 1px solid #efefef;
}
.shop-detail-item:hover a {
    border-color: var(--primary-color);
}
.shop-detail-item:hover a i {
    color: var(--primary-color);
}
.shop-detail-item a i {
    color: var(--primary-color);
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 1280px) {
    .magazalar .magazaListe {
        grid-template-columns: repeat(2, 1fr);
    }
    .magazalar .magazaListe .magaza {
        width: 390px;
        place-self: center;
    }
}

@media (max-width: 1200px) {
    /* .magazalar .magazaListe {
        grid-template-columns: repeat(2, 1fr);
    } */

    #map_container {
        height: 100%;
        width: 400px;
        position: relative;
    }
    .btn-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        margin: 30px auto;
        gap: 5px;
    }
    .btn-map {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media (max-width: 960px) {
    .icerik .row {
        margin: 25px 0;
    }
    .icerik .row .col-9 {
        padding: 0;
    }
    .icerik .row .col-3 {
        padding-right: 0;
    }
    .magazaDetay .detay .icerik {
        width: 100%;
    }
    .editor-box {
        margin: 15px 0;
        text-align: center;
    }
    .editor-img {
        display: inline-block;
        position: relative;
        margin: 0 3px;
        border: 1px solid #f1f0f4;
        padding: 5px;
        width: 60px;
        height: auto;
    }
    #map_container {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .icerik h1.b {
        margin-bottom: 10px;

        font-size: 20px;
        text-align: center;
        margin-top: 10px;
    }
    .editor-contact {
        font-size: 16px;
        font-weight: 400;
        font-family: "Jost";
        width: 100%;
        margin: auto;
    }
    .magazalar {
        padding: 0;
    }
    .magazalar .magazaListe {
        margin-top: 15px;
    }
    .magazalar .magazaListe .magaza .icerik h2 {
        margin: 15px 0;
    }
    .magazalar .magazaListe .magaza .icerik h2 a {
        font-family: "Jost";
        font-size: 18px;
        font-weight: 300;
    }
    .shop-detail-content {
        margin: 15px 0;
    }
    .shop-detail-item a i {
        font-size: 14px;
    }
    .shop-detail-item a {
        width: 50px;
        height: 50px;
    }
    .shop-detail-item {
        width: 50px;
        height: 50px;
    }


    .magazalar .magazaListe .magaza {
        width: 340px;
        place-self: center;
    }

    .magazalar .magazaListe .magaza .resim {
        flex: unset;
        width: 100%;
        height: 400px;
    }

    .magazaDetay .detay {
        padding: 0;
        gap: 10px;
        box-shadow: none;
        border-radius: 0;
    }

    .magazaDetay .detay .resim {
        min-width: 100%;
    }

    .magazaDetay .detay .icerik {
        flex: unset;
        width: 100%;
    }

    .magazaDetay .detay .harita {
        flex: unset;
        width: 100%;
    }

    .magazaDetay .detay .icerik table td {
        display: block;
        padding: 5px;
    }

    .magazaDetay .detay .icerik table td:first-child {
        font-weight: 600;
        color: #8f1838;
    }

    .magazaDetay .resim {
        flex: 3;
        height: auto;
        min-width: auto;
        border-radius: 5px;
        overflow: hidden;
    }
}

@media(max-width:768px){
    .magazalar .magazaListe {
        grid-template-columns: repeat(1, 1fr);
    }
}

.wh-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wh-row.current {
    background: #fffefe;
    height: 56px;
}

.opening-hours__inner p {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    z-index: 99;
    color: #7c7c8d;
    text-align: center;
    margin-bottom: 5px;
}

.opening-hours__list {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
    padding-left: 0;
}

.opening-hours__list.visible {
    opacity: 1;
    height: auto;
}

.wh-row {
    align-items: center;
    border: #dedede solid 1px;
    color: #7c7c7c;
    display: flex;
    font-family: "Jost";
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    justify-content: space-between;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 334px;
}

.wh-row .opening-hours__item-name {
    font-weight: 400;
}