/* 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:15px;}
body { margin:0; padding:0; font-family: 'Poppins', sans-serif; font-size:1rem; font-weight:400; line-height:1.5; color:#222;	/* 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:#222; font-family: 'Barlow', sans-serif; }
h1{ font-size:2.1rem; }
h2{	font-size:1.7rem; }
h3{	font-size:1.4rem; }
h4{	font-size:1.1rem; }
h5{ font-size:1rem; }
h6{	font-size:.9rem; }
p {	margin-top:0; margin-bottom:1rem; }
b, strong {	font-weight:bolder; }
small { font-size:80%; }

/* 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:#222;}
/* img
------------------------------------- */
img {border:none; padding:0; margin:0; display:block;}
/* btn
------------------------------------- */
button {border:none; background: none; cursor: pointer; border-radius: 5px;}
.btn {font-weight: 400; text-align: center; padding: .5rem 2rem; font-size: 1rem; line-height: 1.5; border:none; border-radius: 5px;
	transition: all .5s; cursor:pointer; margin: .5rem 0; background-color:#ddd; color:#222; margin-right:.8rem;}
  .btn:hover {color: #fff; background-color: #de730e;	border-color: #de730e; 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:1920px;}
.aContainer-genis {max-width: 1440px;}
.aContainer-dar {max-width: 960px;}
.aContainer {max-width: 1240px;}

.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 */

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

.displayNone {display:none;}
.displayBlock {display:block;}
.opacity0 {opacity: 0;}
.opacity1 {opacity: 1;}
.visibilityHidden {visibility: hidden;}
.visibilityVisible {visibility: visible;}

@media only screen and (min-width:900px) and (max-width:1239px) {
	.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%;}

.img-k {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Kare oranı */
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    overflow: hidden; /* Taşmaları önlemek için */
    background-color: #fdfdfd; /* Opsiyonel: boş alanların belli olması için */
}

.img-k img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Görselin kırpılmadan sığmasını sağlar */
    display: block; /* Boşlukları önlemek için */
    margin: auto; /* Görseli ortalamak için */
}



/* HEADER + SLAYT/BANNER KAP
------------------------------------- */
.anaSayfaBgKap {position: relative; margin:0 auto; width:100%; height:100%;}

/* HEADER
------------------------------------- */
.aHeaderKap {position: absolute; top:0; left:0; z-index:4; width:100%; margin:0 auto; padding:0 0 6rem 0; 
	background: rgba(0, 0, 0, .9); 
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));*/
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0) 100%);
}
.aHeader {}
.aHeader .aContent {}
.aHeaderFlex {width:100%; display:flex; align-items: center; display:flex; justify-content: space-between; align-items: center;}
.aLogo {position:relative; width:180px; padding:0.5rem 1rem; /*background-color: #fff;*/ border-radius: 0;}
	.aLogo img {width:100%; padding:0;}

ul.aHeaderMenu {padding: 0; margin:0; list-style: none; display:flex;}
	ul.aHeaderMenu li {position: relative; color: #fff; font-size: 1.4rem; line-height: 3rem; height:3rem; width:3rem;
		margin: 0 0 0 12px; padding:0; cursor:pointer; border-radius: 50%; background-color: #de730e; text-align: center;}
	ul.aHeaderMenu li a {margin:0; color:#fff; display:block; text-decoration: none; }
	ul.aHeaderMenu li i {padding:0; font-size: 1.4rem; line-height: 3rem;}
	ul.aHeaderMenu li span.menuMetin {display:none;}
	ul.aHeaderMenu li span.menuCount {position: absolute; top: -4px; right: -2px; width:20px; height:20px; line-height: 20px; font-size: 10px; 
		background-color: #fff; color: #de730e; border-radius: 50%; text-align: center;}
	ul.aHeaderMenu li:hover {color:#de730e; background-color: #fff;}
	ul.aHeaderMenu li:hover a {color:#de730e;}
	ul.aHeaderMenu li:first-child {}
	ul.aHeaderMenu li#searchIconum {}
	ul.aHeaderMenu li#respBlokAc {display:none;}

.aSearchFormKap {display:none; display:none; position:absolute; top:7rem; right:0; width:400px; padding:5px; background-color: #fff; border:none; z-index: 11;} 
	.aSearchForm {display:flex; height:48px;} 
		.aSearchForm .input {width: calc(100% - 48px); padding: 0 1rem; margin:0; color: #222; font-size: 1rem; line-height: 2; border: none; 
			background-color: transparent;}  
			.aSearchForm .input:focus {outline: none; box-shadow: none;}
		.aSearchForm button {width: 48px; padding: 0; margin: 0; color: #222; border: none; cursor: pointer; font-size: 1.4rem;} 
		.aSearchForm .input::placeholder {color:#bbb; font-weight:normal; font-style: normal; }

/* ÜST MENU
------------------------------------- */
#sf-kutu {position:relative; display:flex; align-items: center; margin:0;}
#sf-kutu .sf-menu {position:relative; margin:0;}

/*  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: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; font-family: 'Barlow', sans-serif;}
	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:1239px) {
	ul.aHeaderMenu li#respBlokAc {display:block;}
    #sf-kutu {display:none;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
    ul.aHeaderMenu li#respBlokAc {display:block;}
    #sf-kutu {display:none;}
	
	.aSearchFormKap {width:100%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.aLogo {width:140px;}
	ul.aHeaderMenu li {position: relative; color: #fff; font-size: 1.4rem; line-height: 2.5rem; height:2.5rem; width:2.5rem;}
	ul.aHeaderMenu li i {line-height: 2.5rem;}
    ul.aHeaderMenu li#respBlokAc {display:block;}
    #sf-kutu {display:none;}

	.aSearchFormKap {width:100%;}
}


/* SLAYTLAR
------------------------------------- */


/* slaytthumb-ana sayfa */

#slaytBuyuk {position:relative; width:100%; max-width:1920px; padding:0; z-index:1; margin:0 auto; background-color: #000;}

	.slaytB {position: relative; padding: 0; margin: 0; height: 100vh; min-height: 600px; overflow: hidden;}
	.slaytB img {width: 100%; height: 100%; object-fit: cover; object-position: center; }
	.slaytB img::after {content: ""; position: absolute; top: 0; left: 0;	width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); pointer-events: none;}
	.slaytBContent {position:absolute; bottom:0; left: 0; width:100%; z-index:5; display: flex; height:100%; justify-content: center; align-items: center;}

	.slaytBContentIc {/*background-color:rgba(255, 255, 255, 1);*/ display: flex; /* Flex konteyner */ flex-direction: column; width:40%;}
	.slaytBContentIc h1 {display: inline-block; align-self: flex-start; color:#222; font-size: 2.4rem; line-height: 1.5; font-weight: 700; 
		padding: .5rem 2rem; margin-bottom:1rem; background-color: #fff;} 
	.slaytBContentIc p {display: inline-block; align-self: flex-start; color:#222; font-size: 1.6rem; line-height: 1.5; font-weight: 500; 
		padding: .5rem 2rem; margin-bottom:1rem; background-color: #fff;}
	.slaytBContentIc .slaytBBtnKap {display: inline-block; align-self: flex-start;}
	.slaytBContentIc .slaytBBtn {font-weight: 400; padding: .5rem 2rem; font-size: 1rem; line-height: 1.5; border:none; 
		transition: all .5s; cursor:pointer; background-color:#de730e; color:#fff;
	}

	.owl-item.active .slaytBContentIc h1 {animation:1s .4s bounceIn both;}
	.owl-item.active .slaytBContentIc p {animation:1s .7s flipInX both;}
	.owl-item.active .slaytBContentIc .slaytBBtnKap {animation:1s .7s bounceIn both;}

	#slaytBuyukNav {text-align: center; padding:0 10px;} 
	  #slaytBuyukNav .owl-prev, #slaytBuyukNav .owl-next {display: inline-block; padding: 10px;	color: #fff; font-size: 50px; cursor: pointer; }
	  #slaytBuyukNav .owl-prev:hover, #slaytBuyukNav .owl-next:hover {color: #de730e;}

#slaytKucukKap {position:absolute; bottom:80px; left:0; z-index: 2; width:100%;}
#slaytKucukKap .aContent {display: flex; flex-direction: column; align-items: flex-end;}

#slaytKucuk {position: relative; margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
    z-index: 3; width: 50%; padding:0 10px;}
	.slaytK {position: relative; width: calc(100% - 10px); margin:5px; cursor: pointer; transition: all 0.3s ease-in-out; padding: 0;
		border: 8px solid #fff;}
	.slaytK img {margin:0; padding:0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease-in-out;}
		#slaytKucuk .current .slaytK { border: 8px solid #de730e;}

	#slaytKucuk .owl-nav {display:none;}
	#slaytKucuk .owl-nav button.owl-prev, #slaytKucuk .owl-nav button.owl-next {position:absolute; top: calc(50% - 25px); font-size:10px; width:10px; height:50px;  line-height:30px;
		color:#fff; cursor:pointer;}
		#slaytKucuk .owl-nav button.owl-prev {left:0;}
		#slaytKucuk .owl-nav button.owl-next {right:0;}	
		#slaytKucuk .owl-nav button.owl-prev:hover, #slaytKucuk .owl-nav button.owl-next:hover {color:#de730e;}

		#slaytKucuk .owl-dots {display:none;}

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

}
@media only screen and (min-width:600px) and (max-width:899px) {
    #slaytBuyuk {}
        .slaytBContentIc {width:50%;}
        .slaytBContentIc h1 {font-size: 1.6rem;} 
        .slaytBContentIc p {font-size: 1.3rem;}
    #slaytKucuk {}
        #slaytKucukKap {bottom:60px;}
        #slaytKucuk {width: 80%;}
}
@media only screen and (min-width:0) and (max-width:599px) {

    #slaytBuyuk {}
		.slaytB {height: 360px; min-height: 360px;}
        .slaytBContentIc {width:60%;}
        .slaytBContentIc h1 {font-size: 1.4rem;} 
        .slaytBContentIc p {font-size: 1.1rem;}
    #slaytKucuk {}
		#slaytKucukKap {position:relative; top:0; margin-top:-80px;}
        #slaytKucuk {width: 100%;}
}

/* BANNER
**************************** */
.banner-container2 {background-color: black; overflow: hidden;}
#banner2 {width:100%; height:220px;}
#banner2::after {content: ''; position: absolute; width: 100%; height:100%; /*background: rgba(0, 0, 0, .6);*/ background:rgba(0, 0, 0, 0.01); left: 0;  bottom: 0; right: 0; z-index:3; }
#banner2 .bannerImg {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
#banner2 .bannerImg img {position:relative;  text-align: center;}

#banner2 .bannerDetail {position:absolute; left: 0; right:0; bottom:0; margin:0 auto; max-width: 100%; z-index:3; display:flex; flex-direction: column; background-color: rgba(0, 0, 0, .1); border-top:1px solid rgba(255, 255, 255, .2);  }
#banner2 .bannerDetail .cContent {}

@media only screen and (min-width:900px) and (max-width:1239px) {
  #banner2 {height:200px;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
  #banner2 {height:170px;}
}
@media only screen and (min-width:0) and (max-width:599px) {
  #banner2 {height:140px;}
}

/* GEZG�N
**************************** */
ul.gezgin {float:left; margin:0; padding:.5rem 0; list-style:none; width:100%; }
ul.gezgin li {float:left; color:#fff; border-top:none; font-weight:400; font-size:.8rem; line-height:1; margin:5px; padding:0;}
ul.gezgin li a {color:#fff;}
ul.gezgin li i {color:#fff; padding:0 4px;}
ul.gezgin li:hover a {color:#fff;}

@media only screen and (min-width:900px) and (max-width:1239px) {
}
@media only screen and (min-width:600px) and (max-width:899px) {
}
@media only screen and (min-width:0) and (max-width:599px) {
ul.gezgin {/*display:none;*/}
}


/* 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:1239px) {
		#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;}
.markalarKap .aContent {border-top:1px solid #eee; border-bottom: 1px solid #eee;}

/* liste görünümü */
#listMarkalar {display:flex; justify-content: center; align-items: center; flex-wrap: wrap;}
	#listMarkalar .markaKutu {  position: relative;	width: 112px; height: 112px; 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:#222; z-index:2; padding:.5rem; background-color: #eee; border-radius:10px; 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:#222; z-index:2; padding:.5rem; background-color: #eee; border-radius:10px; 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:1239px) {
 
}
@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;} 
}


/* 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;}

.solBlok {}
.sagBlok {}

.modTitleSol , .modTitleOrta {position:relative; width:100%;}
.modTitleSol h1, .modTitleSol h2, .modTitleSol h3 {position:relative; margin-bottom:64px; font-size:2.1rem; font-weight: 600;}
.modTitleSol h1 a, .modTitleSol h2 a, .modTitleSol h3 a {}
.modTitleSol h1 span, .modTitleSol h2 span, .modTitleSol h3 span {color:#de730e; font-weight: 400;}
.modTitleSol h1::after, .modTitleSol h2::after, .modTitleSol h3::after  {position:absolute; content:""; background:#de730e; bottom:-16px; left:0; width:64px; height:3px; z-index:2;}
.modTitleSol h1::before, .modTitleSol h2::before, .modTitleSol h3::before  {position:absolute; content:""; border-bottom:1px solid rgba(0, 0, 0, .2); bottom:-15px; left:0; width:128px; height:1px; z-index:1;}


.modTitleOrta h1, .modTitleOrta h2, .modTitleOrta h3  {margin-bottom:64px; text-align:center; font-size:2.1rem;  font-weight: 600;}
.modTitleOrta h1 a, .modTitleOrta h2 a, .modTitleOrta h3 a {}
.modTitleOrta h1 span, .modTitleOrta h2 span, .modTitleOrta h3 span {color:#de730e; font-weight: 400;}
.modTitleOrta h1::after, .modTitleOrta h2::after, .modTitleOrta h3::after {position:absolute; content:""; background:#de730e; bottom:-16px; left:50%; margin-left:-32px; width:64px; height:3px; z-index:2;}
.modTitleOrta h1::before, .modTitleOrta h2::before, .modTitleOrta h3::before {position:absolute; content:""; border-bottom:1px solid rgba(0, 0, 0, .2); bottom:-15px; left:50%; margin-left:-64px; width:128px; height:1px; z-index:1;}

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

}
@media only screen and (min-width:600px) and (max-width:899px) {
}
@media only screen and (min-width:0) and (max-width:599px) {
    .modTitleSol h1, .modTitleSol h2, .modTitleSol h3 {font-size:1.6rem;}
    .modTitleOrta h1, .modTitleOrta h2, .modTitleOrta h3  {font-size:1.6rem;}
}


/* 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: #222;	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:#222; }
	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:1239px) {
	.solBlok {width:25%;}
	.sagBlok {width:75%;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
}
@media only screen and (min-width:0) and (max-width:599px) {

}

/* KATEGORİ SAYFASI
------------------------------------- */

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

/* kategori filtre ve sıralama */
.katFiltSira { position:relative; width:100%; margin-bottom:12px; background-color: #f5f5f5; }
#yanUrunKategAc, #yanUrunFiltreAc {display:none; float:left; border:none; font-size:.9rem; padding:5px; line-height:1.5rem; margin: 5px; background:#ddd; color:#222; 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:#de730e; 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:1.4rem; line-height:1.8rem; padding:0 .2rem; border-radius: 0; margin-top:.2rem;}
#buttonList.active, #buttonListLite.active {color:#de730e; }


/* kategori kutu */
#kategKutuList {display:flex; justify-content: center; flex-wrap: wrap; width:100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0) 150px);}

.kategKutu {text-align:center; margin-bottom:24px;}
	.kategKutu .kategKutuFlex {width:100%; display: flex; flex-direction: column;}
	.kategKutu .img-k {border-bottom: 3px solid #de730e;}
	.ktCapt {display:flex; flex-direction: column; align-items: center; justify-content: center; padding:0; margin-bottom:.2rem; height:3rem; background-color: #f5f5f5; } 
	.ktTitleCapt {color:#222; font-family: 'Barlow', sans-serif; line-height:1.5rem; font-size:1rem; font-weight:500; 
		display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden;}
	.ktTitleCapt a {color:#222;}
	.ktTitleCapt a:hover {color:#000;}
	.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%;}

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

}
@media only screen and (min-width:600px) and (max-width:899px) {
	.yanBlok {border: 2px solid #ddd;}
	
	.yanUrunKateg, .yanUrunFiltre {display:none;}
    #yanUrunKategKapat, #yanUrunFiltreKapat {display:block;}
	#yanUrunKategAc, #yanUrunFiltreAc {display:block;}

	.kategKutu {width:33.3%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.yanBlok {border: 2px solid #ddd;}
	
	form#urunSiraM select#orderBy {width: 100px;}
	
	.yanUrunKateg, .yanUrunFiltre {display:none;}
    #yanUrunKategKapat, #yanUrunFiltreKapat {display:block;}
	#yanUrunKategAc, #yanUrunFiltreAc {display:block;}
	.kategKutu {width:50%;}
}

/* urunKutu */
.urunKutu {text-align:center; margin-bottom:16px; margin-top: 16px; width: 33.33%;}
	.urunKutu .aContent {/*box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/ transition: all .3s;}
    .urunKutu .urunKutuFlex {display: flex; flex-direction: column;}

	.urunKutu .urunKutuFlex {
	display: flex;
    flex-direction: column;
    min-width: 0; /* Chromium için taşmayı ve hatalı genişliği engeller */
    overflow: hidden;
	}

	.urunKutu .img-k {}
    .urunKutu .img-k img {}
	.urunKutu .ukCapt {display:flex; flex-direction: column; justify-content: center; align-items: center; margin-top:10px; padding:0; height:3rem;} 
	.urunKutu .ukTitleCapt {color:#222; font-family: 'Barlow', sans-serif; line-height:1.5rem; font-size:1.2rem; font-weight:600; 
		display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden;}
	.urunKutu .ukTitleCapt a {color:#222; }
	.urunKutu .ukTitleCapt a:hover {color:#000;}
	.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:.2rem; border-radius: 3px;}
		.urunKutu .ukEtiketleri span.aUrunYeni {background-color: #181818;}
		.urunKutu .ukEtiketleri span.aUrunIndirim {background-color: #de730e;}

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


.urunKutu:hover .aContent {/*box-shadow: 0 0 20px rgba(0, 0, 0, .2);*/}

@media only screen and (min-width:900px) and (max-width:1239px) {
    .urunKutu {width:33.3%;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
	.urunKutu {width:33.3%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.urunKutu {width:50%;}
    .urunKutu .ukTitleCapt {font-size:1rem;}
}


/* urunKutuLite */
.urunKutuLite {margin-bottom:12px; }
	.urunKutuLite .urunKutuLiteFlex {width:100%; display:flex; border:1px solid #ddd;}
	
	.ukImgCapt {position:relative; width: 75%; 
		display: flex; flex-direction: row; justify-content: center; /* Dikeyde ortalamak için */}
		
		.urunKutuLite .img {position:relative; width: 100px; padding:12px; border-right:1px solid #ddd;}
	
		.urunKutuLite .ukCapt {position:relative; width: calc(100% - 100px); padding:12px; 
			display: flex; flex-direction: column; justify-content: center; /* Dikeyde ortalamak için */} 
			.urunKutuLite .ukTitleCapt {color:#222; font-family: 'Barlow', sans-serif; line-height:1.5rem; font-size:1rem; font-weight:500;}
			.urunKutuLite .ukTitleCapt a {color:#222;}
			.urunKutuLite .ukTitleCapt a:hover {color:#000;}
			.urunKutuLite .ukEtiketleri {position:relative;}
				.urunKutuLite .ukEtiketleri span {float:left; font-size:.7rem; padding:.2rem .4rem; color:#fff; margin:.2rem .2rem 0 0;}
				.urunKutuLite .ukEtiketleri span.aUrunYeni {background-color: #181818;}
				.urunKutuLite .ukEtiketleri span.aUrunIndirim {background-color: #de730e;}

	.urunKutuLite .ukFiyatButon {position:relative; width: 25%; padding:12px; border-left:1px solid #ddd;
		display: flex; flex-direction: column; justify-content: center;}
		
		.urunKutuLite .aFiyatlarKutu {position:relative;}
			.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: #de730e;}
			.urunKutuLite p {text-align: left; margin-bottom:0; font-size:.9rem; line-height:1.5rem;} 
			.urunKutuLite .aSorunuz {border:none; font-weight: 500; color:#de730e;}
				.urunKutuLite .aSorunuz:hover {color: #222;}	
		.urunKutuLite .aButonlarKutu {}
			.urunKutuLite button.aSepeteEkle {border:none; background-color: #de730e; font-size:.9rem; color:#fff; padding:5px; margin:3px; transition: all .5s; margin:0;}
				.urunKutuLite button.aSepeteEkle:hover {background-color: #000;}	

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

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

.owlUrun .owl-dots {display:flex; justify-content: center; padding:16px;}
.owlUrun .owl-dot {width: 16px; height: 16px; margin: 16px 8px; border-radius: 50%; padding:10px;  border:1px solid #fff;}
.owlUrun .owl-dot.active {background-color: #de730e;}
.owlUrun .owl-dot:not(.active) {background-color: #999 !important;}


.owlUrun .urunKutu {width: 100% !important; margin: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:1239px) {
}
@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%;}
}

/* ISOTPE - modulIsotopeUrunler() */

/* isotope urun ana sayfa filitre */
.portfolioFilter {display:flex; flex-direction: column; width:100%; overflow:hidden; position:relative; margin:0 0 32px 0;}
.portfolioFilter ul { display:flex; justify-content: center; flex-wrap: wrap; position:relative; margin:0; padding:0; list-style:none; font-family: 'Barlow', sans-serif; }
.portfolioFilter ul li {position:relative; margin:8px 12px; padding:0;}
.portfolioFilter ul li a {display:block; padding:0; color:#181818; border-bottom:1px solid rgba(0, 0, 0, .2); text-decoration:none; line-height:2;  font-size:1.5rem; font-weight: 500; margin:0;}
.portfolioFilter ul li a.current {color:#de730e; border-bottom:1px solid #de730e;}


.portfolioFilter ul li::after  {position:absolute; content:""; background:#de730e; bottom:-1px; left:0;  width:24px; height:3px; z-index:2;}


.isotope-item {z-index:2;}
.isotope-hidden.isotope-item {pointer-events:none; z-index:1;}
.isotope, .isotope .isotope-item { /* change duration value to whatever you like */
	-webkit-transition-duration:0.8s; -moz-transition-duration:0.8s; transition-duration:0.8s;}
.isotope {
	-webkit-transition-property:height, width; -moz-transition-property:height, width; transition-property:height, width;}
.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; transition-property:transform, opacity;}

.portfolioContainer {display: flex; width:100%;  justify-content: center; /* Yatay ortalama */  align-items: center; /* Dikey ortalama */ flex-wrap:wrap;}
.portfolioContainer .urunKutu {width:25%;}

@media only screen and (min-width:900px) and (max-width:1239px) {
	.portfolioFilter ul li a {font-size:1.4rem;}
}
@media only screen and (min-width:600px) and (max-width:899px) {
	.portfolioFilter ul li a {font-size:1.3rem;}
	.portfolioContainer .urunKutu {width:33.3%;}
}
@media only screen and (min-width:0) and (max-width:599px) {
	.portfolioFilter ul li a {font-size:1.2rem;}
	.portfolioContainer .urunKutu {width:45%;}
}

/* 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 #222;}
	ul.pagination li.current a {background:#222; 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:#222; text-decoration:none; padding:0;}
	.filtreOzellik {color:#666; margin-bottom:12px; font-size:.9rem;}
	.filterContainer {margin:0; padding:0;}	


/* ÜRÜN DETAY SAYFASI
------------------------------------- */
.urunGaleri {position:relative; float:left; width:50%;}
	
	/* 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 #de730e;}
				
		.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; background-color: #d62323;}
		.resimBuyuk img{position:relative;  width:100%; margin:0 auto;}


.urunDetay {position:relative; float:left; width:50%;}
	.urunDetay h4 {text-decoration: underline; font-weight:500; font-size:1.4rem; color: #de730e;}
	.urunDetay .aMarka {}
	.urunDetay .aFiyatlarKutu {}
		.urunDetay p strong {font-weight: 300; font-size:1rem; }
		.urunDetay .aIndirimOran {}
		.urunDetay .aFiyat {font-size:1.5rem; font-weight:600; color: #de730e;}
		.urunDetay .aPiyasaFiyat {font-weight: 100; color: #999; margin-left:1rem; text-decoration: line-through;}
		.urunDetay .aFiyatKDVHaric {font-size:1.5rem; font-weight:600; color: #de730e;}
		.urunDetay .aFiyatTL {font-size:1.5rem; font-weight:600; color: #de730e;}
		.urunDetay .aSorunuz {border:none; background-color: #de730e; color:#fff; padding:10px; transition: all .5s; margin:4px 4px 4px 0; width:120px; border-radius:5px;}
			.urunDetay .aSorunuz:hover {background-color: #000;}	
	.urunDetay .aButonlarKutu {}
		.urunDetay button.aSepeteEkle {border:none; background-color: #de730e; color:#fff; padding:10px; transition: all .5s; margin:4px 4px 4px 0; width:120px;}
			.urunDetay button.aSepeteEkle:hover {background-color: #000;}
		.urunDetay button.aHemenAl {border:none; background-color:#181818; color:#fff; padding:10px; transition: all .5s; margin:4px 4px 4px 0; width:120px;}
			.urunDetay button.aHemenAl:hover {background-color: #000;}

	.urunEtiketleri {position:relative; width:100%; display: flex; flex-wrap: wrap; align-items: center; margin-top:16px; margin-bottom:10px;}
	.urunEtiketleri img {border:1px solid #ddd; margin:5px 10px 5px 0; padding:5px; border-radius: 3px; max-width: 80px;}
	.urunEtiketleri span {border:1px solid #ddd; color:#de730e; font-size:1rem; line-height:1.2rem; padding:.7rem 0; width:120px; text-align:center; font-weight:500; margin:0 10px 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;}

	.urunBilgiKutusu {width:100%; border-left: 5px solid #de730e; padding-left:10px; font-size:1.2rem;}

	.tel-whatsapp {position:relative; margin-bottom:20px; width:100%;}
			.hizliButon {float:left; border:1px solid #eee;  padding: 0 2rem; margin:0 10px 10px 0; border:1px solid #ddd; border-radius: 5px; background-color: #f5f5f5; color:#222; font-size:1.2rem; line-height:2.8rem; font-weight:500;}
			.hizliWhatsapp {background-color: #198754; color: #fff; border:1px solid #198754;  font-size:1.8rem; }
				.hizliWhatsapp span {margin-left:5px; display:none; }
			.hizliTel {color: #181818; border:1px solid #181818;}
				.hizliTel span {margin-left:5px;  display:none; }
@media only screen and (min-width:900px) and (max-width:1239px) {

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

}
@media only screen and (min-width:0) and (max-width:599px) {

}

.urunTab {position:relative; float:left; width:100%;}
	/* Style the tab */
	ul.tabs {margin:20px 0 0 0; padding:0; list-style:none; text-align:center;}
	ul.tabs li { position:relative; font-size:1.2rem; font-weight:700; color:#555; display:inline-block; padding:10px; margin:0 5px; cursor:pointer; border-bottom:2px solid #ccc;}
	ul.tabs li i {margin-right:6px;}
	ul.tabs li.secili {color:#222; border-bottom: 2px solid #222; }
	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:#222; }	
	.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:1239px) {

}
@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%;}
}

/* BLOG/MAKALE (MakaleListShow-MakaleGoster)
------------------------------------- */
/* MakaleListShow */
.makaleKutu {margin-bottom:12px;}
	.makaleKutu .makaleKutuFlex {width:100%; display:flex; border:1px solid #eee; box-shadow: 0 0 10px rgba(0, 0, 0, .05);}
		.makaleKutu .markaImg {position: relative; width: 240px; height: 240px;
			display: flex;	align-items: center; justify-content: center; overflow: hidden; background-color: #222;}
		.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:#222; font-family: 'Barlow Condensed', sans-serif; line-height:1.5rem; font-size:1.6rem; font-weight:500;}
				.makaleKutu h2 a {color:#222;}
				.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:1239px) {
}
@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; border-top:1px solid #ccc; border-bottom:1px solid #ccc; 
    padding: 32px 0 0 0;}
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:1239px) {
}
@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; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding: 32px 0 0 0;}
.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:1239px) {
}
@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%;}
}


/* FOOTER
------------------------------------- */
.footerKap {background-color: #181818;}
.footer {padding:48px 0 24px 0; color:#ddd;}
.footer p {color:#ddd;}
.footer p a { color:#ddd;}

.footer .aCol-3-12, .aCol-4-12, .aCol-1-5 {margin-bottom:24px;}

.footerLogo {width:120px; margin-bottom:24px; /* filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(55deg) brightness(104%) contrast(103%); */}

.footer h4 {position:relative; color:#eee; font-weight:500; margin-bottom:2.4rem; font-size:1.2rem; line-height:1.5;}
.footer h4 a {color:#ddd;}
.footer h4:after {position:absolute; content:""; background:#de730e; bottom:-12px; left:0; width:64px; height:3px; z-index:2;}
.footer h4:before {position:absolute; content:""; border-bottom:1px solid rgba(255, 255, 255, .2); bottom:-11px; left:0; width:128px; height:1px; z-index:1;}

.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: #ddd; }
ul.footerList li a {margin:0; padding:0; color:#ddd; text-decoration: none;}
ul.footerList li a:hover {text-decoration: underline;}
ul.footerList li li a {color:#aaa; font-size:.8rem;}

.footerAlt {background-color:#121212; padding:12px 0;}
.footerAlt p {margin:0; text-align:center; color:#ddd;}
.footerAlt p a { color:#de730e;}

/* 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 #de730e !important;	background:#de730e !important;}
.basket-button .green-button:hover {border:1px solid #000 !important;	background:#000 !important;}
.basket-right ul li.tutar span {color:#de730e !important;}
.basket-title div span {color: #de730e !important;}
.cat-slider-fiyat {color: #de730e !important;}
.hizli-button-siparis {background-color:#de730e;}

/* login */
#divUyeGirisForm button.userLoginBtn {background-color: #de730e !important;}
.register-tab label.active {background-color: #de730e !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: #de730e !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; -webkit-border-radius:3px;	-moz-border-radius: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:.9rem; }

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

}
@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;}
}

.ikonKap { /* background:#f1f1f1; border-top: 1px solid #bbb; */ }
    .ikonOgeler {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; width:100%;}
    .ikonOge {width:240px; padding:2rem 1rem; display:flex; flex-direction: column; align-items: center; justify-content: center;}
    .ikonOge i {text-align:center; font-size:3rem; 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:1239px) {

}
@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%;}
}

/* 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: #0c7242;}
.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: #181818;}
.bg-secondary {background-color: #de730e;}  /* FF5722*/
.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: #181818;}
.color-secondary {color: #de730e;} /* de730e */
.color-third {color: #f1ce72;} 

