/* css */


@font-face {
    font-family: "OpenSans";
    src: url("assets/font/opensans/OpenSans-Bold.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-BoldItalic.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-ExtraBold.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-Italic.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-Light.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-LightItalic.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-Regular.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-Semibold.ttf") format("truetype");
    src: url("assets/font/opensans/OpenSans-SemiboldItalic.ttf") format("truetype");
}

.container {
    max-width: 575px !important;
}

.no-padding-margin {
    padding: 0 !important;
    margin: 0 !important;
}

body {
    background-color: #fafafa;
}

:root {
    --birinciyazi: #222222;
    --ikinciyazi: #4a2b15;
    --anarenk-1: #d39660;
    --anarenk-2: #754e2a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}

a {
    font-family: 'Open Sans', sans-serif !important;
    text-decoration: none;
}

span {
    font-family: 'Open Sans', sans-serif !important;
}

p {
    font-family: 'Open Sans', sans-serif !important;
}

input {
    font-family: 'Open Sans', sans-serif !important;
}

.top-resim-grup {
}

.top-resim img {
    aspect-ratio: 20 / 12 !important;
    width: 100%;
    object-fit: cover;
}

.geri-buton {
    position: fixed;
    z-index: 999 !important;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #fafafa;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%) !important;
    transition: box-shadow .25s;
    border-radius: 100%;
}

.geri-buton a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: var(--birinciyazi);
    font-size: 20px;
}

.geri-buton a > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dil-secenekleri {
    position: relative;
    z-index: 999;
}

.dil-secenekleri-alt {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 40px;
    margin-right: 10px;
    width: 120px;
    padding: 2px 6px;
    border-radius: 26px;
    background-color: #fff;
    color: var(--birinciyazi);
    border: none;
    transition: all ease-out 0.2s;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%) !important;
}

.logom {
    position: relative;
    z-index: 999;
}

.logom-alt {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
    margin-right: 10px;
}

.logom img {
    width: 110px;
    height: 100%;
}

.top-resim {
    position: relative;
}

.top-resim .testtttt {
    position: absolute;
    height: 250px;
    width: 100%;
        background-image: radial-gradient(99% 99% at 109% 2%, rgb(0 0 0 / 64%) 0%, #073AFF00 100%);
}

.ana-icerik-grup {
    position: relative;
}

.ana-icerik {
    background-color: #fff;
    min-height: 500px;
    margin-top: -30px;
    border-radius: 24px 24px 0 0;
}

.isletme-baslik {
    font-size: 30px;
    font-weight: 500;
    padding-top: 15px;
    color: var(--birinciyazi);
}

.isletme-bilgileri {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.isletme-adres {
    padding-right: 10px;
}

.isletme-adres:hover > span > i {
    color: var(--anarenk-2) !important;
}

.isletme-adres:hover > a {
    color: var(--anarenk-2) !important;
}

.isletme-adres i {
    color: var(--ikinciyazi);
    font-size: 14px;
}

.isletme-adres a {
    color: var(--ikinciyazi);
    font-size: 14px;
}

.isletme-telefon {
    padding-right: 10px;
}

.isletme-telefon:hover > span > i {
    color: var(--anarenk-2) !important;
}

.isletme-telefon:hover > a {
    color: var(--anarenk-2) !important;
}

.isletme-telefon i {
    color: var(--ikinciyazi);
    font-size: 14px;
}

.isletme-telefon a {
    color: var(--ikinciyazi);
    font-size: 14px;
}

.isletme-wifi {
    padding-right: 10px;
}

.isletme-wifi:hover > span > i {
    color: var(--anarenk-2) !important;
}

.isletme-wifi:hover > a {
    color: var(--anarenk-2) !important;
}

.isletme-wifi i {
    color: var(--ikinciyazi);
    font-size: 14px;
}

.isletme-wifi a {
    color: var(--ikinciyazi);
    font-size: 14px;
}

.arama-kutusu {
    position: relative;
    margin-top: 20px;
}

.arama-input {
    display: block;
    width: 100%;
    color: var(--birinciyazi);
    background-color: #fafafa;
    border-radius: 832px;
    line-height: 1.4;
    font-size: 14px;
    padding: 10px 16px;
    box-sizing: border-box;
    outline: none;
    border: 2px solid transparent;
    transition: all .3s;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%) !important;
}

.arama-input::placeholder {
    color: var(--ikinciyazi);
}

.arama-input:focus {
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%) !important;
}

.arama-input:focus + .arama-btn {
    box-shadow: 0 0 5px 1px rgb(211 150 96) !important;
}

.arama-btn {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    border-radius: 100%;
    padding: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%) !important;
    transition: box-shadow .25s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #fff;
}

.kategori-liste-grup {
    margin-top: 20px;
    margin-bottom: 50px;
}

.kategori-liste {
    position: relative;
}

.kategori-liste-alt {
    position: relative;
    margin-top: 10px;
}

.kategori-liste img {
    aspect-ratio: 15/6;
    width: 100%;
    object-fit: cover;
    border-radius: 26px;
}

.kategori-liste:hover img {
    transform: scale(1.004);
    transition: all ease-out 0.2s;
}

.ustukara {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    background-color: rgb(37 37 37 / 30%);
}

.kategori-liste:hover .ustukara {
    transform: scale(1.004);
    transition: all ease-out 0.2s;
    background-color: rgb(37 37 37 / 15%);
    z-index: 1;
}

.kategori-liste h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 0 2px 3px rgb(0 0 0 / 50%);
    z-index: 2;
}

.urun-liste-grup {
    margin-top: 10px;
}

.urun-liste {

}

.urun-liste-alt {
    margin-top: 10px;
}

.urun-liste-alt img {
    aspect-ratio: 15/8;
    width: 100%;
    object-fit: cover;
    border-radius: 26px;
}

.urun-liste-alt h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 0;
}

.urun-liste-alt h3 span:first-child {
    color: var(--birinciyazi);
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
}

.urun-liste-alt h3 span:last-child {
    color: var(--ikinciyazi);
    font-size: 14px;
    font-weight: 500;
}

.urun-liste-alt p {
    color: var(--ikinciyazi);
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
}

.urun-liste-fiyat {

}

.urun-liste-fiyat span:first-child {
    color: var(--anarenk-2);
    font-size: 16px;
    font-weight: 700;
    margin-right: 4px;
}

.urun-liste-fiyat span:last-child {
    color: var(--anarenk-1);
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
}


.urun-liste:hover img {
	/*
    transform: scale(1.004);
    transition: all ease-out 0.2s;
	*/
}

.kategori-basligi h4 {
    color: var(--birinciyazi);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.yukseklik-10 {
    height: 10px;
}

.yukseklik-15 {
    height: 15px;
}

.yukseklik-20 {
    height: 20px;
}

.yukseklik-25 {
    height: 25px;
}

.yukseklik-30 {
    height: 30px;
}

.yukseklik-35 {
    height: 35px;
}

.yukseklik-40 {
    height: 40px;
}

.yukseklik-45 {
    height: 45px;
}

.yukseklik-50 {
    height: 50px;
}

.footer-copy-grup {
    background-color: #fff;
}

.footer-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-top: dashed 1px var(--anarenk-1);
}

.footer-copy span {
    font-size: 14px;
    text-align: center;
    color: var(--ikinciyazi);
}

.footer-copy span > a {
    color: var(--anarenk-1);
}

.footer-copy span > a:hover {
    color: var(--anarenk-2);
}

/* start img popup */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow: auto;
}

.popup-content {
    position: relative;
    margin: 50px auto;
    max-width: 90%;
    max-height: 90%;
}

.popup-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 500px;
    cursor: pointer;
    object-fit: contain;
}

.popup-overlay.popupacik .popup-content {
    display: flex;
    align-items: center;
}

.close-button {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 3px;
    background-color: #000;
    transform-origin: center;
    transition: transform 0.2s ease-out;
}

.close-button::before {
    transform: rotate(45deg);
}

.close-button::after {
    transform: rotate(-45deg);
}

.close-button:hover::before,
.close-button:hover::after {
    transform: scale(1.2) rotate(45deg);
}
/* end img popup */


