@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&family=Roboto:ital,wght@0,400;0,500;1,400&display=swap');

:root {
    --turuncu: #F60;
    --gri: #6f6f6f;
    --acik-gri: #CCC;
    --cok-acik-gri: #F0F0F0;
    --koyu-gri: #565757;
    --beyaz: #FFF;
    --siyah: #000;
    --slab: 'Roboto Slab', serif;
}

.btn-dark {
    color: #fff;
    background-color: var(--koyu-gri);
    border-color: var(--koyu-gri);
}

.btn-warning {
    color: #fff !important;
    background-color: var(--turuncu);
    border-color: var(--turuncu);
}

.btn-warning:hover,
.btn-warning:focus {
    color: #fff;
    background-color: var(--koyu-gri);
    border-color: var(--koyu-gri);
}

.suslu_radio {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

input[type="radio"] {
    accent-color: var(--turuncu);
    background-color: #fff;
    width: 20px;
}

input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 18px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: var(--turuncu);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

.siyah {
    color: var(--siyah);
}

.beyaz {
    color: var(--beyaz);
}

.turuncu {
    color: var(--turuncu);
}

.turuncuzemin {
    background-color: var(--turuncu) !important;
    color: #FFF;
    font-size: 0.8rem;
}

.gri {
    color: var(--gri);
}

.acik-gri {
    color: var(--acik-gri);
}

.ince {
    font-weight: 300;
}

.mt50 {
    margin-top: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

html,
body {
    height: 100% !important;
    width: 100% !important;
}

body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--siyah);
    line-height: 1.25;
}

* {
    outline: none;
    font-variant-ligatures: none;
}

a,
a:visited,
a:link {
    color: var(--siyah);
    text-decoration: none;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: underline;
    transition: all 0.16s;
    color: var(--turuncu);
}

.btn-link:hover {
    color: var(--turuncu);
    text-decoration: underline;
}

a.kapsa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

a.turuncu-dugme {
    padding: 8px 12px;
    border-radius: 4px;
    background-color: var(--turuncu);
    color: var(--beyaz);
    font-family: var(--slab);
    font-size: 16px;
    text-align: center;
}

a.turuncu-dugme:hover {
    background-color: var(--gri);
    text-decoration: none;
}

p {
    margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    font-family: var(--slab);
    font-weight: 700;
    color: var(--gri);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700 !important;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

small {
    font-size: 12px;
    line-height: 1;
}

::-moz-selection {
    color: var(--beyaz);
    background: var(--turuncu);
}

::selection {
    color: var(--beyaz);
    background: var(--turuncu);
}

::placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: .32;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.container {
    position: relative;
    padding: 0 16px;
    width: 96%;
    max-width: 1248px;
}

.container-fluid {
    position: relative;
    padding: 0 16px;
}

.row {
    margin-right: -16px;
    margin-left: -16px;
}

[class*='col-'] {
    padding-right: 16px;
    padding-left: 16px;
}

#komut {
    padding: 24px 0;
}

#komut .navbar {
    padding: 0;
}

#komut .navbar-brand {
    padding: 0;
}

#komut .navbar-brand img {
    height: 120px;
}

#komut .nav-link {
    padding: 8px 16px;
    font-family: var(--slab);
    font-weight: 700;
    color: var(--siyah) !important;
}

#komut .nav-link:hover {
    color: var(--turuncu) !important;
}

#komut .dropdown:hover>.dropdown-menu {
    display: block;
}

#komut .dropdown-menu {
    top: 70%;
    left: 20px;
    padding: 0;
    padding-top: 16px;
    background: transparent;
    box-shadow: none;
    border: none;
}

#komut .dropdown-menu .icerik {
    padding: 16px 24px;
    background-color: var(--beyaz);
    border: 1px solid var(--acik-gri);
    border-radius: 4px;
    line-height: 150%;
}

#komut .dropdown-item {
    padding: 4px 0;
    font-family: var(--slab);
    font-weight: 500;
}

#komut .dropdown-item:focus,
#komut .dropdown-item:hover {
    color: var(--turuncu);
    text-decoration: none;
    background-color: transparent;
}

#komut .sag-menu {
    align-items: center;
}

#komut .sag-menu .nav-link {
    border-right: 1px solid var(--acik-gri);
}

#komut .sag-menu .nav-item:last-of-type .nav-link {
    border-right: none;
}

#komut .sag-menu span i {
    margin-right: 4px;
    font-size: 20px;
    color: var(--turuncu);
}

#komut .sag-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.uye-giris-dugme {
    margin-bottom: 8px;
    border: 1px solid var(--cok-acik-gri);
    border-radius: 4px;
    text-align: center;
}

.uye-ol-dugme {
    background-color: var(--turuncu);
    border-radius: 4px;
    color: var(--beyaz) !important;
    text-align: center;
}

.uye-giris-dugme:hover,
.uye-ol-dugme:hover {
    background-color: var(--gri) !important;
    color: var(--beyaz) !important;
}

.sepet-simge {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background-color: var(--turuncu);
    text-align: center;
    color: var(--beyaz);
    font-size: 20px;
    line-height: 40px;
}

.sag-menu .dropdown-toggle::after {
    display: none;
}

a#siteAra {
    cursor: pointer;
}

.ara {
    display: none;
    position: absolute;
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 32px;
    width: 96%;
    max-width: 1000px;
    background-color: var(--beyaz);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.ara input[type="text"] {
    padding: 8px;
    width: 100%;
    border: 1px solid var(--acik-gri);
    border-radius: 4px;
}

#tepe .owl-theme .item {
    position: relative;
    height: auto;
    min-height: 600px;
}

#tepe .owl-theme .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#tepe .owl-theme .item .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #CCC;
}

#tepe .owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    top: -48px;
}

#tepe .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: var(--beyaz);
}

#tepe .owl-theme .owl-dots .owl-dot.active span,
#tepe .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--turuncu);
}

#tepe .owl-thumbs {
    display: none;
}

.kg-metin {
    display: flex;
    align-items: center;
    padding-left: 40px;
    width: 100%;
    max-width: 400px;
    background-color: var(--acik-gri);
}

.kg-metin::after {
    display: block;
    content: "";
    padding-top: 100%;
}

.kg-metin h3 {
    margin-bottom: 48px;
    color: #000;
}

#asKategoriler {
    margin: 120px auto;
}

.as-kategori-baslik {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.as-kategori-baslik h3 {
    font-weight: 300;
}

.as-kategori-baslik p {
    margin-bottom: 0;
}

.kategori-dugme {
    padding-bottom: 4px;
    font-family: var(--slab);
    border-bottom: 1px solid var(--turuncu);
}

.kategori-dugme:hover {
    color: var(--turuncu);
    text-decoration: none;
}

.kategori-urun {
    position: relative;
}

.kategori-urun img {
    width: 100%;
}

.kategori-adi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 12px;
    background-color: var(--turuncu);
    border-top-right-radius: 8px;
    font-family: var(--slab);
    color: var(--beyaz);
}

.as-kategori-urunler.owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    margin: 0;
    width: 100%;
}

.as-kategori-urunler.owl-theme .owl-nav button.owl-prev,
.as-kategori-urunler.owl-theme .owl-nav button.owl-next {
    position: absolute;
    font-size: 32px;
}

.as-kategori-urunler.owl-theme .owl-nav button.owl-prev {
    left: -20px;
}

.as-kategori-urunler.owl-theme .owl-nav button.owl-next {
    right: -20px;
}

#asKonseptler {
    margin: 32px auto;
    padding: 0 16px;
}

.as-konsept {
    position: relative;
    padding: 32px;
}

.as-konsept::after {
    display: block;
    content: "";
    padding-top: 66.66667%;
}

.as-konsept img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.as-konsept-adi {
    position: absolute;
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    border: 1px solid var(--beyaz);
}

.as-konsept-adi h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: var(--beyaz);
}

.as-konsept-adi a.turuncu-dugme {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translate(-50%, 0);
}

#oneCikanUrunler {
    margin: 96px auto;
}

#oneCikanUrunler h3 {
    font-weight: 300;
    color: var(--turuncu);
}

.one-cikan-urun {
    position: relative;
    margin-bottom: 32px;
}

.one-cikan-urun img {
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid var(--acik-gri);
}

.one-cikan-urun h5 {
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--siyah);
}

.one-cikan-urun p {
    margin-bottom: 0;
}

.one-cikan-urun p.fiyat {
    margin-top: 8px;
    font-family: var(--slab);
    color: var(--turuncu);
    font-size: 20px;
}

#konseptToplu {
    position: relative;
}

#konseptToplu img {
    width: 100%;
}

.secilen-urun {
    position: absolute;
    top: 40px;
    left: 240px;
}

a.urun-goster {
    display: inline-block;
    position: relative;
    width: 72px;
    height: 72px;
    background-color: rgba(255, 255, 255, 0.64);
    border-radius: 50%;
}

a.urun-goster span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.urun-goster span.turuncu {
    width: 40px;
    height: 40px;
    background-color: var(--turuncu);
    border-radius: 50%;
}

a.urun-goster span.beyaz {
    width: 16px;
    height: 16px;
    background-color: var(--beyaz);
    border-radius: 50%;
}

.isaretli-urun {
    display: none;
    position: absolute;
    top: 24px;
    left: 88px;
    padding-bottom: 16px;
    width: 160px;
    background-color: var(--beyaz);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .1);
    text-align: center;
}

.isaretli-urun::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: var(--beyaz);
}

.secilen-urun:hover .isaretli-urun {
    display: block;
}

.isaretli-urun img {
    margin-bottom: 8px;
    width: 100%;
}

.isaretli-urun h5 {
    margin: 0 auto 8px;
    width: 90%;
    text-align: center;
    font-weight: bold;
    color: var(--siyah);
}

.isaretli-urun p {
    margin: 0 auto;
    width: 90%;
}

.isaretli-urun p.fiyat {
    margin-top: 8px;
    font-family: var(--slab);
    color: var(--turuncu);
    font-size: 20px;
}

#siteOzellikleri {
    margin: 128px auto 96px;
}

.site-ozellik {
    margin-bottom: 32px;
    padding: 32px 16px;
    height: calc(100% - 32px);
    border: 1px solid var(--acik-gri);
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.site-ozellik i {
    display: block;
    margin-bottom: 16px;
    color: var(--gri);
    font-size: 40px;
}

#asHakkimizda {
    padding: 40px 0;
    background-color: var(--cok-acik-gri);
}

.as-hakkimizda-gorsel {
    position: relative;
    border-radius: 9999px;
}

.as-hakkimizda-gorsel::after {
    display: block;
    content: "";
    padding-top: 100%;
}

.as-hakkimizda-gorsel img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9999px;
}

.as-hakkimizda-metin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.as-hakkimizda-metin h2 {
    font-weight: 300;
}

.as-hakkimizda-metin h2,
.as-hakkimizda-metin p {
    margin-bottom: 48px;
}

#asInstagram {
    margin: 120px auto;
}

#asInstagram .container-fluid {
    position: relative;
    padding: 0;
}

#asInstagram .row {
    margin-right: 0;
    margin-left: 0;
}

#asInstagram [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.insta-bilgi {
    margin-bottom: 48px;
    text-align: center;
}

.insta-bilgi i {
    color: var(--gri);
    font-size: 40px;
}

.insta-bilgi h2 {
    font-weight: 300;
    color: var(--turuncu);
}

.insta-gorsel img {
    width: 100%;
}

#sayfaTepe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 240px;
    text-align: center;
}

#sayfaTepe img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#sayfaTepe h3,
#sayfaTepe h5 {
    margin-bottom: 8px;
    font-weight: 400;
    color: var(--beyaz);
}

#sayfaTepe nav {
    position: relative;
    z-index: 1;
}

#sayfaTepe ol.breadcrumb {
    padding: 0;
    margin: 0;
    margin-top: 16px;
    background: transparent;
    border-radius: 0;
}

#sayfaTepe ol.breadcrumb li.breadcrumb-item a {
    color: var(--beyaz) !important;
}

#sayfaTepe ol.breadcrumb li.breadcrumb-item.active {
    color: var(--beyaz);
}

#sayfaTepe ol.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--beyaz);
}

#icerik {
    margin: 64px auto;
}

#filtre {
    padding-bottom: 16px;
}

.sirala {
    display: flex;
    justify-content: end;
    padding-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid var(--cok-acik-gri);
}

.sirala a.dropdown-toggle:hover {
    text-decoration: none;
    color: var(--gri);
}

#urunListesi {
    margin-top: 32px;
}

.liste-urunu {
    position: relative;
    margin-bottom: 32px;
    border: 1px solid var(--acik-gri);
}

.liste-urun-gorsel {
    position: relative;
    border-bottom: 1px solid var(--acik-gri);
}

.urun-gorsel {
    position: relative;
}

.liste-urun-gorsel::after,
.urun-gorsel::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.liste-urun-gorsel img,
.urun-gorsel img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all 0.5s;
}

.liste-urunu:hover img {
    opacity: 0.72;
    transition: all 0.5s;
}

.liste-urun-aciklama {
    position: relative;
    padding: 16px;
}

.liste-urun-aciklama h4 {
    margin-bottom: 8px;
    color: var(--siyah);
}

.liste-urun-aciklama p {
    margin-bottom: 0;
}

p.urun-boyut {
    color: var(--gri);
}

p.urun-fiyat {
    font-size: 20px;
    color: var(--turuncu);
    font-family: var(--slab);
}

.liste-urun-dugme {
    display: flex;
    border-top: 1px solid var(--acik-gri);
}

.urun-ayrinti,
.urun-sepete {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 40px;
    font-family: var(--slab);
}

.urun-ayrinti:hover {
    background-color: var(--gri);
    color: var(--beyaz);
}

.urun-sepete {
    background-color: var(--turuncu);
    color: var(--beyaz);
}

.urun-sepete:hover {
    background-color: var(--gri);
}

.urun-gorselleri .owl-thumbs {
    margin-top: 8px;
}

.urun-gorselleri .owl-thumb-item {
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}

.urun-gorselleri .owl-thumb-item img {
    width: 120px;
    border: 1px solid var(--acik-gri);
}

.urun-bilgileri h3 {
    color: var(--siyah);
}

p.kisa-urun-bilgisi {
    color: var(--acik-gri);
}

a.sepete-ekle {
    display: block;
    margin: 16px auto;
    padding: 16px;
    width: 100%;
    background-color: var(--turuncu);
    border-radius: 8px;
    font-family: var(--slab);
    font-weight: 700;
    text-align: center;
    color: var(--beyaz);
}

a.sepete-ekle:hover {
    text-decoration: none;
    background-color: var(--gri);
}

.uyelik {
    margin: 72px auto;
    padding: 32px;
    border: 1px solid var(--cok-acik-gri);
    border-radius: 8px;
}

.sm-giris {
    display: flex;
}

.sm-hesap {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    padding: 8px 16px;
    border: 1px solid var(--cok-acik-gri);
    border-radius: 4px;
}

.sm-logo {
    flex: 0;
    margin-right: 16px;
    font-size: 24px;
}

.sm-marka {
    flex: 1;
    line-height: 12px;
}

.sm-logo .fa-facebook {
    color: #4C6EA8;
}

.sm-logo .fa-google {
    color: #F14236;
}

.uyelik form {
    margin-top: 48px;
}

.uye-ol-gir input {
    margin-bottom: 16px;
    padding: 16px;
    width: 100%;
    background-color: var(--beyaz);
    border: 1px solid var(--cok-acik-gri);
    border-radius: 4px;
}

.sifremi-unuttum {
    display: block;
    margin-bottom: 24px;
    text-align: right;
    font-size: 14px;
    color: var(--gri) !important;
    text-decoration: underline !important;
}

.sifremi-unuttum:hover {
    color: var(--siyah) !important;
}

.uyelik .turuncu-dugme {
    display: block;
    margin-top: 16px;
}

.kosullar {
    position: relative;
    margin-bottom: 16px;
}

.kosullar input {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 40px !important;
}

.kosullar label {
    display: block !important;
    position: relative;
    margin: 0;
    padding-left: 40px;
}

.kosullar a {
    color: var(--turuncu) !important;
    text-decoration: underline !important;
}

.kosullar a:hover {
    color: var(--siyah) !important;
}

.sepet-sol,
.sepet-ozeti {
    padding: 32px;
    border: 1px solid var(--acik-gri);
    border-radius: 8px;
}

.sepet-sol .row {
    margin-right: -4px;
    margin-left: -4px;
}

.sepet-sol [class*='col-'] {
    padding-right: 4px;
    padding-left: 4px;
}

.sepetteki-urun {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--acik-gri);
}

.sepetteki-urun:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.sepet-urun-gorsel img {
    width: 100%;
}

.sepet-urun,
.sepet-urun-sil {
    display: flex;
    align-items: center;
    height: 100%;
}

.sepet-urun .row {
    width: 100%;
}

.sepet-urun-adi h5 {
    margin-bottom: 0;
}

.sepet-urun-adi a {
    color: var(--turuncu) !important;
}

.spinner {
    margin: -10px 0;
    height: 40px;
}

.spinner a {
    text-decoration: none;
}

.spinner input.qty {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: none;
    border: 1px solid var(--gri);
    border-radius: 4px;
    color: var(--gri);
    font-size: 16px;
    font-weight: 400;
}

.spinner .spinner-controls a {
    top: 8px;
    margin: 0 40px;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid var(--gri);
    border-radius: 2px;
    color: var(--gri);
    line-height: 14px;
    font-weight: 300;
    font-size: 16px;
}

.spinner .spinner-controls .spin-down {
    left: 0;
}

.spinner .spinner-controls .spin-up {
    right: 0;
}

.sepet-urun-sil a {
    color: var(--gri);
}

.sepet-ozet {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid var(--acik-gri);
    color: var(--gri);
}

.sepet-ozet:last-of-type {
    border-bottom: none;
}

.sepet-ozet-sol,
.sepet-ozet-sag {
    display: flex;
    flex: 1;
}

.sepet-ozet-sag {
    justify-content: flex-end;
    text-align: right;
    font-weight: 500;
    color: var(--koyu-gri);
}

.hediye-ceki {
    margin-top: 32px;
    padding: 16px;
    border: 1px solid var(--acik-gri);
    border-radius: 8px;
}

.hediye-ceki a {
    display: block;
    color: var(--acik-gri) !important;
}

.hediye-ceki-kullan {
    margin-top: 16px;
}

.hediye-ceki-kullan input[type="text"] {
    display: block;
    margin-bottom: 8px;
    padding: 8px 16px;
    width: 100%;
    border: 1px solid var(--acik-gri);
    border-radius: 8px;
    color: var(--acik-gri);
}

.hediye-ceki-kullan input[type="submit"] {
    display: block;
    padding: 8px 16px;
    width: 100%;
    background-color: var(--acik-gri);
    border: none;
    border-radius: 8px;
    color: var(--beyaz);
    font-family: var(--slab);
}

.sepet-ozeti .kosullar {
    margin-top: 32px;
}

.sepet-ozeti .kosullar input {
    width: auto !important;
}

.sepet-ozeti .kosullar label {
    padding-left: 24px;
}

.sepet-sag .turuncu-dugme {
    display: block;
    margin-top: 32px;
}

.teslimat label {
    display: block;
    margin-bottom: 8px;
    width: 100%;
}

.teslimat input[type="text"],
.teslimat input[type="number"],
.teslimat textarea,
.teslimat select {
    display: block;
    margin-bottom: 16px;
    padding: 8px 16px;
    width: 100%;
    border: 1px solid var(--acik-gri);
    border-radius: 8px;
    color: var(--koyu-gri);
}

.teslimat textarea {
    height: 160px;
    resize: none;
}

.teslimat .turuncu-dugme {
    display: block;
}

.kart-skt {
    display: flex;
    flex-wrap: wrap;
}

.kart-skt label {
    flex: 1 auto;
}

.kart-skt select {
    flex: 1;
    margin-right: 8px;
}

footer {
    padding: 48px 0;
    background-color: var(--koyu-gri);
    color: var(--beyaz);
}

footer a {
    color: var(--beyaz) !important;
}

.alt-sol img {
    margin-bottom: 32px;
    width: 120px;
}

.alt-sol h5 {
    color: var(--beyaz);
}

.alt-sol input[type="email"] {
    padding: 8px 0;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--acik-gri);
}

.alt-sol ::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

.alt-menu h6 {
    color: var(--beyaz);
}

.alt-menu a {
    display: block;
    margin-bottom: 8px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--koyu-gri);
    ;
    border-color: var(--koyu-gri);
    ;
}

.badge-cart {
    margin-top: -15px;
    position: absolute;
    margin-left: -7px;
    background-color: var(--turuncu);
}

.submitdugme {
    width: 100%;
    text-align: center;
    background-color: #F60;
    color: #fff;
}

/* EKRAN AYARLAMALARI */
/* --------- ÇOK KÜÇÜK EKRANLAR --------- */
@media (max-width: 359px) {
    .spinner .spinner-controls a {
        margin: 0 4px;
    }
}

@media (min-width: 360px) and (max-width: 479px) {
    .spinner .spinner-controls a {
        margin: 0 16px;
    }
}

/* --------------- col-xs --------------- */
@media (min-width: 480px) and (max-width: 575px) {
    .spinner .spinner-controls a {
        margin: 0 48px;
    }
}

@media (max-width: 575px) {
    .uyelik {
        padding: 16px;
    }

    .sm-giris {
        flex-direction: column;
    }

    .sm-giris .mr-2 {
        margin-right: 0 !important;
    }

    .sm-giris .ml-2 {
        margin-left: 0 !important;
    }

    .sm-hesap {
        margin-bottom: 16px;
    }

    .sepet-sol {
        padding: 16px;
    }

    .sepet-urun-gorsel,
    .sepet-urun-adi {
        margin-bottom: 16px;
    }
}

@media (max-width: 575px) and (orientation: portrait) {}

/* --------------- col-sm --------------- */
@media (min-width: 576px) and (max-width: 767px) {
    .spinner .spinner-controls a {
        margin: 0 24px;
    }
}

@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {}

@media (max-width: 767px) {}

@media (max-width: 767px) and (orientation: landscape) {}

/* --------------- col-md --------------- */
@media (min-width: 768px) and (max-width: 991px) {
    .spinner .spinner-controls a {
        margin: 0 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {}

@media (min-width: 768px) {}

@media (max-width: 991px) {
    #komut .navbar-brand img {
        height: 96px;
    }

    #komut .sag-menu {
        flex-direction: row;
        align-items: center;
    }

    #komut .sag-menu .dropdown-menu {
        position: absolute;
        top: 100%;
        left: auto;
    }

    .ara {
        top: 308px;
    }

    .sepet-urun-adi {
        margin-bottom: 32px;
    }
}

@media (max-width: 991px) {
    .sepet-sol {
        margin-bottom: 32px;
    }
}

/* --------------- col-lg --------------- */
@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    #komut .nav-link {
        padding: 8px 10px;
    }

    .spinner .spinner-controls a {
        margin: 0 20px;
    }
}

@media (max-width: 1199px) {}

/* --------------- col-xl --------------- */
@media (min-width: 1200px) and (max-width: 1600px) {}

@media (max-width: 767px) and (orientation: landscape) {}

@media (orientation: portrait) {}

@media (orientation: portrait) and (max-width: 767px) {}

@media (orientation: portrait) and (width: 768px) {}

@media screen and (device-aspect-ratio: 4/3) {}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}
