/* Reset & Basics 
------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}

/* html - body
------------------------------------- */
* {margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; /* font-size:14px; */}
body { margin:0; padding:0; font-family: 'Jost', sans-serif; font-size:1rem; font-weight:400; line-height:1.5; color:#333;	/* background:#fff url('images/bg-repak.jpg'); */}

/* Typography
------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin-top:0; margin-bottom:1rem; font-weight:500; line-height:1.2; color:#333;}
h1{ font-size:2rem; }
h2{	font-size:1.8rem; }
h3{	font-size:1.6rem; }
h4{	font-size:1.4rem; }
h5{ font-size:1rem; }
h6{	font-size:.9rem; }
p {	margin-top:0; margin-bottom:1rem; }
b, strong {	font-weight:bolder; }
small { font-size:80%; }
em {font-style: italic;}

/* FORM
------------------------------------- */
input:focus, textarea:focus, select:focus { outline: none;
    box-shadow: 0 0 0 0 transparent;
    border-color: inherit;}
/* Links */
a {text-decoration: none; color:#333;}
/* img
------------------------------------- */
img {border:none; padding:0; margin:0; display:block;}
/* btn
------------------------------------- */
button {border:none; background: none; cursor: pointer; border-radius: 3px;}
.btn {font-weight: 400; text-align: center; padding: .5rem 2rem; font-size: 1rem; line-height: 1.5; border:none; border-radius: 3px;
	transition: all .5s; cursor:pointer; margin: .5rem 0; background-color:#ddd; color:#333; margin-right:.8rem;}
  .btn:hover {color: #fff; background-color: #b01736;	border-color: #b01736; text-decoration: none;}
  .btn:focus, .btn.focus {}
  .btn.disabled, .btn:disabled {color: #fff; background-color: #aaa; border-color: #aaa;}
  .btn span{margin-right: 0;}

/* GRID
------------------------------------- */
.aContainer-full, .aContainer-genis, .aContainer-dar, .aContainer { 
	position:relative; width: 100%; margin:0 auto; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.aContainer-full {max-width:100%;}
.aContainer-genis {max-width: 1440px;}
.aContainer-dar {max-width: 960px;}
.aContainer {max-width: 1320px;}

.aContainer-full:after, .aContainer-genis:after, .aContainer-dar:after, .aContainer:after { 
	visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;
}
/*
flex-direction: row*: soldan sağa | row-reverse: sağdan sola | column: yukarıdan aşağı | column-reverse: aşağıdan yukarı;
flex-wrap: nowrap*:ögeler tek satırda | wrap: gerektiğinde aşağı taşır | wrap-reverse: gerektiğinde aşağıdan yukarı taşır;
flex-flow : flex-direction +  flex-wrap;

justify-content (Öğelerin yatay eksende hizası): flex-start*: Öğeler başlangıç noktasından sola dayalı | flex-end: Öğeler bitiş noktasından sağa dayalı | center | space-between: İlk öğe sola dayalı, son öğe sağa dayalı ve diğerleri ortalı | space-around: İlk ve son öğe hariç diğerlerinin arası eşit olacak şekilde | space-evenly: Tüm öğelerin arası aynı eşitlikte olacak şekilde;
align-items (Öğelerin dikey eksende hizası): stretch*: Hizalama yapmaz, öğelerin yüksekliklerini kapsayıcıya göre uzat | flex-start: yukarıya doğru | flex-end: aşağıya doğru | center: ortalı | baseline: ilk ogenin altına göre;

align-content (Çok satırlı yapılarda öğelerin diyek eksende hizası): stretch*: Öğeleri hizalamaz, yüksekliklerini uzat| flex-start | flex-end | center | space-between | space-evenly;

order (Öğelerin sıralanışını değiştirmek için. varsayılan 0): 

*/

.aRow {position:relative; float:left; width:100%; margin:0 auto; }

.aCol-1-12, .aCol-2-12, .aCol-3-12, .aCol-4-12, .aCol-5-12, .aCol-6-12, .aCol-7-12, .aCol-8-12, .aCol-9-12, .aCol-10-12, .aCol-11-12, .aCol-12-12, .aCol-1-5, .aCol-2-5, .aCol-3-5, .aCol-4-5 {
	position:relative; float:left;}
/* Özel sınıflar ile farklı genişlikler */
.aCol-1-12 {width: 8.33%;}
.aCol-2-12 {width: 16.66%;}
.aCol-3-12 {width: 25%; }
.aCol-4-12 {width: 33.33%; }
.aCol-5-12 {width: 41.66%;}
.aCol-6-12 {width: 50%;}
.aCol-7-12 {width: 58.33%;}
.aCol-8-12 {width: 66.66%;}
.aCol-9-12 {width: 75%;}
.aCol-10-12 {width: 83.33%;}
.aCol-11-12 {width: 91.66%;}
.aCol-12-12 {width: 100%;}

.aCol-1-5 {width: 20%;}
.aCol-2-5 {width: 40%;}
.aCol-3-5 {width: 60%;}
.aCol-4-5 {width: 80%;}

.aContent {position:relative; /* background:#fff; */ width: calc(100% - 32px);  margin:0px 16px; padding:0;}

.aRow:after, .aCol-1-12:after, .aCol-2-12:after, .aCol-3-12:after, .aCol-4-12:after, .aCol-5-12:after, .aCol-6-12:after, .aCol-7-12:after, .aCol-8-12:after, .aCol-9-12:after, .aCol-10-12:after, .aCol-11-12:after, .aCol-12-12:after, .aCol-1-5:after, .aCol-2-5:after, .aCol-3-5:after, .aCol-4-5:after, .aContent:after {
	visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}

.cFix:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
* html .cFix {zoom:1;} /* IE6 */ 
*:first-child+html .cFix {zoom:1;} /* IE7 */

.aClear {clear:both; padding:0 !important; margin:0 !important;}

.displayNone {display:none;}
.displayBlock {display:block;}

.fLeft {float:left;}
.fRight {float:right;}

@media only screen and (min-width:900px) and (max-width:1319px) {
	.aContainer, .aContainer-genis, .aContainer-dar {width: 880px;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
	.aCol-1-12, .aCol-2-12, .aCol-3-12, .aCol-4-12, .aCol-5-12, .aCol-6-12, .aCol-7-12, .aCol-8-12, .aCol-9-12, .aCol-12-12, .aCol-1-5, .aCol-2-5, .aCol-3-5, .aCol-4-5 
	{width: 100%;}
	.aContainer, .aContainer-genis, .aContainer-dar {width: 580px;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.aCol-1-12, .aCol-2-12, .aCol-3-12, .aCol-4-12, .aCol-5-12, .aCol-6-12, .aCol-7-12, .aCol-8-12, .aCol-9-12, .aCol-12-12, .aCol-1-5, .aCol-2-5, .aCol-3-5, .aCol-4-5 
	{width: 100%;}
	.aContainer, .aContainer-genis, .aContainer-dar {width: 94%;}

}

/* custom img 
------------------------------------- */
.img img {object-fit: contain; max-width:100%;}
/* 100% -> 1:1 Aspect Ratio | 75% -> 4:3 Aspect Ratio | 62.5% -> 8:5 Aspect Ratio */
.img-k {position:relative; width:100%; padding-top:100%; overflow:hidden;}/* kare */
.img-y {position:relative; width:100%; padding-top:75%; overflow:hidden;}/* yatay */
.img-d {position:relative; width:100%; padding-top:125%; overflow:hidden;}/* dikey */
.img-k img, .img-y img, .img-d img  {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

/* HEADER
------------------------------------- */
.aHeaderKap {background-color: #fff;}

.aHeaderFlex {width:100%; display:flex; justify-content: space-between; align-items:center;}
#logo {position:relative; width:220px; padding:40px 0;}
	#logo img {width:100%;}

.aSearchFormKap {position:relative; min-width:240px; border-bottom:1px solid #eee; z-index: 11;} 
	.aSearchForm {display:flex;} 
		.aSearchForm button {width: 21px; height:36px; padding: 0; margin: 0; color: #222; border: none; border-radius:0; cursor: pointer; font-size: 21px;} 
		.aSearchForm .input {background-color: transparent; width: calc(100% - 21px); padding: 0 8px; margin:0; color: #222; font-size: 14px; line-height:36px; border: none; }  
			.aSearchForm .input:focus {outline: none; box-shadow: none;}
		.aSearchForm .input::placeholder {color:#777; font-weight:normal; font-style: normal; font-size: .9rem;}

.aHeaderMenuKap1 {position: relative; min-width:240px; display:none;}
.aHeaderMenuKap2 {position: relative; min-width:240px;}
ul.aHeaderMenu {padding: 0; margin:0; list-style: none;}
	ul.aHeaderMenu li {position: relative; padding: 0 8px; color: #222; float: left; display: block; padding: 0; font-size: 24px; line-height: 36px; 
		margin: 0 8px 0 8px; cursor:pointer;}
	ul.aHeaderMenu li a {margin:0; color:#222; display:block; text-decoration: none;}
	ul.aHeaderMenu li i {padding-right:5px;}	
	ul.aHeaderMenu li span.menuMetin {display:none;}
	ul.aHeaderMenu li span.menuCount {position: absolute; top: -5px; right: -3px; padding: 5px; line-height: 1; font-size: 10px; 
		background-color: #b01736; color: #fff; border-radius: 50%;}
	ul.aHeaderMenu li:hover {color:#b01736}
	ul.aHeaderMenu li:hover a {color:#b01736;}
	ul.aHeaderMenu li:first-child {}
	ul.aHeaderMenu li#searchIconum {}
	ul.aHeaderMenu li#respBlokAc {}


/*  respBlok 
------------------------------------- */
#respBlok {position: fixed; left: -100%; top: 0px; width: 100%; height: 100%; z-index: 100; background: rgba(47, 45, 56, .7);}

.menuBlokCont {position:relative; display:flex;  flex-direction: column; width:450px; max-width:90%; height:100%; background: rgba(47, 45, 56, 1); overflow: hidden;}
#respBlokKapat {position:absolute; right:2rem; top:3rem; margin:0; padding:0; color:#fff; cursor:pointer; z-index:3;}	
#respBlokKapat span {font-size:2rem; line-height:2rem; margin:0; display:block;}

#respBlok .logo {position:relative; width:100%; height:40px; margin:3rem 2rem 2rem 2rem; }
#respBlok .logo img {max-height:100%; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(103%);}

ul.respMenu {position:relative; margin:0; padding:0; list-style:none;  width:100%; padding:0 2rem; margin:0;}
	ul.respMenu li {position:relative;  margin:0; padding:0 0 0 14px; list-style:none; font-size:1.2rem; line-height:2;}
	ul.respMenu li:before { content: "❯"; position: absolute; left: 0; top: .8rem; font-size:.5rem; color: #fff; }
	ul.respMenu li a {margin:0; padding:0; color:#fff; text-decoration: none;}
	ul.respMenu li a:hover {text-decoration: underline;}
	ul.respMenu ul {padding-left:.5rem;}
	ul.respMenu li li a {color:#ddd; font-size:1rem;}
	ul.respMenu ul ul {display:none;}


@media only screen and (min-width:900px) and (max-width:1319px) {
}
@media only screen and (min-width:600px) and (max-width:899px) {
    #logo {padding:20px 0;}

    .aSearchFormKap {display:none; position:absolute; top:100px; width:100%; padding:5%; background-color: #eee; border:none;} 
    .aSearchForm .input {border-bottom:1px solid #222;}
        
    .aHeaderMenuKap1, .aHeaderMenuKap2 {min-width:120px;}
    .aHeaderMenuKap1 {display:block;}
    ul.aHeaderMenu li {font-size: 1.5rem; margin: 0 .5rem;}

}
@media only screen and (min-width:0) and (max-width:599px) {
    #logo {width:auto; padding:20px 0;}

    .aSearchFormKap {display:none; position:absolute; top:80px; width:100%; padding:5%; background-color: #eee; border:none;} 
    .aSearchForm .input {border-bottom:1px solid #222;}

    .aHeaderMenuKap1, .aHeaderMenuKap2 {min-width:120px;}
    .aHeaderMenuKap1 {display:block;}
    ul.aHeaderMenu1 li {font-size: 1.5rem; margin: 0 .5rem;}


}

/* ÜST MENU
------------------------------------- */
.aMenuKap {}

/* Konteyner */
#ustMenuOzel-kutu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f9f9f9;
}

/* Ana menü */
.ustMenuOzel {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* 1. seviye li */
.ustMenuOzel > li {
  position: relative;
  margin: 0 10px;
}

/* 1. seviye link */
.ustMenuOzel > li > a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

/* Alt menüler */
.ustMenuOzel li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: #eee;
  box-shadow: 0 0 10px rgba(71, 85, 95, 0.08);
  display: none;
  z-index: 99;
  text-align: center;
  border-radius: 4px;
  border-top: 3px solid #b01736;
}
/* Hover ile aç */
.ustMenuOzel li:hover > ul {
  display: block;
}

/* 🔽 Alt menü üstüne ok ekle */
.ustMenuOzel li ul::before {
  content: "";
  position: absolute;
  top: -8px; /* menünün üstünde görünsün */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #b01736; /* ok rengi menü arka planı ile aynı olmalı */
  z-index: 100;
}

/* Alt menü li */
.ustMenuOzel li ul li {
  position: relative;
}

.ustMenuOzel li ul li a {
  display: block;
  padding: 8px 12px;
  font-size: 0.85rem;
  color: #333;
  text-decoration: none;
  background: #eee;
}

.ustMenuOzel li ul li:hover > a {
  background: #ddd;
}

/* 3. seviye menü (sağa açılır) */
.ustMenuOzel li ul li ul {
  top: 0;
  left: 100%;
  background: #ddd;
}

.ustMenuOzel li ul li ul li a {
  background: #ddd;
}

.ustMenuOzel li ul li ul li:hover > a {
  background: #eee;
}

/* 📱 Responsive: alt menüleri gizle */
@media (max-width: 899px) {
  .ustMenuOzel li ul {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  /* Menü elemanları ortalansın */
  .ustMenuOzel {
    justify-content: center;
    text-align: center;
  }

  .ustMenuOzel > li {
    display: inline-block;
    margin: 5px;
  }

  .ustMenuOzel > li > a {
  padding: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  }
}


/* SLAYTLAR
------------------------------------- */
/* slayt-ana sayfa */

#slaytim {position:relative; width:100%; max-width:1400px; padding:0; z-index:1; margin: 20px auto 0 auto; }

	.slaytImg {position:relative; padding:0; margin:0; }
	.slaytImg img {width:100%;}


	.slaytContent {position:absolute; top:0; left:0; height:100%; width:100%; z-index:6;}
	.slaytContent .aContainer {display:flex; height:100%; align-items: center;}
	
	/*
	SLAYT dsyGorunum slatyClass çeşidini belirliyor 
	slaytClass0 -> 0 - Başlık ve Açıklama Yok
	slaytClass1 -> 1 - Başlık ve Açıklama (Ortada)
	slaytClass2 -> 2 - Başlık ve Açıklama (Solda)
	slaytClass3 -> 3 - Başlık ve Açıklama (Sağda)
	*/
	
	.slaytContent .slaytClass0 {display:none;}
	.slaytContent .slaytClass1 {width:50%; margin: 0 auto; text-align:center; background-color: rgba(0, 0, 0, .001);}
	.slaytContent .slaytClass2 {width: 50%; padding-left:10%; margin: 0; text-align: left; background-color: rgba(0, 0, 0, .001);}
	.slaytContent .slaytClass3 {width: 50%; padding-right:10%; margin-left: auto; text-align: right; background-color: rgba(0, 0, 0, .001);}
	
	.slaytContent h1 {color:#fff; font-size: 2.4rem; font-weight: 500; margin-top:1.5rem; margin-bottom:1.5rem;}
	.slaytContent p {color:#f5f5f5; font-size: 1.4rem; font-weight: 500; margin-bottom:1.5rem;}
	.slaytContent .btnSlayt {font-weight: 400; padding: .5rem 2rem; font-size: 1rem; line-height: 1.5; border:none; border-radius: 5px;
		transition: all .5s; cursor:pointer; margin-bottom:1.5rem; background:rgba(0,0,0,.3); color:#fff;}
	
	.owl-item.active .slaytContent {}
	.owl-item.active .slaytContent h1 {animation:1s .1s backInUp both;}
	.owl-item.active .slaytContent p {animation:2s .1s backInUp both;}
	.owl-item.active .slaytContent .btnSlayt {animation:3s .1s backInUp both;}

	#slaytim .owl-dots {display:none;}
	#slaytim .owl-nav {}
	#slaytim .owl-nav button.owl-prev, #slaytim .owl-nav button.owl-next {position:absolute; top:50%; transform:translateY(-50%); opacity:0; font-size:48px; line-height:48px; 
		width:50px; height:50px; color:#999; background:rgba(255,255,255,.01);	
		-webkit-transition:all .3s ease; -moz-transition:all .3s ease; transition:all .3s ease; cursor:pointer;
		-webkit-border-radius:12px; -moz-border-radius:12px; -ms-border-radius:12px; -o-border-radius:12px; border-radius:12px;
		}
	#slaytim .owl-nav button.owl-prev {left:50px;}
	#slaytim .owl-nav button.owl-next {right:50px;}	
	#slaytim .owl-nav button.owl-prev:hover, #slaytim .owl-nav button.owl-next:hover {background:rgba(0,0,0,.01); color:#333;}
	
	#slaytim:hover .owl-nav button.owl-prev {opacity:0.8; left:10px;}
	#slaytim:hover .owl-nav button.owl-next {opacity:0.8; right:10px;}

@media only screen and (min-width:900px) and (max-width:1239px) {
	.slaytImg img {width:auto; height:400px; object-fit: cover;} 
}
@media only screen and (min-width:600px) and (max-width:899px) {
	.slaytImg img {width:auto; height:320px; object-fit: cover;} 
}
@media only screen and (min-width:0) and (max-width:599px) {
	.slaytImg img {width:auto; height:200px; object-fit: cover;}
	
	.slaytContent h1 {font-size: 1.4rem;}
	.slaytContent p {font-size: 1rem;}
}

/* KampanyaDuyuru */

.kampanyaDuyuru {background-color: #b01736; min-height:16px;}
.kampanyaDuyuru .aContent {}
.kampanyaDuyuru .aContent p {margin:0; color:#fff; font-size:1rem; padding:.5rem 1rem; text-align: center;}



/* slayt - Kategori banner*/
#slaytKategori {}

#slaytKategori {position:relative; width:100%; margin-bottom:16px;}
	#slaytKategori img { /*height:500px;object-fit: cover; */ width:100%;}
	#slaytKategori .owl-dots {}
	#slaytKategori .owl-nav {display:none;}

	@media only screen and (min-width:900px) and (max-width:1319px) {
		#slaytKategori img {width:auto; height:120px; object-fit: cover;} 
	}
	@media only screen and (min-width:600px) and (max-width:899px) {
		#slaytKategori img {width:auto; height:100px; object-fit: cover;} 
	}
	@media only screen and (min-width:0) and (max-width:599px) {
		#slaytKategori img {width:auto; height:80px; object-fit: cover;} 
	}

/* markalar
**************************** */
.markalarKap {background-color: #fff;}

/* liste görünümü */
#listMarkalar {display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
	#listMarkalar .markaKutu {position: relative;	width: 148px; height: 148px; margin: 8px;padding: 0;
		display: flex; justify-content: center; align-items: center; overflow: hidden;} 
	#listMarkalar .markaKutu img { max-width: 100%;	max-height: 100%; object-fit: cover; 
		position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index:2;}
	#listMarkalar .markaKutu span {display: block; font-size:1rem; color:#333; z-index:2; padding:.5rem; background-color: #eee; border-radius:3px; z-index:1;}

/* owl görünümü */
#owlMarkalar {margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } 
	#owlMarkalar .markaKutu {  position: relative;	width: 112px; height: 112px; padding: 8px 16px;	margin: 0;
		display: flex; justify-content: center; align-items: center; overflow: hidden;} 
	#owlMarkalar .markaKutu img { max-width: 100%;	max-height: 100%; object-fit: cover; 
		position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index:2;}
	#owlMarkalar .markaKutu span {display: block; font-size:1rem; color:#333; z-index:2; padding:.5rem; background-color: #eee; border-radius:3px; z-index:1;}

	#owlMarkalar .owl-dots {display:none;}
	#owlMarkalar .owl-nav {}
	#owlMarkalar .owl-nav button.owl-prev, #owlMarkalar .owl-nav button.owl-next {position:absolute; top:50%; margin-top:-1rem; font-size:1.2rem; width:2rem; height:2rem; line-height:2rem;
		color:#999; cursor:pointer; }
	#owlMarkalar .owl-nav button.owl-prev {left:-.5rem;}
	#owlMarkalar .owl-nav button.owl-next {right:-.5rem;}	
	#owlMarkalar .owl-nav button.owl-prev:hover, #owlMarkalar .owl-nav button.owl-next:hover {color:#000;}

@media only screen and (min-width:900px) and (max-width:1319px) {
 
}
@media only screen and (min-width:600px) and (max-width:899px) {
	#listMarkalar .markaKutu {width: 96px; height: 96px;}
	#listMarkalar .markaKutu span {font-size:.8rem;} 
}
@media only screen and (min-width:0) and (max-width:599px) {
	#listMarkalar .markaKutu {width: 96px; height: 96px;}
	#listMarkalar .markaKutu span {font-size:.7rem;} 
}

/* GEZG�N
**************************** */
.gezginKap {}
	.gezginKap .aContent {border-bottom: 1px solid #eee; }
	ul.gezgin {position:relative; display:flex; justify-content: center;  margin:0;  padding:0; list-style:none; width:100%; }
	ul.gezgin li {color:#555; border-top:none; font-weight:400; font-size:.9rem; line-height:3; margin:5px; padding:0;}
	ul.gezgin li a {color:#555;}
	ul.gezgin li i {color:#555; padding:0 9px 0 3px; }
	ul.gezgin li:hover a {color:#555;}

@media only screen and (min-width:900px) and (max-width:1319px) {
}
@media only screen and (min-width:600px) and (max-width:899px) {
    .gezginKap {display:none;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.gezginKap {display:none;}
}

/* SAYFA / BLOKLAR / BAŞLIKLAR / KATEGORİ MENU
------------------------------------- */
.contMarginTop {margin-top:48px;}
.contMarginBottom {margin-bottom:48px;}
.contPadding {padding-top:24px; padding-bottom:24px;}
.contPaddingTop {padding-top:48px;}
.contPaddingBottom {padding-bottom:48px;}

.contBorderBottom {border-bottom:1px solid #eee;}
.contBorderTop {border-top:1px solid #eee;}

.blokTitle h1  {margin-bottom:32px; text-align:left; font-size:2.2rem; color:#b01736;}
.blokTitle h1 a {color:#b01736;}

.modTitleSol , .modTitleOrta {position:relative; width:100%; color:#b01736;}
.modTitleSol h1, .modTitleSol h2, .modTitleSol h3 {position:relative; margin-bottom:48px; font-size:1.8rem;}
.modTitleSol h1 a, .modTitleSol h2 a, .modTitleSol h3 a {color:#b01736;}

.modTitleSol , .modTitleOrta {position:relative; width:100%; color:#b01736;}
.modTitleSol h1, .modTitleSol h2, .modTitleSol h3 {position:relative; margin-bottom:48px; font-size:1.8rem;}
.modTitleSol h1 a, .modTitleSol h2 a, .modTitleSol h3 a {color:#b01736;}
/*.modTitleSol h1::after, .modTitleSol h2::after, .modTitleSol h3::after {position:absolute; content:""; background:#b01736; bottom:-10px; left:0; width:100px; height:3px;}*/

.modTitleOrta h1, .modTitleOrta h2, .modTitleOrta h3  {margin-bottom:48px; text-align:center; font-size:2rem; color:#b01736;}
.modTitleOrta h1 a, .modTitleOrta h2 a, .modTitleOrta h3 a {color:#b01736;}
/*.modTitleOrta h1::after, .modTitleOrta h2::after, .modTitleOrta h3::after {position:absolute; content:""; background:#b01736; bottom:-10px; left:50%; margin-left:-50px; width:100px; height:3px;}*/

/* navAccerdion Menu (js-> navAccordion -> navAccordion.css dahil edildi */
.mainNav {background: #f5f5f5;	width: 100%;}
	/* First Level */
	.mainNav ul {margin: 0;	padding: 0;	list-style: none; border-bottom: 1px solid #ddd;}
	.mainNav ul li {border-top: 1px solid #ddd; margin:0; padding:0;}
	.mainNav ul li a {color: #333;	display: block;	font-size: 1rem; line-height: 1.5; padding: 8px 3px; text-decoration: none;}
	.mainNav ul li a:hover {color:#000; text-decoration: underline;}
		/* Second Level */
		.mainNav ul ul {border-bottom: none;}
		.mainNav ul ul li {border-top: 1px solid #ddd;	background: #ddd;}
		.mainNav ul ul li a {color: #666;display: block; font-size: .9rem;	padding: 6px 0px 6px 6px;}
		.mainNav ul ul li a:hover {color:#000;}
				/* Third Level */
		.mainNav ul ul ul {border-top:1px solid #f1f1f1;}
		.mainNav ul ul ul li {border:none;	background: #ddd;}
		.mainNav ul ul ul li a {padding: 4px 0px 4px 9px;}
	/* Accordion Button */
	ul li.has-subnav .accordion-btn {color:#333; }
	ul li.has-subnav .accordion-btn:hover {font-size:1.5rem;}
	.mainNav ul li a.aktif {text-decoration: underline;}

@media only screen and (min-width:900px) and (max-width:1319px) {

}
@media only screen and (min-width:600px) and (max-width:899px) {
	.contMarginTop {margin-top:24px;}
	.contMarginBottom {margin-bottom:24px;}
	.contPadding {padding-top:12px; padding-bottom:12px;}
	.contPaddingTop {padding-top:24px;}
	.contPaddingBottom {padding-bottom:24px;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.contMarginTop {margin-top:24px;}
	.contMarginBottom {margin-bottom:24px;}
	.contPadding {padding-top:12px; padding-bottom:12px;}
	.contPaddingTop {padding-top:24px;}
	.contPaddingBottom {padding-bottom:24px;}
}

/* KATEGORİ SAYFASI
------------------------------------- */
.yanBlok {margin-bottom:16px; padding:12px 12px; background-color: #f5f5f5;}
.yanBlok h3 {font-size:1rem; margin-bottom:6px; padding:.5rem 0;}

#yanUrunKateg {}
#yanUrunFiltre {}

/* kategori filtre ve sıralama */
.katFiltSira { position:relative; width:100%; margin-bottom:32px; background-color: #fff; border:1px solid #eee; }
#yanUrunKategAc, #yanUrunFiltreAc {display:none; float:left; border:none; font-size:.9rem; padding:5px; line-height:1.5rem; margin: 5px; background:#ddd; color:#333; border-radius:2px;}
#yanUrunKategKapat, #yanUrunFiltreKapat {display:none; position:absolute; top:16px; right:10px; text-align:center; font-size:1.2rem; width:1.6rem; height:1.6rem; line-height:1.6rem; cursor:pointer; background:#000; color:#fff; border-radius:50%;}

form#urunSiraM {position:relative; float:right; margin:0; padding:0;  padding:5px;}

form#urunSiraM select {position:relative; float:right; box-shadow:none; background-color:rgba(255,255,255,1); background-image:none; z-index:2; 
	border:medium none;	border-radius:3px; padding:8px;	border:1px solid #e4e4e4; margin-left:10px; width: 140px;}
form#urunSiraM select#orderBy {width: 140px;}
form#urunSiraM select#cat-limit {width: 40px;}
form#urunSiraM select#katGorunumTipi {width: 80px;}

#buttonList, #buttonListLite {font-size:.9rem; line-height:1.8rem; padding:0 .2rem; border-radius: 0; margin-top:.2rem;}
#buttonList.active, #buttonListLite.active {color:#b01736; }


/* kategori kutu */
#kategKutuList {display:flex; justify-content: center; flex-wrap: wrap; width:100%;}

.kategKutu {text-align:center; margin-bottom:24px; width:25%;}
	.kategKutu .kategKutuFlex {width:100%; display: flex; flex-direction: column;}
	.kategKutu .img-k {}
	.ktCapt {display:flex; flex-direction: column; justify-content: center; align-items: center; padding:0; margin-bottom:.2rem; height:3rem; background-color: #b01736;} 
	.ktTitleCapt {color:#b01736; line-height:1.5rem; font-size:1.2rem; font-weight:400; 
		display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; background-color: #b01736;}
	.ktTitleCapt a {color:#fff;}
	.ktTitleCapt a:hover {color:#fff;}
	.ktAltKat {width:100%;}
	.ktAltKat ul {}
	.ktAltKat ul li {}
	.ktAltKat ul li a {}

#kategKutuOwl {margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	#kategKutuOwl .owl-dots {display:none;}
	#kategKutuOwl .owl-nav {}
	#kategKutuOwl .owl-nav button.owl-prev, #kategKutuOwl .owl-nav button.owl-next {position:absolute; top:50%; margin-top:-1rem; font-size:1.2rem; width:2rem; height:2rem; line-height:2rem;
		color:#999; cursor:pointer; }
	#kategKutuOwl .owl-nav button.owl-prev {left:-.5rem;}
	#kategKutuOwl .owl-nav button.owl-next {right:-.5rem;}	
	#kategKutuOwl .owl-nav button.owl-prev:hover, #kategKutuOwl .owl-nav button.owl-next:hover {color:#000;}
#kategKutuOwl .kategKutu {width:100%;}

/* urunKutu */
.urunKutu {text-align:center; margin-bottom:36px; width: 25%;}
    .urunKutu .urunKutuFlex {display: flex; flex-direction: column;}
	.urunKutu .img-k {margin-bottom:.5rem; }
	.urunKutu .ukCapt {display:flex; flex-direction: column; justify-content: center; align-items: center; padding:0; margin-top:.3rem; height:3rem; } 
	.urunKutu .ukTitleCapt {color:#b01736; line-height:1.5rem; font-size:1.2rem; font-weight:400; 
		display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow:hidden;}
	.urunKutu:hover  .ukTitleCapt {-webkit-line-clamp: 2;}
	.urunKutu .ukTitleCapt a {color:#b01736;}
	.urunKutu .ukTitleCapt a:hover {color:#b01736;}
	.urunKutu .ukEtiketleri {position:absolute; right:0; top:5px; display: flex; flex-direction: column; z-index:3}
		.urunKutu .ukEtiketleri span {font-size:.9rem; padding:.2rem .4rem; color:#fff; margin-bottom:.2rem;}
		.urunKutu .ukEtiketleri span.aUrunYeni {background-color: #b01736;}
		.urunKutu .ukEtiketleri span.aUrunIndirim {background-color: #d36708;}

	.urunKutu .aFiyatlarKutu {display:flex; flex-direction: column; padding:0; padding:0; height:2.4rem;}
		.urunKutu .aFiyat {font-weight: 500;}
		.urunKutu .aPiyasaFiyat {font-weight: 100; color: #999; text-decoration: line-through;}
		.urunKutu .aFiyatKDVHaric {font-weight: 400; color:#222;}
		.urunKutu .aFiyatTL {font-weight: 500; color: #222;}
		.urunKutu p {text-align: center; margin-bottom:0; font-size:1rem; line-height:1.2rem;} 
		.urunKutu .aSorunuz {border:none; font-weight: 500; color:#222;}
			.urunKutu .aSorunuz:hover {color: #222;}	
	.urunKutu .aButonlarKutu {}
		.urunKutu button.aSepeteEkle {border:none; font-weight: 500; color:#333;}
			.urunKutu button.aSepeteEkle:hover {color: #222;}	

/* urunKutuLite */
.urunKutuLite {text-align:center; margin-bottom:36px; width: 33.33%;}
    .urunKutuLite .urunKutuFlex {display: flex; flex-direction: column;}
	.urunKutuLite .img-k {margin-bottom:.5rem; }
	.urunKutuLite .ukCapt {display:flex; flex-direction: column; justify-content: center; align-items: center; padding:0; margin-top:.3rem; height:3rem; } 
	.urunKutuLite .ukTitleCapt {color:#b01736; line-height:1.5rem; font-size:1.2rem; font-weight:400; 
		display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow:hidden;}
	.urunKutuLite:hover  .ukTitleCapt {-webkit-line-clamp: 2;}
	.urunKutuLite .ukTitleCapt a {color:#b01736;}
	.urunKutuLite .ukTitleCapt a:hover {color:#b01736;}
	.urunKutuLite .ukEtiketleri {position:absolute; right:0; top:5px; display: flex; flex-direction: column; z-index:3}
		.urunKutuLite .ukEtiketleri span {font-size:.9rem; padding:.2rem .4rem; color:#fff; margin-bottom:.2rem;}
		.urunKutuLite .ukEtiketleri span.aUrunYeni {background-color: #b01736;}
		.urunKutuLite .ukEtiketleri span.aUrunIndirim {background-color: #d36708;}

	.urunKutuLite .aFiyatlarKutu {display:flex; flex-direction: column; padding:0; padding:0; height:2.4rem;}
		.urunKutuLite .aFiyat {font-weight: 500;}
		.urunKutuLite .aPiyasaFiyat {font-weight: 100; color: #999; text-decoration: line-through;}
		.urunKutuLite .aFiyatKDVHaric {font-weight: 400; color:#222;}
		.urunKutuLite .aFiyatTL {font-weight: 500; color: #222;}
		.urunKutuLite p {text-align: center; margin-bottom:0; font-size:1rem; line-height:1.2rem;} 
		.urunKutuLite .aSorunuz {border:none; font-weight: 500; color:#222;}
			.urunKutuLite .aSorunuz:hover {color: #222;}	
	.urunKutuLite .aButonlarKutu {}
		.urunKutuLite button.aSepeteEkle {border:none; font-weight: 500; color:#333;}
			.urunKutuLite button.aSepeteEkle:hover {color: #222;}	



/* Sayfalama */
.paginationKap {Width:100%; display: flex; justify-content:center;}
ul.pagination {list-style:none; margin:16px 0; float:right; }
	ul.pagination li {display:inline;  background:none; padding:0; list-style:none;}
	ul.pagination li a {display:block; float:left; padding:.3rem .6rem; margin-left:.5rem; border:1px solid #333;}
	ul.pagination li.current a {background:#333; color:#fff;}	
	ul.pagination li a:hover {background:#000; color:#fff; 		
		-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out;	transition:all 0.2s ease-in-out;}

/* filtre */
.filtrem {padding:0;}
	.filtreBaslik {color:#333; text-decoration:none; padding:0;}
	.filtreOzellik {color:#666; margin-bottom:12px; font-size:.9rem;}
	.filterContainer {margin:0; padding:0;}	

@media only screen and (min-width:900px) and (max-width:1319px) {
	.solBlok {width: 33.3%;}
	.sagBlok {width: 66.7%;}

	.urunKutu {width:33.3%;}
	.urunKutuLite {width:50%;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
	.yanBlok {}
	
	#yanUrunKateg {display:none;}
	#yanUrunFiltre {display:none;}
    #yanUrunKategKapat, #yanUrunFiltreKapat {display:block;}
	#yanUrunKategAc, #yanUrunFiltreAc {display:block;}
	
	.urunKutu {width:33.3%;}
		.urunKutu .ukTitleCapt {font-size:1rem;}
		.urunKutu p {font-size:.9rem;} 
	.urunKutuLite {width:50%;}

	.kategKutu {width:33.3%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.yanBlok {}

	#yanUrunKateg {display:none;}
	#yanUrunFiltre {display:none;}
    #yanUrunKategKapat, #yanUrunFiltreKapat {display:block;}
	#yanUrunKategAc, #yanUrunFiltreAc {display:block;}

	form#urunSiraM select#orderBy {width: 60px;}

	.urunKutu {width:50%;}
		.urunKutu .ukTitleCapt {font-size:1rem;}
		.urunKutu p {font-size:.9rem;} 

	.kategKutu {width:50%;}
}

/* ÜRÜN DETAY SAYFASI
------------------------------------- */
.urunGaleri {position:relative; float:left; width:60%;}
	
	/* galeri 2  (�r�n resimleri 2 - lib.php -> urunKucukResimGoster2 ) */
	.resimKucuk {position:relative; margin:0; padding:0; width:15%; margin-right:2%; float:left;}
		.gall {list-style:none; position:relative; margin:0; padding:0; width:100%; float:left; max-height:400px; overflow:auto;}
		.gall li {position:relative; float:left; width:100%; margin-bottom:10px; border:1px solid rgba(221,221,221,1);	 border-radius: 3px;
			box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; cursor:pointer;}
		.gall li img {width:90%; padding:5%; cursor:pointer;}	
		.gall li.current {border:2px solid #b01736;}
				
		.gall-content {position:relative; display:none; margin:0; padding:0;}
		.gall-content img {}
		.gall-content.current {display:inherit;}	
	
	.resimBuyuk {position:relative; float:right; width:83%; margin:0; padding:0; text-align:center;}
		.resimBuyuk img {position:relative;  width:100%; margin:0 auto;}


.urunDetay {position:relative; float:left; width:40%;}
	.urunDetay h1 {color: #b01736; font-weight:400; font-size:2rem;}
	.urunDetay .aMarka {color: #999;}
	.urunDetay .aFiyatlarKutu {margin-bottom: 1rem;}
	.urunDetay .aFiyatlarKutu p {margin-bottom: .5rem;}
		.urunDetay p.aFiyat {font-size:1.4rem; color: #000;}
		.urunDetay p.aPiyasaFiyat {font-size:1.4rem; font-weight: 100; color: #999; margin-left:1rem; text-decoration: line-through;}
		.urunDetay p.aFiyatKDVHaric {font-size:1.4rem; color: #000;}
		.urunDetay p.aFiyatTL {font-size:1.4rem; color: #000;}
		.urunDetay p.aIndirimOran {}
		.urunDetay p.aSorunuz {border:none; background-color: #b01736; color:#fff; padding:10px; transition: all .5s; margin:4px 4px 4px 0; width:120px; border-radius:3px;}
			.urunDetay .aSorunuz:hover {background-color: #000;}	
	.urunDetay .aButonlarKutu {}
		.urunDetay button.aSepeteEkle {border:none; background-color: #b01736; color:#fff; padding:10px; transition: all .5s; margin:4px 4px 4px 0; /*width:120px;*/ width:100%;}
			.urunDetay button.aSepeteEkle:hover {background-color: #000;}
		.urunDetay button.aHemenAl {border:none; background-color:#2f2d38; color:#fff; padding:10px; transition: all .5s; margin:4px 4px 4px 0; width:120px;}
			.urunDetay button.aHemenAl:hover {background-color: #000;}

	.urunDetay h4 {font-size:1.2rem; color: #b01736; font-weight:400; margin-top: .5rem;}
	.urunEtiketleri {position:relative; width:100%; float:left; margin-top:6px; margin-bottom:6px;}
	.urunEtiketleri img {border:1px solid #eee; float:left; margin:0 5px 5px 0; padding:5px; border-radius: 3px; width:80px;}
	.urunEtiketleri span {border:1px solid #eee; color:#b01736; font-size:.8rem; line-height:1.2rem; padding:.5rem 0; width:80px; text-align:center; font-weight:400; margin:0 5px 0 0; float:left; border-radius: 3px;}
		.yerli-uretim {display:none;} /* shopphp orijinal yerli görseli gizleniyor */

	.aKullSecenekleri {background-color: #f9f9f9; margin-bottom:10px; padding:16px;}

	.aAdetKap {float:left; margin:8px 4px 4px 0;}
	.aMinus, .aPlus {float:left; height:20px; line-height:20px; width:20px; text-align:center; display:block; font-size:16px; margin:10px 2px 0 2px;  padding:0; background-color: #ddd; border:1px solid #ddd; border-radius:50%;}
	.sepeteEkleAdet {float:left; width:36px; height:36px; line-height:30px; margin:0; border:3px solid #ddd; border-radius:3px; text-align: center;}

	.tel-whatsapp {position:relative; margin-bottom:20px; width:100%;}
			.hizliButon {float:left; border:1px solid #eee; padding: .5rem 1rem; margin:0 5px 5px 0; border-radius: 3px; background-color: #fff; color:#222; font-size:1rem; font-weight:500;}
				.hizliWhatsapp {color: #198754;}
				.hizliTel {color: #333;}


.urunTab {position:relative; float:left; width:100%;}
	/* Style the tab */
	ul.tabs {margin:0; padding:0; list-style:none; text-align:center;}
	ul.tabs li { position:relative; font-size:1.2rem; font-weight:500; color:#999; display:inline-block; padding:10px; margin:0 5px; cursor:pointer; border-bottom:1px solid #999;}
	ul.tabs li i {margin-right:6px;}
	ul.tabs li.secili {color:#b01736; border-bottom: 1px solid #b01736; }
	ul.tabs li.secili:after {position:absolute; width:2rem; height:2rem; right:50%; margin-right:-1rem; bottom:-2rem; line-height:2rem; font-size:2rem;
		content:"\203A"; transform: rotate(90deg); color:#b01736; }	
	.tab-icerik {float:left; width:100%; display:none; /* border:1px solid #ddd; */ padding:30px 0;}
	.tab-icerik.secili {display:block;}

	.tab-icerik ul { list-style: circle inside; }
	.tab-icerik ol { list-style: decimal inside; }

@media only screen and (min-width:900px) and (max-width:1319px) {

}
@media only screen and (min-width:600px) and (max-width:899px) {
	.urunGaleri {width:100%;}
	.urunDetay {width:100%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.urunGaleri {width:100%;}
	.urunDetay {width:100%;}

	ul.tabs li { font-size:1rem; padding:5px;}

}

/* BLOG/MAKALE (MakaleListShow-MakaleGoster)
------------------------------------- */
/* MakaleListShow */
.makaleKutu {margin-bottom:12px;}
	.makaleKutu .makaleKutuFlex {width:100%; display:flex;}
		.makaleKutu .markaImg {position: relative; width: 240px; height: 240px;
			display: flex;	align-items: center; justify-content: center; overflow: hidden; background-color: #333;}
		.makaleKutu .markaImg img {position: absolute; top: 50%; left: 50%;	transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; 
			object-fit: cover;}
		.makaleKutu .makaleContent {position:relative; width: calc(100% - 240px); padding:12px; 
				display: flex; flex-direction: column;} 
                .makaleKutu .makaleContent p {text-align: justify;}
				.makaleKutu h2 {color:#333; line-height:1.5rem; font-size:1.6rem; font-weight:500;}
				.makaleKutu h2 a {color:#333;}
				.makaleKutu h2 a:hover {color:#000;}
				.makaleKutu p {text-align: justify;}
				.makaleKutu .btn {border: none; background-color: #061d49; font-size: 0.9rem; color: #fff;
					padding: 5px 10px; margin: 10px 0; transition: all 0.5s; display: inline-block; align-self: flex-start; }
				.makaleKutu .btn:hover {background-color: #000;}
/* MakaleGoster */
.makaleGosterFlex {display: flex; flex-direction: column;}
	.makaleGosterImg {width:300px; }
		.makaleGosterImg img {width:100%; }
	.makaleGosterDetay {width: 100%; padding:16px 0;}
	.makaleGosterDetay p {text-align: justify;}

@media only screen and (min-width:900px) and (max-width:1319px) {
}
@media only screen and (min-width:600px) and (max-width:899px) {
    .makaleKutu .makaleKutuFlex {flex-direction: column;}
        .makaleKutu .markaImg {width: 240px; height: 240px;}
    .makaleKutu .makaleContent {width: 100%;} 
}
@media only screen and (min-width:0) and (max-width:599px) {
    .makaleKutu .makaleKutuFlex {flex-direction: column;}
        .makaleKutu .markaImg {width: 240px; height: 240px;}
    .makaleKutu .makaleContent {width: 100%;} 
}

/* HABER (HaberListShow-HaberGoster)
------------------------------------- */
/* 
HaberListShow
.sp-haber-ic-list shopphp hbar listelemede otomatik bu classı kullanıyor. temaya göre güncelledik. */
ul.sp-haber-ic-list {display:flex; flex-wrap: wrap; justify-content: center;}
ul.sp-haber-ic-list li.flexHaberOge {width:25%; margin-bottom:16px; border-bottom:none;}
ul.sp-haber-ic-list li.flexHaberOge .aContent{display:flex; flex-direction: column; align-items: center;}
ul.sp-haber-ic-list li.flexHaberOge .flexHaberOgeTit {font-size:1rem; font-weight:500; padding:10px 0;}
ul.sp-haber-ic-list li.flexHaberOge .flexHaberOgeDesc {font-size:.9rem;}

/* HaberGoster */
.haberGosterFlex {display: flex; flex-direction: column;}
	.haberGosterImg {width:300px; }
		.haberGosterImg img {width:100%; }
	.haberGosterDetay {width: 100%; padding:16px 0;}
	.haberGosterDetay p {text-align: justify;}

@media only screen and (min-width:900px) and (max-width:1319px) {
}
@media only screen and (min-width:600px) and (max-width:899px) {
    ul.sp-haber-ic-list li.flexHaberOge {width:50%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
    ul.sp-haber-ic-list li.flexHaberOge {width:80%;}
}

/* Galeri - flex
----------------------------*/
.flexGalKap {display:flex; flex-wrap: wrap; justify-content: center;}
.flexGalOge {width:25%; margin-bottom:16px;}
.flexGalOge .aContent{display:flex; flex-direction: column; align-items: center;}
.flexGalOge .flexGalOgeTit {font-size:1rem; font-weight:500; padding:10px 0;}
.flexGalOge .flexGalOgeDesc {font-size:.9rem;}

@media only screen and (min-width:900px) and (max-width:1319px) {
}
@media only screen and (min-width:600px) and (max-width:899px) {
	.flexGalOge {width:50%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.flexGalOge {width:80%;}
}


/* OWL
------------------------------------- */
/* owl Ürün */	
.owlUrun {width: calc(100% - 32px); margin:16px;}
.owlUrun .owl-nav {}

.owlUrun .owl-nav button.owl-prev, .owlUrun .owl-nav button.owl-next {position:absolute; top:40%; font-size:24px; width:30px; height:30px;  line-height:30px;
	color:#999; cursor:pointer; border-radius:50%;}
.owlUrun .owl-nav button.owl-prev {left:-10px;}
.owlUrun .owl-nav button.owl-next {right:-10px;}	
.owlUrun .owl-nav button.owl-prev:hover, .owlUrun .owl-nav button.owl-next:hover {color:#222;}

.owlUrun .urunKutu {width:100%; margin-bottom:0;}

.modulSecmeUrunlerList { display: flex; flex-wrap: wrap; justify-content: center; width:100%;}
.modulSecmeUrunlerList .urunKutu {width:25%;}

@media only screen and (min-width:900px) and (max-width:1319px) {
}
@media only screen and (min-width:600px) and (max-width:899px) {
	.modulSecmeUrunlerList .urunKutu {width:33.3%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.modulSecmeUrunlerList .urunKutu {width:50%;}
}

/* FOOTER
------------------------------------- */
.footerKap {}
.footer {padding:48px 0 24px 0; border-top:1px solid #eee;}

.footerLogo {width:120px; margin-bottom:24px;}

.footer h4 {position:relative; color:#b01736; font-weight:400; margin-bottom:1rem; font-size:1.4rem; line-height:1.5;}
.footer h4 a {color:#000;}
/*.footer h4:after {position:absolute; content:""; background:#0063ff; bottom:-12px; left:0; width:32px; height:3px;}*/

.footerFlex {width:100%; display: flex; flex-direction: column; margin-bottom:24px;}

ul.footerList {position:relative; margin:0; padding:0; list-style:none; }
ul.footerList li {position:relative;  margin:0; padding:0 0 0 14px; list-style:none; font-size:1rem; line-height:2;}
ul.footerList li:before { content: "❯"; position: absolute; left: 0; top: .5rem; font-size:.5rem; color: #222; }
ul.footerList li a {margin:0; padding:0; color:#222; text-decoration: none;}
ul.footerList li a:hover {text-decoration: underline;}
ul.footerList li li a {color:#aaa; font-size:.8rem;}

.footerAlt {padding:12px 0;}
.footerAlt p {margin:0; text-align:left; color:#999; font-size:.9rem;}
.footerAlt p a {color:#999;}
ul.footerList2 {position:relative; display:flex; width:100%;}
ul.footerList2 li {position:relative;  margin:0; padding:0 .8rem 0 0; list-style:none; font-size:1rem; line-height:2;}
ul.footerList2 li a {margin:0; padding:0; color:#222; text-decoration: none;}
ul.footerList2 li a:hover {text-decoration: underline;}
ul.footerList2 li li {display:none;}

/* SHOPPHP
------------------------------------- */
/* kategori */
.filterCheck {text-transform: none;} /* filterlerdeki küçük harfe dönüştürmeyi kaldırmak için */

/* sepet */
.basket-button .green-button {border:1px solid #b01736 !important;	background:#b01736 !important;}
.basket-button .green-button:hover {border:1px solid #000 !important;	background:#000 !important;}
.basket-right ul li.tutar span {color:#b01736 !important;}
.basket-title div span {color: #b01736 !important;}
.cat-slider-fiyat {color: #b01736 !important;}
.hizli-button-siparis {background-color:#b01736;}

/* login */
#divUyeGirisForm button.userLoginBtn {background-color: #b01736 !important;}
.register-tab label.active {background-color: #b01736 !important;}

/* ürün detay */
table.urunSecimTable {border:none;}
	table.urunSecimTable th.UrunSecenekleri {display:none;}	
	table.urunSecimTable tr {border:none;}
	table.urunSecimTable div.UrunSecenekleriHeader {border:none;}
	table.urunSecimTable ul.urunSecim {border:none;}

	table.urunSecimTable ul.urunSecim li {}
	table.urunSecimTable ul.urunSecim li.urun-var-resim {  width: unset; min-height: unset;}
	table.urunSecimTable ul.urunSecim li.selected {border-color: #b01736 !important;}
	table.urunSecimTable ul.urunSecim li.urun-var-resim img {display:none;}

	table.urunSecimTable td {border:none; padding:3px 3px 3px 0px;}
	table.urunSecimTable td select{border:none; padding:3px; border-radius:3px; }

.taksitGosterim {width: 32.3%; margin-right:1%; margin-bottom:10px;}
.taksit-container {width: 100%;}
.genel_taksitDiv {font-weight:500; font-size:1rem; }
.genel_taksitDiv table th, .genel_taksitDiv table tr {padding:8px 0; }
.genel_taksitDiv .taksitTopHeader {text-align: center;}
.genel_taksitDiv .taksitTopHeader img {display: block; margin: 0 auto;}

@media only screen and (min-width:900px) and (max-width:1319px) {

}
@media only screen and (min-width:600px) and (max-width:899px) {
	.taksitGosterim {width: 49%; margin-right:1%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.taksitGosterim {width: 100%; margin-right:0;}
}

.modulAnaContTek {width:100%; display: flex; flex-wrap: wrap; justify-content: center;}
	.modulAnaContTekOge {width:50%; padding:0 24px; margin-bottom:24px; display: flex; flex-direction: column;}
		.modulAnaContTekOge .modImg {width:100%; margin-bottom:12px;}
		.modulAnaContTekOge .modImg img {width:100%;}
		.modulAnaContTekOge h3 {color:#b01736; font-weight: 400; font-size:1.6rem; text-align: center;}
		.modulAnaContTekOge p {color:#222; padding: 0; text-align:justify;}
		.modulAnaContTekOge .btnSlayt {font-weight: 400; padding: 0; margin:0; font-size: 1.1rem; line-height: 1.5; border:none; border-radius: 0;
			cursor:pointer; margin-bottom:1.5rem; color:#b01736; border-bottom: 1px solid #b01736; text-align:left;}
		.modulAnaContTekOge p.modDate {color:#999; font-size:.9rem; text-align: center; margin-bottom:.5rem; }

.modulAnaCont {width:100%; display: flex; flex-wrap: wrap; justify-content: center;}
	.modulAnaContOge {width:50%; padding:0 24px; margin-bottom:24px; display: flex; flex-direction: column; text-align:center;}
		.modulAnaContOge .modImg {width:100%; margin-bottom:12px;}
		.modulAnaContOge .modImg img {width:100%;}
		.modulAnaContOge h3 {color:#b01736; font-weight: 400; font-size:1.6rem;}
		.modulAnaContOge p {color:#222; padding: 0 128px;}
		.modulAnaContOge .btnSlayt {font-weight: 400; padding: 0; margin:0; font-size: 1.1rem; line-height: 1.5; border:none; border-radius: 0;
			cursor:pointer; margin-bottom:1.5rem; color:#b01736; border-bottom: 1px solid #b01736;}

@media only screen and (min-width:900px) and (max-width:1319px) {

}
@media only screen and (min-width:600px) and (max-width:899px) {

}
@media only screen and (min-width:0) and (max-width:599px) {
	.modulAnaContTekOge {width:100%;}
	.modulAnaContOge {width:100%;}
		.modulAnaContOge p {padding:0;}
}	

.ikonKap { /* background:#f1f1f1; border-top: 1px solid #bbb; */ }
    .ikonOgeler {display: flex; justify-content: center; flex-wrap: wrap; width:100%;}
    .ikonOge {width:180px; padding:1rem; display:flex; flex-direction: column;}
    .ikonOge i {text-align:center; font-size:2rem; margin-bottom:1rem;}
    .ikonOge span.ikonTitle {text-align:center; margin-bottom:.5rem; font-weight:500;}
    .ikonOge span.ikonDesc {text-align:center; font-weight:300; font-size: .9rem;}

.imgCart {width:100%; display:flex; justify-content: center; align-items: center;}
.imgCart img {max-width:100%;}

@media only screen and (min-width:900px) and (max-width:1319px) {

}
@media only screen and (min-width:600px) and (max-width:899px) {

}
@media only screen and (min-width:0) and (max-width:599px) {
    .ikonOge {width:50%;}
}

#tel-birakin {display:none;}

/* BACKGROUND - COLOR 
------------------------------------- */
.bg-blue {background-color: #4096ca;}
.bg-red {background-color: #d62323;}
.bg-orange {background-color: #fd4b37;}
.bg-yellow {background-color: #ffc107;}
.bg-green {background-color: #000000;}
.bg-white {background-color: #fff;}
.bg-gray {background-color: #6c757d;}
.bg-gray-dark {background-color: #343a40;}
.bg-success {background-color: #198754;}
.bg-info {background-color: #0dcaf0;}
.bg-warning {background-color: #ffc107;}
.bg-danger {background-color: #dc3545;}
.bg-light {background-color: #eee;}
.bg-dark {background-color: #212529;}
.bg-black {background-color: #000;}
.bg-brown {background-color: #974a02;}

.bg-primary {background-color: #b01736;}
.bg-secondary {background-color: #b01736;}
.bg-third {background-color: #d89823;}  

.color-blue {color: #4096ca;}
.color-red {color: #d62323;}
.color-orange {color: #fd4b37;}
.color-yellow {color: #ffc107;}
.color-green {color: #198754;}
.color-white {color: #fff;}
.color-gray {color: #6c757d;}
.color-gray-dark {color: #343a40;}
.color-success {color: #198754;}
.color-info {color: #0dcaf0;}
.color-warning {color: #ffc107;}
.color-danger {color: #dc3545;}
.color-light {color: #eee;}
.color-dark {color: #212529;}
.color-black {color:#000;}
.color-brown {color: #974a02;}

.color-primary {color: #b01736;}
.color-secondary {color: #b01736;}
.color-third {color: #f1ce72;} 

