::-webkit-scrollbar {
	background-color: #292F4C; 
}

::-webkit-scrollbar {
	max-width: 7px;
	background-color: #292F4C; 
}

::-webkit-scrollbar-thumb {
	background-color: #9A9FBF; 
}

	


.trnGreen
{
	color:#17AB13;
}

.trnGreen i
{
	color:#17AB13;
}

.trnGreen button
{
	background-color:#17AB13;
	color:#FFF;
}

.trnGreen svg{
	fill:#FFFFFF;
}

.trnGreen i{
	fill:#FFFFFF;
}

.trnGreenBtn {
	color:#FFF;	
	background-color:#17AB13;
	border:none;
}

.trnGreenBg{ background-color: #17AB13; color:#FFF; padding:5px;}

.trnGreenBorder{ border:1px solid #17AB13; }





.trnYellow
{
	color:#FFAF10;
}

.trnYellow i
{
	color:#FFAF10;
}

.trnYellow button
{
	background-color:#FFAF10;
	color:#FFF;
}

.trnYellow svg{
	fill:#FFFFFF;
}

.trnYellow i{
	fill:#FFFFFF;
}

.trnYellowBtn {
	color:#FFF;	
	background-color:#FFAF10;
	border:none;
}

.trnYellowBg{ background-color: #FFAF10; color:#FFF; padding:5px;}

.trnYellowBorder{ border:1px solid #FFAF10; }





.trnRed
{
	color:#EA1515;
}

.trnRed i
{
	color:#EA1515;
}

.trnRed button
{
	background-color:#EA1515;
	color:#FFF;
}

.trnRed svg{
	fill:#FFFFFF;
}

.trnRed i{
	fill:#FFFFFF;
}

.trnRedBtn {
	color:#FFF;	
	background-color:#EA1515;
	border:none;
}

.trnRedBg{ background-color: #EA1515; color:#FFF; padding:5px;}

.trnRedBorder{ border:1px solid #EA1515; }





.trnBlue
{
	color:#0073EA;
}

.trnBlue i
{
	color:#0073EA;
}

.trnBlue button
{
	background-color:#0073EA;
	color:#FFF;
}

.trnBlue svg{
	fill:#FFFFFF;
}

.trnBlue i{
	fill:#FFFFFF;
}

.trnBlueBtn {
	color:#FFF;	
	background-color:#0073EA;
	border:none;
}

.trnBlueBg{ background-color: #0073EA; color:#FFF; padding:5px;}

.trnBlueBorder{ border:1px solid #0073EA; }





.trnGray
{
	color:#C4C4C4;
}

.trnGray i
{
	color:#C4C4C4;
}

.trnGray button
{
	background-color:#C4C4C4;
	color:#FFF;
}

.trnGray svg{
	fill:#FFFFFF;
}

.trnGray i{
	fill:#FFFFFF;
}

.trnGrayBtn {
	color:#FFF;	
	background-color:#C4C4C4;
	border:none;
}

.trnGrayBtn:hover{
	color:#FFF;	
	background-color:#000;
	border:none;
}

.trnGrayBg{ background-color: #C4C4C4; color:#FFF; padding:5px;}

.trnGrayBorder{ border:1px solid #C4C4C4; }





.trnBlack
{
	color:#212832;
}

.trnBlack i
{
	color:#212832;
}

.trnBlack button
{
	background-color:#212832;
	color:#FFF;
}

.trnBlack svg{
	fill:#FFFFFF;
}

.trnBlack i{
	fill:#FFFFFF;
}

.trnBlackBtn {
	color:#FFF;	
	background-color:#212832;
	border:none;
}
.trnBlackBtn:hover
{
	color:#FFF;	
	background-color:#309255;
}

.trnBlackBg{ background-color: #212832; color:#FFF; padding:5px;}

.trnBlackBorder{ border:1px solid #212832; }





.trnWhite
{
	color:#FFF;
}

.trnWhite i
{
	color:#000;
}

.trnWhite button
{
	background-color:#FFF;
	color:#000;
}

.trnWhite svg{
	fill:#000;
}

.trnWhite i{
	fill:#000;
}

.trnWhiteBtn {
	color:#000;	
	background-color:#FFF;
	border:none;
}

.trnWhiteBg{ background-color: #FFF; color:#000; padding:5px;}

.trnWhiteBorder{ border:1px solid #FFF; }





.trnNav
{
	width:100%;
	margin:0 0 20px 0;
}

.trnNav ul
{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

.trnNav ul li
{
	width:auto;
	float:left;
	margin:0 10px 0 0;
	padding:10px;
	list-style:none;
	cursor:pointer;
}

.trnNav ul li:hover
{
	color:#FFF;
	background-color:#212832;
}

.trnAccordionContent
{
	clear:both;
	padding-top:30px;
	display:none;
}

.trnTabContent
{
	clear:both;
	display:none;
	padding:10px;
	margin-bottom:10px;
	border:1px dashed #CCC;
}

.trnSoldOut{
	width:auto;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	padding:10px;
	background-color:#309255;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.trnBottomResult{
	position:fixed;
	height:40px;
	bottom:140px;
	right:0;
	z-index:999999999;
}

.trnBottomResult .trnPopUp{
	width:100%;
	position:fixed;
	height:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	display:block;
	z-index:1000;
}

.alert {
	font-size:14px;
	padding: 10px;
	background-color: #f44336;
	color: white;
	margin-bottom: 15px;
}

.alert  i{
	font-size:14px;
	margin-right:10px;
}

.alert-warning {
	font-size:14px;
	padding: 10px;
	background-color: #FFA92B;
	color: #FFF;
	margin-bottom: 15px;
}

.warning {
	font-size:14px;
	padding: 10px;
	background-color: #FFA92B;
	color: #FFF;
	margin-bottom: 15px;
}

.success {
	font-size:14px;
	padding: 10px;
	background-color: #007BFF;
	color: white;
	margin-bottom: 15px;
}

.closebtn {
  margin-left: 15px;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn {
  margin-left: 15px;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.trnBgPrimary
{
	background-color:#022D62
}

/* Yükleniyor Başladı */
.trnLoader{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1000000;
	display:none;
	background-color:rgb(0,0,0,0.5);
}

.trnLoaderContent{
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-125px 0 0 -100px;
	text-align:center;
	color:#FFF;
}

.trnLoaderContent img{
	width:200px;
	height:200px;
}

.trnLoaderText{	
	width:200px;
	height:200px;
	line-height:200px;
	position:absolute;
	top:0;
	text-align:center;
}
/* ##### Yükleniyor Bitti ##### */


.trnFormElement {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.trnFormElement input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.trnFormElement .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFF;
  border:1px solid #CCC;
}

/* On mouse-over, add a grey background color */
.trnFormElement:hover input ~ .checkmark {
  background-color: #CCC;
}

/* When the checkbox is checked, add a blue background */
.trnFormElement input:checked ~ .checkmark {
  background-color: #0088CC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.trnFormElement .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.trnFormElement input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.trnFormElement .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trnFormElementContainer
{
	padding:0 10px 0 10px;
	border:1px solid #CCC;
	
	width:100%;
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-width: thin;
	overflow-y: scroll;
	scrollbar-color: #292F4C #9A9FBF;
	
}

.trnScroll
{	
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-width: thin;
	overflow-y: scroll;
	scrollbar-color: #292F4C #9A9FBF;
	background-color:#FFF;
}

.trnH300
{
	max-height:200px;
}

.trnCategoriesFilter li
{
	margin-bottom:10px;
	padding:0;
}

.trnCategoriesFilter li a
{
	margin:0;
	padding:0;
}

.trnVerticalAlign .trnContainer
{
  width:600px;
  margin:0 auto;
  height:400px;
  text-align:center;
  color:#fff;
  background-color:#FDFDFD;
}
	
.trnVerticalAlign .trnContainer .trnContent
{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color:#FDFDFD;
}
	
.trnVerticalAlign .trnContainer .trnContent img
{
  background-color:#FDFDFD;
}	

.zoomImg
{
	background-color:#F5F6F8;
}

.pswp__img
{
	background-color:#F5F6F8;
}

.trnDateBtn
{
	width:100%;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#EDF1F2;
	border:1px solid #EFEFEF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	cursor:pointer;
	text-align:center;
}

.trnDateBtn h3
{
	margin:0;
	padding:0;
	font-size:22px;
	font-weight:600;
}

.trnDateBtn h4
{
	margin:0 0 7px 0;
	padding:0;
	font-size:16px;
}

.trnDisabled
{
	background-color:#fff;
	cursor: not-allowed;
}

.trnToggleContent
{
	display:none;
}

.ui-datepicker-calendar th
{
	min-width:30px;
	
}

.ui-datepicker-calendar td
{
	min-width:30px;
	
}

.trnActive
{
	display:block;
}

.trnActiveBtn
{
	background-color:#309255;
	color:#FFFFFF;
	font-weight:bold;
}

.trnActiveBtn h1
{
	color:#FFFFFF;
}

.trnActiveBtn h2
{
	color:#FFFFFF;
}

.trnActiveBtn h3
{
	color:#FFFFFF;
}

.trnActiveBtn h4
{
	color:#FFFFFF;
}

.trnActiveBtn h5
{
	color:#FFFFFF;
}

.trnActiveBtn p
{
	color:#FFFFFF;
}

.product-wrap .product
{
	border:1px solid #F6F6F6;
	padding:10px;
	box-shadow: 1px 3px 3px #F6F6F6;
}

.product-wrap .product:hover
{
	border:1px solid #3C63A4;
}

.trnContainer
{
	width:1000px;
	margin:0 auto;
	float:none;
	background-color:#DDD;
}

.trnP5
{
	padding:5px;
}

.trnRow
{
	width:100%;
	float:left;
	clear:both;
}

.trnCol-1
{
	width:8.33%;
	float:left;
}

.trnCol-4
{
	width:33.33%;
	float:left;
}

.trnCol-3
{
	width:24.99%;
	float:left;
}

.trnCol-6
{
	width:50%;
	float:left;
}

.trnCol-8
{
	width:66.64%;
	float:left;
}

.trnCol-9
{
	width:74.97%;
	float:left;
}

.trnCol-12
{
	width:100%;
	float:left;
}

.trnForm
{
	margin:0;
	padding:0;
}

.trnSeparate
{
	width:100%;
	height:1px;
	float:left;
	margin:10px 0 10px 0;
	border-bottom:1px solid #CCC;
}

.trnForm .trnFormGroup
{
	margin:0 0 10px 0;
}

.trnForm h2
{
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	font-size:24px;
	color:#000;
}

.trnForm h5
{
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	font-size:14px;
	color:#AAA;
}

.trnForm .trnInput
{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
	
	background-color:transparent;
	border:1px solid #CCC;	
}

.trnForm .trnTextarea
{
	width:100%;
	height:90px;
	padding:0 10px 0 10px;
	
	background-color:transparent;
	border:1px solid #CCC;		
}

.trnOrderInfo
{
	width:100%;
	float:left;	
	padding:15px;
	margin:10px;
	border:1px solid #CCC;
}

.trnOrderInfo h2
{
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	font-size:24px;
	color:#000;
}

.trnButton
{
	padding:10px;
	font-weight:bold;
	color:#FFF;
}

.trnOrderTable
{
	width:100%;
	text-align:left;
	border:1px solid #CCC;
}

.trnOrderTable thead
{
	padding:5px;
}

.trnOrderTable thead tr th
{
	font-weight:bold;
	padding:10px;
}

.trnOrderTable tr
{
	background-color:#EEE;
}

.trnOrderTable tr td
{
	padding:10px;
}

.trnCursor{cursor:pointer;}

.trnObjectList
{
	width:100%;
	float:left;
}

.trnObjectList .trnObjectItem
{
	width:20%;
	float:left;
	padding:10px;
	margin-bottom:5px;
	text-align:center;
}

.trnObjectList .trnObjectItem .trnObjectContainer
{
	height:120px;
	padding:10px;
	border:1px solid #f00;
}


.trnObjectList .trnObjectItem i
{
	height:65px;
	line-height:65px;
	margin:0;
	padding:0;
	font-size:60px;
	color:#E53F32;
}

.trnObjectList .trnObjectItem h3
{
	width:100%;
	height:30px;
	line-height:30px;
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
}

.trnTable
{
	width:100%;
	font-size:14px;
	margin:5px 0 5px 0;
}

.trnTable table
{
	width:100%;
}

.trnTable td
{
	padding:10px;
}

.trnTable tr
{ 
	border-bottom:2px solid #FFF;
	background-color: #F1F1F1;
	color: #000;
}

.trnTable tr a
{ 
	color: #FFF;
}

.trnTable tr:nth-of-type(odd)
{ 
	color:#292F4C;
	background-color: #FCFCFC;
	border-bottom:2px solid #FFF;
}

.trnTable tr:nth-of-type(odd) a{ 
	color:#292F4C;
}	

.trnTable ul li
{			
	float:left;
	margin:0 5px 0 0;
}					

.trnMobilLang{display:none;}		

@media only screen and (max-width: 760px),(min-device-width: 768px) and (max-device-width: 1024px)
{
	.trnTable
	{
		font-size:12px;
	}	

	.trnMobilLang{display:block;}

	.trnObjectList .trnObjectItem
	{
		width:50%;
		float:left;
		padding:10px;
		margin-bottom:5px;
		text-align:center;
	}	
}

.dropdown-toggle
{
	border:none;
}


/*SEPET BAŞLADI */
.trnHScroll
{
	width:100%;
	height:100%;
	position:relative;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-width: thin;
}

.trnHScroll::-webkit-scrollbar {
	max-width: 7px;
	background-color: #9A9FBF; 
}

.trnHScroll::-webkit-scrollbar {
	max-width: 7px;
	background-color: #9A9FBF; 
}

.trnHScroll::-webkit-scrollbar-thumb {
	background-color: #00A0F0; 
}		


.trnCartOpen {cursor:pointer;}

.trnCartOpen svg {height:20px; float:left;}

.trnCartOpen .trnNumber {width:20px; height:20px; margin-left:5px; line-height:20px; text-align:center; float:right; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; background-color:#CCC;}



.trnCartBtn {cursor:pointer; width:100%; padding:10px; text-decoration:none; color:#000; border:2px solid #000;}

.trnCartBtn:hover {text-decoration:none; color:#000;}

.trnCartBtn svg {height:20px; float:left;}


.trnCartArea
{
	width:100%;
	height:100%;			
	position:fixed;
	top:0;
	right:0;
	z-index:99999;
	display:none;
	background-color:rgb(0,0,0,0.3);	
	
	font-family: arial;		
	font-wieght:normal;
}

.trnCartArea .trnCartContainer
{
	width:380px;
	height:100%;			
	position:absolute;
	right:0;
	background-color:#F00;
}


.trnCartArea .trnCartContainer a
{
	color:#000;
	text-decoration:none;
}

.trnCartArea .trnCartContainer a:hover
{
	color:#00A0F0;
	text-decoration:none;
}		

.trnCartArea .trnCartContainer .trnCartContent
{
	width:100%;				
	height:100%;				
	position:absolute;
	top:0;
	padding:50px 0 120px 0;
	background-color:#FFF;
	overflow:hidden;
}		

.trnCartArea .trnCartContainer .trnCartHeader
{
	width:100%;
	height:50px;
	position:absolute;
	top:0;
	z-index:5;
	background-color:#F0F0F0;
}

.trnCartArea .trnCartContainer .trnCartHeader h1
{
	width:auto;
	height:50px;
	line-height:50px;
	float:left;
	padding:0 15px 0 15px;
	font-size:24px;
	color:#000;
}

.trnCartArea .trnCartContainer .trnCartHeader .trnCartClose
{
	width:auto;
	height:50px;
	line-height:50px;
	float:right;
	padding:0 15px 0 15px;
	border:none;
	
	font-size:18px;
	text-decoration:none;
	color:#000;
}

.trnCartArea .trnCartContainer .trnCartHeader .trnCartClose:hover
{
	color:#00A0F0;
}

.trnCartArea .trnCartContainer .trnCartHeader .trnCartClose i
{			
	font-size:18px;
}





.trnCartArea .trnCartContainer .trnCartContent .trnCartItem
{
	padding:15px;
	margin-bottom:5px;
	border-bottom:1px solid #EFEFEF;
}



.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .decrease
{
	width:30px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
	border:none;
	background-color:#ECEDE3;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .increase
{
	width:30px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	font-size:20px;
	cursor:pointer;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	
	border:none;
	background-color:#ECEDE3;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .decrease:hover
{
	background-color:#007BFF;
	color:#FFF;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .increase:hover
{
	background-color:#007BFF;
	color:#FFF;
}



.trnCartArea .trnCartContainer .trnCartContent .trnCartItem h6
{
	height:50px;
	line-height:25px;
	font-size:14px;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem:first-child
{
	margin-top:5px;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem:last-child
{
	border-bottom:none;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnDeleteCartItem
{
	width:30px;
	height:30px;
	line-height:30px;
	position:absolute;
	top:-10px;
	right:15px;
	z-index:10;		
	
	background-color:#F0F0F0;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;	

	color:#000;
	text-align:center;
	cursor:pointer;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnDeleteCartItem svg
{
	width:16px;
	height:16px;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnDeleteCartItem:hover
{
	color:#00A0F0;
}


.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnCartQuantityUp
{
	width:30px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background-color:#EEE;
	cursor:pointer;
	text-align:center;
	color:#000
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnCartQuantityUp:hover
{
	color:#00A0F0;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnCartQuantityDown
{
	width:30px;
	height:30px;
	line-height:30px;
	
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	background-color:#EEE;			
	cursor:pointer;
	text-align:center;
	color:#000			
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnCartQuantityDown:hover
{
	color:#00A0F0;
}

.trnCartArea .trnCartContainer .trnCartContent .trnCartItem .trnCartQuantity
{
	width:30px;
	height:30px;
	line-height:30px;
	
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	
	border:1px solid #EEE;			
	
	color:#000;
	text-align:center;
	font-size:14px;
}





.trnCartArea .trnCartContainer .trnFooter
{
	width:100%;
	height:120px;
	position:absolute;
	bottom:0;
	z-index:5;
	padding:15px;
	background-color:#FEFEFE;
	border-top:1px solid #F0F0F0;
}

.trnCartArea .trnCartContainer .trnFooter .trnCartSubTotal
{
	height:45px;
	line-height:45px;
}

.trnCartArea .trnCartContainer .trnFooter .trnCartNav
{
	height:45px;
	line-height:45px;
}

.trnCartArea .trnCartContainer .trnFooter h5
{
	font-size:18px;
}

.trnCartArea .trnCartContainer .trnFooter h4
{
	font-size:20px;
}




		
.trnCartArea .trnCartContainer .trnFooter .trnGoToCart
{
	text-decoration:none;
	background-color:#FFF;
	color:#000;
	font-size:12px;
}

.trnCartArea .trnCartContainer .trnFooter .trnGoToCart div
{
	height:50px;
	line-height:50px;
	background-color:#FFF;
	
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:12px;
	border:1px solid #000;
}

.trnCartArea .trnCartContainer .trnFooter .trnGoToCart:hover
{
	color:#FFF;
}

.trnCartArea .trnCartContainer .trnFooter .trnGoToCart:hover div
{
	background-color:#000;
	color:#FFF;
}





.trnCartArea .trnCartContainer .trnFooter .trnComplateOrder
{
	text-decoration:none;
	color:#FFF;
	font-size:12px;
}

.trnCartArea .trnCartContainer .trnFooter .trnComplateOrder div
{
	height:50px;
	line-height:50px;
	background-color:#00A0F0;
	
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border:1px solid #00A0F0;
	font-size:12px;
}

.trnCartArea .trnCartContainer .trnFooter .trnComplateOrder:hover
{
	color:#FFF;
}

.trnCartArea .trnCartContainer .trnFooter .trnComplateOrder:hover div
{
	background-color:#000;
	border:1px solid #000;
}
		
/*Mobil Cihaz*/
@media only screen and (max-width: 768px)
{
	.trnCartArea .trnCartContainer
	{
		width:100%;		
	}
}





.timeline {
	position: relative;
	margin: 15px;
	padding:15px 0 0 0;
}

.timeline .line {
	position: absolute;
	width: 4px;
	display: block;
	background: currentColor;
	top: 0px;
	bottom: 0px;
	margin-left: 30px;
}

.timeline .separator {
	border-top: 1px solid currentColor;
	padding: 5px;
	padding-left: 40px;
	font-style: italic;
	font-size: .9em;
	margin-left: 30px;
}

.timeline .line::before { top: -4px; }
.timeline .line::after { bottom: -4px; }
.timeline .line::before,
.timeline .line::after {
	content: '';
	position: absolute;
	left: -4px;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	background: currentColor;
}

.timeline .panel {
	position: relative;
	margin: 10px 0px 21px 70px;
	clear: both;
	padding:10px;
	background-color:#EEE;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	overflow
	
}

.timeline .panel::before {
	position: absolute;
	display: block;
	top: 8px;
	left: -24px;
	content: '';
	width: 0px;
	height: 0px;
	border: inherit;
	border-width: 12px;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.timeline .panel .panel-heading.icon * { font-size: 20px; vertical-align: middle; line-height: 40px; width:40px; height:40px; background-color:#EEE; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; }
.timeline .panel .panel-heading.icon {
	position: absolute;
	left: -59px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px;
	border-radius: 50%;
	text-align: center;
	float: left;
}

.timeline .panel-outline {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.timeline .panel-outline .panel-body {
	padding: 10px 0px;
}

.timeline .panel-outline .panel-heading:not(.icon),
.timeline .panel-outline .panel-footer {
	display: none;
}

		.trnOrderTable
		{
			border:none;
			padding:0;
		}
		.trnOrderTable img
		{
			height:150px;
		}
		
		.trnOrderNote
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#FCF8E3;
		}
		
		.trnOrderNote tr
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#FCF8E3;
		}
		
		.trnOrderNote tr td
		{
			padding:10px;
		}
		
		.trnOrderGiftCard
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#D9EDF7;
		}
		
		.trnOrderGiftCard tr
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#D9EDF7;
		}
		
		.trnOrderGiftCard tr td
		{
			padding:10px;
		}		
		
		.trnOrderCustomerInfo
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#DFF0D8;
		}
		
		.trnOrderCustomerInfo tr
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#DFF0D8;
		}
		
		.trnOrderCustomerInfo tr td
		{
			padding:10px;
			margin:0;
			border:none;
			background-color:#DFF0D8;
		}
		
		.trnOrderCustomerInfo tr td .trnOrderCustomerInfo tr td
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#DFF0D8;
		}
		
		.trnCartCustomerInfo
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#D9EDF7;
		}
		
		.trnCartCustomerInfo tr
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#D9EDF7;
		}
		
		.trnCartCustomerInfo tr td
		{
			padding:10px;
			margin:0;
			border:none;
			background-color:#D9EDF7;
		}
		
		.trnCartCustomerInfo tr td .trnCartCustomerInfo tr td
		{
			padding:0;
			margin:0;
			border:none;
			background-color:#D9EDF7;
		}
		
.trnTask
{
	width:100%;
	overflow:auto;
}

.trnTask table { 
	width: 100%; 
	border-collapse: collapse; 
	position:relative;
	background: #FFF
}

.trnTask tr:nth-of-type(odd) { 
	background: #EDF2F6;
}

.trnTask th { 
	color: #292F4C; 
	font-weight: bold; 
	position: sticky;
	top: 0;
	/*background: #EDF2F6; */
	background: #FFF; 
	z-index:400;
}

.trnTask td, th { 
	padding: 15px; 
	/*border: 1px solid #ccc; */
	text-align: left; 
}

.trnTask th { 
	padding: 15px; 
	/*border: 1px solid #ccc; */
	text-align: left; 
}

.trnTask .trnTaskDate
{
	padding:5px;
	background-color:#A15CDB;
	border:1px solid #FFF;
	color:#FFF;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}

.trnTask .trnTaskAddDate
{
	padding:5px;
	background-color:#FFAF10;
	border:1px solid #FFF;
	color:#FFF;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}

.trnTask .trnTaskFromDate
{
	padding:5px;
	background-color:#17AB13;
	border:1px solid #FFF;
	color:#FFF;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}

.trnTask .trnTaskDueDate
{
	padding:5px;
	background-color:#EA1515;
	border:1px solid #FFF;
	color:#FFF;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}

.trnTask a
{
	text-decoration:none;
	color: #292F4C; 
}

@media only screen and (max-width: 1024px)
{

	/* Force table to not be like tables anymore */
	.trnTask table, .trnTask thead, .trnTask tbody, .trnTask th, .trnTask td, .trnTask tr { 
		display: block; 
	}
	
	/* Sütun başlıklarını gizle (display: none; ile değil ama) */
	.trnTask thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.trnTask tr { /*border: 1px solid #ccc;*/ }
	
	.trnTask td { 
		/* Satır gibi davranmasını sağla */
		border: none;
		/*border-bottom: 1px solid #F1F6FF;*/
		position: relative;
		padding-left: 50%; 
	}
	
	.trnTask td:before { 
		/* Sütun başlığı varmış gibi düzenle */
		position: absolute;
		/* Sol tarafında başlık için yer aç */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		padding-left: 15px; 
		white-space: nowrap;
	}
	
	/*
	Tablo Başlıkları
	Her bir <td> elementi için sütun başlıklarını ekle
	Her tablo için özelleştirmelisiniz.
	*/
	.trnTask td:nth-of-type(1):before { content: "No"; }
	.trnTask td:nth-of-type(2):before { content: "Güç"; }
	.trnTask td:nth-of-type(3):before { content: "Lümen"; }
	.trnTask td:nth-of-type(4):before { content: "Işık Rengi"; }
	.trnTask td:nth-of-type(5):before { content: "Renksel Geri Verim"; }
	.trnTask td:nth-of-type(6):before { content: "Güç Faktörü"; }
	.trnTask td:nth-of-type(7):before { content: "Ölçü a-b-h (mm)"; }
	.trnTask td:nth-of-type(8):before { content: "Ağırlık (kg)"; }
	.trnTask td:nth-of-type(9):before { content: "Koli Adeti"; }
	.trnTask td:nth-of-type(10):before { content: "Birim Fiyatı"; }
}

.trnProductFeature h3{ text-align:center}
		
.trnProductFeature ul { list-style:none; margin:0; padding:0;}
.trnProductFeature ul li { list-style:none; margin:0; padding:0; font-size:12px; margin-bottom:10px; font-weight:bold;}

.trnProductFeature ul li .fa-check-circle-o{ margin-right:10px; font-size:18px; color:#17AB13;}
.trnProductFeature ul li .fa-times-circle-o{ margin-right:10px; font-size:18px; color:#EA1515;}

.trnMap
{
	border:none;
	width:100%;
	min-height:400px;
}




.trnPopUpMessage
{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9999999;
	top:0;
	background-color:rgb(0,0,0,0.5);
}

.trnPopUpMessage .trnPopUpContainer
{
	width:750px;
	height:350px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-175px 0 0 -375px;
	background-color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;		
}

.trnPopUpMessage .trnClosePopUp
{
	width:auto;
	height:auto;
	position:absolute;
	right:20px;
	top:10px;
	cursor:pointer;
	color:#005F97;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

.trnPopUpMessage .trnClosePopUp:Hover
{
	color:#000;
}

.trnPopUpMessage h1
{
	margin:40px 0 20px 0;
	font-size:24px;
	text-align:center;
	
}

.trnPopUpMessage p
{
	padding:15px;
	font-size:18px;
	text-align:center;
	
}

/*Mobil Cihaz*/
@media only screen and (max-width: 768px)
{
	.trnPopUpMessage .trnPopUpContainer
	{
		width:80%;
		height:450px;
		position:absolute;
		top:50%;
		left:10%;
		margin:-225px 0 0 0;
		background-color:#FFF;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;		
	}
}